/* Main Colours 
Orange: #e17308;
Blue: #33b4f2;
*/

body {
	background: #222 url(../images/bg.png);
	color: #fff;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
body, p, input, textarea, select {
	font-family: "Lucida Sans Unicode", "Helvetica", "Tahoma", sans-serif;
}
br.clear {
	clear: both;
}
a {
	color: #fff;
	text-decoration: none;
}
a:focus {
	outline: 0;
}


/* wrappers */

#brand-wrapper {
	width: 100%;
}
#site-wrapper {
	background: transparent url(../images/content-bg.png);
	margin: 0 auto;
	width: 1000px;
}


/* content */

#col-content-wide {
	overflow: hidden;
	width: 100%;
}
#col-content-wide #col-main {
	margin-left: 15px;
	width: 625px;
}
#col-content-wide div.post-wrapper {
	background: transparent url(../images/post-wide-top.png) no-repeat;
	margin-top: 5px;
	padding-top: 9px;
	width: 618px;
}
#col-content-wide div.post,
#col-content-wide div.page {
	background: transparent url(../images/post-wide-bg.png) repeat-y;
	width: 598px;
	padding: 10px;
}

#col-content-wide div.post-footer-outer {
	background: transparent url(../images/post-wide-footer-top.png) no-repeat;
}
#col-content-wide div.post-footer-inner {
	background: transparent url(../images/post-wide-footer-bottom.png) bottom left no-repeat;
}
#col-content-wide div.post-footer {
	background: transparent url(../images/post-wide-footer-bg.png) repeat-y;
}


/* posts */
div.post-wrapper {
	background: transparent url(../images/post-top.png) no-repeat;
	margin-bottom: 20px;
	padding-top: 7px;
	width: 422px;
}
div.post {
	background: transparent url(../images/post-bg.png) repeat-y;
	width: 100%;
}

div.post div.post-insert {
	float: left;
	margin-right: 20px;
	width: 180px;
}
div.post div.post-insert div.share-buttons {
	padding-bottom: 15px;
}
div.post div.post-insert div.share-buttons a {
}

div.post div.post-insert img.post-bookcover {
	border: 3px #dbdbdb solid;
}

div.post h1,
div.page h1 {
	color: #333;
	font-size: 30px;
	padding-bottom: 10px;
}

p.post-meta {
	color: #666;
	font-size: 11px;
	letter-spacing: 0.08em;
	margin: 0 5px 18px 5px;
	text-transform: uppercase;
}
div.post-body {
	color: #333;
	padding: 10px 10px 10px 15px;
}
div.post-body img.isbn-cover {
	float: left;
	margin: 0 8px 5px 0;
}
div.post-body a {
	color: #2a8197;
}
div.post-body a:hover {
	color: #dd9e06;
}

div.post-body a.read-more {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset 1px 1px 2px #b1b1b1;
	-webkit-box-shadow: inset 1px 1px 2px #b1b1b1;
	box-shadow: inset 1px 1px 2px #b1b1b1;
	background: #f8f8f8;
	color: #505050; 
	display: block;
	float: right;
	font-size: 9px;
	letter-spacing: 0.06em;
	margin-top: 10px;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
	width: 85px;
}
div.post-body a.read-more:hover {
	-moz-box-shadow: 1px 1px 2px #b1b1b1;
	-webkit-box-shadow: 1px 1px 2px #b1b1b1;
	box-shadow: 1px 1px 2px #b1b1b1;
	background: #fff;
}

div.post ol,
div.post ul {
	padding-bottom: 20px;
}
div.post ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px 0 5px 5px;
}
div.post blockquote {
	border-left: 3px #ddd solid;
	display: block;
	margin: 0 0 15px 10px;
	padding: 6px 10px 2px 15px;
}



div.post-footer-outer {
	background: transparent url(../images/post-footer-top.png) no-repeat;
	padding-top: 14px;
	width: 100%;
}
div.post-footer-inner {
	background: transparent url(../images/post-footer-bottom.png) bottom left no-repeat;
	padding-bottom: 7px;
	width: 100%;
}
div.post-footer {
	background: transparent url(../images/post-footer-bg.png) repeat-y;
	padding: 5px 10px 5px 15px;
}

