/* GLOBAL PAGE STYLES [utilises 'Sticky Footer' by Ryan Fait / http://ryanfait.com] */

body {
	background: url(../images/grass_bg.jpg) repeat fixed center -200px #FFF;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
}

#page .container_12, #page .container_16 {
	background: rgba(255,255,255,0.7);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}

#page_footer, #pad  {
	height: 50px; /* #pad must be the same height as #page_footer */
	width: 100%;
}

#page_footer {
}

/* global classes */

.off {display: none;}
.right {float: right;}
.left {float: left;}

/* GLOBAL HEADER MENU STYLES */

#header {
	background: url(../images/tmb_header.png) center top no-repeat;
	padding: 90px 0 20px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;	
}

#header ul{
	list-style: none;	
	padding: 0px;
	margin: 10px 0 0 0;
	font-size: 14px;	
}

#header ul li{
	float: left;
	display: inline;
	margin: 0;	
}

#header ul li a{
	color: #111;	
	text-decoration: none;
}

#header ul li a:hover{
	color: #000;
	text-decoration: underline;
}


/* GLOBAL FOOTER STYLES */

div#footer {
	background: url(../images/footer.png) top 10px no-repeat;
	color: #000000;
	margin: 10px 0 10px 0;
	padding: 5px 20px 5px 20px;
	height: 30px;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

/* LINK STYLES */

a {
	color: #111;
	text-decoration: underline;
}

p a {
	font-style: italic;
}

a:hover {
	color: #000;
}

a.morelink {	
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal; 
}

.btn {
	width: 120px;
	height: 30px;
	display: block;
}
							
.btn:hover {text-decoration: none;}

/* HEADING STYLES */

h1 {font-size: 20px; text-transform: uppercase;}
h2 {font-size: 16px; text-transform: uppercase;}

/* PARAGRAPH STYLES */

p {	
	font-size: 12px;
	word-spacing: 0.15em;
	text-align: justify;
	letter-spacing: -1px;
	line-height: 1.5em;
	display: block;
}


/* LIST STYLES */

ul.list{
	font-size: 12px;
	line-height: 1.5em;
	list-style: square inside;
	margin-bottom: 10px;
}

ul.list li{
	padding-left: 10px;
}

/* SPACING CLASSES */

.Mt_20 {margin-top: 20px;}
.Mb_20 {margin-bottom: 20px;}

.Bb {border-bottom: 1px solid #fff}

/* MAIN FEATURE */

#main_feature {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom:10px;
}

#main_feature h1{
	margin: 0 0 10px 0;
}

/* PERF DATES TABLE */

table#dates_tbl {
	
}

table#dates_tbl .table_head{
	padding: 20px 0 20px 0;
}

table#dates_tbl td.col_date{
	width: 240px;
}

table#dates_tbl td.col_venue{
	width: 540px;
}

table#dates_tbl td.col_maps{
	width: 160px;
}

/* BLOG ITEMS */

div.blog_item {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #fff;
}

div.blog_item p {
	margin: 10px 0 10px 0;
}

div.blog_item p.date{
	font-size: 12px;
	float: right;
	margin: -20px 0 0 0
}



