/**
 * global.css
 * http://www.bestofbritishwrestling.com
 * @author Martin Bean
 */

@import url('reset.css');

body {
	color: #111;
	font: normal 10px/1.4 Arial, Helvetica, sans-serif;
	background: #021020 url(../images/background.gif) repeat-x 0 0;
}

a:link, a:visited {
	color: #084081;
	text-decoration: none;
}
a:hover, a:active {
	color: #d00;
	text-decoration: none;
	border-color: #d00;
}
a img {
	border: none;
}
a.external {
	background: url(../images/external-link.gif) no-repeat 100% 0;
	padding-right: 13px;
}

/* overwrite icons for latest tweet and footer */
#latest_tweet a, #footer a {
	background: none;
	padding-right: 0;
}

abbr,acronym {
	border: none;
	cursor: help;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.2;
}
h3 {
	font-size: 14px;
	padding-bottom: 7px;
}

form {
	font-size: 12px;
}
label {
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
	vertical-align: top;
	cursor: pointer;
}
input, textarea {
	font-family: inherit;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;
}
input.text, textarea {
	margin-bottom: 1em;
	padding: 2px;
}
input.button, input.submit {
	padding: 2px;
	cursor: pointer;
}
input.numeric {
	text-align: center;
}
select, select option {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0 1em 1em 0;
}
select option {
	margin-bottom: 0;
}

.radio_group {
	margin: 0 0 1em;
	padding-left: 0.5em;
	overflow: auto;
}
.radio_group legend {
	display: none;
}
.radio_group label,
.radio_group input {
	display: inline;
	float: left;
}
.radio_group label {
	font-weight: normal;
	padding-left: 0.5em;
}
.radio_group label img {
	vertical-align: text-bottom;
}
.radio_group input {
	clear: left;
}

table {
	font-size: 12px;
	width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
}
table th {
	color: #f2f5f8;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	background: #084081 url(../images/table-th.gif) repeat-x bottom;
	padding: 4px 0;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 0;
}
table th.first {
	border-left-width: 1px;
}
table td {
	text-align: left;
	background: #e7ecf2;
	padding: 4px 8px;
	border: solid 1px #fff;
	vertical-align: middle;
}

#container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 245px;
	background: url(../images/masthead.jpg) no-repeat 50% 0%;
}
#header #logo {
	width: 230px;
	display: block;
	margin: 0 auto;
}
#header #logo img {
	margin: 10px auto 0;
}

#latest_tweet {
	color: #f1f1f1;
	font-size: 11px;
	background: url(../images/menu-shadow.gif) no-repeat 50% 0;
	margin: 0;
	padding: 16px 0 4px;
}
#latest_tweet img {
	vertical-align: top;
	margin-right: 4px;
}
#latest_tweet a {
	color: #c1cddc;
	text-decoration: none;
}
#latest_tweet a:hover {
	color: #dae0e8;
	text-decoration: underline;
}
#latest_tweet .published {
	color: #8399b2;
	font-style: italic;
}

#navigation {
	text-align: center;
}
#navigation_inner {
	/*padding-bottom: 30px;*/
}
#navigation ul {
	background-color: #c00;
	display: block;
	margin: 0 auto;
	padding: 8px 0;
	border: 1px solid #f00;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	color: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0.5em;
}
#navigation ul li a:hover, #navigation ul li.selected a {
	color: #fff;
}

#content {
	/*margin-top: -15px;*/
}
#content a:link, #content a:visited {
	border-bottom: 1px solid #e6e8e9;
}
#content a:hover, #content a:active {
	border-color: #d00;
}

#content .breadcrumb {
	color: #797979;
	font-size: 11px;
	display: block;
	margin: 0 0 1em;
	padding: 0 0 0.5em;
	overflow: auto;
	border-bottom: solid 1px #e6e8e9;
}
#content .breadcrumb li {
	background: url(../images/bullet.gif) no-repeat 0% 50%;
	display: inline;
	float: left;
	padding: 0 5px 0 7px;
}
#content .breadcrumb li.home {
	background: none;
	padding-left: 0;
}
#content .breadcrumb li a {
	border: none;
}

