/*
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;
	}
*/
h1.pagetitle, h2.pagetitle {
	color: #006699;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  {
	color: #006699
}
.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited  { color: #761919; }
#header {
	border-bottom: 5px solid #71863b;
	}
#nav {
	color: #006699;
	}
.entry h2, .entry h3, .entry h4 {
	padding: 2px 0 2px 0;
	}
.entry h2 { 
  padding-top: 10px;
  font-size: 1.5em;
  color: #761919;
  }
.entry h3 {
	padding-top: 5px;
	color: #006699;
  }