* {
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
}
.clear, .cl {
	line-height:0;
	font-size:0;
	height:0;
	display:block;	
	clear:both;
}
body {
	background: url("images/body-bg-new.jpg") repeat-x scroll 0 0 #ECECEC;
	color: #404040;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
}
a {
	color: #CC0000;
        text-decoration: none;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}
/* 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 {
	background: url("images/clouds.png") no-repeat scroll 450px 0 transparent;
    	height: 140px;
}
#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{
	float: left;
    	height: 100px;
    	width: 500px;	
}
h1#logo a{
	background: url("http://dragonhousemma.com/wp/wp-content/uploads/logo.png") no-repeat scroll 0 0 transparent;
    	cursor: pointer;
    	display: block;
    	font-size: 0;
    	height: 100px;
    	line-height: 0;
    	position: relative;
    	text-indent: -4000px;
    	width: 500px;
    	z-index: 100;
}

h2 {
	color: #cc0000;
        font-size: 24px;
        line-height: 26px;
        text-transform: uppercase;
        text-shadow: 1px 1px #000;
}

h3 {
	color: #cc0000;
        line-height: 29px;	
}

#sidebar h2,
h2.heading {
	background: url("images/heading.gif") no-repeat scroll 0 0 #404040;
    	color: #FFFFFF;
    	font-size: 16px;
    	height: 28px;
    	line-height: 28px;
    	margin-bottom: 10px;
    	margin-top: 7px;
}
#sidebar h2 span,
h2.heading span {
	background: url("images/heading-span.gif") no-repeat scroll right 0 transparent;
    	display: block;
    	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 {
	float: left;
    	padding-top: 14px;
    	position: relative;
    	text-align: right;
    	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 {
	color: #000000;
    	display: inline;
    	float: left;
    	font-size: 18px;
    	font-weight: bold;
    	height: 34px;
    	line-height: 20px;
    	padding-bottom: 16px;
    	position: relative;
    	text-decoration: none;
    	text-shadow: 1px 1px #FFF;
    	text-transform: uppercase;
    	z-index: 1000;
}
#top-nav li a:hover, #top-nav li a.current_page_item{ 
	background: url("http://dragonhousemma.com/wp/wp-content/uploads/blood-icon.png") no-repeat scroll center 20px transparent;
    	color: #CC0000;
    	text-shadow: 1px 1px #000000;
}

/*------ 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;
}

/* Custom 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;
}

.more-link {
    background: #000;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
}