div.post-footer div.tags,
div.post-footer div.tags a {
	color: #999;
	font-size: 10px;
}
div.post-footer div.tags a:hover {
	color: #fff;
}
ul.post-links {
	padding-top: 10px;
}
ul.post-links li {
	display: inline;
}
ul.post-links li a {
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 10px;
	letter-spacing: 0.05em;
	margin-left: 9px;
	text-transform: uppercase;
}
ul.post-links li a:hover {
	color: #999;
}
ul.post-links li a.comments {
	background-image: url(../images/post-comments.png);
	margin-left: 0;
	padding-left: 20px;
	width: 85px;
}
ul.post-links li a.rss {
	background-image: url(../images/post-rss.png);
	padding-left: 15px;
	width: 30px;
}
ul.post-links li a.a2a_dd {
	background-image: url(../images/post-share.png);
	padding-left: 15px;
	width: 45px;
}
ul.post-links li a.bookshelf {
	background-image: url(../images/post-bookshelf.png);
	padding-left: 15px;
	width: 115px;
}
ul.post-links li a.buy {
	background-image: url(../images/post-buy.png);
	padding-left: 15px;
	width: 90px;
}
ul.post-links li a.all {
	text-align: right;
	font-size: 9px;
	letter-spacing: 0.05em;
	width: 150px;
}
div.post-suvudu ul.post-links li a.all:hover,
div.post-gaming ul.post-links li a.all:hover,
div.post-graphic-novels-amp-manga ul.post-links li a.all:hover,
div.post-paranormal ul.post-links li a.all:hover,
div.post-sf-amp-fantasy ul.post-links li a.all:hover,
div.post-star-wars ul.post-links li a.all:hover {
	color: #ccc;
}
div.post-suvudu ul.post-links li a.all,
div.post-suvudu div.post-head h2 a:hover {
	color: #ecac11;
}
div.post-gaming ul.post-links li a.all,
div.post-gaming div.post-head h2 a:hover {
	color: #e07207;
}
div.post-graphic-novels-amp-manga ul.post-links li a.all,
div.post-graphic-novels-amp-manga div.post-head h2 a:hover {
	color: #cb1b61;
}
div.post-paranormal ul.post-links li a.all,
div.post-paranormal div.post-head h2 a:hover {
	color: #7f588d;
}
div.post-sf-amp-fantasy ul.post-links li a.all,
div.post-sf-amp-fantasy div.post-head h2 a:hover {
	color: #85a30d;
}
div.post-star-wars ul.post-links li a.all,
div.post-star-wars div.post-head h2 a:hover {
	color: #358874;
}
div.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	width: 580px;
}

