/*
Theme Name:	Vigilance PRO *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Custom child theme for Vigilance PRO Members. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Version: 1.21
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/


/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 960px; }
#content.no-sidebar li.comment { width: 560px; }

body.left-sidebar #sidebar { 
  width: 300px;
  float: left; 
  padding: 0;
  }
body.left-sidebar #content { 
  width: 600px;
  float: right; 
  padding: 20px 0 20px 20px;
  }
  
  
/*Body & Links 
------------------------------------------------------------ */
body {
	font-size: 62.5%;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	line-height: 2.2em;
	color: #333;
	}
a:link, a:visited { color: #772124; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	text-decoration: underline;
	color: #58181b;
	}

/*Basic Structure
------------------------------------------------------------ */
#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
#sidebar { 
	float: right; 
	width: 300px;
	padding-top: 10px;
  padding-bottom: 20px;}
  
  /*Nav
---------------------------------------*/
#nav ul {
	padding: 10px 0 0 20px;
	list-style: none;
	position: relative;
	}
	
	/*Post Header
---------------------------------------*/
.post-header {
	border-bottom: 4px double #dddddd;
	padding-bottom: 7px;
	}
.post-header h1, .post-header h2 { 
  font-family: Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 2.2em; 
  line-height: 1.1em;
  }
  
  /*Pages
---------------------------------------*/
h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 2.9em;
	line-height: 1.1em;
	border-bottom: 4px double #dddddd;
	}
	
	/*Twitter Widget
---------------------------------------*/
.widget_twitter div {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:transparent url(http://generationmeh.com/wp-content/themes/vigilance/images/twitter-top.png) no-repeat scroll 2px 2px;
border:2px solid #CCCCCC;
padding:20px 10px;

}

