/*
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");

/* 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	{
	margin-top:0px;
	background-color:#555;
	background-position:center;
	background-repeat:repeat;
	}
#wrapper	{
	margin-top:0px;
	border:none;
	}
#header	{
	margin-top:0px;
        border:none;
	}
#header h2	{
       padding-top: 18px;
       padding-left:40px;
       font-size: 1em; 
	}
#header h2 a	{
       color: #555;
       font-size: 3em; 
       padding-top: 10px;
       margin-bottom: 20px;
       padding-left: 40px;
       font-decoration: none;
	}
#header h2 a:hover {
       color: #8B2500;
       }
#nav {
      margin-top: 20px;
      padding-bottom:15px;
      padding-top:8px;
      border-top: dotted 1px;
      border-bottom: dotted 1px;
     }
.xoxo blogroll	{
	list-style-image:none;
	}
#content { width: 800px;
           margin-left: 40px;
            }

#content h2 a   { 
       font-size: 3em; 
       padding-top: 10px;
       padding-bottom: 10px;
       line-height:1em;
       font-decoration:none;
       }
h2 a:hover   { 
       color: #8B2500;
       text-decoration:none;
       }