/*  
Theme Name: Deathisnotdying
Theme URI: http://www.deathisnotdying.com
Description: Theme for deathisnotdying.com
Version: 1.0
Author: Tony Lam	
*/

#index_subpage_graphic {
	float:left;
	text-align:left;
	background-image: url('singlegraphic.jpg');
	background-repeat: none;
	width:266px;
	height: 215px;
	border: solid 0px;
}
#index_main_subpages{
	float:right;
	text-align:left;
	background-image: url('single.jpg');
	background-repeat: none;
	width: 480px;
	height: 215px;
	border: solid 0px;
}
#mainentry .mainposts h2{
	clear: both;
	float: none;
	font-size: 22px;
	color: #829956;
	padding: 0 0 10px 0;
	}
#mainentry .mainposts h3{
	clear: both;
	float: none;
	font-size: 16px;
	color: #829956;
	padding: 5px 0 0px 0;
	}
#mainentry .mainposts p{
	padding: 0 0 5px 0;
	}
#mainentry .mainposts ol{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	}
#mainentry .mainposts ol .decimal li{
	list-style-type: decimal;
	}
#mainentry .mainposts ol .alpha li{
	list-style-type: lower-alpha;
	}
#mainentry .mainposts ul{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	list-style-type: disc;
	}
#mainentry .mainposts ul li{
	list-style-type: disc;
	}