/*
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: 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 {
background-color:#dfdfdf;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
background-position:center top;
font-family:Helvetica,"Times New Roman",Times,Serif;
}
div#title-logo {
  float: left;
}

#nav {
  padding-top: 35px;
}
#header { border-bottom: 15px solid #EEEEEE; 
}
.post-header h1, .post-header h2{
  font-size:4.5em;
  line-height:0.8em;
  letter-spacing:-3px;
  font-family: Helvetica,"Times New Roman",Times,Serif;
}

.post-header  {
border-bottom:15px solid #EEEEEE;
padding-bottom:0;
}

#nav {
	font-family: Helvetica,"Times New Roman",Times,Serif;
        font-size:1.7em;
}


h2.widgettitle  {
color:#000000;
border-bottom: 8px dotted #EEEEEE
font-family: Helvetica,"Times New Roman",Times,Serif; 
font-size:1.8em;
font-weight:bold;
letter-spacing:0pt;
padding:25px 0 3px;
text-transform:uppercase;
}


.alert-box h2 {
  font-size: 1.6em;
  font-weight:bold;
  letter-spacing:-0.6pt;
  font-family: Helvetica,"Times New Roman",Times,Serif; 
  color: #000000;
}


form#search_form input#s {
   border-color:#CCCCCC #EFEFEF #EFEFEF #CCCCCC;
   border-style:solid;
   border-width:1px;
   background-color: #FFF;
   float:none;
   margin-right:5px;
   padding:7px 0 7px 7px;
   width:75%;
}

#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 {
    border-top: none;
}
