﻿
/* -------------Reset everything */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* -------------//Reset everything */



/* CSS layout */

body {
	background-color: #000;
	font-size: 70%;
	font-family: "Trebuchet MS", Arial, Verdana;
	line-height: 1.5;
	}
#wrapper {
	position: relative;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.6em;
	font-weight: bold;
	color: #493c2a;
	margin: 5px 0;
	font-family: "Georgia", Times New Roman, Times, serif;
	}

h2, h3, h4, h5, h6 {
	font-size: 1.2em;
	color: #493c2a;
	margin: 12px 0 5px 0;
	}

h3 {
	font-size: 1.40em;
	color: #493c2a;
	}

h4, h5, h6 {
	font-size: 1.30em;
	color: #493c2a;
	}

h5 {font-size: 1.2em;}

h6 {font-size: 1.05em;}
#main-content p, #main-content ul, 
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 1.4em;}

a:link  {
	color: #bf252d;
	text-decoration: none;
}


a:hover {text-decoration: underline;}

#main-content {
	float: left;
	margin: 0;
	background: url(../images/global/content_bg.jpg) repeat-y 0 0;
	width: 970px;
	font-size: 1.2em;
	background-color: #fff;
}
body.home #main-content{ background: #fff; }

#header {
	background-position: left;
	background: #000 url("../images/global/header.jpg") no-repeat;
	height: 155px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#nav {
	float: left;
	width: 970px;
	background: #645435 url(../images/global/nav_bg.jpg) repeat-x;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.2em;
	display: block;
	}

#nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
	}
#nav li {
	float: left;
}
#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px 0 15px;
	font-family: "Georgia", Times New Roman, Times, serif;

	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 15px 10px 15px;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
	background:  #645435 url(../images/global/nav_hover_bg.jpg) repeat-x;
}

#left_col{
	float: left;
	width: 640px;
	margin: 12px 12px 0 12px;
	padding: 0;
}
#left_col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.bigpicture-hdr {
	background: url(../images/global/big_picture_bg.jpg) no-repeat;
	color: #fff;
	height: 41px;
	margin: 0;
	padding: 12px 10px 0 10px;
	}
#left_col ul #bigpic {
	background-color: #493c2a;
	margin-bottom: 12px;
	float: left;
	width: 100%;
	}
#left_col ul #bigpic div { 
	padding:10px;
	float: left;
	width: 620px;
}
#left_col ul #bigpic.style2 { background-color: #4c3d3e;}
#left_col ul #bigpic.style3 { background-color: #5e5509;}
#left_col ul #bigpic.style4 { background-color: #645435;}
	
.bigpic-copyright {
	color: #fff;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.bigpic-title {
	color: #fff;
	margin-bottom: 8px;
	margin-top: 0;
	}
.bigpic-subheading {
	color: #8c7c74;
	margin-bottom: 5px;
	margin-top: 0;
	}
	
.white-text { color: #fff;	}
#left_col ul li a { text-decoration: none;}
#left_col ul li a:hover { text-decoration: underline;}
	
#left_col ul li img {
	float: left;
	margin-right: 15px;
	border: 3px solid #2c2c2c;
	width: 219px;
}

#main-content #right_col {
	float: right;
	width: 289px;
	padding: 0;
	margin: 12px 12px 0 0;
	}
#main-content #right_col ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
#main-content #right_col ul li{ 
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	}
#right_col a {text-decoration: none;}
#right_col a:hover {text-decoration: underline;}

.whatson-hdr {
	background: url("../images/global/whatson_bg.jpg") no-repeat;
	color: #fff;
	height: 41px;
	margin: 0;
	padding: 12px 10px 0 10px;
	}
#right_col ul .whats-on-title { 
	color: #bf252d;
	font-size: 1em;
	margin: 0 0 3px 0;
	padding: 0;
	}
.event-info {
	margin: 0;
	font-weight: bold;
	}
#main-content #right_col ul .morelinks { 
	font-weight: bold;
	border-bottom: 0;
	margin-top: -10px;
	}
