/* replace with CSS reset */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #111;
	font: normal 10px/1.4 Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
	background: #040000;
}

a:link, a:visited {
	color: #ac120d;
	text-decoration: none;
}
a:hover, a:active {
	color: #ac120d;
	text-decoration: underline;
}
a.advert {
	display: block;
	border: 1px solid #9b999c;
}
a.advert:hover {
	border-color: #fff;
}
a img {
	border: none;
}

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

h1,h2,h3,h4,h5,h6 {
	color: #475b6c;
	font-weight: bold;
}

#main_column h1 {
	color: #f2f2f2;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/main-h1.gif) repeat-x 0 100%;
	display: block;
	margin: -6px -5px 5px;
	padding: 5px 10px 8px;
}
h1 {
	font-size: 16px;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 14px;
	margin: 1em 0 0.5em 0;
}
p {
	margin-bottom: 0.75em;
}
ol, ul {
	margin: 0 0 1em 2.5em;
}
li {
	padding: 0 0 0.5em 0;
}
ul li {
	list-style: square;
}

form {
	font-size: 11px;
}
fieldset {
	border: none;
}
input, textarea {
	color: #272727;
	font-family: Tahoma, sans-serif;
	font-size: inherit;
	line-height: 1.2;
	margin: 0;
	padding: 2px;
}
input.button {
	color: #f2f2f2;
	background: #2a2a2a;
	margin: 0;
	padding: 2px 6px;
	border: 1px solid #000;
	border-color: #5d5d5d #0b0b0b #0b0b0b #5d5d5d;
	outline: none;
	overflow: visible;
}
input.button:hover {
	color: #fff;
	border-color: #0b0b0b #5d5d5d #5d5d5d #0b0b0b;
}
input.button, label, select {
	cursor: pointer;
}
input.numeric {
	text-align: center;
}
textarea {
	overflow: auto;
}

.label {
	font-weight: bold;
	padding-bottom: 2px;
}
.label .required {
	color: #ac120b;
	font-weight: bold;
	padding-left: 1px;
}
.input {
	padding-bottom: 1em;
}
.input input.text {
	width: 228px;
}
.input textarea {
	display: block;
	width: 475px;
}

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

#header {
	background: url(../images/header-bg.gif) repeat-x 0 0;
	height: 108px;
}
#header #logo {
	float: left;
	margin: 5px 0 0 10px;
}
#header #banner {
	float: right;
	margin: 8px;
}
#header #banner,
#header #banner img {
	width: 728px;
	height: 90px;
}

#nav_bar {
	position: relative;
	height: 33px;
	margin-bottom: 12px;
	background: #b20000 url(../images/nav-bar-bg.gif) repeat-x 0 0;
}
#nav_menu {
	margin: 0;
	width: 579px;
}
#nav_menu li {
	background: url(../images/nav-menu.gif) no-repeat 0 0;
	display: inline;
	list-style: none;
}
#nav_menu li a {
	text-indent: -999em;
	background: url(../images/nav-menu.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}
/* */
#nav_menu #nav_home a    { width: 77px;  background-position: 0 0;  }
#nav_menu #nav_news a    { width: 72px;  background-position: -77px 0;  }
#nav_menu #nav_stars a   { width: 83px;  background-position: -149px 0;  }
#nav_menu #nav_events a  { width: 84px;  background-position: -232px 0;  }
#nav_menu #nav_media a   { width: 71px;  background-position: -316px 0;  }
#nav_menu #nav_about a   { width: 107px; background-position: -387px 0; }
#nav_menu #nav_contact a { width: 85px;  background-position: -494px 0;  }
/* */
#nav_menu #nav_home a:hover, #nav_menu #nav_home.selected a       { background-position: 0 -33px; }
#nav_menu #nav_news a:hover, #nav_menu #nav_news.selected a       { background-position: -77px -33px; }
#nav_menu #nav_stars a:hover, #nav_menu #nav_stars.selected a     { background-position: -149px -33px; }
#nav_menu #nav_events a:hover, #nav_menu #nav_events.selected a   { background-position: -232px -33px; }
#nav_menu #nav_media a:hover, #nav_menu #nav_media.selected a     { background-position: -316px -33px; }
#nav_menu #nav_about a:hover, #nav_menu #nav_about.selected a     { background-position: -387px -33px; }
#nav_menu #nav_contact a:hover, #nav_menu #nav_contact.selected a { background-position: -494px -33px; }
/* social media links */
#social_media_links {
	position: absolute;
	top: 4px;
	right: 200px;
}
#social_media_links li {
	display: inline;
	list-style: none;
}
/* search form */
#search_form {
	font-size: 12px;
	float: right;
	padding: 5px 5px 0 0;
}
#search_form fieldset {
	border: none;
}
#search_form legend {
	display: none;
}
#search_form input {
	display: block;
	float: left;
	padding: 3px;
}
#search_form input.button {
	padding: 3px 3px 2px 3px;
}
#search_form #keywords {
	background: #fff url(../images/input-bg.gif) repeat-x 0 0;
	margin-right: 5px;
	border: 1px solid #fff;
}


