/*
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;
	}
*/
/*following code formats font throughout whole site, including header
-------------------------------------------------------------------------*/
body {font-family: Helvetica,Verdana, sans-serif}
#header {border-bottom: 5px solid #990000;}  

/*following code formats Stories From The Loft in the header
---------------------------------------------------------------*/
#description h2 {
font-size: 3em;
font-family: "amienne";
font-weight: normal;
color: #990000;}

h1#title,div#title {
font-size: 4.6em;
font-weight:normal;
line-height: 1.3em;
color: #990000;}

#header h1#title a {
  color: #990000;
}
#header h1#title a:hover {
  color: #CCCCCC;
}
h1.pagetitle, h2 pagetitle {color: #990000;)