#col-main div.older-posts,
div.navigation-comments div.older-comments {
	float: left;
	width: 50%;
}
#col-main div.newer-posts,
div.navigation-comments div.newer-comments {
	float: right;
	width: 49%;
}
#col-main div.older-posts a,
#col-main div.newer-posts a {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 2px #1b1b1b;
	-webkit-box-shadow: 1px 1px 2px #1b1b1b;
	box-shadow: 1px 1px 2px #1b1b1b;
	background: #444;
	background: -moz-linear-gradient( top, #444, #333 );
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #333 ) ); 
	color: #ccc; 
	display: block;
	font-size: 9px;
	height: 20px;
	letter-spacing: 0.12em;
	margin: 10px 0;
	padding: 5px 4px 0 4px;
	text-align: center;
	text-shadow: #111 1px 1px 1px;
	text-transform: uppercase;
	width: 120px;
}
#col-main div.older-posts a:hover,
#col-main div.newer-posts a:hover {
	color: #fff;
}
div.navigation-comments {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 100%;
}
div.navigation-comments div.older-comments {
	padding-left: 25px;
	width: 120px;
}
div.navigation-comments div.newer-comments {
	padding-right: 25px;
	width: 120px;
}
div.navigation-comments div.older-comments a,
div.navigation-comments div.newer-comments a {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset 1px 1px 2px #b1b1b1;
	-webkit-box-shadow: inset 1px 1px 2px #b1b1b1;
	box-shadow: inset 1px 1px 2px #b1b1b1;
	background: #f8f8f8;
	color: #505050; 
	display: block;
	float: right;
	font-size: 9px;
	letter-spacing: 0.06em;
	margin-top: 0;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
div.navigation-comments div.older-comments a:hover,
div.navigation-comments div.newer-comments a:hover  {
	-moz-box-shadow: 1px 1px 2px #b1b1b1;
	-webkit-box-shadow: 1px 1px 2px #b1b1b1;
	box-shadow: 1px 1px 2px #b1b1b1;
	background: #fff;
}

div.single-header {
	position: relative;
	margin-top: -22px;
}
div.single-header a.single-post-tab {
	background-repeat: no-repeat;
	display: none;
	float: right;
	height: 78px;
	width: 42px;
}
div.single-header a.single-post-tab span {
	display: none;
}
div.single-header h1 {
	padding-top: 22px;
}
div.category-spectra-sf-fantasy div.single-header a.single-post-tab {
	background-image: url(../images/post-tab-spectra.png);
	display: block;
}
div.category-del-rey-sf-fantasy div.single-header a.single-post-tab {
	background-image: url(../images/post-tab-del-rey.png);
	display: block;
}
div.category-ballantine div.single-header a.single-post-tab {
	background-image: url(../images/post-tab-ballantine.png);
	display: block;
}
div.category-bantam-dell div.single-header a.single-post-tab {
	background-image: url(../images/post-tab-bantam-dell.png);
	display: block;
}

/* sidebar column */

div.sidebar-block-outer {
	background: transparent url(../images/ibox-175-top.png) no-repeat;
	margin-bottom: 15px;
	overflow: hidden;
	padding-top: 8px;
	width: 175px;
}
div.sidebar-block-inner {
	background: transparent url(../images/ibox-175-bottom.png) 0 100% no-repeat;
	color: #ccc;
	font-size: 11px;
	overflow: hidden;
	padding-bottom: 7px;
	width: 100%;
}
div.sidebar-block {
	background: transparent url(../images/ibox-175-bg.png) repeat-y;
	width: 100%;
}
div.sidebar-block a:hover {
	color: #2a8197;
}
div.sidebar-block h3 {
	background: transparent url(../images/ibox-175-header.png) no-repeat;
	color: #fff;
	font-size: 15px;
	height: 33px;
	padding-top: 3px;
	letter-spacing: 0.02em;
	width: 100%;
}
div.sidebar-block h3 span {
	background: #2a8197;
	display: block;
	height: 21px;
	padding: 9px 10px 0 10px;
}
div.sidebar-block p {
	padding: 0 10px;	
}
div.sidebar-block div.textwidget {
	color: #ccc;
	padding: 5px 12px;
	line-height: 140%;	
}
div.sidebar-block div.textwidget p {
	padding: 5px 0;	
}
div.sidebar-block ul {
	padding: 8px 10px;
}
div.sidebar-block ul li {
	background: transparent url(../images/divider-h-light.png) bottom left repeat-x;
	padding: 4px 3px 5px 3px;
}
div.sidebar-block ul li a {
	background: transparent url(../images/bullet-small.png) 0 6px no-repeat;
	color: #ccc;
	display: block;
	padding-left: 10px;
}
div.tab-link {
	float: left;
	margin-left: 4%;
	width: 44%;
}
div.tab-link a {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 0;
	background: #312f2f;
	color: #aaa;
	display: block;
	font-size: 14px;
	padding: 7px 4px;
	text-align: center;
	text-shadow: #111 1px 1px 1px;
}
div.tab-link a:hover {
	color: #fff;
}
div.tab-link-active a {
	background: #292929;
	color: #fff;
}
#tab-comments div.comment-item {
	background: transparent url(../images/icon-comment.png) 0 3px no-repeat;
}
#tab-comments li.comment {
	line-height: 140%;
	padding: 10px 0 10px;
}
div.sidebar-block #tab-comments ul li a {
	background-image: none;
} 
#tab-comments li.comment h4 a {
	color: #f0b016;
	font-size: 10px;
	letter-spacing: 0.09em;
	padding-left: 19px;
	text-transform: uppercase;
}
#tab-comments li.comment h4 a:hover {
	color: #2a8197;
}
#tab-comments li.comment p {
	padding-left: 19px;
}

