/*
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.33
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
-----------------------------------------------------------*/

/* Change color bar under nav:*/

#header {
border-bottom:5px solid #000000;
position:relative;
padding:20px 0 10px;
}




/* Change font size:*/

body {
	font-size: 50%;
	font-family: Georgia, "Times New Roman", Times, Serif;
	line-height: 1,1em;
	color: #333;
	}
a:link, a:visited { color: #772124; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	text-decoration: underline;
	color: #58181b;
	}

h1#title,div#title {
font-size:10em;
font-weight:700;
line-height:1.3em;
margin-bottom:10px;
vertical-align:middle;
}


/* Change body text font size:*/
p {
	font-size: 12px;
line-height: 180%;
		}
.entry { font-size: 12px; word-wrap: break-word; }
.entry p { margin-bottom: 10px; }
.entry h2, .entry h3, .entry h4 {
	font-size: 12px;
	}


/* Change description font size:*/
#description h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #666;
	}

/* Change post header font size:*/
.post-header {
	border-bottom: 4px double #dddddd;
	padding-bottom: 7px;
	}
.post-header h1, .post-header h2 { 
  font-size: 3.0em; 
  line-height: 1.1em;
  }


/* Change author font size:*/
.meta  {
	margin: 6px 0 5px 0;
	font-size: 1.4em;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #666;
	}

/* Change entry header font size:*/
.entry h1,.entry h2,.entry h3,.entry h4 {
font-size:1.6em;
padding:15px 0px 5px;
}


/* Change archives list font size:*/
.entries { 
  font-size: 1.5em;
  clear: both; 
  }

/* Change widget title font size:*/
h2.widgettitle {
	font-size: 1.5em;
	}
ul li.widget ul {
	font-size: 1.5em;
	}

#footer {
	color: #666;
	font-size: 10px;
	}


#nav {
font-size:1.4em;
text-transform:uppercase;
font-weight:bold;
font-family:"Arial", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
margin-top:4px;
}

#nav .page_item a:hover,#nav .current_page_item a:link,#nav .current_page_item a:visited,#nav .current_page_item a:hover,#nav .current_page_parent a:link,#nav .current_page_parent a:visited,#nav .current_page_parent a:hover,#nav .current_page_ancestor a:link,#nav .current_page_ancestor a:visited,#nav .current_page_ancestor a:hover {
color:#772124;
text-decoration:none;
padding-bottom:.1em;
border-top:0px;
border-bottom:4px solid #772124;
}

#description {
float:left;
margin-top:4px;
margin-bottom:0px;
}

/* Change color bar under post heading:*/

h1.pagetitle,h2.pagetitle {
border-bottom: 5px solid #cecece;
}

.post-header { border-bottom: 5px solid #cecece; }

/* Change color bar post footer:*/

.post-footer {
border-bottom:1px solid #cecece;
}


/* Change color bar post comment:*/

h4#postcomment {
border-bottom:5px solid #cecece;
}

/* Change divider line right column:*/

h2.widgettitle {
font-size:1.4em;
font-weight:bold;
letter-spacing:0.7pt;
font-family:"Arial", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
border-bottom:1px solid #cecece;
}