/*
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;
	}
*/

#content .entry a:hover {
  background: #b30a00;
  color: #fff;
}

blockquote{
background-color: #e9e7e2;
border-top: 3px single #8a8a8a;
border-bottom: 3px single #8a8a8a;
padding: 5px;
font-style: normal;
font-size: 1em;
margin-left: 4%;
margin-right: 4%;
}

body {
background: #fff url(http://alanaragonblog.com/wp-content/themes/vigilance/images/metal1.jpg) repeat 0 0;
}

.entry ul li, #comments ul li {
background: url( http://alanaragonblog.com/wp-content/themes/vigilance/images/bullet-point.gif) no-repeat 0 0.3em;;
padding:0 0 0 17px;
}