/* sidebar > authors blogs */

div.widget_rss h3 a img {
	display: none;
}
div.widget_rss li {
	line-height: 140%;
}
div.widget_rss ul li a {
	background: transparent url(../images/arrow-circ.png) 0 7px no-repeat;
	color: #fff;
	padding: 5px 0 5px 18px;
}

a.side-more {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 0;
	background: #444;
	background: -moz-linear-gradient( top, #444, #333 );
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #333 ) ); 
	-moz-box-shadow: 1px 1px 2px #1b1b1b;
	-webkit-box-shadow: 1px 1px 2px #1b1b1b;
	box-shadow: 1px 1px 2px #1b1b1b;
	color: #ccc;
	display: block;
	font-size: 9px;
	letter-spacing: 0.14em;
	margin: 10px auto 0 auto;
	padding: 4px 0;
	text-align: center;
	text-shadow: #111 1px 1px 1px;
	text-transform: uppercase;
	width: 130px;
}


/* extras block */

div.extras-block-outer {
	background: transparent url(../images/ibox-326-top.png) no-repeat;
	margin: 0 auto 22px 0;
	overflow: hidden;
	padding-top: 8px;
	width: 326px;
}
div.extras-block-inner {
	background: transparent url(../images/ibox-326-bottom.png) 0 100% no-repeat;
	font-size: 11px;
	color: #ccc;
	overflow: hidden;
	padding-bottom: 7px;
	width: 100%;
}
div.extras-block {
	background: transparent url(../images/ibox-326-bg.png) repeat-y;
	width: 100%;
}
div.extras-block h3 {
	background: transparent url(../images/ibox-326-header.png) no-repeat;
	color: #fff;
	font-size: 15px;
	height: 33px;
	padding-top: 3px;
	letter-spacing: 0.02em;
	width: 100%;
}
div.extras-block h3 span {
	background: #2a8197;
	display: block;
	height: 21px;
	padding: 9px 10px 0 10px;
}
div.extras-block p,
div.extras-block ul {
	padding: 5px 10px 0 10px;	
}
div.extras-block ul.tags-list {
	padding: 8px 10px;
}
div.extras-block ul.tags-list li {
	background: transparent url(../images/divider-h-light.png) bottom left repeat-x;
	float: left;
	padding: 4px 3px 5px 3px;
	width: 45%;
}
div.extras-block ul.tags-list li.odd {
	margin-right: 5%;
}
div.extras-block ul.tags-list li a {
	background: transparent url(../images/bullet-small.png) 0 6px no-repeat;
	color: #ccc;
	display: block;
	padding-left: 10px;
}

/* extras > newsletter */
div.widget-sign-up-for-our-newsletter h3 span {
	background: #e9a80c;
}
#newsletter-form {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #1f1f1f;
	height: 26px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	width: 300px;
}
#newsletter-form p {
	display: inline;
}
#newsletter-form label {
	display: none;
}
#newsletter-form input.text {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 0;
	color: #666;
	font-size: 11px;
	margin-right: 3px;
	padding: 3px 12px;
	width: 185px;
}
#newsletter-form input.text:focus {
	outline: 0;
}
#newsletter-form input.submit {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 0;
	background: #444;
	background: -moz-linear-gradient( top, #444, #333 );
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #333 ) ); 
	-moz-box-shadow: 1px 1px 2px #1b1b1b;
	-webkit-box-shadow: 1px 1px 2px #1b1b1b;
	box-shadow: 1px 1px 2px #111;
	color: #fff;
	font-size: 9px;
	letter-spacing: 0.1em;
	padding: 4px 10px;
	text-shadow: #111 1px 1px 1px;
	text-transform: uppercase;
}

