/*
Theme Name: Vigilance PRO Child Theme
Theme URI: http://thethemefoundry.com/vigilance/
Description: Custom child theme for PRO Members.
Version: 1.41
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Page Templates
-----------------------------------------------------------*/
#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }
body.page-template-left-sidebar-php #sidebar {
	width: 300px;
	float: left;
	padding: 0;
}
body.page-template-left-sidebar-php #content {
	width: 600px;
	float: right;
	padding: 20px 0 20px 20px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

body {

  font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, sans-serif;

}



blockquote {
	clear: both;
	display: block;
	padding: 20px 20px 10px 45px;
	margin: 20px 0;
	font-style: italic;
	font-size: 1.2em;
	color: #141310;
	background: url(images/float-quote.gif) no-repeat top left;
}

/* AUTHOR BOX */
.custom #comments { clear: both; }
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 1.22em; margin-bottom: -2px; margin-top: -4px }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 0px; margin-top: 1px }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }
/* BOXES */
#similar h3, #rightcol h3 { font-size: 1.1em; letter-spacing: normal; padding-top: 13px; }
#similar { float: left; width: 50%; }
#similar p { margin-bottom: 1px; padding: 2px 0.2em 0px 3px; }
#similar a { font-size: .9em; border-bottom: 1px none #CB3131; line-height: 1em; }
#similar a:hover { border: 0; }
#similar h3 { padding-left: 4px; }
#similar span.date { color: #888; letter-spacing: 1px; text-transform: uppercase; }
#rightcol { float: right; width: 50%; }
#rightcol p { font-size: .9emx; line-height: 1.2em; padding: -4px 2.5em 10px 0;  }
#rightcol h3 { padding: 0; }
#rightcol ul { list-style-position: inside;  list-style-type: square; margin-left: 0em; }
#rightcol ul a { border-bottom: 1px none #CB3131; font-size: 12px; }
#rightcol ul a:hover { border: 0; }
#rightcol li { margin-bottom: -7px; }
#subscribe { background: #FFFBCC; border: 1px solid #E6DB55; float: right; margin: 4px 1px 0 ; padding: 9px 8px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#custom { background: #E4F2FD; border: 1px solid #C6D9E9; float: right; margin: 4px; padding: 15px 9px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px; }
