/*  

Client: Boardmasters
Client URL: http://boardmasters.co.uk
Description: Global Styles for the Boardmasters Website
Version: 1.0
Author: Robert Games
Agency: Pad Media
Agency URL: http://www.padmedia.co.uk/
Date: 12/02/2013

Notes: --

*/

/* Contents

	1.0 Reset CSS
	2.0	@Fontface
	3.0	Global Formatting
	4.0	Common Formatting
	5.0	Links
	6.0	Fonts
	7.0	Global Classes
	8.0	Wrapper
	9.0	Logo
	10	Layout
	11	Navigation
	12	Forms
	13	Tables
	
*/

/* 1.0	Reset CSS */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

* {
padding:0;
margin:0;
}

/* 2.0 @Fontface Fonts */

/* 3.0	Global Formatting */

body {
	font-size:62.5%; /* 62.5% relative font size resets to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	/*background: url(../images/body_bg.jpg) top center no-repeat #f5ece3;*/ /* f2e8dc */
	/*background:#bdbdbd;*/
	background: url(../../2015/body_bg.jpg) top center no-repeat #f5ece3;
}

/* 4.0	Common Formatting */

p {
	font-size:1.2em;
	line-height:16px;
}

h1 {
	margin:0 0 7px 20px;
	line-height:21px;
	font-size:2.4em;
	color:#000;
	text-transform:capitalize;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; font-weight:normal; 
}

/* Other Pages H1 tags */

h2 {
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; 
	font-weight:normal; 
	font-style:normal;
	font-size:1.6em;
	line-height: normal;
}


h3 {
}

h4 {
}

h5 {
}

h6 {
}


article#main-content ol {
	list-style: decimal;
	margin:0 0 12px 18px;
}

article#main-content li {
	font-size:12px;
	line-height:normal;
	margin-bottom:6px;
}

blockquote {
}

strong {
	font-weight:bold;
	line-height:inherit;
	font-style:inherit;
}

em {
	font-style:italic;
	font-weight:inherit;
	line-height:inherit;
}

u {
	font-style: inherit;
	font-weight:inherit;
	line-height:inherit;
	text-decoration: underline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/* 5.0	Links */

a, a:visited {
	color:#488fb3; /*  c3e1f5 /#00bce4 */
	text-decoration:none;
}

a:hover, a:focus {
	text-decoration:underline;
}

a:hover.darken {
	background:url(../images/darken_bg.png) no-repeat center center #000;
	display:block;
}

#right-col a.darken { float:left; }

#right-col a:hover.darken {
	background:url(../images/darken_bg_small.png) no-repeat center center #000;
	display:block;
}

#right-col a.darken img {
	width:135px;
	height:90px;
}
/* Dont show backgrounds on certain items */

#logos a:hover.darken,
#home-vod ul li a:hover.darken,
#vod ul li a:hover.darken {background:none;}

/* 6.0	Fonts */

/* 7.0	Global Classes */

.clear {
	clear:both;
	/*height:1px;
	overflow:hidden;
	width:100%;
	display:block;*/
}

.hide {
	display:none;
}
 
.float-left {
	float:left;
}

.float-right {
	float:right;
}
 
.text-left { 
	text-align:left;
}

.text-right { 
	text-align:right;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.nopadding {
	padding:0;
}

.noindent {
	margin-left:0;
	padding-left:0;
}

.nobullet {
	list-style:none;
	list-style-image:none;
}

.date {
	color:#bcead9;
}

/* 8.0	Wrapper */

div#wrapper {
	width:920px;
	margin:auto;
	overflow:hidden;
}

/* 9.0	Logo */

#logo {
	width:533px;
	height:126px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-266px;
}

/* 10.0	Layout */

#header {
	background:url(../images/header_bg.png) repeat-x top;
	height:146px;
}

#header section {
	width:920px;
	margin:auto;
	position:relative; /* To contain absolute positioned elements */
}

/* Social Links */

#social-links {
	width:auto;
	float:left;
	height:24px;
	margin-top:4px;
}

#social-links a {
	float:left;
	display:inline; /* Hack for IE6 Double margin bug */
	margin-right:6px;
}


#search {
	float:right;
	width: auto;
	display:inline; /* Hack for IE6 double margin bug 'hasLayout' */
}

#search input {
	font-family:Arial, Helvetica, sans-serif;
	color:#32363a;
	font-size:1.1em;
	border: none;
	padding:4px 3px;
	background:#FFF;
	-moz-box-shadow:    inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow:         inset 0 0 2px #000000;
	width:144px;
	float:left;
	display:inline; /* Hack for IE6 Double margin bug */
	margin:7px 3px 0 0;
	text-transform:uppercase;
}

