/*
Theme Name: Trophy Life
Description: Trophy Life Blog Theme
@Version: 1.0
@Author: Henry Zados
@Date: December 2009

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#container_blog {
	width: 960px;
	text-align: left;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px auto;
	background-color: #fff;
}
#content_blog {
	float: left;
	width: 960px;
	background-color: #fff;
}
#content_blog .top {
	padding: 0px 0px 0px 30px;
	height: 25px;
	background: url('../image/title_border_solid.png') no-repeat #ffffff;
	background-position: 25px 23px;
}
#content_blog .top2 {
	padding: 0px 0px 0px 30px;
	height: 25px;
	background: url('../image/title_border_broken.png') no-repeat #ffffff;
	background-position: 25px 23px;
}
#content_blog .top h1, .heading, h1 {
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}
#content_blog .middle {
	background: #ffffff;
	padding: 25px 25px 90px 25px;
}
.storycontent {
	padding-top: 7px;
}
#blogLeft {
	position: relative;
	top: -25px;
	float: left;
	width: 529px;
}
#blogRight {
	position: fixed;
	width: 915px;
	top: 120px;
	margin-left: auto;
	margin-right: auto;
}
#blogRight div.alignRight {
	position: absolute;
	right: 0px;
	width: 320px;
/*	border: 1px solid blue;*/
}
.bottomPad {
	height: 200px;
}
hr {
	height:1px;
	border-width:0;
	color:gray;
	background-color:gray;
	margin: 10px 0 10px 0;
}
li {
	list-style-type: none;
}
h2 {
	font-size: 13px;
}
#commentlist li {
	position: relative;
	left: -20px;
	padding: 2px;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}


