/*
Theme Name:	Vigilance *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/myvigilance</code> folder.
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");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
ul li.page_item a:link {width:130px;}
#description {float:left;clear:left;margin-left:94px;margin-top:-20px;}
#header {padding-top:0px;padding-bottom:0px;}
#nav {margin-top:10px;}
.breadcrumb {width:600px;float:left;clear:both;}
#sidebar ul li{margin-left:0px;}  
#sidebar ul li a
{
font-size: 1.3em; font-size:1em;
/*margin-top: 10px;
margin-right: 10px;
margin-bottom: 0pt;
margin-left: 0pt;
display: block;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;*/
padding-left: 0px;
}
#sidebar h2
{
padding-top: 25px;
padding-right: 0pt;
padding-bottom: 3px;
padding-left: 0pt;
font-size: 1.4em;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1.2pt;
font-family: "Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #eeeeee;
}
ul li.widget ul li a
{list-style-type:none;background:none;}
#recent-posts-2 ul li
{font-size:1em;list-style-type:none;}
/*#subscribe { padding: 0 0 0 0px; }
#subscribe-form span {float:left;}
#subscribe-form form {margin-left:5px;}
*/
input.subscribe_input { font-size: 10px; width: 130px; background: #fff; padding:0px; color: #666666; font-weight: normal; margin: 0; border: 1px solid #666666;}
/*#subscribe #name {width:60px;}*/

#formlms {width:350px;margin:10px;background:#eeeeee; margin:10px auto;font-size:85%;}
div.row {background:#dddddd;border:none;padding:0 0 5px 0;float:left;width:350px;margin:0px;}
div.row label {float:left;display:block;width:5em;font-weight:bold;padding:0 6px;color:#004499;text-align:right;}
div.row label:hover {background:#ffffff;cursor:pointer;color:#004499;}
div.row fieldset {border:none;background:#dddddd;margin:5px 0px;}
div.row fieldset span {display:block;background:#dddddd;}
div.row fieldset span label {float:none;display:inline;background:#eeeeee;}
div.row fieldset legend {font-weight:bold;background:#eeeeee;}
div.requiredRow {border:none;background:#eeeeee;}