/**
 * global.css
 * http://www.awfaction.com
 * @author Martin Bean
 */
html {
	background: #200302 url(../img/background.jpg) repeat-y 50% 0%;
}
body {
	color: #333;
	font: normal 10px/1.2 Verdana, sans-serif;
	text-align: center;
	background: url(../img/splatters.jpg) no-repeat 50% 0%;
	min-height: 270px;
}

a:link, a:visited {
	color: #e51511;
	text-decoration: underline;
}
a:hover {
	color: #464646;
	text-decoration: underline;
}
a:active {
	color: #f10000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

form fieldset {
	font-size: 1.1em;
}
form fieldset label {
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
	vertical-align: top;
}
form fieldset input.text, form fieldset textarea {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	display: block;
	margin: 0 0 10px;
	padding: 2px;
	border: solid 1px #000;
	border-color: #999 #c0c0c0 #ddd;
}
form fieldset input.text {
	width: 200px;
}
form fieldset textarea {
	width: 400px;
}

table {
	margin-bottom: 1em;
	width: 100%;
}
table th {
	color: #191919;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background: #dadada;
	padding: 5px 8px;
	border: solid 1px #fff;
}
table td {
	color: #464646;
	font-size: 1.1em;
	background: #efefef;
	padding: 5px 8px;
	border: solid 1px #fff;
}
table td a:link, table td a:visited {
	color: #464646;
}
table td a:hover {
	color: #e51511;
}
table tr.even td {
	background: #e9e9e9;
}


/* page structure */
#container {
	text-align: left;
	width: 780px;
	margin: 0 auto;
}

#header {
	background: url(../img/strapline.gif) no-repeat 140px 114px;
	height: 148px;
}
#header #logo {
	display: block;
	float: left;
	background: url(../img/logo.jpg) no-repeat 0 0;
	width: 140px;
	height: 150px;
}
#header #banner {
	background: #000;
	display: block;
	float: right;
	width: 468px;
	height: 60px;
	margin: 20px 12px 0 0;
	border: solid 2px #fff;
}
#header #banner:hover {
	border-color: #e51511;
}

#content {
	clear: both;
	background: #fff url(../img/content.jpg) no-repeat 0 0;
	margin-bottom: 20px;
	padding: 12px;
	overflow: auto;
}

#navigation {
	background: url(../img/navigation.jpg) no-repeat 0 0;
	height: 33px;
	margin-bottom: 10px;
	padding-right: 5px;
}
#navigation ul {
	display: block;
	float: right;
}
#navigation ul li {
	display: inline;
	float: left;
}
#navigation ul li.selected a {
	color: #fff;
}
#navigation ul li a {
	color: #f1f1f1;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 0 10px 0 0;
	padding: 8px 0 6px;
}
#navigation ul li a:hover {
	color: #ff1713;
}

#content h1 {
	color: #bf110e;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: solid 1px #efefef;
	clear: both;
}
#content h2 {
	color: #000;
	font-size: 1.4em;
	padding-bottom: 0.5em;
}
#content p {
	font-size: 1.1em;
	line-height: 1.4;
	padding-bottom: 10px;
}
#content ul, #content ol {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0 0 1em 2em;
}
#content ol ol, #content ol ul, #content ul ol, #content ul ul {
	font-size: 1em;
}
#content ul {
	list-style-type: square;
}
#content ol {
	list-style-type: decimal;
}

#content #navigation ul {
	font-size: 1em;
}

#content #latest_features ul, #content .roster {
	line-height: 1.2;
}

#content ul.clearfix, #content ol.clearfix {
	font-size: 1em;
	margin: 0;
}


/* footer */
#footer {
	clear: both;
	margin-top: 15px;
	padding-top: 8px;
	border-top: solid 4px #efefef;
}
#footer p {
	color: #797979;
	font-size: 1.1em;
	padding: 0;
}
#footer p a:link, #footer p a:visited {
	color: #464646;
	text-decoration: none;
}
#footer p a:hover, #footer p a:active {
	color: #e51511;
	text-decoration: underline;
}


/* generic styles */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.page_image {
	float: right;
	margin: 0 0 1em 1.5em;
	padding: 1px;
	border: solid 2px #ddd;
}
.error {
	color: #e51511;
}

a.bullet:link, a.bullet:visited {
	color: #e51511;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/bullet.gif) no-repeat 0% 50%;
	display: block;
	padding-left: 10px;
	padding-bottom: 2px;
}
a.bullet:hover {
	color: #464646;
	text-decoration: none;
}
a.bullet:active {
	color: #f10000;
	text-decoration: underline;
}
img.frame {
	border: solid 2px #ddd;
}