/* extras > twitter */
div.widget_twitter h3 a {
	color: #fff;
}
div.widget_twitter a {
	color: #dd9e06;
}
div.widget_twitter a:hover {
	color: #2a8197;
}
div.widget_twitter span.time-meta,
div.widget_twitter span.from-meta,
div.widget_twitter span.in-reply-to-meta,
div.widget_twitter span.time-meta a,
div.widget_twitter span.from-meta a,
div.widget_twitter span.in-reply-to-meta a {
 	color: #888;
 	font-size: 10px;
}
div.widget_twitter span.time-meta a:hover,
div.widget_twitter span.from-meta a:hover,
div.widget_twitter span.in-reply-to-meta a:hover {
	color: #2a8197;
}
div.widget_twitter li {
	padding: 5px 0 10px 0;
}

/* extras > books */
div.widget_wickedrhbooks {
	padding-bottom: 6px;
}
div.widget_wickedrhbooks ul li.widget-book {
	border-bottom: 1px #131313 solid;
	float: left;
	height: 180px;
	overflow: hidden;
	padding: 20px 5px 5px 5px;
	text-align: center;
	width: 140px;
}
div.widget_wickedrhbooks ul li.widget-book img {
	border: 2px #434343 solid;
	margin-bottom: 5px;
}
div.widget_wickedrhbooks ul li.widget-book a {
	color: #fff;
	font-size: 11px;
	font-style: italic;
}
div.widget_wickedrhbooks ul li.widget-book a span {
	color: #888;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
div.widget_wickedrhbooks ul li.widget-book a:hover {
	color: #2a8197;
}
div.widget_wickedrhbooks ul li.even {
	border-right: 1px #131313 solid;
}

ul.widget-books-nav {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 0;
	background: #444;
	background: -moz-linear-gradient( top, #444, #333 );
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #333 ) ); 
	-moz-box-shadow: 1px 1px 2px #1b1b1b;
	-webkit-box-shadow: 1px 1px 2px #1b1b1b;
	box-shadow: 1px 1px 2px #1b1b1b;
	color: #ccc;
	font-size: 9px;
	height: 20px;
	letter-spacing: 0.12em;
	margin: 9px auto 0 auto;
	text-align: center;
	text-shadow: #111 1px 1px 1px;
	text-transform: uppercase;
	width: 110px;
}
ul.widget-books-nav a {
	color: #ccc;
}
ul.widget-books-nav li {
	display: inline;
}
ul.widget-books-nav li a.books-prev {
	background: url(../images/arrow-prev.png) left 50% no-repeat;
	padding-left: 14px;
}
ul.widget-books-nav li a.books-more {
	background: url(../images/arrow-more.png) right 50% no-repeat;
	padding-right: 12px;
}
ul.widget-books-nav li a.books-prev:hover,
ul.widget-books-nav li a.books-more:hover {
	color: #2a8197;
}

/* special blocks */
div.widget-ad {
	background: none;
	text-align: center;
}
div.widget-ad div.extras-block-inner,
div.widget-ad div.sidebar-block-inner {
	background: none;
}
div.widget-ad div.extras-block,
div.widget-ad div.sidebar-block {
	background: none;
}
div.widget-ad h3 {
	display: none;
}


/* top ad block */
div.tad-block-outer {
	background: transparent url(../images/ibox-770-top.png) no-repeat;
	margin-bottom: 15px;
	overflow: hidden;
	padding-top: 5px;
	width: 770px;
}
div.tad-block-inner {
	background: transparent url(../images/ibox-770-bottom.png) 0 100% no-repeat;
	overflow: hidden;
	padding-bottom: 6px;
	width: 100%;
}
div.tad-block {
	background: transparent url(../images/ibox-770-bg.png) repeat-y;
	text-align: center;
	width: 100%;
}

/* post */
div.post-body p {
	margin-bottom: 15px;
	line-height: 1.7;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#col-main div.post-body p img{
	float:left;
	margin-right:10px;
}
h2.pagetitle {
	font-size: 18px;
	letter-spacing: 0.06em;
	margin-bottom: 15px;
	text-transform: uppercase;
}


/* post > comments */
div.comments h3 {
	font-size: 16px;
	padding: 15px;
}
ol.commentlist {
	padding: 0 15px;
}
ol.commentlist li.comment {
	border-bottom: 1px #fff solid;
	margin: 25px 0;
}
div.comment-body {
	border-bottom: 1px #ccc solid;
	padding-bottom: 25px;
}

div.comment-body p {
	margin: 10px 0;
}
ol.commentlist img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}
ol.commentlist div.comment-author cite {
	font-weight: bold;
}

ol.commentlist div.comment-author span.says {
	display: none;
}
ol.commentlist div.comment-meta,
ol.commentlist div.comment-meta a {
	color: #666;
	font-size: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


div.comments-outer {
	background: transparent url(../images/comment-wide-top.png) top right no-repeat;
	margin-top: 5px;
	padding-top: 5px;
	width: 618px;
}
div.comments-inner {
	background: transparent url(../images/comment-wide-bottom.png) bottom right no-repeat;
	margin-bottom: 3px;
	padding-bottom: 3px;
	width: 618px;
}
div.comments {
	background: transparent url(../images/comment-wide-bg.png) right repeat-y;
	color: #333;
	width: 618px;
}
div.comment-body a {
	color: #2a8197;
}
div.comment-body a:hover {
	color: #dd9e06;
}
div.comments ol.commentlist div.comment-author cite a {
	color: #2a8197;
}
div.comments ol.commentlist div.comment-author cite a:hover {
	color: #dd9e06;
}
#respond {
	clear: both;
	padding-top: 20px;
}
#respond h3 {
	background-image: url(../images/comment-arrow-suvudu.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 129px;
}
#respond h3 span {
	color: #fff;
	display: block;
	font-size: 12px;
	letter-spacing: 0.07em;
	padding: 3px 0 0 0;
	text-transform: uppercase;
}
#respond a {
	color: #666;
}
#respond a:hover {
	color: #999;
}
#commentform {
	margin: 0 30px;
	padding: 20px 0;
}
#commentform input.text,
#commentform textarea {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px #ccc solid;
	color: #666;
	font-size: 11px;
	margin: 5px 3px;
	padding: 6px 12px;
	width: 300px;
}
#commentform textarea {
	width: 520px;
}
#commentform input.text:focus {
	outline: 0;
}
#commentform label {
	color: #666;
	font-size: 11px;
}
#commentform label span {
	color: #333;
	text-transform: uppercase;
}
#commentform input.submit {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 0;
	background: #444;
	background: -moz-linear-gradient( top, #444, #333 );
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #333 ) ); 
	-moz-box-shadow: 1px 1px 2px #242424;
	-webkit-box-shadow: 1px 1px 2px #242424;
	box-shadow: 1px 1px 2px #242424;
	color: #ccc;
	font-size: 9px;
	float: right;
	letter-spacing: 0.12em;
	margin-top: 10px;
	margin-right: 10px;
	padding: 4px 10px;
	text-shadow: #111 1px 1px 1px;
	text-transform: uppercase;
}