/* Error trapping for email box */
#search input.error {
	background:;
	background:#fcebeb!important;
	border: 1px solid #ffcccc;
	padding:3px 2px;
	color:#F00;
}

#search button {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	background:#6a6a6a;
	border:none;
	line-height:19px;
	display:block;
	width:23px;
	text-align:center;
	float:left;
	margin:7px 0 0 0;
}

/* Leader board advert styling */
img#banner-ad {
	position:absolute;
	width:728px;
	height:90px;
	top:44px;
	left:193px;
}

/* Homepage Slider */

#home-header {
	margin-bottom:30px;
	height:250px;
}

#home-header #mpu {
	float:left;
	width:300px;
	height:250px;
}

#sliderContainer {
	float:right;
	width:620px;
	height:250px;
	position:relative; /* To contain absolute positioned element */
	overflow:hidden;
}

#slider-frame {
	position:absolute;
	top:0;
	left:0;
	height:;
	width:;
	z-index:10000;
}

.slide a {
	position:absolute;
	z-index:10001;
	display:block;
	top:0;
	left:0;
	width:620px;
	height:250px;
	text-indent:-9999px;
}

#slider {
	width:920px;
	height:250px;
	position:relative; /* To contain absolute positioned element */
}

#controller {
	position:absolute;
	bottom:8px;
	right:16px;
	z-index:10001;
	height:13px;
}

.jFlowControl {
	float:left;
	display:block;
	width:13px;
	height:13px;
	background: url(../images/slider_controller_bg.png) 0px -13px no-repeat;
	text-indent:-99999px; /* Hides accessible text */
	cursor: pointer;
	margin-left:6px;
}

.jFlowControl:hover,
.jFlowSelected,
.jFlowSelected:hover {
	background-position: 0px -13px;
}

#main-content {
	margin:0 0 10px 0;
	float:left;
	display:inline; /* Hack fro IE6 Double margin bug 'hasLayout' */
	width:920px;
	position:relative; /* To contain absolute positioned elements */
}

a.more {
	position:absolute;
	top:5px;
	right:10px;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size:1.6em;
	color:#DDD;
	background: url(../images/plus-button.png) top left no-repeat;
	padding:0 0 0 25px;
	display:block;
	height:16px;
	text-decoration:none;
	/*line-height:16px;*/
	line-height:10px;
}

a:hover.more {
	color:#FFF;
	background-position: 0px -16px;
	text-decoration:none;
}

#main-content .col {
	float:left;
	width:185px;
	height:auto;
	display:inline; /* Hack fro IE6 Double margin bug 'hasLayout' */
	margin:0 5px 20px 10px;
}

#main-content .col img {
	display:block;
}

#main-content .col a.darken { display:block; margin-bottom:7px;}

#main-content .col h2 {
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; font-weight:normal; 
	font-style:normal;
	font-size:1.6em;
	line-height: 1em;
	margin:0 0 5px 0;
	color:#000;
}

#main-content .col h2 a,
#main-content .col h2 a:visited {
	color:#000;
	text-decoration:none;
}

#main-content .col h2 a:hover,
#main-content .col h2 a:focus {
	text-decoration: underline;
}

#main-content .col p {
	font-size:1em;
	margin-bottom:3px;
	line-height:1em;
}

a.read-now {
	display:block;
	background: url(../images/read-more-icon.png) no-repeat top left;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	line-height:10px;
	text-decoration:none;
	padding-left:16px;
	width:auto;
	margin-top:7px;
}

a:hover.read-now {
	text-decoration:underline;
}


#right-col {
	margin:0 0 115px 0;
	float:right;
	display: inline; /* Hack for IE6 Double margin bug 'hasLayout' */
	width:300px;
	height:auto;
}

#right-col img {
	display:block;
	margin-bottom:13px;
}

/* Newsletter sign up */

#newsletter {
	position:relative; /* Contain absolute positioned elements */
	background: url(../images/right-col-box-bg.png);
	padding:0; /* 23px 12px 33px 12px */
	margin-bottom:30px;
	padding:20px 0 0 0; /* no padding bottom */
}

#newsletter h2 {
	color:#FFF;
	font-size:2.2em;
	padding:0 0 10px 12px;
	margin-bottom:0;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; 
	font-weight:normal; 
	font-style:normal;
	background:url(../images/right-col-h2_bg.png) bottom no-repeat;
	line-height:12px;
	height:27px;
}

