/*  
Theme Name: MMA Sports Report
*/


/********** Body **********/
* {
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-decoration:none;
}
body {
	font-family: Arial;
	font-size: 12px;
	background: url(images/background2.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #0d2641;
}

/********** H1,H2,H3 HYPERLINKS **********/
h3 {
	padding:10px 0 10px 0;
	font-size:14px;
}
a:link {
	text-decoration: none;
	color: #005891;
	border: 0px;
}
a:active {
	color: #006666;
	border: 0px;
}
a:visited {
	color : #005891;
	border: 0px;
}
a:hover {
	color:#993333;
	border: 0px;
	text-decoration:underline;
}
a:focus {
	outline: none;
}
.clear {
	clear: both;
}

/********** Top **********/
#top {
	height: 25px;
	background: url(images/top.png);
	background-position: top;
	font-weight: bold;
color: #fff;
}
#date {
	float: left;
	padding: 3px 0 3px 10px;
	height: 19px;
	line-height: 19px;
}
/***********Top Navigation***********/

#topnav {
	float: right;
	padding: 3px 10px 3px 0;
}
#topnav li {
	float: left;
	display: block;
	padding: 0 4px 0 4px;
}

#topnav li a {
	color: #fff !important;
	float: left;
	display: block;
	height: 19px;
	line-height: 19px;
	text-decoration:underline;
}
#topnav li a:hover {
	text-decoration:none;
}
#topnav li.rss a {
	background: url(./images/rss.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
}


/********** Main Page **********/
#wrapper {
	width: 980px;
	margin:auto;
	background:#fff;
}

/********** Header **********/
#top-ad {
width: 730px;
float: right;

}

#header {
	height: 90px;
	width: 981px;
	background: url(images/header-bg.png);
}

#logo {
	float: left;
	width: 250px;
	padding-top:0px;
	padding-left:0px;
}
#logo h1 {
	text-indent:-10000px;
}
#logo h1 a {
	display:block;
	background: url(images/logo3.png) no-repeat;
	height:90px;
	outline:none;
}
/********** Navigation **********/
#nav {
	float:right;
    padding-right:10px;
	margin-top:10px;
}

#nav ul li {
	display:inline;
	height:30px;
	line-height:35px;
}
#nav ul li.current_page_item a {

	color:#fff;
}
#nav ul li.current_page_item a:hover {
	background:transparent;
	color:#fff;
}
#nav ul li a {
	color:#fff;
	float:left;
	text-transform:uppercase;
	padding:0 0 0 20px;
}
#nav ul li a:hover {
	background:none;
	color:#dadada;
	text-decoration:none;
}
/********** Navigation Bar **********/
#navbar {
	background: url(images/navbar-bg.png);
	height: 30px;
	width: 981px;
	line-height:30px;
	font-size:12px;
	margin-bottom: 0px;
}
#navbar a {
	color: #0d253f;
	margin-left: 0px;
	margin-right: 0px;
}
#navbar ul {
	min-height: 30px;
	margin: 0;
	padding: 0 0 0 0;
}
#navbar ul li {
	float: left;
	line-height: 1;
	padding-left: 1px;
	background: url(images/navbar-divider.png) no-repeat 0 2px;
}
#navbar ul li a {
	color: #0d253f;
	font-size: 1.1em;
	float: left;
	display: block;
	text-decoration: none;
	padding: 8px 12px 7px 12px;
}
#navbar ul li a.selected, #navbar ul li a:hover {
	background: url(images/navbar-hover.png) repeat-x 0px 1px;
	color: #0d253f;
}

/********** Left Wrapper **********/
#topnews {
height: 10px;
width: 555px;
background: URL(images/heading.png);
    font-size: 13px;
	padding: 6px 10px 12px;
	text-align: left;
	color: #fff;
	margin: 5px 0px 0px 10px;
	font-weight: bold;

}

#leftwrapper {
	float: left;
	width: 595px;
	height:auto!important;
	height:1200px;
	min-height: 1200px;
	background: #fff;
	border-left: solid 1px #d4d4d4;
	border-right:  1px solid #d4d4d4;
	padding: 0 0 20px 0;
}
#leftwrapper a:link, a:visited {
	color: #005891;
}
#leftwrapper a:hover {
	color: #993333;
}



/********** Entry **********/

