@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
	background:#18181a url(../images/body_bkgrd.jpg) repeat-x;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	text-shadow:0px 2px 2px #000000
}

p {
	margin:0px 0px 18px 0px; 
}

a {
	text-decoration:none;
}

#container {
	width: 976px;
	padding: 0px 14px;
	margin:auto;
}



/*                                                         */
/*  ------------------ Header elements ------------------    */
/*                                                         */

#header {
	padding: 22px 0px 0px 0px;
}

#Title {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300; 
	font-size: 48px;
	line-height:50px;
	text-transform: uppercase;
	text-align:center;
	letter-spacing:1px;
	overflow:hidden;
	margin:0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom:1; /*Makes ie less ugly*/
}

#Strap {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700; 
	font-size: 14px;
	line-height:16px;
	text-transform: uppercase;
	letter-spacing:28px;
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom:1; /*Makes ie less ugly*/
}

#letterspacing	{
	letter-spacing:0px;
}

#nav {
	border-top:#FFFFFF 1px solid;
	color:#CCCCCC;
	text-align:center;
	height:45px;
}

#nav ul {
	margin:0px;
	padding:0px;
}

#nav ul li {
	list-style-type:none;
	position:relative;
	float:left;
}

#nav ul li a {
	padding-top:13px;
	margin:0px 1px;
	width:160px;
	height:32px;
	display: inline-block;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	color:#CCC;
}


/*                                                         */
/*  ---------------- HOME Page elements ---------------    */
/*                                                         */

.Quotes {
	height:260px;
	overflow:hidden;	
}

.Press {
	padding:30px 0px 0px 110px;
	width:316px !important;
	background:url(../images/quoteStart.png) top left no-repeat;
}

.PressQuotes {
	font-size:36px;
	line-height:48px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}



/*                                                         */
/*  ---------------- BiOG Page elements ---------------    */
/*                                                         */

.SlideHolder {
	width:316px;
	border-bottom:#3f3f40 1px solid;
	padding-bottom:12px;
	margin-bottom:20px;
}

.SlidePanel {
	width:316px;
	overflow:hidden;
	height:162px;
}

.OpenPanel {
	width:426px;
	overflow:hidden;
	height:auto;
}

.SlidePanelTrigger {
	width:316px;
	height:39px;
	text-indent:-999px;
	display:block;
	background-image:url(../images/seeMore.jpg);
	margin-bottom:-13px;
}

.SlidePanelTriggerLESS {
	background-image:url(../images/seeLess.jpg);
}



.gryText {
	color:#666666;
}



/*                                                         */
/*  ---------------- News Page elements ---------------    */
/*                                                         */

.HeadlineNewsSegments {
	border-top:#3f3f40 1px solid;
	border-bottom:#3f3f40 1px solid;
	/*margin-top:10px; */
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	float:left;
	font-size:16px;
	line-height:20px;
	width:536px;
}

.HeadlineNewsSegments .date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:28px;
}

.HeadlineNewsSegments a {
	padding-right:22px;
	background:url(../images/exLink.gif) right no-repeat;
	padding-bottom:18px;
}

.NewsSegments {
	border-top:#3f3f40 1px solid;
	margin:0px !important;
	padding:10px 0px 0px 0px;
}

.NewsSegments a {
	padding-right:22px;
	background:url(../images/exLink.gif) right no-repeat;
	padding-bottom:18px;
}



/*                                                         */
/*  ---------------- Media Page elements ---------------    */
/*                                                         */

#media ol {
	list-style:none;
	margin:14px 0px 0px 0px;
	padding:0px;
}

#media ol li {
	margin-bottom:9px;
}

#media .threeColumn ul.ExternalLink {
	list-style:none;
	margin:14px 0px 0px 0px;
	padding:0px;
}


#media .threeColumn ul.ExternalLink li {
	border-bottom:#3f3f40 1px solid;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}


#media .threeColumn ul.ExternalLink li a {
	text-decoration:none;
	color:#FFF;
	padding-right:22px;
	background:url(../images/exLink.gif) right no-repeat;
	display:block;
}

.smllDescript{
	color:#CCC;
	font-size:12px;
}

#MusicPlayer {
	background-color:#19181a;
	width:316px;
	margin-right:14px;
	float:left;
}



/*                                                         */
/*  ---------------- Gallery Page elements ---------------    */
/*                                                         */


#ThumbsHolder {
	margin:30px 0px 0px 7px;
}

.thumbpic {
	margin:0px 14px 14px 0px;
	border:none;
	-webkit-box-shadow: 0px 5px 5px #000; 
	-moz-box-shadow: 0px 5px 5px #000; 
	box-shadow: 0px 5px 5px #000; 
}