#newsletter h3 {
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif;
	color:#ddd;
	font-size:2.1em;
	margin-bottom:10px;
	border-bottom:1px solid #DDD;
	line-height:normal;
	padding-bottom:3px;
}

#newsletter form {
	background:url(../images/right-col-inner-box-bg.png);
	padding:0 12px 1px 12px;
}

#newsletter form fieldset {
	position:relative;
	/*height:40px;*/
	margin-bottom:4px;
}

#newsletter form fieldset input {
	font-family:Arial, Helvetica, sans-serif;
	color:#32363a;
	font-size:1.1em;
	border: none;
	padding:6px 3px;
	background:#FFF;
	-moz-box-shadow:    inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow:         inset 0 0 2px #000000;
	width:234px;
	float:left;
	display:inline; /* Hack for IE6 Double margin bug */
	margin-bottom:6px;
}

#newsletter form fieldset button {
	float:right;
	width:26px;
	text-align:center;
	border:none;
	background:#6a6a6a;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:22px;
}

/* error message */

#newsletter input.error {
	background:;
	background:#fcebeb!important;
	border: 1px solid #ffcccc;
	padding:3px 2px;
	color:#F00;
}

#newsletter label.error {
	position:absolute;
	left:0;
	bottom:0;
	color:#F00;
	font-weight:bold;
	font-style:italic;
	display:none!important;
}

#newsletter p {
	font-size:1.0em;
	line-height:14px;
	color:#ffffff;
	margin-bottom:10px;
	width:240px;
}

.more-wrapper {
	height:35px;
	background:url(../images/more-wrapper-bg.png) top no-repeat;
	position:relative;
}

.more-wrapper a.more {
	bottom:8px;
	top:auto;
}

/* Tabbed Content */
.tabbed-news {
	position:relative; /* To contain absolute positioned elements */
	background:url(../images/right-col-box-bg.png) no-repeat top;
	padding:23px 0 0 0; /* 23px 0 33px 0 */
	margin-bottom:30px;
}

.tabbed-news p {
	color:#FFF;
}

.tabbed-news h2 {
	color:#FFF;
	font-size:2.2em;
	padding:0 0 14px 12px;
	background:url(../images/right-col-h2_bg.png) bottom no-repeat;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif;
	font-size-adjust:0.49; 
	line-height:normal;
	margin-bottom:-14px;
	height:37px;
	position:relative;
	top:-12px;
}

.no-tabs { padding-top: 35px; }

.tabbed-news ul {
	height:26px;
	margin:0;
	background:url(../images/right-col-tab-bg.png) no-repeat bottom left;
	padding:0 0 2px 10px;
}

.tabbed-news li {
	float:left;
	font-weight:normal; 
	font-style:normal;
}

.tabbed-news li a,
.tabbed-news li a:visited {
	text-transform:uppercase;
	color:#FFF;
	font-size:1.1em;
	padding:8px 5px 8px 5px;
	display:block;
	outline:none;
	font-weight:bold;
}

.tabbed-news li a:hover,
.tabbed-news li a:focus,
.tabbed-news li.ui-tabs-active a {
	background:#FFF;
	color:#000;
	text-decoration:none;
}

.tab-article-container, 
.tab-article-container-2 {
	position:relative;
	height:445px; /* Set Height */
	width:100%; /* need to mention width */
	background:url(../images/right-col-inner-box-bg.png);
}

.scroll-content {
	position:absolute;
	padding:10px;
	top:0;
	left:0;
}

.slider-wrap {
	position:absolute;
	right:0;
	top:0;
	background-color:#FFF;
	width:10px;
}

.slider-vertical{
	position:relative;
	height:100%;
}

.ui-slider-handle{
	width:10px;
	height:45px;
	margin:0;
	background-color:#949494;
	display:block;
	position:absolute;
}

.ui-slider-handle img{
	border:none;
}

.scrollbar-top{
	position:absolute;
	top:0;
	left:0;
}

.scrollbar-bottom{
	position:absolute;
	bottom:0;
}

.scrollbar-grip{
	position:absolute;
	top:50%;
	margin-top:-6px;
}

.ui-slider-range{
	position:absolute;
	width:100%;
	background-color:#000;
}

.tabbed-article {
	height:90px;
	margin-bottom:15px;
}

.tabbed-article img {
	float:left;
	width:135px;
	height:90px;
}

.tabbed-article .excerpt {
	float:left;
	width:118px;
	margin-left:10px;
}

.tabbed-article .excerpt h3 {
	text-transform:uppercase;
	font-size:1em;
	line-height: normal;
}

