/*
Theme Name:	Vigilance PRO Child Theme
Theme URI: 	http://thethemefoundry.com/vigilance/
Description: 	Custom child theme for PRO Members.
Version: 1.35
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
-----------------------------------------------------------*/

body { background-color: #dcdfc2; }
		#wrapper{
			background: #fff;
			padding: 0 20px 10px 20px;
			border-left: 4px solid #d7dab9;
			border-right: 4px solid #d7dab9;
		}

#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;
	}
*/
/*Header
------------------------------------------------------------ */
#header {
  padding: 20px 0 10px 0;
  border-bottom: 5px solid #333;
}
h1#title, div#title { text-align:center;  z-index:100; margin-top:-143px; padding-bottom:90px;  
  font-size: 4.7em;
  font-weight: bold;
  line-height: 1.3em; 
}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #fff; }
h1#title a:hover, div#title a:hover { color: #772124; text-decoration: none; }

div#title-logo { padding-bottom: 0px; }



/*Description
---------------------------------------*/
#description { float: left; padding-bottom:5px;line-height:80%;}

#description h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #666;
}

/*Nav
---------------------------------------*/
#nav {line-height:80%;
	float: right;
	font-size: 1.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}

/*Post Header
---------------------------------------*/

.post-header h1, .post-header h2 { 
  font-size: 2.6em; 
  line-height: 1.1em;
	font-weight: bold; padding-top:10px;
}

.post .date {float:none;
  padding-bottom: 5px;
  padding-top: 10px;
  color: #757575;
  font-size: 1.6em;
  font-weight: normal;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.post .date span {
	color: #757575;
	font-weight: normal;
}

.comments {float:left;
  padding-top: 0px;
  font-size: 1.3em;
  color: #757575;
  text-transform: uppercase;
}

/*Default Alignment and Images
------------------------------------------------------------ */
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter { border: none; }

/*Post Body
---------------------------------------*/
.entry a:link, .entry a:visited, .alert-box a:link, .alert-box a:visited { text-decoration: none; font-weight:bold; }
.entry a:hover, .alert-box a:hover { text-decoration: underline; }

/*Post Footer
---------------------------------------*/
.post-footer {
  padding-bottom: 10px;
  margin: 5px 0 20px 0;
  font-size: 1.1em;
  font-style: italic;
  text-align: right;
  color: #666;
  border-bottom: 1px solid #eee;
}

/*widgets
---------------------------------------*/

div.textwidget a {font-size:100%;}

div.textwidget p {
  font-size: 1.1em;
  margin: 10px 0 0 0;

}