/*
Theme Name:	Titan *Child Theme*
Theme URI: 	http://themes.jestro.com/titan/
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/child-titan</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: titan
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../titan/stylesheets/master.css");
@import url("../titan/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; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/

#header {
	  background: #FAFAFA;
	  }

h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited {
	  color:#CC3333;
	  }

.entry ul li, .c-body ul li {
list-style-position:outside;
list-style-type:square;
margin:5px 0;
padding:0 0 0 17px;
}

