/*
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;
	}
*/

body {
color:#333333;
font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
font-size:62.5%;
line-height:2.2em;
}

#header {
border-bottom:5px solid #333333;
padding:0px 0 10px;
background: #F3F3F2;
}

#nav {
float:right;
font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
font-size:1.5em;
padding-right: 4px;
}


h2.widgettitle {
border-bottom:1px solid #EEEEEE;
font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
color: #A9A9A9;
font-size:14px;
font-weight:bold;

margin-top: 7px;
padding-top: 1px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 3px;
text-transform:capitalize;
background: #F3F3F2;
height: 16px;
}
.tweetList{
font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
font-size: 12px;
border-width:1px;
border-style:solid;
border-color:#F3F3F2;
padding:5px;
}

.post-header h1, .post-header h2 {
font-size:18px;
font-weight:bold;
}