/**
 * global.css
 * http://www.realdealwrestling.co.uk
 * @author Martin Bean
 */

body {
	color: #d9c9ba;
	font: normal 10px/1.5 Verdana, 'Geneva', sans-serif;
	text-align: center;
	background: #000;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #d93e30;
	text-decoration: underline;
}

h1, h2, h3 {
	color: #d93e30;
}

#container {
	text-align: left;
	width: 94em;
	margin: 0 auto;
}

#header {
	/*background: url(../img/logo.gif) no-repeat 50% 15px;*/
	height: 14em;
}
#header #logo {
	display: block;
	float: left;
	width: 300px;
	height: 107px;
	margin: 15px 0 0 20px;
}
#header .nav {
	display: block;
	width: 30em;
	margin-top: 6em;
}
#header .nav li {
	display: inline;
	float: left;
	width: auto;
	padding: 0;
}
#header .nav li a {
	color: #d9c9ba;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0 0.5em;
}
#header .nav li a:hover {
	color: #fff;
}
#header .left li {
	float: right;
}

/*
.home #container {
	background: url(../img/splash.jpg) no-repeat 50% 0%;
}
.home #splash {
	height: 360px;
	position: relative;
}
.home #splash #video {
	position: absolute;
	bottom: 10px;
	left: 0;
}
*/

#home_container {
	background: url(../img/home-background.jpg) no-repeat 100% 0;
}

.home #splash {
	display: block;
	width: 620px;
	margin: 0 0 5px 0;
	border: 1px solid #333;
}
.home #splash img {
	display: block;
}

.articles {
	width: 622px;
	margin: 0 0 1.5em 0;
}
.articles li {
	background: #000;
	display: block;
	margin: 0 0 5px 0;
	padding: 10px;
	border: 1px solid #333;
	overflow: auto;
}
.articles li a {
	color: #d93e30;
}
.articles li img {
	display: block;
	float: right;
	margin: 0;
	padding: 1px;
	border: 1px solid #333;
}
.articles li h2 {
	font-size: 13px;
	margin: 0 0 0.25em 0;
}
.articles li p {
	font-size: 11px;
}

/* inner pages styling */
.inner {
	background: #000 url(../img/inner-background.jpg) no-repeat 50% 0%;
}
.inner #content {
	min-height: 350px;
	padding-bottom: 2em;
}

/* inner typography styles */
.inner #content a:link, .inner #content a:visited {
	color: #d9c9ba;
	text-decoration: underline;
}
.inner #content a:hover, .inner #content a:active {
	color: #fff;
	text-decoration: underline;
}
.inner #content h1 {
	font-size: 1.4em;
	padding-bottom: 0.5em;
}
.inner #content h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 1em 0 0.25em;
}
.inner #content p, .inner #content ol, .inner #content ul {
	font-size: 1.2em;
	padding: 0 0 1.25em;
}
.inner #content p.published {
	color: #6d655d;
	font-size: 1.1em;
	padding-top: 0.5em;
}
.inner #content ol, .inner #content ul {
	margin-left: 2em;
}
.inner #content ol ol, .inner #content ol ul,
.inner #content ul ol, .inner #content ul ul {
	font-size: 1em;
}
.inner #content ol { list-style-type: decimal; }
.inner #content ul { list-style-type: disc; }

.inner #content ul li.error {
	color: #d93e30;
	font-size: 0.92em;
	list-style-type: circle;
}


/* features bottom bar */
#features {
	background: url(../img/features.jpg) no-repeat 50% 0%;
	padding: 25px 0;
}
#features li {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline;
	float: left;
	width: 310px;
	height: 85px;
}
#features li h2 {
	font-size: 1.2em;
	text-transform: uppercase;
}
#features li p {
	font-size: 1.1em;
}
#features li h2, #features li p {
	padding-left: 90px;
	padding-bottom: 5px;
}
#features li#news h2, #features li#news p {
	padding-left: 80px;
}
#features li#news       { background-image: url(../img/features/news.gif); }
#features li#tickets    { background-image: url(../img/features/tickets.gif); }
#features li#galleries  { background-image: url(../img/features/galleries.gif); }

#footer {
	text-align: left;
	width: 96em;
	margin: 0 auto;
	padding-bottom: 50px;
}
#footer li {
	color: #6d655d;
	font-size: 1.1em;
	line-height: 1.7;
	display: block;
	list-style: none;
}
#footer li a:link, #footer li a:visited {
	color: #827970;
}
#footer li a:hover, #footer li a:active {
	color: #c4b5a8;
	text-decoration: none;
}
#footer li#credit a {
	text-transform: uppercase;
}


