/*
Theme Name:	Adrian's child theme
Theme URI: 	http://adrianwaterworth.com
Description: 	This is my own custom child theme.
Author:		Adrian Waterworth
Author URI:	http://adrianwaterworth.com
Template:	vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");
/* No longer used??? @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
-----------------------------------------------------------*/
body {
	color: #202020;
}

a:link { color: #0606a6; }
a:visited { color: #440202; }
a:hover {
	text-decoration: underline;
	color: #024402;
}

#wrapper{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#content{ 
	float: left; 
	width: 600px;
	padding: 20px 20px 20px 0;
}

#header {
	background-image:url("images/cropped-mist2.jpg");
	background-repeat:no-repeat;
	border-bottom: 5px solid #024402;
	padding-left: 5px;
	padding-right: 5px;
}

h1#title a:link, div#title a:link  { color: #024402; }
h1#title a:visited, div#title a:visited { color: #024402; }
h1#title a:hover, div#title a:hover { color: #0606a6; text-decoration: none; }

#description h2 {
	color: #024402;
} 

#nav .page_item a:link {
	color: #024402;
}

#nav .page_tem a:visited {
	color: #024402;
}

#nav .page_item a:hover {
	color: #0606a6;
}

#nav .current_page_item a:link, #nav .current_page_parent a:link, #nav .current_page_ancestor a:link {
	color: #024402;
}

#nav .current_page_item a:visited, #nav .current_page_parent a:visited, #nav .current_page_ancestor a:visited {
	color: #024402;
}

#nav .current_page_item a:hover, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:hover {
	color : #0606a6;
}

.post-header h1, .post-header h2 {
	color: #024402;
}

.post-header h1 a, .post-header h2 a { color: #024402; }
.post-header h1 a:link, .post-header h2 a:link { color: #024402; }
.post-header h1 a:visited, .post-header h2 a:visited { color: #024402; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #0606a6; }

#footer { 
	border-top: 2px solid #024402;
}

