/*
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
-----------------------------------------------------------*/
/*Basic Structure
------------------------------------------------------------ */
#wrapper{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}
#content{ 
	float: left; 
	width: 600px;
	padding: 20px 20px 20px 0;
	}
#sidebar { 
	float: right; 
	width: 300px;
	text-align: left;
        padding-bottom: 20px;
	}

/*Header
------------------------------------------------------------ */
#header {
	padding: 20px 0 10px 0;
	border-bottom: 5px solid #772124;
	}
h1#title, div#title {
	font-size: 4.6em;
	font-weight: bold;
	line-height: 1.3em;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #772124; }
h1#title a:hover, div#title a:hover { color: #333; text-decoration: none; }
/*Body & Links 
------------------------------------------------------------ */
body {
	font-size: 62.5%;
	font-family: arial, "lucida console", sans-serif;
	line-height: 2.2em;
	color: #333;
	}
a:link, a:visited { color: #772124; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	text-decoration: underline;
	color: #58181b;
	}

/*Post Meta
---------------------------------------*/
.meta  {
 font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	}

/*Post Body
---------------------------------------*/
code {
  padding: 3px;
  background: #E9EBD9;
  color: #000;
  font-family: arial, "lucida console", sans-serif; 
  }
/*Post Footer
---------------------------------------*/
.post-footer {
	padding-bottom: 2px;
	margin: 0 0 30px 0;
	font-size: 1.1em;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-style: italic;
  text-align: left;
  color: #666;
	border-bottom: 1px solid #e8e8e8;
	}
#sidebar-image { 
  padding-top: 20px; 
  }
h2.widgettitle {
	padding: 25px 0 3px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
	font-family: arial, "lucida console", sans-serif;
	border-bottom: 1px solid #dddddd;
	}
/*Post Footer
---------------------------------------*/
.post-footer {
	padding-bottom: 2px;
	margin: 0 0 30px 0;
	font-size: 1.1em;
  font-family: arial, "lucida console", sans-serif;
	font-style: italic;
  text-align: right;
  color: #666;
	border-bottom: 1px solid #e8e8e8;
	}
.post-footer a:link, .post-footer a:visited {
	color: #333;
	font-style: normal;
	}
.post-footer a:hover { color: #772124; }