/*
Theme Name: Vigilance PRO Child Theme
Theme URI: http://thethemefoundry.com/vigilance/
Description: Custom child theme for PRO Members.
Version: 1.40
Author: Drew Strojny
Author URI: http://thethemefoundry.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.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; min-height:900px;}
#content.no-sidebar li.comment { width: 560px; min-height:900px;}
body.page-template-left-sidebar-php #sidebar {
	width: 300px;
	float: left;
	padding: 0;
  min-height:900px;
}
body.page-template-left-sidebar-php #content {
	width: 600px;
	float: right;
	padding: 20px 0 20px 20px;
  min-height:900px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/


body { font-family: tahoma,Geneva,sans-serif;
color: #666666;
font-size: 10px;
line-height: normal;
background: #000000;
}

#wrapper {
background:none repeat scroll 0 0 #FFFFFF;
border-left:10px solid #FF9933;
border-right:10px solid #FF9933;
padding:0 20px 10px;
}

p { text-align: justify;}

h1, .post-header h1, .post-header h2 { color:#000000;
font-family:Verdana,Geneva,sans-serif;
font-size:20px;
font-weight:normal;
margin-bottom:4px;}

h2 { color:#707173;
font-family:Verdana,Geneva,sans-serif;
font-size:20px;
font-weight:normal;
margin-bottom:4px;}

#nav ul li { margin: 0 0 0 20px; }

#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: #000000;
  text-transform: uppercase;
  padding-top: .1em;
  border-top: 0px solid #484B4E; }

#header {
  padding: 20px 0 10px 0;
  border-bottom: 0px solid #000000;}

.entry ul li, .c-body ul li {
display:block;
margin:0px 10px 0 0; 
text-align: justify; }

.entry a:link, .entry a:visited, .alert-box a:link, .alert-box a:visited { text-decoration: none; }
.entry a:hover, .alert-box a:hover { text-decoration: underline;}

a:link, a:visited { color: #ff9933; text-decoration: none;}
a:hover { color: #ff6600; text-decoration: none; }

h1.pagetitle, h2.pagetitle, h2.widgettitle { border-bottom: 0px solid #000000; }

ul li.widget ul li {
border-bottom:0px solid #EEEEEE;
padding:2px 0;
text-align: justify;
}


