* {
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
}
.clear, .cl {
	line-height:0;
	font-size:0;
	height:0;
	display:block;	
	clear:both;
}
body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:13px;
	line-height:19px;
	color:#404040;
	background:#ececec url(images/body-bg-new.jpg) repeat-x 0 0;
}
a {
	text-decoration: none;
	color:#E2001A;
}
a:hover {
	color:#404040;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
#page {
	min-height: 100%;
	position: relative;
}
#wrap {
	position: relative;
	padding-bottom:162px;
}
#footer {
	height:162px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.shell {
	width: 890px;
	margin: 0 auto;
}
#header{
	position: relative;
}
#header .shell {
	height: 140px;
	position: relative;
}
#header .shell .wrap {
	height: 140px;
	background: url(images/clouds.png) no-repeat -25px 0;
}
#main {
	padding-top:60px;
	background: url(images/main-bg.gif) no-repeat right 0;
}
#content {
	float:left;
	display:inline;
	width:612px;
}
#content.widecolumn {
	width: 100%;
}
#sidebar {
	width:236px;
	float:right;
	display:inline;
}

/*----- Start "Headers" -----*/
h1#logo{
	width:212px;
	height: 140px;
	float:left;	
}
h1#logo a{
	display:block;
	width:212px;
	height: 140px;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	background:url(images/logo.png) no-repeat 0 0;
	cursor: pointer;
	position: relative;
	z-index: 100;
}
h2,
.post h3 {
	font-size:24px;
	line-height: 26px;
	color:#e20018;
	text-transform: uppercase;
}
#sidebar h2,
h2.heading {
	font-size: 16px;
	color: #fff;
	background: #404040 url(images/heading.gif) no-repeat 0 0;
	margin-bottom: 20px;
	height: 28px;
	line-height: 28px;
}
#sidebar h2 span,
h2.heading span {
	display: block;
	background: url(images/heading-span.gif) no-repeat right 0;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
/*------ End "Headers" ------*/

/*----- Start "Top Navigation" -----*/
#top-nav {
	padding-top:104px;
	float:right;
	text-align: right;
	position: relative;
	z-index: 100;
}
#top-nav li {
	float: right;
	display:inline;
	list-style-type: none;
	margin-left:30px;
}
#top-nav li.last {
	margin-left: 0;
}
#top-nav li a {
	float: left;
	display: inline;
	font-size:18px;
	line-height: 20px;
	height: 20px;
	padding-bottom: 16px;
	font-weight: bold;
	color:#404040;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 1000;
}
#top-nav li a:hover,
#top-nav li a.current_page_item {
	color:#e2001a;
	background:url(images/nav_hover.gif) no-repeat center bottom;
}
/*------ End "Top Navigation" ------*/

/*----- Start "Post -----*/
.post {
	margin-bottom: 15px;
}
.post .post-end {
	height: 70px;
	width: 611px;
	margin: 0 auto;
	background: url(images/article-end.png) no-repeat center bottom;
}
.last-post {
	background: none;
	padding-bottom: 0;
}
.post h2 {
	padding-bottom:5px;
}
.post p.date {
	padding-bottom: 15px;
}
.post a img {
	border: solid 5px #a8a8a8;
}
.post a:hover img {
	/*border: solid 5px #404040;*/
}
.post .postmetadata {
	padding-top: 15px;
}
/*------ End "Blog Article" ------*/

/*----- Start "Widget Calendar" -----*/
#calendar_wrap {
	margin-bottom: 30px;
}
#calendar_wrap table {
	font-size:13px;
	text-align: center;
}
#calendar_wrap table tr th {
	background:url(images/th_bg.gif) no-repeat 0 0;
	background:#aaa;
	color:#000;
	font-weight:normal;
	width: 32px;
	height: 32px;
}
#calendar_wrap table tr td {
	color:#000;
	width: 32px;
	height: 32px;
	background:url(images/td_bg.gif) no-repeat 0 0;
}
#calendar_wrap table tr td.note {
	
}
#calendar_wrap table tr td#today {
	background:url(images/active.gif) no-repeat 0 0;
}
#calendar_wrap .navigation .arrow {
	float:left;
	display:inline;
	text-decoration: none;
	width: 16px;
	height: 16px;
	margin-bottom:5px;
}
#calendar_wrap .navigation .arrow a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -4000px;
	font-size: 0;
	line-height: 0;
	background-position: 0 center;
	background-repeat: no-repeat;
}
#calendar_wrap .navigation .next {
	float: right;
}
#calendar_wrap .navigation .prev a {
	background-image:url(images/left.gif);
}
#calendar_wrap .navigation .next a {
	background-image:url(images/right.gif);
}
#calendar_wrap .navigation .month,
#calendar_wrap table caption {
	font-size:16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight:bold;
	text-align: center;
	margin-bottom:5px;
}
#calendar_wrap table tr td a {
	display: block;
	background:url(images/note.gif) no-repeat 0 0;
	height: 32px;
	width: 32px;
	line-height: 32px;
}
#calendar_wrap .navigation .month a { color: #404040; }
#calendar_wrap .navigation .month a:hover { color:#E2001A; }

/*------ End "Widget Calendar" ------*/

/*----- Start "Recent News" -----*/
.recent .article {
	padding-bottom: 20px;
}
.recent .date {
	font-size: 11px;
}
/*------ End "Recent News" ------*/

#footer{
	font-size:14px;
	color:#999;
	background: url(images/footer-wrap.gif) repeat-x 0 0;
}
#footer a { color: #999999; }
#footer a:hover { color:#E2001A; }

#footer .wrap {
	background:url(images/footer.gif) no-repeat center 0;
}
#footer .shell {
	padding-top: 64px;
	height: 98px;
	background:url(images/footer.gif) no-repeat center 0;
}
#fnav {
	float: right;
	font-size: 14px;
	line-height: 16px;
	padding-top: 10px;
}
#fnav ul li {
	float: right;
	list-style-type: none;
	display: inline;
	margin-left: 16px;
}
#fnav span { padding: 0 8px; }
#footer .copy {
	float: left;
	padding-top: 10px;
}
#footer .logo {
	margin-left: 10px;
	margin-right: 20px;
	height: 78px;
	width: 78px;
	float: left;
	display: inline;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(images/footer-logo.gif) no-repeat 0 0;
}
#stamp {
	width: 95px;
	height: 177px;
	position: absolute;
	top: 59px;
	right: -95px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	z-index: 10000;
	background: url(images/stamp.png) no-repeat 0 0;
}

#sidebar .widget {
	list-style-type: none;
}
.widgettitle {
	background: url(images/widget-title.gif) no-repeat 0 0 !important;
	padding-left: 10px;
}
/* JON'S CHANGES BELOW */
.entry{
	font-size : 120%;
}

.entry p{
	display: block;
	margin-bottom: 20px;
}

table td{
	text-align: center;
	padding-right:10px;
}
td.attr {
	font-weight: bold;
	color:#404040;
	text-transform: none;
	font-size: 100%;
}

table.fightertable h3, table.fightertable img{
	margin-top: 10px;
}
tr.name{
	font-size: 120%;
	color:#e20018;
	text-transform: uppercase;
	font-weight: bold;
}