/*
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
-----------------------------------------------------------*/
body {
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;/*Helvetica, "Arial", Arial, sans-serif;*/
color: #000000;
}
/*Header
------------------------------------------------------------ */
#header {
	padding: 20px 0 3px 0;
	border-bottom: 5px solid #000000;
	}
h1#title, div#title {
	font-size: 5.8em;
	font-weight: bold;
	line-height: 1.3em;
	font-family: Helvetica, "Arial", Arial, sans-serif;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #DF0404; }
h1#title a:hover, div#title a:hover { color: #DF0404; text-decoration: none; }
/*Description
---------------------------------------*/
#description h2 {
	font-size: 1.8em;
	color: #000000;
	padding: 0 0 10px 0;
	}
/*Sidebar
---------------------------------------*/
h2.widgettitle {
	padding: 25px 0 3px 0;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-bottom: 5px solid #dddddd;
	}
/*Post Styling
------------------------------------------------------------ */
/*Post Header
---------------------------------------*/
.post-header {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 7px;
	}

/*Post Footer
---------------------------------------*/
.post-footer {
	padding-bottom: 2px;
	margin: 0 0 30px 0;
	font-size: 1.1em;
	font-style: italic;
  text-align: right;
  color: #666;
	border-bottom: 5px solid #dddddd;
	}