/* footer */
#footer {
	background: #262626;
	border-top: 1px #4d4c4c solid;
	margin-top: 50px;
	padding: 10px 0 30px 0;
	text-align: left;
	width: 100%;
}
#footer h4 {
	background: transparent url(../images/footer-title.png) top right no-repeat;
	margin: -15px 0 15px 15px;
	padding-right: 3px;
	position: relative;
	width: 90px;
}
#footer h4 span {
	background: #e9a80c;
	display: block;
	font-size: 13px;
	height: 25px;
	letter-spacing: 0.09em;
	padding: 6px 0 3px 15px;
	text-shadow: #b97800 1px 1px 1px;
	text-transform: uppercase;
}
#footer div.footer-links {
	float: left;
	width: 180px;
	margin: 0 65px 0 15px;
}
#footer div.endcap {
	margin-right: 0;
}
#footer div.footer-links h5 {
	background: transparent url(../images/divider-h-light.png) bottom left repeat-x;
	color: #ecac11;
	font-size: 14px;
	letter-spacing: 0.02em;
	padding: 6px 2px;
}
#footer div.footer-links ul li {
	display: inline;
}
#footer div.footer-links ul li a {
	background: transparent url(../images/divider-h-light.png) bottom left repeat-x;
	color: #ccc;
	display: block;
	font-size: 11px;
	letter-spacing: 0.03em;
	padding: 3px 2px 4px 2px;
}
#footer div.footer-links ul li a:hover {
	color: #fff;
}

