/* -- This is the place to add your own style modifications without touching the original styles -- */
/* -- This is the place to add your own style modifications without touching the original styles -- */

h1,h2,h3,h4,h5,h6,h7,
#sitetitle .title {
	font-family:Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-weight:bold;
        color: #FF0000;
	}

#wrap {
	clear: both;
	margin: 0 auto;
	padding:0 100px;
        background: #000;
	}

p {
	margin-top: 0px;
	margin-bottom: 15px;
        color: #ffffff;
	}

ol {
	margin-left: 40px;
	padding: 0;
        color: #99CCFF;
	}

ul {
	margin-left: 20px;
	padding: 0;
        color:#99CCFF;
	}

.post ul, .post ol {
	list-style-type: none;
        color: #99CCFF;
	}

.post ul li {
	list-style-type:none;
	padding: 0;
	margin: 0 0 2px;
	padding-left:18px;
	background:url(images/bullet.png) 0 3px no-repeat;
        color: #99CCFF;
	}

.post ol li {
	list-style-type:decimal;
	margin-left: 0;
	padding-left: 0;
        color: #99CCFF;
	}

.post ul li li {
	list-style-type:square;
	padding: 0;
	margin: 0 0 2px;
	padding-left:0;
	background:none;
        color: #99CCFF;
	}

.post ul li li li {
	list-style-type:disc;
	padding: 0;
	margin: 0 0 2px;
	padding-left:0;
	background:none;
        color: #99CCFF;
	}
