*
{
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
}

body
{
	background: url('../images/main-bg.jpg') #72550b;
	
	text-align: center;
	font-family: Helvetica, Arial;
}

#header
{
	width: 100%;
	height: 300px;
	background: url('../images/top-bg.jpg') repeat-x;
}

#header-inner
{
	width: 844px;
	height: 275px;
	
	background: url('../images/header.jpg') 0px 51px no-repeat;
	
	text-align: left;
	margin: 0 auto 17px auto;
}

#header-inner #logo
{
	width: 180px;
	height: 56px;
	float: left;
	margin: 8px 0 0 30px;
	
	background: url('../images/logo.gif') no-repeat;
	
	cursor: pointer;
}

#header-inner ul
{
	float: right;
	list-style: none;
	padding-right: 4px;
	margin-right: 28px;
}

#header-inner ul li
{
	float: left;
}

#header-inner ul li a
{
	color: white;
	display: block;
	text-indent: -9999px;
	height: 51px;
}

#header-inner ul li a.blogLink
{
	background: url('../images/blog.jpg') no-repeat;
	width: 63px;
}

#header-inner ul li a.blogLink:hover
{
	background-position: 0 -51px;
}

#header-inner ul li a.gameLink
{
	background: url('../images/game.jpg') no-repeat;
	width: 68px;
}

#header-inner ul li a.gameLink:hover
{
	background-position: 0 -51px;
}

#header-inner ul li a.aboutLink
{
	background: url('../images/about.jpg') no-repeat;
	width: 71px;
}

#header-inner ul li a.aboutLink:hover
{
	background-position: 0 -51px;
}

#header-inner ul li a.rssLink
{
	background: url('../images/rss.jpg') no-repeat;
	width: 84px;
}

#header-inner ul li a.rssLink:hover
{
	background-position: 0 -51px;
}

#header-inner ul li a.archiveLink
{
	background: url('../images/archives.jpg') no-repeat;
	width: 92px;
}

#header-inner ul li a.archiveLink:hover
{
	background-position: 0 -51px;
}

#content
{
	width: 804px;
	
	text-align: left;
	margin: 0 auto 0 auto;
}

#content #left
{
	width: 550px;
	
	padding: 0px 0px 20px 0px;
	
	float: left;
}

#content #left .post
{
	background-image: url('../images/inside-bg.jpg');
	padding-bottom: 25px;
	margin-bottom: 15px;
}

#content #left .post .top	
{
	background-image: url('../images/misc-bg.jpg');
	padding-bottom: 15px;
}

#content #left .post h1, #content #left .post h2
{
	font-weight: normal;
}

#content #left .post h1
{
	color: #e59e6a;
	font-size: 18px;
	font-weight: normal;
	padding: 17px 20px 3px 20px;
}

#content #left .post h1.rating-heading
{
	width: 400px;
	_width: 385px;
}

#content #left .post h1 a
{
	color: #e59e6a;
	text-decoration: none;
}

#content #left .post .rating
{
	width: 78px;
	height: 53px;
	_height: 35px;
	
	float: right;
	
	background: url('../images/rating-bg.jpg') no-repeat;
	
	padding-top: 19px;
	margin: 15px 21px 0 0;

	text-align: center;
	color: #ffffff;
	font-size: 21px;
}

#content #left .post h1 a:hover
{
	color: #F7C097;
	text-decoration: underline;
}

#content #left .post h2
{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding: 0px 20px 0 20px;
	line-height: 16px;
}

#content #left .post div.postContent
{
	margin-top: 15px;
}

#content #left .post div.postContent, #content #left .post p
{
	padding: 0px 20px 0px 20px;
	font-family: Helvetica, Arial;
	color: #eeddd0;
	font-size: 12px;
	line-height: 18px;
}

#content #left .post div.postContent a, #content #left .post p a
{
	color: #e59e6a !important;
	text-decoration: none !important;
	font-family: Helvetica, Arial !important;
}

#content #left .post div.postContent a:hover, #content #left .post p a:hover
{
	color: #F7C097;
	text-decoration: underline !important;
}