#left_column {
	float: left;
	width: 165px;
	padding: 0 8px;
}
#main_column {
	color: #272727;
	background: #fff;
	font-size: 12px;
	width: 512px;
	float: left;
	/*margin-left: 181px;*/
	padding: 9px;
	border-top: 2px solid #ccc;
}
#right_column {
	background: #840000 url(../images/right-column-bottom.gif) no-repeat 50% 100%;
	float: right;
	width: 252px;
	margin: 0 8px;
	padding: 0 0 6px 0;
}

#footer {
	color: #f2f2f2;
	font-size: 12px;
	background: #000 url(../images/footer-bg.gif) repeat-x 0 0;
	padding: 10px;
	border-top: 12px solid #000;
	clear: both;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #c0c0c0;
	text-decoration: none;
}
#footer a:hover {
	color: #ac120d;
	text-decoration: underline;
}


#left_column ul,
#right_column ul {
	margin: 0;
	border-color: #840000;
	border-style: solid;
	border-width: 0 5px;
}
#left_column ul li,
#right_column ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left_column li a {
	text-transform: uppercase;
}
#left_column li a,
#right_column li a,
#right_column p.null {
	color: #b4b4b4;
	font-size: 12px;
	text-decoration: none;
	background: #500000;
	display: block;
	padding: 6px 0;
	border-color: #840000;
	border-style: solid;
	border-width: 1px 0;
}
#left_column li a {
	background: #500000 url(../images/nav-arrow.gif) no-repeat 12px 50%;
	padding-left: 23px;
}
#left_column li a:hover,
#right_column li a:hover {
	color: #fff;
	background-color: #840000;
}
#left_column li a:hover {
	background-image: url(../images/nav-arrow-hover.gif);
}

#left_column #quick_links {
	background: #840000 url(../images/quick-links-bottom.gif) no-repeat 50% 100%;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
}
#left_column #quick_links h3 {
	background: url(../images/quick-links-top.gif) no-repeat 50% 0;
	padding: 5px 5px 0 5px;
}
#left_column #quick_links h3 span {
	color: #fff;
	text-align: center;
	background: url(../images/quick-links-title.gif) repeat-x 50% 0;
	display: block;
	padding: 6px 0 2px 0;
}
#left_column #quick_links h3 span img {
	display: block;
	margin: 0 auto;
}
#left_column #quick_links ul {
	border-bottom: none;
}

#skyscraper {
	width: 162px;
	height: 602px;
	margin: 0 auto;
}
#skyscraper img {
	display: block;
	width: 160px;
	height: 600px;
}

#right_column .hide {
	display: none;
}
#upcoming_events h3 {
	background: url(../images/right-column-top.gif) no-repeat 50% 0;
}
#right_column h3 {
	padding: 5px 5px 0 5px;
}
#right_column h3 span {
	background: url(../images/right-column-title.gif) repeat-x 0 0;
	display: block;
	padding: 6px 0 4px 0;
}
#right_column h3 span img {
	display: block;
	margin: 0 auto;
}
#right_column li a .more {
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 2px;
	padding: 0 0 0 6px;
	border-left: 1px solid #949697;
}
#right_column p {
	margin: 0 5px;
	border-top: 1px solid #530d10;
}
#right_column p.null {
	font-size: 11px;
	text-align: center;
}
#right_column p a {
	font-size: 11px;
	display: block;
	padding: 3px 0 5px 0;
	border-top: 2px solid #570d11;
}

