/*
Theme Name:	Vigilance *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/css/undo.css");
@import url("../vigilance/css/master.css");
@import url("../vigilance/functions/style-options.php");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

a:link, a:visited, a:hover, h1#title a:hover, div#title a:hover, .post-header h1 a:hover, .post-header h2 a:hover, .comments a:hover,.meta a:hover,
.post-footer a:hover,#footer a:hover  { color: #062b69; }

#nav .page_item a:hover {
	color: #062b69;
	border-top: 4px solid #062b69;
	}
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover {
	color: #062b69;
	border-top: 4px solid #062b69;
	}

.comments a:hover {
	color: #772124;
	background: url(http://www.thegrangeschool.net/blogs/wp-content/plugins/file-icons/icons/silkicons/comment.png) no-repeat 0 5px;
	}

#sidebar { 
	float: right; 
	width: 300px;
  padding-bottom: 20px;
  background: #fff url('http://www.thegrangeschool.net/images/background-blog-main.png') no-repeat top right;
	}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('http://www.thegrangeschool.net/images/icons/knobs/Knob%20Info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('http://www.thegrangeschool.net/images/icons/knobs/Knob%20Valid%20Green.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('http://www.thegrangeschool.net/images/icons/knobs/Knob%20Attention.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('http://www.thegrangeschool.net/images/icons/knobs/Knob%20Cancel.png');
}