.EndImage img {
    margin-right: 0 !important;
}




/*                                                          */
/*  ---------------- Contact Page elements ---------------  */
/*                                                          */

.form_textinput_Short {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	width:308px;
	border: 1px solid #CCCCCC;
    color: #000000;
	margin-top:2px;
    margin-bottom:18px;
    padding: 3px;
}


.form_textinput_Comment {
	height:145px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	width:308px;
	border: 1px solid #CCCCCC;
    color: #000000;
	margin-top:2px;
    margin-bottom:18px;
    padding: 3px;
}



/*                                                          */
/*  -------------- Column Layout & Headers -------------    */
/*                                                          */

/* ----- Type ----- */


h1 {
	font-weight:normal;
	font-size:30px;
	line-height:34px;
	margin:0px;
	clear:both;
}

.fiveColumnRight h1 {
	margin-bottom:14px;
}


h2 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	margin:0px;
}

h3 {
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	margin:16px 0px 9px 0px;
}

#biog .fourColumn h2 {
	margin:0px 0px 16px 0px; 
}

#biog .fourColumn p {
	margin:0px 0px 9px 0px;
	font-family:Arial, Helvetica, sans-serif;
}


.date {
	font-style:italic;
	font-size:16px;
}

.HomeEventTitles {
 	color:#CCC;
}

#footer a{
	text-decoration:none;
	color:#e3e3e3;
}

#footer a:hover{
	text-decoration:none;
	color:#fff;
}

/* ----- Colours ----- */

.HOME { color: #8f6d30 }
.BIOG { color: #7a673f }
.NEWS { color: #a2471b }
.MEDIA { color: #76371c }
.GALLERY { color: #a31e1d }
.CONTACT { color: #830206 }


/* ----- Divs ----- */

#PageImage {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=180, Strength=10);
	width:976px;
	height:250px;
	background-color: #300;
	color:#300;
	text-shadow:none;
	-webkit-box-shadow: #000 0px 10px 25px; 
	-moz-box-shadow: #000 0px 10px 25px; 
	box-shadow: #000 0px 10px 25px; 
}


#section {
	background:url(../images/page_bkgrd.jpg) no-repeat top center;
	min-height:500px;	
}

.oneColumn {
	width:161px;
	height:5px;
	margin-right:2px;
	float:left;
	background-color:#CCC;
}

.twoHalfColumn {
	width:261px;
	margin-top:30px;
	margin-right:14px;
	float:left;
}

.twoHalfColumnRight {
	width:261px;
	margin-top:30px;
	float:right;
}


.twoHalfColumn ul {
	margin:18px 0px;
	padding:0px;
	list-style-type:none;
}

.twoHalfColumn ul li {
	margin-bottom:18px;
}

.threeColumn {
	width:316px;
	margin-top:30px;
	margin-right:14px;
	float:left;
}

.fourColumn {
	width:426px;
	margin-right:14px;
	float:left;
	min-height:14px;
}

.fiveColumn {
	width:536px;
	float:left;
	margin-top:30px;
}

.fiveColumnRight {
	width:536px;
	float:right;
	margin-top:30px;
}

.sixColumn {
	width:646px;
	margin-top:30px;
	float:left;
}


#footer {
	margin-top:70px;
	margin-bottom:15px;
	padding-top:10px;
	border-top:#FFFFFF 1px solid;
	color:#CCCCCC;
	font-size:10px;
	line-height:14px;
}

.clearFix {
	clear:both;
}

.topMargin {
	margin-top:30px;	
}

.last {
	margin-right:0px;
}




/*                                                          */
/*  --------------------- Calendar ---------------------    */
/*                                                          */

.calendar .scroller-wrapper {
	overflow: hidden;
	position: relative;
}

#calendar {
	position: relative;
	width: 100%;
}

#calendar h3 {
	text-align: center;
	margin-top:0px;
}

.nav-calendar {
	list-style:none;
	margin:0px;
	padding:0px;
}

#calendar .nav-calendar a {
	margin: 0;
	position: absolute;
	top: 0;
	left:15px;
	color: #a2471b
}

#calendar .nav-calendar .next a {
	left:auto;
	right: 15px;
}

#news table {
	border-bottom:#3f3f40 1px solid;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}

#news th {
	text-align:center;
	color:#666;
}

#news td, th {
	text-align:center;
	width:37px;
	height:27px;
	color:#999;
}

#news td a {
	color:#a2471b;
	display:block;	
}

.EventMarker {
	text-align:center;
	color:#a2471b !important;
	display: table-cell !important;	
}