/*
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
-----------------------------------------------------------*/
.entry ul li, #comments ul li {
    background:transparent;
    display:list-item;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin:10px 30px 0;
    padding:0 0 0 0;
}

/* remove copyright tag because creative commons is being used */
#footer p.right {
    display:none;
    float:right;
}

/* The CC tag */
div.wp_license {
    padding-top: 8px;
    text-align: center;
}

/* Timeline */
img.timeline-copyright {
    display: none;
}
#timeline1 {
    /* This is added here because I can't get the style to be applied any other way! */
    height: 210px;
}