div.footer-copyright {
	background: #1c1c1c;
	color: #bbb;
	font-size: 9px;
	padding: 10px 15px;
	text-align: left;
}

div.footer-copyright p.site-by {
	float: right;
	width: 100px;
}


ul.wicked-drop-block {
	background-color: #2d2c2c;
	border: 0;
	-moz-box-shadow: 0px 1px 2px #1b1b1b;
	-webkit-box-shadow: 0px 1px 2px #1b1b1b;
	box-shadow: 0px 1px 2px #111;
	display: none;
	margin-top: 6px;
	padding: 3px;
	width: 120px;
}
ul.wicked-drop-block {
	display: inline;
}
ul.wicked-drop-block li a {
	background: none;
	border-bottom: 1px #131313 solid;
	display: block;
	padding: 5px 2px;
	width: 100px;
}


/* Cage Match */


#consolation {
	margin: 25px 0 0 25px;
	width: 200px;
	float: left;
}
#consolation ul {
	margin: 0;
	width: 175px;
	color: #444;
}
#consolation ul li.top { 
	padding: 6px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#consolation ul li.bottom {
	border: solid 1px #444;
	border-width: 1px 1px 1px 0;
	padding: 12px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#consolation h6 {
	padding-top: 1em;
	height: 16px;
	font-size: 1em;
}
.consolation_name {
	margin: 0;
	width: 150px;
	padding: 88px 0 2px 5px;
	border: solid 1px #444;
	border-width: 0 0 1px 0;
	float: left;
}
.winner_name {
	margin: 0;
	width: 200px;
	padding: 355px 0 2px 5px;
	border: solid 1px #333;
	border-width: 0 0 1px 0;
	float: left;
}

/********** CAGE MATCH STYLES ************/

.cagematch_meta_wrap .entrymeta {
	float: none;
	width: 500px;
	margin-left: 0;
	display: none;
}
table.cagematch {
	width: 450px;
	border: solid 1px #ccc;
	border-width: 1px 1px 1px 1px;
	padding: 5px;
}

.cage_credit {
	font-size: .9em;
	color: #666;
}
td.cagematch_header { 
	padding: .5em 1em;
	text-align: center;
	border: solid 1px #ccc;
	border-width: 1px 1px 1px 0px;
	width: 250px;
}
td.cagematch_stats { 
	padding: .5em 1em .5em 1em;
	text-align: left;
	valign: top;
	border: solid 1px #ccc;
	border-width: 1px 1px 0px 1px;
	width: 200px;
}

.cagematch_advantage strong, .cagematch_scenario strong, {
	display: block;
	text-align: center;
	padding: 1em 0;
}

.cagematch_advantage {
padding: .5em 1em;
	text-align: left;
	border: solid 1px #ccc;
	border-width: 0 1px 1px 1px;
	width: 250px;
}

.cagematch_scenario h1 {
	display: block;
	text-align: center;
	padding-bottom: 5px;
}

