/*
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/


#header {
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #000;
}
#logo {float:left;}



/*Nav
---------------------------------------*/
#nav {
  float: right;
  font-size: 1.5em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
#nav ul {
  padding: 0 0 10 20px;
  position: relative;
}
#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: #999;
  text-decoration: none;
  padding-top: .1em;
  border-bottom: 4px solid #999;
}



/*Footer
------------------------------------------------------------ */
#footer {
  color: #666;
  font-size: 1.1em;
  height:100px;
  background:opaque url(../images/footer.jpg) no-repeat;
  
}
#footer p.right { float: right; }
#footer a:link, #footer a:visited { color: #666; text-decoration: underline; }
#footer a:hover { color: #772124; }

.left{float:left; width:200px;}
.right {float:right; width:200px;}