/* home page */
#content #latest_features {
	float: left;
	height: 228px;
	margin-bottom: 1em;
}
#content #latest_features ul {
	font-size: 1em;
	display: block;
	float: left;
	margin: 0;
	width: 132px;
	height: 228px;
}
#content #latest_features ul li {
	list-style: none;
}
#content #latest_features ul li a:link, #content #latest_features ul li a:visited {
	color: #f2f2f2;
	font-size: 1.1em;
	text-decoration: none;
	background: #e51511 url(../img/home-tab.gif) repeat-x 0% 100%;
	display: block;
	width: auto;
	height: 38px;
	padding: 7px 9px 11px;
	border: solid 1px #fff;
	border-top: none;
	border-left: none;
	overflow: hidden;
}
#content #latest_features ul li a:hover, #content #latest_features ul li a:active {
	color: #fff;
	background-image: none;
}
#content #latest_features ul li.ui-tabs-selected a {
	color: #fff;
	background: #b2b2b2 url(../img/home-tab-selected.gif) repeat-y 0% 0%;
	border: none;
	border-bottom: solid 1px #fff;
}
#content #latest_features a.ui-tabs-hide {
     display: none;
}
#content #latest_features a.slide {
	background: #fff;
	overflow: hidden;
	float: left;
	width: 314px;
	height: 221px;
	border: solid 3px #b2b2b2;
}
#content #latest_features ul li.first a {
	border-top: none;
}
/* latest video */
#content #home_latest_video {
	background: #b2b2b2;
	float: right;
	width: 287px;
	height: 221px;
	padding: 3px;
}
#content #home_latest_video object {
	display: block;
	margin: 0 auto;
}
#content #latest_video {
	width: 208px;
}
#content #latest_video img {
	width: 208px;
	height: 156px;
}
#content #latest_video h2 {
	padding-top: 6px;
}
#content #home_left {
	width: 208px;
	height: 347px;
	position: relative;
}
/* voting poll */
#voting_poll {
	background: url(../img/poll-bg.gif) repeat-x 0 0;
	padding: 1em 1em 0 1em;
	height: auto;
	min-height: 175px;
}
#voting_poll p {
	font-size: 1em;
	padding: 0;
}
#voting_poll ul {
	font-size: 1em;
	margin: 8px 0 0 0;
}
#voting_poll ul li {
	font-weight: bold;
	padding: 0;
	list-style: none;
}
#voting_poll .radio_group {
	padding: 10px 0;
}
#voting_poll .radio_group div {
	clear: both;
	overflow: auto;
}
#voting_poll .radio_group label {
	/*
	float: left;
	padding: 2px 0 4px;
	*/
	margin-left: 3em;
	padding: 3px 0;
}
#voting_poll .radio_group input {
	float: left;
	margin-right: 1em;
}
#voting_poll input#poll_submit {
	font-family: inherit;
	font-size: 11px;
	margin: 0;
	padding: 2px;
}
/* enewsletter signup */
#enewsletter_signup {
	background: url(../img/bg-newsletter.gif) no-repeat 0 0;
	position: absolute;
	bottom: 0;
}
#enewsletter_signup h2 {
	color: #fff;
	font-size: 1.2em;
	margin: 0;
	padding: 27px 12px 5px;
}
#enewsletter_signup .inner {
	background: #f2f2f2;
	padding: 8px 12px 12px;
	border: solid 2px #464646;
}
#enewsletter_signup .inner p {
	font-size: 1.1em;
	padding-bottom: 0.54em;
}
#enewsletter_signup .inner p.register {
	padding-bottom: 0;
}
#enewsletter_signup .inner p a:link, #enewsletter_signup .inner p a:visited {
	color: #464646;
	text-decoration: none;
}
#enewsletter_signup .inner p a:hover, #enewsletter_signup .inner p a:active {
	color: #e51511;
	text-decoration: underline;
}
/* other news headlines */
#content #other_headlines {
	display: block;
	width: 530px;
	float: right;
	border: solid 3px #464646;
}
#content #other_headlines h2 {
	color: #fff;
	background: #797979;
	display: block;
	padding: 8px;
}
#content #other_headlines ul {
	margin: 0;
}
#content #other_headlines ul li {
	background: #eaeaea url(../img/gallery-bg.gif) no-repeat 0 0;
	display: inline;
	overflow: hidden;
	height: 100px;
	float: left;
	list-style: none;
	border: solid 0 #464646;
	border-top-width: 3px;
}
#content #other_headlines ul li.odd {
	width: 263px;
	border-right-width: 2px;
}
#content #other_headlines ul li.even {
	width: 264px;
	border-left-width: 1px;
}
#content #other_headlines ul li h3 {
	display: block;
	padding: 5px 7px;
}
#content #other_headlines ul li p {
	font-size: 1em;
	padding: 0 7px 4px;
}


