/*
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;
	}
*/

h1#title, div#title {
	font-size: 3em;
	font-weight: bold;
	line-height: 1.2em;
	}

/* print styles -- remove a bunch of items from print view */

.entry ul li, .c-body ul li {
	/*
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
	background: url(../images/list-star.gif) no-repeat 0 .3em;
	*/
	display: list-item;
	margin: .5em 0 0 1em;
	padding: 0 0 0 .3em;
	background: none;
}
.entry ul, .c-body ul, .entry ul li, .c-body ul li {
	list-style: disc;
}

body { margin-left: 0; margin-right: 0; }
#nav { display: none; }
#comments { display: none; }
#respond { display: none; }
#sidebar { display: none; }
#wrapper {
   width: auto;
   margin-left: 0in;
   margin-right: 0in;
}
#content { width: auto; }

.post-edit-link { display: none; }