/*
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;
	}
*/

blockquote {
	float: none;
	width: 440px;
	padding: 5px;
	margin: 10px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background-color: #f7f7f7;
	}

.entry blockquote p {
	margin: 0;
	padding: 0 0 0 0px;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, Serif;
        color: #888;
        font-style: italic;
	line-height: 1.3em;
	background-color: #f7f7f7;
        background-image: none;
	}

.entry ul li {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 23px;
	background: url(http://sabrinainstockings.com/wp-content/themes/vigilance/images/list-leaf_h2.gif) no-repeat 0 .3em;
	}