.tabbed-article .excerpt h3 a,
.tabbed-article .excerpt h3 a:visited {
	font-weight:bold;
}

.tabbed-article .excerpt p {
	font-size:1em;
	line-height:normal;
	color:#cfcfcf;
}



/* Twitter Feed */

#twitter {
	background:#FFF;
	margin-bottom:12px;
	padding-bottom:10px;
}

#twitter ul {
	margin:0 15px;
	font-size:10px; /* Reset font sizes */
	padding-bottom:12px;
}

#twitter ul li {
	color:#000;
}

#twitter ul li p.tweet-text { margin-bottom:0; }

#twitter ul li p.tweet-text a,
#twitter ul li p.tweet-text a:visited {
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; font-size-adjust:0.49; font-weight:normal; font-style:normal;
	font-size:1.4em;
	line-height:normal;
	color:#00a6e6;
	text-decoration:none;
}

#twitter ul li p.tweet-text a:hover,
#twitter ul li p.tweet-text a:focus {
	text-decoration:underline;
}

#twitter ul li p.tweet-meta {
	font-size:1em;
	line-height:normal;
}

#twitter ul li p.tweet-meta a { color:#000; }

a#join_the_conversation {
	display:block;
	text-align:right;
	font-size:1.8em;
	line-height:32px;
	border-top:1px solid #010101;
	border-bottom:1px solid #010101;
	margin:0 10px 0 10px;
	text-decoration:none;
	color:#000;
	outline:none;
	background: url(../images/twitter-icon.gif) no-repeat left;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; font-size-adjust:0.49; font-weight:normal; font-style:normal;
}

a:hover#join_the_conversation {
	text-decoration:underline;
}
/* End Twitter */

#footer {
	background:url(../images/footer_bg.png) top repeat-x;
}

#footer #logos {
	padding:22px 0;
	height:63px;
	width:895px;
	margin:auto;
}

/*
#footer #logos img {
	margin-top: -6px;
}
*/

#footer #logos #logo-wrapper {
	width:920px;
	margin:auto;
	position:relative; /* To contain absolute positioned elements */
}

#footer #logos #logo-wrapper a#tickets-on-sale {
	position:absolute;
	right:-39px;
	top:-111px;
	width:477px;
	height:187px;
	background: url(../images/tickets-on-sale.png) no-repeat top left;
	text-indent:-9999px;
	outline:none;
}

#footer #logos img#sponsor-logos {
	width:920px;
	height:auto;
	display:block;
	margin:auto;
}

#footer #logos img#logo-box {
	width:auto;
	height:auto;
	display:block;
	margin-left:20px;
}

#footer #logos ul {
	width:920px;
	margin:0 auto;
}

#footer #logos ul li {
	display: inline; /* Hack for IE6 Double margin bug 'hasLayout' */
	float:left;
	margin:0 10px;
	width:auto;
	height:;
}

#footer-cols {
	margin-top: 10px;
	padding:2px 0 2px 0;
}

#footer-col-wrapper {
	width:920px;
	margin:auto;
}

#footer-col-wrapper .col {
	float:left;
	width:auto;
	display: inline; /* Hack for IE6 Double margin bug 'hasLayout' */
	margin:0 10px;
}

#footer-col-wrapper .col h2 {
	font-size:2.0em;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; 
	font-weight:normal; 
	font-style:normal;
	border-bottom:1px solid #DDD;
	color:#DDD;
	padding-bottom:2px;
	margin-bottom:8px;
}

#footer-col-wrapper .col#sign-me-up { width:178px; }

#footer-col-wrapper .col#sign-me-up h2 { margin-bottom:2px; }

#sign-me-up p {
	font-size:0.9em;
	line-height:normal;
	margin-bottom:0;
	color:#FFF;
	padding-right:5px;
}

#sign-me-up input {
	font-family:Arial, Helvetica, sans-serif;
	color:#32363a;
	font-size:1.1em;
	border: none;
	padding:4px 3px;
	background:#FFF;
	-moz-box-shadow:    inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow:         inset 0 0 2px #000000;
	width:144px;
	float:left;
	display:inline; /* Hack for IE6 Double margin bug */
	margin:7px 3px 7px 0;
}

#sign-me-up input.error {
	background:;
	background:#fcebeb!important;
	border: 1px solid #ffcccc;
	padding:3px 2px;
	color:#F00;
}

#sign-me-up button {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	background:#6a6a6a;
	border:none;
	line-height:19px;
	display:block;
	width:23px;
	text-align:center;
	float:left;
	margin:7px 0 0 0;
}

#footer-col-wrapper .col#tune-ins { width:177px; }