#main_column {
	width: 710px;
	float: left;
	padding-top: 13px;
}
#main_column #home_feature {
	background: #fff;
	height: 320px;
	margin-bottom: 4px;
	z-index: 2;
	overflow: hidden;
}
#main_column #home_feature .text {
	float: left;
	width: 240px;
}
#main_column #home_feature .text h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 7px;
}
#main_column #home_feature .text p {
	font-size: 12px;
	padding: 0 10px 10px 10px;
}
#main_column #home_feature .image {
	position: relative;
	float: right;
	width: 470px;
}
#main_column #home_feature .image ul {
	background: url(../images/paging-home.gif) no-repeat 0 0;
	display: block;
	width: 206px;
	height: 49px;
	position: absolute;
	bottom: 20px;
	left: 2px;
}
#main_column #home_feature .image ul li {
	display: inline;
	float: left;
}
#main_column #home_feature .image ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #000;
	display: block;
	width: 22px;
	height: 18px;
	margin: 13px 0 0 6px;
	padding-top: 3px;
	border: 2px solid #000;
}
#main_column #home_feature .image ul li.selected a {
	background-color: #e00;
}
#main_column #home_feature .image ul li a:hover {
	background-color: #084081;
}
#main_column #home_feature .image img {
	border: solid 2px #fff;
}
#main_column #home_feature #video {
	float: right;
	width: 460px;
	height: 310px;
	padding: 5px;
}
#main_column #news_headlines {
	height: 275px;
	position: relative;
}
#main_column #news_headlines h2 {
	display: block;
	position: absolute;
	margin-left: -10px;
	padding-bottom: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
#main_column #news_headlines ul {
	position: absolute;
	display: block;
	margin-left: -2px;
	top: 43px;
	left: 0;
	z-index: 2;
}
#main_column #news_headlines ul li {
	background: #fff;
	display: inline;
	float: left;
	overflow: hidden;
	width: 333px;
	height: 94px;
	margin: 0 0 2px 2px;
	padding: 10px;
}
#main_column #news_headlines ul li .title {
	height: 33px;
}
#main_column #news_headlines ul li .thumb {
	float: left;
	margin: 0 10px 0 0;
}

#right_column {
	float: right;
	width: 240px;
}
#right_column #upcoming_event {
	position: relative;
	overflow: auto;
	height: 333px;
}
#right_column #upcoming_event h2 {
	position: absolute;
	top: 0;
	left: 0;
}
#right_column #upcoming_event a {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid #fff;
}
#right_column #upcoming_event a img {
	display: block;
	height: 286px;
}
#right_column #upcoming_event .info_wrapper {
	position: absolute;
	bottom: 0;
	padding: 0 0 4px 13px;
}
#right_column #upcoming_event .info_wrapper .info_inner {
	color: #fff;
	background: #000;
	width: 203px;
	padding: 6px 10px;
	opacity: 0.92;
}
#right_column #upcoming_event .info_wrapper .info_inner p {
	font-size: 11px;
	text-align: center;
}
#right_column #upcoming_event .info_wrapper .info_inner p strong {
	font-size: 12px;
}
#right_column #featured_wrestler {
	position: relative;
	height: 273px;
	margin: 4px 0 20px;
}
#right_column #featured_wrestler h2 {
	display: block;
	z-index: 1;
}
#right_column #featured_wrestler .promo {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid #fff;
	z-index: 1;
}
#right_column #featured_wrestler .promo img {
	display: block;
}
#right_column #featured_wrestler #stats {
	color: #fff;
	background: #000;
	padding: 8px 10px;
	position: absolute;
	left: 18px;
	bottom: 8px;
	opacity: 0.92;
	z-index: 2;
}
#right_column #featured_wrestler #stats h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	padding-bottom: 2px;
}
#right_column #featured_wrestler #stats p {
	font-size: 11px;
	padding-bottom: 0;
}
#right_column #exposed {
	position: relative;
	height: 273px;
	margin: 4px 0 20px;
}
#right_column #exposed h2 {
	display: block;
	z-index: 1;
}
#right_column #exposed .promo {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid #fff;
	z-index: 1;
}
#right_column #exposed .promo img {
	display: block;
}
#right_column #exposed .overlay {
	color: #fff;
	background: #000;
	padding: 8px 10px;
	position: absolute;
	width: 194px;
	left: 18px;
	bottom: 8px;
	opacity: 0.92;
	z-index: 2;
}
#right_column #exposed .overlay p {
	font-size: 11px;
	padding-bottom: 0;
}
#right_column #exposed .overlay p a {
	color: #d0d0d0;
	font-style: italic;
	border-color: #d0d0d0;
}
#right_column #exposed .overlay p a:hover {
	color: #fdf202;
	border-color: #fdf202;
}