/* news page */
.published {
	color: #000;
}
.news_articles li {
	display: block;
	overflow: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #efefef;
}
.news_articles li .thumb {
	background: #000;
	display: block;
	overflow: hidden;
	float: left;
	width: 100px;
	height: 75px;
	margin: 0 15px 0 0;
	border: solid 2px #ddd;
}
.news_articles li .thumb img {
	background: #000;
	width: 100px;
}
#content .news_articles li h2 {
	margin: 0;
	padding: 0;
}
.news_articles li h2 a:link, .news_articles li h2 a:visited {
	color: #191919;
	text-decoration: none;
}
.news_articles li h2 a:hover, .news_articles li h2 a:active {
	color: #e51511;
}
#content .news_articles li p {
	padding-top: 5px;
	padding-bottom: 0;
}
#content .news_articles li p.more {
	margin-left: 120px;
}


/* roster page */
.roster li {
	display: inline;
	float: left;
	width: auto;
}
.roster li a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 104px;
	margin: 0 4px 4px 0;
}
.roster li a .thumb {
	text-align: center;
	background: #000;
	display: block;
	width: 100px;
	height: 75px;
	overflow: hidden;
	border: solid 2px #c0c0c0;
}
.roster li a .title {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	background: #000;
	display: block;
	height: 40px;
	margin-top: 2px;
	padding: 5px 8px;
}
.roster li a:hover .title {
	color: #ff1713;
	text-decoration: none;
}

#profile_image {
	background: #000;
	display: block;
	float: left;
	width: 180px;
	margin-right: 10px;
}

#content .stats {
	line-height: 1.4;
	background: #efefef;
	display: block;
	float: left;
	width: 180px;
	margin-left: 0;
	margin-right: 10px;
	padding: 10px 10px 5px;
	list-style: none;
}
#content .stats li {
	padding-bottom: 5px;
}
#content .stats li strong {
	color: #000;
	display: block;
}

#content .biography {
	float: right;
	width: 330px;
	padding: 10px;
	border: solid 1px #efefef;
}


/* contact page */
#feedback_form fieldset {
	background: #efefef;
	padding: 15px;
}


/* gallery */
.albums_list {
	overflow: auto;
}
.albums_list li {
	background: #eaeaea url(../img/gallery-bg.gif) no-repeat 0 0;
	display: inline;
	overflow: hidden;
	float: left;
	width: 350px;
	height: 134px;
	margin: 4px 0;
	padding: 10px;
	list-style: none;
	border: solid 2px #797979;
}
.albums_list li.odd {
	margin-right: 8px;
}
.albums_list li h2 a {
	text-decoration: none;
}
.albums_list li a img {
	display: block;
	float: right;
	margin: 0 0 0 1em;
	padding: 1px;
	border: solid 2px #c0c0c0;
}
.albums_list li a:hover img {
	border-color: #e51511;
}

.images_list {
	overflow: auto;
}
.images_list li {
	display: inline;
	float: left;
	width: auto;
	list-style: none;
}
.images_list li a {
	text-align: center;
	display: block;
	overflow: hidden;
	width: 75px;
	height: 75px;
	margin: 0 0.5em 0.5em 0;
	border: solid 2px #c0c0c0;
}
.images_list li a:hover {
	border-color: #e51511;
}
.images_list li a img {
	display: block;
	margin: 0 auto;
}

/* title history page */
.title_history {
	width: 100%;
}
.title_history .winner {
	font-weight: bold;
	width: 35%;
}
.title_history .date {
	width: 15%;
}
.title_history .location {
	width: 50%;
}


/* pagination styles */
#content p.pagination {
	font-size: 1.2em;
	padding-bottom: 0;
}
#content p.pagination a:link, #content p.pagination a:visited {
	color: #111;
	font-weight: bold;
	text-decoration: none;
}
#content p.pagination a:hover, #content p.pagination a:active {
	color: #e51511;
}
#content p.pagination a.current {
	color: #fff;
	background: #e51511;
	padding: 2px 4px;
}
#content p.pagination a.current:hover {
	background: #464646;
}

#content #champions {
	font-size: 1em;
	margin: 0;
}
#content #champions li {
	display: block;
	margin: 0 0 0.5em;
	list-style: none;
}
#content #champions li a {
	color: #464646;
	text-decoration: none;
	background: #eaeaea url(../img/gallery-bg.gif) no-repeat 0 0;
	display: block;
	padding: 0.6em;
	border: solid 3px #797979;
}
#content #champions li a:hover {
	color: inherit;
	text-decoration: none;
	border-color: #464646;
}
#content #champions li a:hover .title {
	color: #e51511;
}
#content #champions li a .details {
	float: left;
	padding: 0.4em;
}
#content #champions li a .title {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
	width: auto;
}
#content #champions li a .holder {
	font-size: 1.1em;
	display: block;
}
#content #champions li a .image {
	display: block;
	float: right;
	overflow: hidden;
	width: 300px;
	height: 75px;
	padding: 1px;
	border: solid 2px #ddd;
}
#content #champions li a .image img {
	display: block;
	width: 300px;
	overflow: hidden;
}

#content .offset {
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

#alumni_banner {
	display: block;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
#alumni_banner img {
	display: block;
}
#alumni_banner:hover img {
	margin-top: -90px;
}