/*
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 & Links 
------------------------------------------------------------ */
/* overrrides the body font */
body {
	font-size: 62.5%;
	font-family: sans-serif, Georgia, "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;
	}
	
/*Basic Structure
------------------------------------------------------------ */
#wrapper{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	}
#content{ 
	float: left; 
	width: 620px;
	padding: 10px 10px 10px 0;
	}
#sidebar { 
	float: right; 
	width: 300px;
  padding-bottom: 20px;
	}
.thin-sidebar {
	float: left;
	width: 140px;
	}
.spad { padding-right: 10px; }
#footer { 
	clear: both;
	padding-top: 5px; 
	border-top: 1px solid #ddd;
	}
.clear:after, li.comment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}