#footer {
	color: #818890;
	padding: 10px 5px 20px;
	border-top: solid 1px #283441;
	clear: both;
	overflow: auto;
}
#footer p {
	font-size: 12px;
	padding-bottom: 0;
}
#footer p a {
	color: #a7acb1;
	text-decoration: none;
}
#footer p a:hover {
	color: #fff;
	text-decoration: none;
}
#footer p a.yourfightsite:hover {
	color: #ec2026;
}
#footer p a.mcbwebdesign:hover {
	color: #00d0d0;
}
#footer p span {
	font-weight: bold;
}
#footer #copyright {
	float: left;
}
#footer #credit {
	float: right;
}
#footer #company_info {
	clear: both;
	font-size: 11px;
	padding-top: 0.5em;
}

.content_wrapper {
	background: #fff;
	margin: 0 0 16px;
	padding: 14px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: #fff #010810 #000 #fff;
	overflow: auto;
}
.content_wrapper h1 {
	color: #084081;
	font-size: 18px;
	margin: 0 0 12px;
	padding: 0 0 3px;
	border-bottom: 2px solid #e6e8e9;
}
.content_wrapper h1 .separator {
	color: #93a1b1;
	font-weight: normal;
}
.content_wrapper h2 {
	color: #d00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e6e8e9;
}
.content_wrapper p {
	font-size: 12px;
	padding-bottom: 1em;
}
.content_wrapper p.back {
	font-size: 11px;
	padding: 8px 0 0 0;
	border-top: 1px solid #e6e8e9;
	clear: both;
}
.content_wrapper p.note {
	color: #808080;
	font-size: 11px;
}
.content_wrapper ul, .content_wrapper ol {
	font-size: 12px;
	margin: 0 0 1em 2em;
}
.content_wrapper ul li {
	list-style-type: disc;
}
.content_wrapper dl {
	font-size: 12px;
	display: block;
	margin: 0 0 6px;
}
.content_wrapper dl dt {
	display: block;
	color: #084081;
}
.content_wrapper dl dd {
	display: block;
	padding-bottom: 6px;
}

.content_wrapper .page_image {
	background: #fff;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1px;
	border: solid 2px #ced8e5;
}

#content .content_wrapper h1 a:link, #content .content_wrapper h1 a:visited {
	color: #6b839f;
	border: none;
}
#content .content_wrapper h1 a:hover, #content .content_wrapper h1 a:active {
	color: #d00;
}

/* articles list base styling */
#main_column .articles li .title {
	display: block;
	font-size: 14px;
	padding-bottom: 0.25em;
}
#main_column .articles li .title a {
	border: none;
}
#main_column .articles li .thumb {
	display: block;
	overflow: hidden;
	width: 88px;
	height: 88px;
	padding: 1px;
	border: solid 2px #e6e8e9;
}
#main_column .articles li .thumb:hover {
	border-color: #084081;
}
#main_column .articles li .thumb img {
	background: #000 url(../images/news-thumb.gif) no-repeat 50% 50%;
	display: block;
	width: 88px;
}
#main_column .articles li .summary {
	font-size: 11px;
	padding-bottom: 0.5em;
}
#main_column .articles li .more {
	font-size: 11px;
	padding-bottom: 0;
}


/* news page */
#news_index {
	position: relative;
	margin-top: -14px;
}
#news_index h1 {
	position: absolute;
	top: 0;
	left: 0;
}
#news_index .articles {
	display: block;
	width: 100%;
	position: absolute;
	top: 44px;
}
#news_index .articles li {
	display: block;
	overflow: auto;
	list-style-type: none;
	margin-bottom: 5px;
}
#news_index .articles li a.thumb {
	float: right;
}
#news_index .articles li .summary {
	font-size: 12px;
}


/* other, generic classes */
.required {
	color: #464646;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.error {
	color: #d00;
}
.message {
	background: #ffffdd;
	line-height: 1.2;
	margin: 0 0 1.5em;
	padding: 1em 1em 0.75em;
	border: 1px solid #ffd700;
}

p.published {
	color: #084081;
	font-size: 11px;
	padding-bottom: 6px;
}
p.top {
	font-size: 11px;
}
p.pagination {
	color: #808080;
}

ul.links {
	margin: 0;
}
ul.links li {
	list-style: none;
}


/* events page styles */
table.events_calendar {
	width: 100%;
	margin-bottom: 2em;
}
table.events_calendar .date {
	width: 15%;
}
table.events_calendar .title {
	width: 30%;
}
table.events_calendar .venue {
	width: 40%;
}
table.events_calendar .venue .location {
	color: #464646;
	font-size: 11px;
}
table.events_calendar .date, table.events_calendar .more {
	text-align: center;
}
table.events_calendar .more {
	font-weight: bold;
}
#events_sub {
	padding-top: 1.5em;
	border-top: solid 3px #e6e8e9;
}


