/*
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/css/undo.css");
@import url("../vigilance/css/master.css");
@import url("../vigilance/functions/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;
	}
*/

/*Post Body
---------------------------------------*/
.entry p { margin-bottom: 10px; margin-left: 15px; margin-right: 15px;}


.post-header {
	border-bottom: 4px double #dddddd;
	padding-bottom: 7px;
	}
.post-header h1, .post-header h2 { 
  font: normal normal 2.7em Georgia,serif;
  text-transform: lowercase;
  color: #000000;
  line-height: 1.3em;
  }

h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font: normal normal 2.7em Georgia,serif;
        text-transform: lowercase;
        color: #000000;
        line-height: 1.3em;
	border-bottom: 4px double #dddddd;
	}

.entry ul li, .c-body ul li {
	display: block;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	background: url(http://www.sabrinamorgan.com/wp-content/themes/vigilance/images/list-item.gif) no-repeat 0 .45em;
	}