#tune-ins ul {
}

#tune-ins ul li {
	margin-bottom:5px;
}

#tune-ins ul li a, 
#tune-ins ul li a:visited {
	display:block;
	padding:0 0 0 30px;
	font-size:1.1em;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	line-height:20px;
}

#tune-ins ul li a:hover,
#tune-ins ul li a:focus {
	text-decoration:underline;
}

#tune-ins ul li a.twitter { background:url(../images/twitter-icon.png) no-repeat left; }
#tune-ins ul li a.facebook { background:url(../images/facebook-icon.png) no-repeat left; }
#tune-ins ul li a.youtube { background:url(../images/youtube-icon.png) no-repeat left; }

#footer-col-wrapper .col#take-me-to { width:505px; }

#take-me-to ul {
	float:left;
	width:101px;
	height:auto;
}

#take-me-to ul li {
	font-size:0.9em;
	line-height:;
	margin-bottom:;
	color:#FFF;
	line-height:11px;
}

#take-me-to ul li h3 {
	font-size:11px;
	font-weight:bold;
}

#take-me-to ul li a,
#take-me-to ul li a:visited {
	color:#FFF;
	text-decoration:none;
}

#take-me-to ul li a:hover,
#take-me-to ul li a:focus {
	text-decoration:underline;
}

/****************
	
	Modal Box
	
****************/
#modal-window {
	width:875px;
	background:url(../images/sub_nav_ul_bg.gif);
	position:relative; /* to contain absolute positioned elements */
	min-height:200px;
	padding-bottom:15px;
}

#modal-window h2.title {
	font-size:3.2em;
	color:#DDD;
	line-height:44px;
	display:block;
	background:url(../images/sub_nav_ul_border_image.gif);
	padding-left:10px;
	margin-bottom:22px;
}

a.modal-close,
a:focus.modal-close{
	position:absolute;
	top:14px;
	right:10px;
	color:#bdbdbd;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; font-size-adjust:0.49; font-weight:normal; font-style:normal;
	font-size:1.6em;
	text-decoration:none;
}

a:hover.modal-close,
a:focus.modal-close {
	text-decoration:underline;
}

#modal-left-col {
	float:left;
	width:257px;
	display:inline; /* Hack for IE6 double margin 'hasLayout' */
	margin:0 10px;
}

#modal-left-col img {
}

#modal-left-col p {
	margin:10px 0 0 0;
	color:#cfcfcf;
	font-size:1em;
	line-height: normal;
}

#modal-left-col p strong { font-weight:bold; }

#modal-right-col {
	float:left;
	width:582px;
}

/* Facebook Styling */

.fb-like { color:; }

/********************************
	
	# Homepage
	
********************************/


.home-article {
	margin:0 10px 30px 10px;
}

.home-article img {
	margin-left:-13px;
	margin-bottom:-5px;
}

/*.home-article p { font-size:1.1em; }*/

/* Video On Demand Box */

#home-vod {
	background:#3b3f43;
	position:relative;
	padding-bottom:1px;
	margin:0 10px 30px 10px;
}

#home-vod .more {top:10px;}

#home-vod .title {
	background:#050405;
	height:32px;
}

#home-vod .title h2 {
	text-transform:uppercase;
	color:#ffffff;
	font-size:2.2em;
	padding-left:10px;
	line-height:23px;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; 
	font-weight:normal; 
	font-style:normal;
}

#video-holder {
	margin:10px;
	position:relative;
}

#video-holder a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	text-indent:-9999px;
	background:url(../images/play-button.png) center center no-repeat;
}


/* Photo Galleries */

#home-photo-galleries {
	position:relative; /* To contain absolute positioned elements */
}

#home-photo-galleries h2.title {
	background:url(../images/photogalleries.png) no-repeat;
	display:block;
	width:291px;
	height:31px;
	text-indent:-9999px;
	margin:0 0 5px 0;
}

#home-photo-galleries a.more {
	color:#000;
	background-image: url(../images/plus-button-black.png);
}

#home-photo-galleries a:hover.more { color:#666; }

/********************************
	
	# News Article Page
	
********************************/

.news-article header { margin-bottom:15px; }
.news-article header h1 { margin:0 0 8px 0;}
.news-article header p { margin:0; }

.news-article #article-container {
	padding:20px;
	background: #FFF;
}

.social-sharing { margin-bottom:20px; }

.large-header h2 {
	font-size:2.4em;
	line-height:1em;
	margin:0 0 6px 0;
}

#tags { margin-bottom:10px; padding-bottom:1px; }
#tags a { color:#000; }