#upcoming_events li a,
#past_event_results li a {
	text-align: center;
}
#upcoming_events p,
#past_event_results p {
	background: #610f13;
}
#upcoming_events p a,
#past_event_results p a {
	color: #a3abb2;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
#upcoming_events p a:hover,
#past_event_results p a:hover {
	color: #f2f2f2;
}

#upcoming_events li a:hover .more {
	border-color: #f2f2f2;
}



#home_splash {
	margin-bottom: 6px;
}
#home_splash a,
#home_splash img {
	display: block;
}
#home_splash h1 {
	background: #600000 url(../images/splash-title.gif) repeat-x 0 0;
	display: block;
	color: #f2f2f2;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding: 6px 8px;
	border: 1px solid #272727;
}
#home_splash h1 a {
	color: #b4b4b4;
	display: block;
}
#home_splash h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#home_advert {
	background: #0c0303 url(../images/home-advert-bg.gif) repeat-x 0 0;
	margin: 0 0 6px 0;
	padding: 14px 0;
}
#home_advert a {
	width: 468px;
	margin: 0 auto;
}
#home_advert a img {
	display: block;
	width: 468px;
	height: 60px;
}

#feedback_form {
	background: #e2e3e3;
	padding: 10px;
}

.articles {
	margin: 0;
}
.articles li {
	list-style: none;
	padding: 9px;
	overflow: auto;
	border-color: #fff;
	border-style: solid;
	border-width: 1px 0 0 0;
}
.articles li.odd {
	background: #c6c6c7;
}
.articles li.even {
	background: #e2e3e3;
}
.articles li .thumb {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #000;
}
.articles li .thumb img {
	display: block;
	width: 133px;
	height: 100px;
}
.articles li .heading {
	background: #fff;
	margin: 0 0 6px 144px;
	padding: 3px 8px;
}
.articles li .heading .title {
	font-size: 12px;
	font-weight: bold;
}
.articles li .heading .published {
	color: #696150;
	font-size: 11px;
	margin-bottom: 0;
}
.articles li .summary,
.articles li .more {
	font-size: 11px;
	font-weight: normal;
	margin: 0 4px 0 150px;
}
.articles li .more {
	font-weight: bold;
	text-align: right;
}

.tabs_wrapper .tabs {
	margin: 0;
	overflow: auto;
	margin-bottom: 1px;
	border-bottom: 2px solid #ac120d;
}
.tabs_wrapper .tabs li {
	display: inline;
}
.tabs_wrapper .tabs li a {
	color: #272727;
	font-size: 14px;
	background: #e2e3e3;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 6px 30px 5px;
	border-bottom: 1px solid #fff;
}
.tabs_wrapper .tabs li.ui-state-active a,
.tabs_wrapper .tabs li.ui-state-active a:hover {
	color: #fff;
	text-decoration: none;
	background: #ac120d;
	border-color: #ac120d;
}
.tabs_wrapper .tabs li a:hover {
	color: #ac120d;
	text-decoration: none;
}

p.published {
	color: #696150;
	font-size: 11px;
	margin-bottom: 0.5em;
}
p.summary {
	font-weight: bold;
}
p.back,
p.pagination,
p.view_more {
	clear: both;
	margin-bottom: 0;
}
p.back a,
p.pagination,
p.view_more a {
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 2px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #ac120d;
}
p.pagination a.current,
p.pagination a.current:hover {
	color: #272727;
}

.tabs_wrapper .ui-tabs-hide {
	display: none;
}

.roster {
	margin: 0;
}
.roster li {
	display: inline;
	padding: 0;
	list-style: none;
}
.roster li a {
	color: #5e5e5e;
	background: #e2e3e3;
	display: block;
	float: left;
	margin: 0 3px 6px 3px;
	padding: 2px;
}
.roster li a .thumb {
	display: block;
	width: 118px;
	height: 89px;
}
.roster li a .title {
	font-size: 11px;
	text-align: center;
	background: #c6c6c7;
	display: block;
	margin: 2px 0 0 0;
	padding: 3px 0;
}
.roster li a:hover {
	color: #272727;
	text-decoration: none;
}
.roster li a:hover .title {
	background: #e2e3e3;
}