#cagematch_author_1 {
	width:440px;
	background-color:#fff; 
	border: solid 1px #333;
	overflow: hidden;
	left: 0;
	top: 0;
	position: relative;
	z-index: 100;
	padding: 10px 20px;
	text-align: left;
	display: none;
	margin-top: 1em;
}
#cagematch_author_1 p {
	padding-top: 1em;
	overflow: auto;
}
#cagematch_author_2 {
	width:440px;
	background-color:#fff; 
	border: solid 1px #333;
	overflow: hidden;
	left: 0;
	top: 0;
	position: relative;
	z-index: 100;
	padding: 10px 20px;
	text-align: left;
	display: none;
	margin-top: 1em;
}
#cagematch_author_2 p {
	padding-top: 1em;
	overflow: auto;
}

/************ BRACKET STYLES ************/

#bracket_wrap {
	border: solid 1px #ccc;
	padding: 10px;
}
#bracket { 
	width: 1300px;
	position: relative;
	overflow: hidden;
}
#bracket ul li { 
	list-style-type: none;
	font-family: "Trebuchet MS",verdana,sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	margin: 0;
}
#bracket a:link { color: #000; text-decoration: none; }
#bracket a:visited { color: #000; text-decoration: none; }
#bracket a:hover { color: #f00; text-decoration: none; }
#bracket a:active { color: #f00; text-decoration: none; }
#bracket h6 {
	width: 160px;
	text-align: left;
	margin-top: 5px;
	font-weight: normal;
	font-size: 1.2em;
	font-family: "Trebuchet MS",verdana,sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #f00;
}
#round_1 {
	margin: 0;
	width: 200px;
	float: left;
	padding-bottom: 2em;
}
#round_1 ul {
	margin: 0;
	width: 200px;
}
#round_1 ul li.top { 
	padding: 12px 5px 2px 0;
	height: 14px;
	text-align: bottom;
}
#round_1 ul li.bottom {
	border: solid 1px #333;
	border-width: 1px 1px 1px 0;
	padding: 12px 5px 2px 0;
	height: 14px;
	text-align: bottom;
}
#round_2 {
	margin: 0;
	width: 200px;
	float: left;
}
#round_2 ul {
	margin: 0;
	width: 200px;
}
#round_2 ul li.top { 
	padding: 40px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#round_2 ul li.bottom {
	border: solid 1px #333;
	border-width: 1px 1px 1px 0;
	padding: 42px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#round_3 {
	margin: 0;
	width: 200px;
	float: left;
}
#round_3 ul {
	margin: 0;
	width: 200px;
}
#round_3 ul li.top { 
	padding: 98px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#round_3 ul li.bottom {
	border: solid 1px #333;
	border-width: 1px 1px 1px 0;
	padding: 100px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#round_4 {
	margin: 0;
	width: 200px;
	float: left;
}
#round_4 ul {
	margin: 0;
	width: 200px;
}
#round_4 ul li.top { 
	padding: 214px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#round_4 ul li.bottom {
	border: solid 1px #333;
	border-width: 1px 1px 1px 0;
	padding: 216px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#round_5 {
	margin: 0;
	width: 200px;
	float: left;
}
#round_5 ul {
	margin: 0;
	width: 200px;
}
#round_5 ul li.top { 
	padding: 214px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#round_5 ul li.bottom {
	border: solid 1px #333;
	border-width: 1px 1px 1px 0;
	padding: 446px 5px 2px 5px;
	height: 14px;
	text-align: bottom;
}
#winner {
	margin: 0;
	width: 200px;
	float: left;
}
.winner_name {
	margin: 0;
	width: 200px;
	padding: 460px 0 2px 5px;
	border: solid 1px #333;
	border-width: 0 0 1px 0;
}
.bracket_header {
	width: 450px;
	overflow: hidden;
	float: none;
	margin: 8px 0;
}
.bracket_left_button {
	float: left;
	margin: 0;
	width: 75px;
	text-align: left;
}
.bracket_title {
	float: left;
	margin: 0;
	width: 250px;
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	font-family: "Trebuchet MS",verdana,sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #000;
}
.bracket_right_button {
	float: left;
	margin: 0;
	width: 75px;
	text-align: right;
}


