/*
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: 930px; }
#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: 610px;
  float: right; 
  padding: 20px 0 20px 20px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
        margin-top: 20px;
}
a:link, a:visited {
	color: #3C645A;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #58181b;
}
#header {
	padding: 10px 0 0px 0;
	border-bottom: none;
}
h1#title, div#title {
	font-family: Georgia, Times New Roman, serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.3em;
}
.post-header {
  border-bottom: 4px double #eee;
  padding-bottom: 7px;
}
.post-header h1, .post-header h2 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", serif;
	color: #4B7E73;
}
.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited  {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", serif;
	color: #4B7E73;
}
.comments {
  padding-top: 10px;
  font-size: 1em;
  color: #757575;
  text-transform: none;
}
.comments a {
  display: block;
  color: #757575;
  padding: 0 0 0 25px;
  background: url(../images/comments-bubble.gif) no-repeat 0 4px;
}
.comments a:hover {
	color: #3C645A;
	background-position: 0 -24px;
}
.post .date {
	float: right;
	padding-top: 10px;
	color: #757575;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
        text-transform: none;
}
.post .date span {
  color: #ddd;
  font-weight: bold;
}
#single-date {
  float: none;
}
h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 2.2em;
	line-height: 1.1em;
	border-bottom: 1px solid #D5E6E1;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: lighter;
	color: #4B7E73;
}
/* Menu */
#menu {
	height: 32px;
	background: #4b7e73;
	margin-bottom: 5px;
	float: left;
	padding: 1px;
}
#menu_items {
	margin: 0;
	position: relative;
	background: #4b7e73;
	border: 1px solid #fff;
	padding-left: 20px;
	width: 918px;
	height: 30px;
}
#menu_items li {
	display: inline;
	margin-right: 0px;
	float: left;
	list-style: none;
}
#menu_items li a {
	background: url(../images/menu_item_bg.png) 0px 0px repeat-x;
	height: 24px;
	color: #EBF3F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	display: inline-block;
	padding: 5px 11px 0px 11px;
	font-weight: normal;
}
#menu_items li a:hover {
	background: #85ADA4;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 10px 0px 10px;
}
#menu_items li a.current {
	background: url(../images/menu_item_bg.png) 0px -30px repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 10px 0px 10px;
}
#menu_items li a.active {
	background: url(../images/menu_item_bg.png) 0px -30px repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 10px 0px 10px;
}
.entry p { 
  margin-bottom: 10px; 
  color: #000000;
}
#respond { font-size: 1.4em; }
h4#postcomment {
  margin: 20px 0;
  padding: 0 0 5px 0;
  font-family: Georgia, Times New Roman, serif;
  font-weight: lighter;
  font-size: 1.6em;
  color: #4B7E73;
}
.comment-number {
  font-size: 1em;
}