.details {
	font-size: 11px;
	margin-bottom: 0.75em;
}
.details dt {
	font-weight: bold;
	text-align: left;
	float: left;
	clear: left;
}
.details dd {
	text-align: right;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #c0c0c0;
}


.images {
	display: block;
	margin-left: 0;
	overflow: auto;
}
.images li {
	padding: 0;
	list-style: none;
}
.images li a {
	background: #c6c6c7;
	display: block;
	float: left;
	margin: 0 1px 1px 0;
	padding: 4px;
}
.images li a:hover {
	background: #e2e3e3;
}
.images li a img {
	display: block;
}


.media {
	margin-bottom: 1px;
	overflow: auto;
	padding: 10px;
}
.media.odd {
	background: #c6c6c7;
}
.media.even {
	background: #e2e3e3;
}
.media h2 {
	margin-top: 0;
}
.media p.last {
	margin: 0;
}
.media p img {
	display: block;
	width: 240px;
	height: 90px;
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #040000;
}


.half {
	width: 50%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix {
	clear: both;
}


.errors li.error {
	color: #b00000;
	padding-bottom: 0;
	list-style: disc;
}

.page_image {
	display: block;
	float: right;
	margin: 0 0 0.5em 1em;
	padding: 1px;
	border: 1px solid #c6c6c7;
}


/**
 * Shop shit
 */
.products {
	margin: 0 0 1em 0;
	overflow: auto;
}
.products li {
	text-align: center;
	display: inline;
	float: left;
	list-style: none;
	width: 125px;
	margin: 0 3px 3px 0;
	padding: 0;
}
.products li a,
.products li span {
	display: block;
	font-size: 11px;
}
.products li span {
	margin-top: 1px;
	padding: 3px 0;
	width: 100%;
}
.products li a:hover {
	text-decoration: none;
}
.products li a:hover .title {
	text-decoration: underline;
}
.products li a:hover .thumb {
	border-color: #ac120d;
}
.products li .thumb {
	width: 123px;
	height: 92px;
	overflow: hidden;
	border: 1px solid #000;
}
.products li .thumb img {
	display: block;
	margin: 0 auto;
}
.products li .title {
	height: 45px;
}
.products li .price {
	color: #111;
	background-color: #e2e3e3;
}
.products li a:hover .price {
	background-color: #c6c6c7;
}

#product_details {
	float: left;
	width: 60%;
}
#add_to_cart {
	float: right;
	margin-bottom: 1em;
	width: 40%;
}
#add_to_cart fieldset {
	background-color: #eee;
	margin-left: 1em;
	padding: 1em;
}
#add_to_cart fieldset img {
	display: block;
	width: 167px;
	margin-bottom: 0.75em;
	border: 2px solid #dbdbdb;
}
#add_to_cart fieldset label {
	font-weight: normal;
	padding-top: 3px;
}
#add_to_cart fieldset label,
#add_to_cart fieldset input {
	display: block;
	float: left;
}
#add_to_cart fieldset input {
	margin-left: 0.5em;
}

p.breadcrumb {
	color: #333;
	font-size: 11px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #dbdbdb;
}
p.breadcrumb span.divider {
	color: #999;
}

.cart_actions {
	float: right;
	padding: 0 1px 0.75em 0;
}
.cart_actions p {
	float: left;
}
.cart_actions input {
	float: left;
	margin-left: 0.75em;
}

#cart {
	width: 100%;
	margin-bottom: 0.75em;
	border-collapse: collapse;
}
#cart th {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #dbdbdb;
	padding: 4px;
	border: 1px solid #fff;
}
#cart td {
	background-color: #efefef;
	padding: 4px 6px;
	border: 1px solid #fff;
	vertical-align: middle;
}
#cart td.thumb {
	width: 44px;
}
#cart td.thumb a {
	display: block;
	width: 40px;
	max-height: 40px;
	overflow: hidden;
	border: 2px solid #dbdbdb;
}
#cart td.thumb a:hover {
	border-color: #ac120d;
}
#cart td.thumb a img {
	display: block;
	width: 40px;
}
#cart td.quantity {
	text-align: center;
	width: 40px;
}
#cart td.subtotal {
	width: 70px;
}
#cart td.total {
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;
}