.news-hdr {
	background: url("../images/global/news_bg.jpg") no-repeat;
	color: #fff;
	height: 41px;
	margin: 0;
	padding: 12px 10px 0 10px;
	}
#footer {
	clear: both;
	color: #606060;
	padding: 15px 0 30px 0;
	position: relative;
	width: 970px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	}
#main-content #content {
	float: left;
	width: 633px;
	padding: 12px 12px 12px 20px;
	}
#main-content #secondary_content {
	float: right;
	width: 249px;
	margin: 12px 12px 0 12px;
	color: #fff;
	}
#main-content #secondary_content h2, 
#main-content #secondary_content h3, 
#main-content #secondary_content h4, 
#main-content #secondary_content h5, 
#main-content #secondary_content h6 
{color: #fff;}
#main-content #secondary_content a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
#main-content #secondary_content a:hover {text-decoration: underline;}
#main-content #secondary_content p, 
#main-content #secondary_content ul, 
#main-content #secondary_content ol, 
#main-content #secondary_content dl,
#main-content #secondary_content table 
{margin-bottom: 1.5em;}
#secondary_content ul li{
	background: transparent url(../images/global/white_arrow.jpg) no-repeat 0 4px;
	margin-bottom: 0.2em;
	padding-left: 10px;
}
blockquote {
	font-weight: bold;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana;
	background: url("../images/global/quote1.jpg") no-repeat 0 4px;
	margin:0;
	padding-bottom: 12px;
	border-bottom: 1px solid #706658;
}
blockquote p.quote {
	background: url("../images/global/quote2.jpg") no-repeat 100% 100%;
	text-indent: 18px;
	}
cite {
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
	}
a:visited {
	color: #000000;
}
#content img {
	border: 3px solid #2c2c2c;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 10px;
}
#left_col{
	float: left;
	width: 640px;
	margin: 12px 12px 0 12px;
	padding: 0;
}
#content ul #artists {
	background-color: #493c2a;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

#content ul #artists div { 
	padding:10px;
	float: left;
	width: 620px;
}
#content ul #artists.style2 {
	background-color: #4c3d3e;
}
#content ul #artists.style3 {background-color: #5e5509;}
#content ul #artists.style4 {background-color: #645435;}
	
.artists-copyright {
	color: #4c3d3e;
	font-size: 0.7em;
	margin-bottom: 10px;
	}
.artists-title {
	color: #5e5509;
	margin-bottom: 8px;
	margin-top: 0;
	}
.artists-subheading {
	color: #8c7c74;
	margin-bottom: 5px;
	margin-top: 0;
	}

#content ul li img {
	margin-top: 15px;
}
#content ul #archive {
	background-color: #493c2a;
	margin-bottom: 12px;
	float: left;
	width: 100%;
}
#content ul #archive div { 
	padding:10px;
	float: left;
	width: 620px;
}
#content ul #archive.style2 {
	background-color: #999966;
}
#content ul #archive.style3 {background-color: #5e5509;}
#content ul #archive.style4 {background-color: #645435;}
	
.archive-copyright {
	color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.archive-title {
	color: #FFFFFF;
	margin-bottom: 8px;
	margin-top: 0;
}
.archive-subheading {
	color: #8c7c74;
	margin-bottom: 5px;
	margin-top: 0;
	}

#content ul li img.style2 {
	margin-top: 15px;
}

.artwork {
	font-style: italic;
	font-weight: bold;
}

#main-content ol.galleries {
	border-bottom: 1px solid #cecac5;
	margin-bottom: 20px;
	}
#main-content ol.galleries li{margin-bottom: 10px;}
#main-content #content .top {
	background-position: left;
	background: transparent url("../images/global/red_arrow.gif") no- repeat 0 8px;
	margin-bottom: 15px;
	padding-left: 13px;
	background-image: url('../images/global/red_arrow.gif');
	background-repeat: no-repeat;
}
.galleries {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #706658;
}
#footer a {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #606060;
}