/* roster page styles */
.content_wrapper .profiles_list {
	display: block;
	margin: 0 0 1em -6px;
	overflow: auto;
}
.content_wrapper .profiles_list li {
	display: inline;
	margin: 0 0 6px 6px;
	float: left;
	list-style: none;
}
.content_wrapper .profiles_list li a {
	background: #e6e8e9;
	display: block;
	width: 100px;
	padding: 3px 3px 0;
}
.content_wrapper .profiles_list li a .thumb {
	display: block;
	width: 100px;
	height: 75px;
}
.content_wrapper .profiles_list li a .title {
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	display: block;
	height: 27px;
	padding: 5px 0;
}
#content .content_wrapper .profiles_list li a {
	border: 1px solid #e6e8e9;
}
#content .content_wrapper .profiles_list li a:hover {
	border-color: #d9dbde #c0c3c7 #c0c3c7 #d9dbde;
}

#content .albums {
	margin: -5px 0 0 -5px;
}
#content .albums li {
	display: inline;
	float: left;
	width: 335px;
	margin: 5px 0 0 5px;
	list-style: none;
}
#content .albums li a {
	background: #e6e8e9;
	display: block;
	height: 75px;
	padding: 5px;
	border: 1px solid #e6e8e9;
}
#content .albums li a:hover {
	border-color: #d9dbde #c0c3c7 #c0c3c7 #d9dbde;
}
#content .albums li a .thumb {
	display: block;
	margin-right: 7px;
	float: left;
}
#content .albums li a .title {
	font-weight: bold;
	padding-bottom: 8px;
}

#content .album_images {
	margin: 0 0 1em;
	overflow: auto;
}
#content .album_images li {
	display: inline;
	float: left;
	list-style: none;
}
#content .album_images li a {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 75px;
	margin: 0 5px 5px 0;
	border: none;
}

.roster_section h2 {
	clear: both;
}

#guestbook_form {
	float: right;
	width: 334px;
}
#guestbook_form fieldset {
	display: block;
	background: #e6e8e9;
	padding: 1em;
	border-color: #dbdfe4 #c5cfda #c5cfda #dbdfe4;
	border-style: solid;
	border-width: 1px;
}
#guestbook_form legend {
	display: none;
}
#guestbook_form p, #guestbook_form .error {
	font-size: 11px;
}
#guestbook_form p.thanks {
	font-size: 12px;
	padding: 0;
}
#guestbook_comments, .comments_null {
	float: left;
	width: 330px;
	margin: 0;
}
#guestbook_comments li {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e6e8e9;
}
#guestbook_comments li blockquote {
	font-style: normal;
	display: block;
	padding-bottom: 4px;
}
#guestbook_comments li cite {
	color: #666;
	font-style: italic;
	display: block;
}


/* products */
#content .products {
	margin: 0 0 0 -7px;
}
#content .products li {
	list-style: none;
}
#content .products li a {
	display: inline;
	float: left;
	margin: 0 0 1em 7px;
	width: 150px;
	border: none;
}
#content .products li a .thumb, #content .products li a .title, #content .products li a .price {
	display: block;
}
#content .products li a .thumb {
	overflow: hidden;
	margin: 0 auto 5px;
	padding: 1px;
	border: 2px solid #ced8e5;
}
#content .products li a .thumb img {
	display: block;
	margin: 0 auto;
	width: 144px;
	height: 108px;
}
#content .products li a .title {
	font-weight: bold;
	overflow: auto;
	display: block;
	height: 50px;
	padding: 0 4px;
}
#content .products li a .price {
	color: #111;
	font-size: 11px;
	display: block;
	padding: 0 4px;
}
#content .products li a:hover .thumb {
	border-color: #c0c0c0;
}


#product_images {
	float: right;
	margin: 0 0 1em 1em;
}
#product_images .thumbs {
	width: 180px;
	margin: 0;
	overflow: auto;
	clear: both;
}
#product_images .thumbs li {
	display: inline;
	float: left;
	list-style: none;
}
#product_images .thumbs li a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 0 4px 4px;
}
#product_images .thumbs li a, #product_images #main_image {
	padding: 1px;
	border: 2px solid #ced8e5;
}
#product_images #main_image {
	float: right;
	margin-bottom: 4px;
}
#product_images p {
	font-size: 11px;
	text-align: center;
	padding: 0;
}