.entry {
	width: 570px;
	padding: 0 10px 10px;
	margin-bottom:0px;
	line-height:110%;
	font-size:15px;
}
.entry h2 {
	font: bold 22px/28px "Myriad Pro", "Myriad Set", "Myriad Apple", Myriad, Helvetica Nueue, Arial, Verdana, Sans-serif;
	letter-spacing: -1px;
	margin-bottom:2px;
	font-size: 24px;
	padding-top: 2px;
}
.entry h2 a, .entry h2 a:visited {
	color:#000000 !important;
}
.entry h2 a:hover {
	color:#000000 !important;
	text-decoration: none;
}
.entry p {
	margin-left:0px;
	padding-bottom:10px;
}
html>body .entry ul {
	padding: 0 0 0 30px;
	padding-left: 10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li {
background: url(images/bullet-circle.gif) no-repeat 0 6px;
padding: 0 5px 0 9px;
}
.entry ol {
	padding:0;
	margin:0;
}
.entry ol li {
	background:#fafafa;
}

.entry img {
	margin:0 5px 10px 5px;
	border: solid 1px #e6e6e6;
}

.postcatinfo {
	font-size:11px;
	color:#666666;
	height: 5px;
	padding-bottom: 5px;
}
.postcatinfo a:link, .postcatinfo a:visited {
	color:#000000 !important;
	font-weight:bold;
}
.postinfo {
	font-size:11px;
	color:#000000 !important;
	height: 17px;
margin: 5px 0 5px 0;
	padding: 0 0 5px 5px;
	background: #edeeef;
}
.postinfo a:link, .postinfo a:visited {
	color:#000000 !important;
	font-weight:bold;
}
.postinfo i {
	margin-left: 10px;
}
.postmeta {
	background: url(images/post-divider.png);
height: 1px;
width: 565px;
margin: 0px 0 0 0;
	padding:0px 0 0px 0;
}

.readmore
{
  margin: 0px 0 0px 0;
  display: block;
  width: 100px;
  height: 25px;
padding: 2px 0 0 8px;
color: #fff !important;  
background: url() no-repeat 0 0;
}

.more-link {
font-weight: bold;
}

.navigation {
	width: 540px;
	padding:20px;
	line-height:140%;
}
.alignright { float: right; } 
.alignleft { float: left ;}

/*********** Search Form ***********/
#searchform {
	float:right;
	padding: 2px 7px;
	line-height: 28px;
	margin-right: 0;
}
#searchform input {
	padding: 1px 3px;
	margin: 0px;
}
#searchform input#sm {
	border: solid 1px #ccc;
}
#searchform input#sm:hover {
		border: solid 1px #f2f2f2;
}
#searchform input {
	border: solid 1px #ccc;
}
#searchform input#s:hover {
	background: #f2f2f2;
	border: solid 1px #ccc;
}

/********** Sidebar MISC **********/
#content-right {
	float:right;
	width: 382px;
	margin-right: 0px;
	background: #f8f8f8;
}
.box {
	padding: 0 10px 0 10px;
}
.ibox li ul li {
	margin: 0 10px 0 10px;
}

/********** Sidebar **********/
#sidebar {
	font-size:12px;
	line-height:20px;
	width:362px;
	padding-left: 10px;
	padding-right: 0px;
margin: 0 0px 0 0;
}

#sidebar #left-sidebar {
	float: left;
	width: 177px;
background-color: #fff

}

#sidebar #right-sidebar {
	float: right;
	width: 177px;
background-color: #fff

}


#sidebar ul, .wide-widget ul {
	list-style-image:none;
	list-style-position:outside;
	background: #f8f8f8;
	padding-bottom: 10px;

}
#sidebar ul li ul {
	padding-bottom: 5px;
}
#sidebar li ul li {
	border-bottom:1px dotted #dadada;
	padding-top: 5px;
	padding-bottom: 5px;
been and	line-height: 15px;
}
 #sidebar img, p, form, input, .wide-widget img, form, input, {
 margin: 0px 10px 0p max-width: 140px;
}
#sidebar h2 {
	color:#fff;
	font-size:14px;
	height:18px;
	margin:3px 0px 13px;
	padding:4px 0px 6px 10px;
	width:166px;
}
#sidebar a, .wide-widget a {
	color:#000000;
}
#sidebar a:link, .wide-widget a:link, #sidebar a:visited, .wide-widget a:visited {
	color: #005891;
}
#sidebar a:hover, .wide-widget a:hover {
	color:#993333;
}
#left-sidebar h2 {
	color:#ffffff;
	background:url(images/heading.png) repeat 0 0;
}

#right-sidebar h2 {
	color:#ffffff;
	background:url(images/heading.png) repeat 0 0;
}


/********** Wide Widget **********/
.wide-widget {
	float:right;
	width:362px;
	padding-left: 6px;
	padding-right: 8px;
	line-height: 20px;
margin-right: 3px;
}
.wide-widget ul li ul {
	padding-bottom: 10px;
}
.wide-widget li ul li {
}
.wide-widget ul li ul li {
	display:block;
	background:url(images/bullet-circle.gif) no-repeat 0 6px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height:17px;
}
.wide-widget h2, #wide-widget-1 h2 {
	background:transparent url(images/heading.png);
	color:#ffffff;
	font-size:14px;
	height: 18px;
	margin: 3px 0px 13px;
	padding:4px 0px 6px 10px;
	width:352px;
}