#comments {
}

#comment-form {
}

#comment-form fieldset {
}

#comment-form fieldset ul {
	list-style:none;
	margin:0;
	padding:0;
}

#comment-form fieldset ul li {
	margin-bottom:15px;
}

#comment-form fieldset ul li label {
	display:block;
	font-weight:bold;
	margin-bottom:6px;
}

#comment-form fieldset ul li label em {
	color: #F00;
	border-bottom:1px dotted #F00;
	display:inline-block;
	margin-right:2px;
}

#comment-form fieldset ul li input,
#comment-form fieldset ul li textarea {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	border:1px solid #a5a5a5;
	padding:9px;
	width:320px;
	
}

#comment-form fieldset ul li input:focus,
#comment-form fieldset ul li textarea:focus {
	border-color:#333;
}

#comment-form fieldset ul li textarea {
	width:540px;
	height:40px;
}

#comment-form fieldset ul li button {
}

#comment-form fieldset ul li.checkbox input {
	width:auto;
	margin-right:5px;
	border:none;
	padding:0;
}

ul#article-comments {
	list-style:none!important;
	margin:0!important;
	padding:0!important;
}

ul#article-comments li {
	margin-bottom:10px;
	border-bottom:1px solid #D1D1D1;
	font-size:10px;
}

ul#article-comments li p { margin-bottom:6px; }

ul#article-comments li p.meta {
	font-size:10px;
	font-style:italic;
	margin-bottom:10px;
}

a.previous-page,
a:visited.previous-page {
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; 
	font-weight:normal; 
	font-style:normal;
	font-size:2.1em;
	line-height:normal;
	color:#FFF;
	text-decoration:none;
	margin-bottom:12px;
}

a:hover.previous-page,
a:focus.previous-page {
	text-decoration:underline;
}

img#news-article-main-img {
	margin-bottom:5px;
}

.news-article #home-photo-galleries h2 { color:#FFF; }
.news-article #home-photo-galleries .col h2 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:1em;
	color:#cfcfcf;
}

#right-col #vod {
	margin-bottom:12px;
	background:url(../images/sub_nav_ul_bg.gif);
}

#right-col #vod h2 {
	font-size:2.1em;
	line-height:32px;
	display:block;
	padding-left:10px;
	color:#beeada;
	background:url(../images/sub_nav_ul_border_image.gif);
	margin-bottom:10px;
}

#right-col #vod #first-article {
	margin:0 10px 8px 10px;
	padding-bottom:8px;
	border-bottom:2px solid #3e4043;
}

#right-col #vod #first-article img {
	display:block;
	margin-bottom:5px;
}

#right-col #vod h3,
#right-col #vod h3 a {
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	line-height:normal;
	color:#beeada;
	text-decoration:none;
}

#right-col #vod h3 a:hover { text-decoration:underline; }

#right-col #vod p {
	font-size:1em;
	line-height:normal;
	margin-bottom:3px;
}

#right-col #vod ul {
	margin:0 10px;
}

#right-col #vod ul li {
	margin:0 0 8px 0;
	border-bottom:2px solid #3e4043;
	padding-bottom:8px;
	clear:both;
}

#right-col #vod ul li.last {
	border-bottom:none;
	margin-bottom:0;
}

#right-col #vod ul li img {
	float:left;
	width:auto;
	height:auto;
	display:block;
	margin-right:8px;
}

#right-col #vod #base {
	clear:both;
	position:relative;
	height:32px;
	background: url(../images/sub_nav_ul_border_image.gif);
}

#right-col #vod #base a.more { top:11px; }

/********************************
	
	# Static Page
	
********************************/

header.title {
	background:#000;
	padding:9px 0 12px 0;
}

header.title h1 {
	font-size:3.2em;
	line-height:1em;
	margin-bottom:0;
	color:#FFF;
}

.static-content #article-container {
	padding:20px 20px 20px 20px;
	background:#FFF;
	overflow: hidden;
}

.static-content #article-container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;
	line-height:22px;
	margin-bottom:0;
	margin-bottom:12px;
}

/* Right Hand Column */

#right-col #latest-news {
	position:relative; /* To contain absolute positioned element */
	margin-bottom:28px;
}

#right-col #latest-news h2 {
	margin: 0 0 6px 10px;
	font-size:2.1em;
}

#right-col #latest-news .col {
	float:left;
	display:inline; /* Hack for IE6 double margin 'hasLayout' bug */
	margin:0 0 15px 10px;
	width:135px;
}

#right-col #latest-news .col img {
	margin-bottom:9px;
}

