/*
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: #a2cce2;
}

ul li.widget ul li a {
  display: block;
        padding: 0 0 0 10px;
        /*background: url(../images/list-item.gif) no-repeat 0 6px;*/

}

h2.widgettitle {
        padding: 25px 5px 3px 5px;
        border-bottom: 1px solid #84a4c8;
}
ul li.widget ul li {
        padding: 8px 0;
        border-bottom: 1px solid #84a4c8;
}

/* Post Overrides */
/*----------------*/

.post-header {
        border-bottom: 4px double #e5e5e5;
        padding-bottom: 7px;
}

.post-footer {
        padding-bottom: 2px;
        margin: 0 0 30px 0;
        font-size: 1.1em;
        font-style: italic;
        text-align: right;
        color: #666;
        border-bottom: 1px solid #84a4c8;
}
body {
        font-size: 62.5%;
        font-family: Arial, Georgia, "Times New Roman", Times, Serif;
        line-height: 2.2em;
        color: #333;
}