#feedback_main {
	float: left;
	width: 350px;
	height: 549px;
}
#facebook_badge {
	float: right;
	width: 300px;
	height: 565px;
	margin: 0 0 1em 1em;
	padding: 6px;
}


/* additional shop styles */
#shop_sidebar {
	float: left;
	width: 200px;
	margin: 0 15px 0 0;
}
#shop_sidebar p {
	padding-bottom: 0.5em;
}
#shop_sidebar ul {
	margin: 0;
}
#shop_sidebar ul li {
	background: url(../images/bullet.gif) no-repeat 0% 50%;
	list-style: none;
	padding-left: 8px;
}

#add_to_cart {
	overflow: auto;
}
#add_to_cart label,
#add_to_cart input.numeric {
	display: inline;
	float: left;
	margin: 0 0.5em 1em 0;
	padding: 1px;
}
#add_to_cart label {
	font-weight: normal;
	padding-top: 2px;
}
#add_to_cart input.submit {
	clear: left;
}

#shop_sidebar .content_wrapper {
	margin-bottom: 1em;
}
#shop_sidebar .content_wrapper ul {
	margin-bottom: 0;
}
#shop_sidebar .content_wrapper p,
#shop_sidebar .content_wrapper li {
	font-size: 11px;
}
#shop_sidebar .content_wrapper li .paypal_icon {
	vertical-align: middle;
}
#shop_sidebar .payment_methods li {
	padding: 2px 0 2px 8px;
}

#content .shopping_cart td.thumb {
	width: 56px;
	height: 56px;
}
#content .shopping_cart .thumb a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 1px;
	border: 2px solid #ced8e5;
}
#content .shopping_cart .thumb a:hover {
	border-color: #d00;
}
#content .shopping_cart .thumb a img {
	display: block;
}
#content .shopping_cart th.item,
#content .shopping_cart th.description {
	text-align: left;
	padding-left: 1em;
}
#content .shopping_cart th.quantity {
	width: 50px;
}
#content .shopping_cart .price,
#content .shopping_cart .total {
	text-align: center;
	width: 60px;
}
#content .shopping_cart td.total {
	color: #084081;
}
#content .shopping_cart .product a.title {
	font-weight: bold;
	border: none;
}
#content .shopping_cart .quantity,
#content .shopping_cart .price {
	text-align: center;
}
#content .shopping_cart .remove {
	text-align: center;
	width: 50px;
}
#content .shopping_cart td input {
	margin: 0 auto;
}

#cart_costs {
	display: block;
	float: right;
	width: 152px;
}
#cart_costs dt {
	display: normal;
	float: left;
	width: 75px;
}
#cart_costs dd {
	text-align: right;
	display: normal;
	float: none;
	padding: 0;
}

.cart_actions {
	float: right;
	margin: 0 0 1em;
}
.cart_actions .button {
	display: inline;
	margin: 0 0 0 0.5em;
}
#shopping_cart .table {
	clear: both;
}


#shop_cart {
	background: #fff url(../images/cart-background.gif) no-repeat 100% 100%;
}
#shop_cart p.view_cart {
	padding-bottom: 0;
}
#shop_payment_methods {
	background: #fff url(../images/paypal-background.gif) no-repeat 100% 100%;
}

.breadcrumb.checkout .selected {
	color: #111;
}

#register #personal_details {
	float: left;
	width: 330px;
}
#register #address {
	float: right;
	width: 330px;
}
#register .actions {
	clear: both;
}
#shop_login .forgot_password {
	font-size: 11px;
}
#shop_register .required {
	color: #084081;
	font-size: 12px;
	font-weight: bold;
}
#shop_register .newsletter_signup {
	clear: both;
	padding-top: 0.5em;
}
#shop_register .newsletter_signup input,
#shop_register .newsletter_signup label {
	font-size: 11px;
	font-weight: normal;
	display: inline;
	float: left;
}
#shop_register #phone {
	text-align: left;
}

#shop_your_account {
	background: #fff url(../images/auth-background.gif) no-repeat 100% 50%;
}

#cheque_payment_info {
	clear: both;
}
#shop_checkout .address {
	padding: 0 0 0 0.75em;
	border-left: 1em solid #ced8e5;
}

#shop_checkout_form legend {
	display: none;
}
#shop_checkout_form fieldset {
	margin-bottom: 1em;
	overflow: auto;
}
#shop_checkout_form #delivery_address div {
	float: left;
	width: 50%;
}

#links_main h2 {
	margin: 1em 0;
}