#right-col #latest-news .col h3 {
	font-size:1em;
	line-height: normal;
	text-transform: uppercase;
	font-weight:bold;
}

#right-col #latest-news .col h3 a,
#right-col #latest-news .col h3 a:visited {
	text-decoration:none;
	color:#cfcfcf;
	font-weight:bold;
}

#right-col #latest-news .col h3 a:hover,
#right-col #latest-news .col h3 a:focus {
	text-decoration:underline;
}

#right-col #latest-news .col p {
	font-size:1em;
	line-height:normal;
	margin-bottom:0;
}

#more-news {
	position:relative;
	height:17px;
}

#right-col #latest-news .col a.more {
	top:0;
	right:10px;
}

/********************************
	
	# Artist / Athlete Profile
	
********************************/

img#headshot {
	float:right;
	width:185px;
	height:120px;
	margin-bottom:20px;
	display: inline; /* Hack for IE6 Double margin bug */
}

#profile {
	float:left;
	width:360px;
	height:auto;
	margin:-7px 0 20px 0;
}

#athlete-profile {
	margin:0 0 20px 0;
}

#profile header,
#athlete-profile header {
	margin-bottom:13px;
}

#profile ul,
#athlete-profile ul {
	list-style:none!important;
	margin:0!important;
	padding:0!important;
}

#profile ul li,
#athlete-profile ul li {
	margin-bottom:2px;
}

.margin-top {
	margin-top:20px;
}

/*#other-athletes h2 {
	background-image: url(../images/../images/other-athletes.png);
	margin-bottom:;
	width:202px;
	height:32px;
}*/

/********************************
	
	# Archive
	
********************************/

.archive #article-container {
	padding:20px 0 0 0;
	background:#FFF;
}

.archive #introduction {
	padding:0 20px;
}

#pagination {
	height:34px;
	display:block;
	padding:10px 10px 0 10px;
	clear:both;
}

#pagination p {
	line-height:34px;
	margin-bottom:0;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; 
	font-weight:normal; 
	font-style:normal;
	font-size:1.6em;
	line-height:1em;
	color:#000;
}

p.current-page {
	width:auto;
	float:left;
	color:#bdbdbd;
}

p.current-page span {
	color:#000;
}

p.pagination-links {
	float:right;
	width:auto;
	color:#000;
}

p.pagination-links a.next { margin-right:5px; }
p.pagination-links a.last { margin-left:5px; }

#pagination p a,
#pagination p a:visited {
	color:#000;
	text-decoration:none;
}

#pagination p a:hover,
#pagination p a:focus {
	text-decoration:underline;
}

/********************************
	
	# Sports Page
	
********************************/

#sports-header {
	width:620px;
	height:250px;
	margin-top:8px;
}

#sports-header #controller {
	bottom:-5px;
}

#sports-related-pages h1 {
	color:#FFF;
}
#sports-related-pages {
	background:#050405;
	height:60px; /*32px*/
	margin-bottom:30px;
	width:620px;
	padding-bottom:5px;
}


/********************************
	
	# Search Page
	
********************************/

p.search-meta {
	line-height:29px;
	display:block;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; 
	font-weight:normal; 
	font-style:normal;
	color:#bdbdbd;
	font-size:1.6em;
	margin:0 0 0 20px;
	padding:0 9px 0 0;
	text-shadow: #555 2px 2px 2px;
}

.search-result {
	border-bottom:1px solid #D1d1d1;
	margin-bottom:20px;
	padding-bottom:5px;
	min-height:120px;
}

.search-result h2 a {
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif;
	color:#000;
}

.search-result:last-child {
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

img.search-results-image {
	float:right;
	width:185px;
	height:auto;
}

/* 11.0	Navigation */

/* Top bar Navigation */
#header section #top-bar nav {
	float:left;
	width:auto;
}

#header section #top-bar nav ul {
	float:left;
	display:block;
	width:auto;
}

#header section #top-bar nav ul li {
	float:left;
	font-size:15px;
	font-weight:normal; 
	font-style:normal;
	padding-right:3px;
	height:34px;
}

#header section #top-bar nav ul li a,
#header section #top-bar nav ul li a:visited {
	color:#bdbdbd;
	text-decoration:none;
	display:block;
	padding:6px 8px 12px 8px;
	text-transform:uppercase;
}

#header section #top-bar nav ul li a:hover,
#header section #top-bar nav ul li a:focus {
	color:#FFF;
	transition: color 0.3s;
	-moz-transition:color 0.3s;
	-webkit-transition:color 0.3s;
	-o-transition:color 0.3s;
}

