/*
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.30
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");
@import url("widgets.css");
/*@import url("mailchimp.css");*/


/* 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;
	}
*/

body {
  font-family: Trebuchet MS, Tahoma, Arial, Georgia, "Times New Roman", Times, Serif;
}


#nav {
	background:#000;
	width:100%;
	padding:5px 0;
}

#nav li a:link, #nav li a:visited {
  color: #ffffff;
}

#header {
  border-bottom: 0px solid #ffffff;
  padding:0 0 10px;
}

#sidebar {
	background:#f3f3f2;
	width:300px;
	padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0;
	font-family: Arial, Georgia, "Times New Roman", Times, Serif;
}

#sidebar li a:link, #sidebar li a:visited {
  color: #403D1E; 
  text-decoration: none;
  padding-left:10px;
  padding-right:10px;
}

#content {
	width:560px;
}

#sidebar-image {
	width:300px;
}

/*Nav Top
---------------------------------------*/
#navtop {
  float: right;
  font-size: 1.4em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
#navtop ul {
  padding: 0 0 0 20px;
  position: relative;
}
#navtop ul li {
  float: right;
  margin: 0 0 0 2px;
}
#navtop li a:link, #navtop li a:visited {
  color: #FF4A12; 
  text-decoration: none;
  padding-left:10px;
  padding-right:10px;
}
#navtop li.current_page_item a, #navtop li.current_page_parent a, #navtop li.current_page_ancestor a, #navtop li.current-cat a, #navtop li a:hover {
  color: #FF4A12;
  text-decoration: none;
  padding-top: .1em;
}


/* Post Related Styles */
.entry { font-size: 1.4em; }
.entry a:link, .entry a:visited, .alert-box a:link, .alert-box a:visited { font-weight: bold; text-decoration:none; }
.entry a:hover { font-weight: bold; text-decoration:underline; }
/*.post-header h1, .post-header h2, h1.pagetitle, h2.pagetitle { color: #000000; }*/