/*
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-size: 50.5%;
	font-family: "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;
	}

#nav ul li {
	display: inline;
	margin: 0 0 0 50px;
	}

#wrapper{
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	}
#content{ 
	float: left; 
	width: 700px;
	padding: 20px 30px 20px 0;
	}

.entry { font-size: 1.8em; }

blockquote {
  display: block;
  padding: 0px 0px 0px 15px;
  margin: 10px 0;
  font-style: normal;
  font-size: 0.9em;
  color: #141310;
  background: #d7e6e2 url(../images/blockquote.gif) no-repeat top left;
  }

ul li.widget ul {
	margin: 0;
	font-size: 1.6em;
	}

div.c-body {
	float: right;
	width: 464px;
  font-size: 1.6em;
	}

.post-footer {
	padding-bottom: 2px;
	margin: 0 0 30px 0;
	font-size: 1.8em;
	font-style: italic;
  text-align: right;
  color: #666;
	border-bottom: 1px solid #e8e8e8;
	}

#sidebar { 
	float: left; 
	width: 150px;
  padding-bottom: 20px;
	}

#wrapper{
	width: 910px;
	margin: 0 auto;
	text-align: left;
	}

#description { font-size:10pt; }