/* Global Navigation */

#nav {
	height:37px;
	background:url(../images/nav_bg.png) no-repeat top center;
	display:block;
	margin-bottom:20px;
	position:relative; /* For Z-Indexing */
	z-index:20000;
	position:relative;
}

#nav ul {
	clear:left;
	float:left;
	position:relative;
	left:50%;
	text-align:center;
}

#nav ul li {
	font-size:15px;
	text-transform:uppercase;
	float:left;
	display:block;
	list-style:none;
	margin:0;
	padding:3px 0 0 0;
	position:relative;
	right:50%;
	
	
	font-weight:normal; 
	font-style:normal;
	line-height:normal;
}

#nav ul li a,
#nav ul li a:visited {
	color:#fff;
	padding:9px 12px 9px 12px;
	display:block;
}

#nav ul li a:focus,
#nav ul li a:hover,
#nav ul li:hover a,
#nav ul li a.selected {
	/*color:#bbddfa;
	background:#111518;*/
	color: #111518;
	background: #fff;
	text-decoration:none;
}

/* 2nd Level Nav */

#nav ul li ul {
	position:absolute;
	top:100%;
	left:0px;
	background:#fff;
	width:180px; /* 160px */
	height:auto;
	padding:5px 0 5px 0;
	display:none;
	border-top:10px;
	z-index:10002;
}

/* Action rollover on hover */
#nav ul li:hover ul {
	display:block;
}


#nav ul li ul li {
	font-family:"Helvetica Neue", Arial, sans-serif;
	float:none;
	font-size:12px;
	right:0;
	text-transform:none;
	font-weight:bold;
}

#nav ul li ul li a,
#nav ul li ul li a:visited {
	color:#111518 !important;
	font-weight:bold;
}

#nav ul li ul li a:hover,
#nav ul li ul li a:focus {
	color:#488fb3!important; /* f2e8dc */
	text-decoration:none;
}

/* 3rd Level navigation */
#nav ul li ul li ul {
	position:absolute;
	left:100%;
	top:-6px;
	display:none!important;
	width:220px;
}

#nav ul li ul li:hover ul {
	display:block!important;
}

/* Related Pages */

nav#related-pages {
	height:29px;
	padding-left:13px;
}

nav#related-pages ul {
	margin:0;
	list-style:none;
}

nav#related-pages ul li {
	float:left;
	line-height:29px;
	display:block;
	font-family:"FranklinGothicCompressedURWBook", 'Arial Narrow', Arial, sans-serif; 
	font-size-adjust:0.49; 
	font-weight:normal; 
	font-style:normal;
	color:#bdbdbd;
	font-size:1.6em;
	margin:0 0 0 7px;
	padding:0 9px 0 0;
	text-shadow: #555 2px 2px 2px;
	background: url(../images/related-pages-seperator.gif) right 11px no-repeat;
	/*border:1px solid #CCC;*/
	text-transform:capitalize;
}

nav#related-pages ul li.first,
nav#related-pages ul li.last,
nav#related-pages ul li:last-child {
	background:none;
	padding:0;
}

nav#related-pages ul li.first { text-transform:capitalize; }

nav#related-pages ul li a,
nav#related-pages ul li a:visited {
	color:#FFF;
	text-decoration:none;
}

nav#related-pages ul li a:hover,
nav#related-pages ul li a:focus {
	text-decoration:underline;
}

/* 12.0	Forms */

fieldset {
}

legend {
}

label {
}

input {
}


textarea {
}

button {
}

/* 13.0	Tables */
table {
	border:1px solid #666;
	border-collapse:collapse;
	width:100%;
}


th {
	font-weight:bold;
	padding:5px;
	border:1px solid #666;
}

td {
	padding:5px;
}

table.price-list td, table.price-list th, label, .order-items td, .order-items th, .show-narrative {
font-size:12px;
}

.delivery h3 {
    font-size: 1.5em;
    font-weight: bold;
}

.show-narrative div {
overflow:hidden !important;
}

#article-container .tickets {
overflow:auto;
}

ul.ticket-options li a span.ticket-description {
color:#000 !important;
text-align:center !important;
margin-top:10px !important;
}

.deposit-form .button-container
{
	margin-top: 10px;
	text-align: left;
}

.deposit-form label, .deposit-form  input
{
	display: block;
	margin-bottom: 5px;
	width: 75%;
}

.deposit-form  .button-container
{
	text-align: left;
	margin-top: 10px;
}

.content .deposit-form  .field-validation-error
{
	display: inline-block;
	margin-top: -5px;
}