#content #left .post .detailWrapper
{
	background-image: url('../images/misc-bg.jpg');
	margin: 25px 20px 0 20px;
	_height: 45px;
	overflow: auto;
}

#content #left .post .detailWrapper .details
{
}

#content #left .post .detailWrapper .details .commentCount
{
	float: left;
	width: 110px;
	padding: 15px 25px 15px 25px;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#content #left .post .detailWrapper .details .commentCount a
{
	color: #e59e6a;
	text-decoration: none;
	padding-left: 20px;
	background: url('../images/comment.png') no-repeat;
	behavior: url('/include/style/iepngfix.htc');
	display: block;
}

#content #left .post .detailWrapper .details .commentCount a:hover
{
	color: #F7C097;
	text-decoration: underline;
}

#content #left .post .detailWrapper .details .postTags
{
	padding: 15px 25px 15px 25px;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#content #left .post .detailWrapper .details .postTags h1
{
	font-weight: bold;
	color: #eeddc6;
	float: left;
	font-size: 12px;
	margin-right: 6px;
	padding: 0 0 0 20px;
	height: 16px;
	background: url('../images/tag_orange.png') no-repeat;
	behavior: url('/include/style/iepngfix.htc');
}

#content #left .post .detailWrapper .details .postTags .taglist
{
	width: 265px;
	_width: 240px;
	margin-left: 180px;
	color: #e59e6a;
}

#content #left .post .detailWrapper .details .postTags .taglist a
{
	color: #e59e6a;
	text-decoration: none;
}

#content #left .post .detailWrapper .details .postTags a:hover
{
	color: #F7C097;
	text-decoration: underline;
}

#content #left .post .detailWrapper .details .postTags span.notags
{
	color: #eeddc6;
}

#content #left #pagination
{
	background-image: url('../images/inside-bg.jpg');
	padding: 7px 10px 7px 10px;
	margin-bottom: 20px;
}

#content #left #pagination #next #rArrow
{
	background: url('../images/bullet_go.png') no-repeat;
	behavior: url('/include/style/iepngfix.htc');
	width: 16px;
	height: 16px;
	float: right;
}

#content #left #pagination #next
{
	float: right;
	width: 300px;
}

#content #left #pagination #next a
{
	float: right;
	margin-right: 5px;
	padding-top: 2px;
	_padding-top: 1px;
}

#content #left #pagination #prev #lArrow
{
	background: url('../images/bullet_go_left.png') no-repeat;
	behavior: url('/include/style/iepngfix.htc');
	width: 16px;
	height: 16px;
	float: left;
}


#content #left #pagination #prev
{
	float: left;
}

#content #left #pagination #prev a
{
	margin-left: 5px;
	float: left;
	padding-top: 2px;
	_padding-top: 1px;
}

#content #left #pagination a
{
	color: #e59e6a;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#content #left #pagination a:hover
{
	text-decoration: underline;
	color: #F7C097;
}

#content #footer
{
	width: 510px;
	text-align: center;
	float: left;
	padding: 0px 15px 20px 15px;
	font-size: 12px;
	color: #eeddd0;
}

#content #right
{
	background-image: url('../images/inside-bg.jpg');
	
	width: 240px;
	_width: 236px;
	
	float: right;
	
	margin-right: 3px;
	margin-bottom: 20px;
	
	padding: 20px 0 20px 0;
}

#content #right #search
{
	padding-bottom: 15px;
	margin: 0 20px 15px 20px;
}

#content #right #search h1
{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#content #right #search input.text
{
	margin-bottom: 5px;
	width: 98%;
}

#content #right #search button
{
	margin-top: 5px;
	width: 50px;
}

#content #right #cats
{
	padding: 0 20px 0 20px;
}

#content #right #cats h1
{
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#content #right #cats ul
{
	list-style: none;
}

#content #right #cats ul li a
{
	color: #e59e6a;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#content #right #cats ul li a:hover
{
	text-decoration: underline;
	color: #F7C097;
}
/* upcoming */

#content #right #upcoming
{
	padding: 30px 20px 0 20px;
	background: url('../images/upcoming-grad.jpg') repeat-x;
}

#content #right #upcoming .upcominggame
{
	padding-bottom: 15px;
	margin: 10px 0 10px 0;
}

#content #right #upcoming .upcominggame .right
{
	float: right;
	width: 135px;
}

#content #right #upcoming .upcominggame a
{
	color: #e59e6a;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-top: 2px;
}

#content #right #upcoming .upcominggame a:hover
{
	color: #F7C097;
	text-decoration: underline;
}

#content #right #upcoming .upcominggame p
{
	color: #eeddd0;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
	font-family: Helvetica, Arial;
}

#content #right #upcoming .upcominggame p span.light
{
	font-weight: normal;
}

#content #right #upcoming h1
{
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 10px;
}

/* archives */

#content #left .archive
{
	padding: 15px 20px 25px 20px;
	background-image: url('../images/inside-bg.jpg');
	margin-bottom: 15px;
}

#content #left .archive h1
{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

#content #left .archive .monthName
{
	margin-bottom: 5px;
	color: #eeddd0;
}

#content #left .archive ul
{
	list-style: none;
	padding-left: 15px;
	margin-bottom: 15px;
}

#content #left .archive ul li a
{
	color: #e59e6a;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Helvetica, Arial;
}

#content #left .archive ul li a:hover
{
	text-decoration: underline;
	color: #F7C097;
}

#content #left .archive ul li .date
{
	font-size: 12px;
	font-family: Helvetica, Arial;
	color: #eeddd0;
}

#content #left .archive .backLink
{
	margin-top: 30px;
	padding-top: 10px;
	_width: 490px;
}

#content #left .archive .backLink a
{
	padding-left: 20px;
	background: url('../images/bullet_go_left.png') 0 -2px no-repeat;
	behavior: url('/include/style/iepngfix.htc');
	color: #e59e6a;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Helvetica, Arial;
}

#content #left .archive .backLink a:hover
{
	text-decoration: underline;
	color: #F7C097;
}

/* search results */
#content #left p#noresults
{
	margin-top: 15px;
	font-family: Helvetica, Arial;
	color: #353535;
	font-size: 12px;
	line-height: 18px;
}

/* comments */

.comments form textarea
{
	width: 400px;
	height: 100px;
}

.comments form
{
	margin-top: 20px;
	padding-top: 10px;
}

.comments form h1
{
	font-size: 18px !important;
	font-weight: normal;
	color: #FFFFFF !important;
}

.comments form button
{
	margin-top: 8px;
	margin-left: 20px;
}

#commentwrapper
{
	text-align: center;
}

.comments
{
	width: 460px;
	margin: 15px auto 0 auto;
	text-align: left;
}

.comment2
{
	background-image: url('../images/misc-bg.jpg');
}

.comment
{
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 10px;
}

.comment .email
{
	float: left;
}

.comment .email, .comment .email a
{
	color: #e59e6a;
}

.comment .email a:hover
{
	color: #F7C097;
}

.comment .date
{
	float: right;
	color: #eeddd0;
}

.comment .content
{
	color: #eeddd0;
	margin-top: 10px;
}

/* 404 */
.fourohfour h1
{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

.fourohfour p
{
	margin-top: 15px;
	font-family: Helvetica, Arial;
	color: #353535;
	font-size: 12px;
	line-height: 18px;
}

.fourohfour div.center
{
	text-align: center;
}


/* post content */

a img
{
	margin: 0;
	border: 0;
}

.imgLeft a, .imgRight a
{
	line-height: 0;
	display: block;
	padding: 0;
	margin: 0;
}

.imgLeft
{
	float: left;
	margin: 4px 10px 2px 5px;
}

.imgRight
{
	float: right;
	margin: 4px 5px 2px 10px;
}

.imgCenter
{
	display: block;
	width: 100%;
	text-align: center;
	margin: 4px 0 4px 0;
}

.imgCaption
{
	text-align: center;
	font-size: 10px;
	background-image: url('../images/misc-bg.jpg');
	color: #e59e6a;
	padding: 5px;
	line-height: 13px;
}

.adsense
{
	margin-top: 20px;
	width: 550px;
	text-align: center;
}