/********** Comment ***********/

.commentpage {
	margin: 0 30px;
	padding: 0;
}
#comments {
	margin: 0;
	padding: 0;
}
.comments-num {
	background: transparent url(images/hatch.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
}
.comments-num h3 {
	font-style:italic !important;
	font-size: 18px;
}
#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#commentlist li {
	padding: 5px 25px 0 0;
	border-bottom: 1px solid #f2f2f2;
}
.alt {
	background-color: #fff !important;
	background-image: none !important;
}
.comment-gravatar {
	float: left;
	width: 48px;
	height: 48px;
	background: transparent url(images/gravatar.gif) no-repeat;
}
img.avatar {
	margin: 7px 0 0 7px;
	border: none;
}
.comment-title, .comment-meta, .comment-text {
	padding: 0 0 0 55px;
}
h3#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/hatch.gif) repeat-x center bottom;
	font-style:italic !important;
	font-size: 18px;
}
.postcomment {
	clear: both;
	margin: 0px 0 0 0;
	padding: 10px 0 10px 0;
}
.postcomment input, .postcomment textarea {
	margin:0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
.postcomment input:hover, .postcomment textarea:hover {
	border: 1px solid #ccc;
	background:#ffffff;
}
.postcomment input#author, .postcomment input#email, .postcomment input#url {
	width: 225px;
	height: 18px;
}
.postcomment textarea#comment {
	width: 550px;
	height: 200px;
}
.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #f2f2f2;
}
.postcomment input#submit:hover {
	border: solid 1px #333;
}

/********** Footer **********/
#footer {
	background: #222222 url(images/footer.gif) repeat-x;
	width: 981px;
	margin:0px auto 0px;
	min-height:150px;
	height:150px;
	font-size:10px;
	font-weight: bold;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #ccc;
}
#footer h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 0 0 3px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #666;
}
#footer li {
	float: left;
	margin-right: 10px;
	line-height: 1.5em;
}
.footer-sec {
	float: left;
	width: 300px;
	margin: 10px;
	height: auto;
}

/********** Bottom **********/
#bottom {
	width: 980px;
	height: auto;
	margin: 10px auto 30px auto;
	text-align: left;
	font-size: 11px;
	color: #fff;
	line-height: 1.5em;
}
#bottom a, #bottom a:visited {
	color: #005891;
}
#bottom a:hover {
	color: #993333;
}
#bottom-left {
	float: left;
}
#bottom-center {
text-align: center;
}
/********** Advertisment Demo **********/
.ad_300_250 {
	margin: 10px 15px 0 25px;
}


.post-ad {
	text-align: center;
	margin: 10px 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 3px 0px 0px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 9px;
font-style:italic;
	line-height: 17px;
	padding: 0 4px 0px;
	margin: 0;
}

/********** news page **********/

#news {
width: 565px;
  font-size: 13px;
	text-align: left;
	color: #000;
	margin: 10px 0px 0px 15px;
	font-weight: bold;

}

/********** rankings page **********/

tr.Altrow td {
	background-color: #F2F2F2;
}

#leftrank {
width: 280px;
float: left;
font-size: 13px;
	color: #000;
	margin: 10px 0px 10px 10px;
font-weight: bold;
border: solid 1px #333333;
}

#rightrank {
width: 280px;
float: right;
font-size: 13px;
	color: #000;
	margin: 10px 10px 10px 10px;
font-weight: bold;
border: solid 1px #333333;
}

#rankheader {
background-color: #000099;
font-size: 20px;
color: #fff;
	text-align: center;
padding: 5px;
}

#rankdate {
font-size: 10px;
color: #fff;
text-align: Center;
text-decoration: italic;
}

.ranktable td {
padding: 5px;
}

/********** shop page **********/

#storeframe {
	width: 785px;
float: left;
	background:#fff;
}

#storelogos {
	width: 175px;
float: right;
padding: 15px 20px 0 0px;
	background:#fff;
}

/********** ring girls page **********/

#ringgirlprofile {
width: 520px;

margin: 0 0 0 30px;
background: #000000;
color: #ffffff;
}

#ringgirltop {
width: 520px;
padding: 10px 10px;
margin: 0px 0 0px;
}

table.ringgirltable td {
padding: 5px;
}


#ringgirlgallery {
width: 520px;
padding: 0 10px;
margin: 0 0 10px;}

#ringgirlprofile img {
	margin:0 0px 0px 0px;
	border: solid 1px #e6e6e6;
}

#ringgirlgallery img {
float: left;
border: solid 5px #666666;
padding: 0px;
margin: 7px;

}


blockquote {
padding-left: 20px; /* make room for the image on the left side */
padding-right: 40px;
margin: 0, 10px;
order: solid 1px #d4d4d4;
}