/*
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.30
Author:		Drew Strojny
Author URI:	http://www.jestro.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
-----------------------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;
	padding-top: 10px;
	}
#wrapper{
	width: 920px;
	text-align: left;
	border: 1px solid #71A0D5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	}
h1#title, div#title {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.3em;
	padding-left: 15px;
	}
	
#content { 
	float: left; 
	width: 580px;
	padding: 20px 30px 20px 0;
}	
	
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  {
	color: #995CA6;
}
h1#title a:hover, div#title a:hover {
	color: #71A0D5;
	text-decoration: none;
}	
#menu img { border: 0px solid #eee; }

.post-header h1, .post-header h2 { 
  font-size: 1.6em; 
  line-height: 1.1em;
}

h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 1.6em;
	line-height: 1.1em;
	border-bottom: 4px double #eee;
}
/*Nav
---------------------------------------*/
#nav {
	float: left;
	font-size: 1.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
#nav ul {
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#nav ul li {
	float: left;
	margin: 0 0 0 15px;
}
#nav li a:link, #nav li a:visited {
	color: #333;
	text-decoration: none;
}
#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, #nav li a:hover {
	color: #000;
	text-decoration: underline;
	padding-top: .1em;
	border-top-width: 4px;
	border-top-style: none;
	border-top-color: #CCC;
}