/*
Theme Name:	Vigilance PRO Child Theme
Theme URI: 	http://thethemefoundry.com/vigilance/
Description: 	Custom child theme for PRO Members.
Version: 1.34
Author:		Drew Strojny
Author URI:	http://thethemefoundry.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/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; }

/* 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;
	}
*/
#nav {
	font-family: Trebuchet MS, "Times New Roman", Georgia, serif;
text-transform:uppercase;
font-size:1.4em;
}
div.author { display: none; }
.comments {
text-align: left;
}
.post .date {
float: left;
padding:20px 0 0;
}
.entry h2, .entry h3, .entry h4 {
font-weight:normal;
font-size:1.7em;
padding:0px 0 10px;
line-height:1.5;
}
.post-header h1, .post-header h2 {
font-size:3.6em;
font-weight:normal;
line-height:1.2em;
}

ul li.widget ul {
font-size:1.2em;
}

.entry p {
line-height: 1.8em;
font-size:1.2em;
}

blockquote {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(http://www.markwelker.com/wp-content/themes/vigilance/images/blockquote.gif) no-repeat scroll left top;
clear:both;
color:#666666;
display:block;
font-size:1.2em;
font-style:normal;
margin:20px 0 0 20px;
padding:20px 0 15px 45px;
}

body {
color:#000000;
}

#content .post-header h1 a:link, #content .post-header h1 a:visited, #content .post-header h2 a:link, #content .post-header h2 a:visited {
color:#000000;
}

.post img {
   padding:1px;
margin-bottom:20px;
margin-top:20px;
   border:2px solid #CEC9C9;
}
.entry a:link, .entry a:visited, .alert-box a:link, .alert-box a:visited {
text-decoration:none;
}

#header {
border-bottom:2px solid #333333;
padding:20px 0 10px;
}