/* forms styling */
form {
	margin: 0.5em 0 1em;
}
form fieldset {
	font-size: 1.2em;
}
form legend {
	display: none;
}
form label {
	font-weight: bold;
	vertical-align: top;
}
form input {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
form input.text {
	padding: 2px;
}

form#newsletter_signup fieldset {
	background: #000 url(../img/features.jpg) no-repeat 50% -1px;
	padding: 1.5em;
	border: solid 1px #191919;
	border-color: #333 #222 #111;
}
form#newsletter_signup label {
	display: inline;
	float: left;
	width: auto;
	padding-top: 0.09em;
}
form#newsletter_signup input {
	display: inline;
	float: left;
	width: auto;
}
form#newsletter_signup input.text {
	font-size: 0.92em;
	margin: 0 2em 0 1em;
}


.clear {
	clear: both;
}
.clearfix {
	overflow: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}


/* news page */
#content #news_article {
	float: left;
	width: 66%;
}
#content #news_article h1 {
	padding-bottom: 0;
}
#content #news_sidebar {
	float: right;
	width: 33%;
}
#content #news_sidebar ul,
#content #roster_list ul {
	font-size: 1.1em;
}
#content #news_sidebar ul li,
#content #roster_list ul li {
	list-style: none;
	text-transform: uppercase;
	padding-bottom: 1em;
}
#content #news_sidebar ul li a:link, #content #news_sidebar ul li a:visited,
#content #roster_list ul li a:link, #content #roster_list ul li a:visited {
	color: #d9c9ba;
	text-decoration: none;
	display: block;
}
#content #news_sidebar ul li a:hover, #content #news_sidebar ul li a:active,
#content #roster_list ul li a:hover, #content #roster_list ul li a:active {
	color: #fff;
	text-decoration: none;
}
#content #news_sidebar ul li.selected a,
#content #roster_list ul li.selected a {
	color: #fff;
}


/* roster page */
#content #roster_list ul {
	padding-right: 2em;
}
#content #roster_list ul li {
	text-align: right;
	padding-bottom: 0.27em;
}
#roster_list {
	float: left;
	width: 20%;
}
#roster_profile {
	float: right;
	width: 80%;
}
#roster_profile img {
	float: left;
	border: solid 3px #fff;
}
#roster_profile h1, #roster_profile dl, #roster_profile p {
	display: block;
	margin-left: 206px;
}
#roster_profile dl.stats {
	font-size: 1.1em;
	margin-bottom: 1.36em;
}
#roster_profile dl.stats dt, #roster_profile dl.stats dd {
	display: block;
	width: auto;
}
#roster_profile dl.stats dt {
	color: #fff;
	font-weight: bold;
}
#roster_profile dl.stats dd {
	padding-bottom: 0.54em;
}


/* events */
#content #event_details {
	float: left;
	width: 67%;
}
#content #event_details #main_image {
	float: right;
	margin: 0 0 1em 1.5em;
	border: solid 3px #fff;
}
#content #event_details dl.details {
	font-size: 1.1em;
	margin-bottom: 1em;
}
#content #event_details dl.details dt, #content #event_details dl.details dd {
	display: block;
	width: auto;
}
#content #event_details dl.details dt {
	color: #fff;
	font-weight: bold;
}
#content #event_details dl.details dd {
	padding-bottom: 0.54em;
}
#content #events_calendar {
	float: right;
	width: 30%;
}
#content #events_calendar ul {
	font-size: 1em;
	margin: 0;
}
#content #events_calendar ul li {
	list-style: none;
}
#content #events_calendar ul li a {
	text-decoration: none;
	display: block;
	padding-top: 1em;
}
#content #events_calendar ul li a span {
	font-size: 1.1em;
	display: block;
}
#content #events_calendar ul li a span.title {
	color: #d93e30;
	font-size: 1.2em;
	font-weight: bold;
}
#content #events_calendar ul li a:hover span.title {
	text-decoration: underline;
}

img.frame {
	border: solid 3px #fff;
}

#tickets_image {
	float: right;
	margin-left: 2em;
}
#tickets_content {
	float: left;
}

form.tickets {
	background: url(../img/diagonal-tile.gif) repeat;
	width: 75%;
	margin-bottom: 0.5em;
	padding: 1.5em;
	border: solid 1px #191919;
}
form.tickets label, form.tickets input {
	display: block;
	float: left;
	width: auto;
	margin-right: 1em;
}
form.tickets label {
	padding-top: 0.27em;
}
form.tickets input {
	text-align: center;
}

#content form.tickets h2 {
	padding: 0 0 0.75em;
}

form fieldset.question {
	font-size: 1em;
}
form fieldset.question .response label {
	font-size: 1.2em;
	font-weight: normal;
	vertical-align: bottom;
}

.controls {
	font-size: 1em;
	padding-top: 1em;
}
.controls input {
	font-size: 1.2em;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}