@import url("forms.css");
@import url("layout.css");
@import url("reset.css");
@import url("typography.css");


/* All custom styles for the site to go in this document. 
If possible don't change the included css files */
body {
	margin: 0;
	font-family: "courier";
	background: #ccc url(../../images/bg-body.jpg) repeat top left;
}
body#home {
	background: #ccc url(../../images/bg-home.jpg) repeat top left;
}
h1, h2, h4, h5, h6 {
	color:#f7d79c;
}
h1, h2 {
	font-size:120%;
}
h3 {
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	color:#000;
}

body#home h3, #related h3 {
	color:#f7d79c;
}
#content h3 {
	font-size:100%;
}
body#home #content h3, #related h3, #intro h3 {
	font-size:120%;	
}

body#home #exhibition a:hover div p, body#home #festival a:hover div p{
	text-decoration: none;
}

p {margin:0 0 20px 0;color:#000;}
#home p, #related p {margin:0 0 15px 0;color:#f7d79c;}
	
#home a, #home a:link, #home a:hover, #home a:visited, #related p a {
	color:#f7d79c;
}
a, a:link, a:hover, a:visited {
	color:#000;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
}
/* lists */
div.column ul {
	margin-left:0;
}
div.column ul li {
	list-style-type: none;
	list-style-position: outside;
	padding-bottom:8px;
}

div.column ul li a {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

div.column ul li a:hover {
	text-decoration: none;
}

/* tables */
th {
background:transparent none repeat scroll 0 0;
font-weight:bold;
}
th, td{
	border-bottom:1px solid #000;
}

/* forms */
#utils input {
	margin-bottom:6px;
}
	#utils form p{
margin-bottom:6px;
	}

/* inline images */

.contentimg {
	float:left;
	margin-right:20px;
}
	
#content .span-18 img {
	margin-bottom:15px;
}	
		
/* Miscelaneous styles */	
.container {
	width: 960px;
	margin: 0 0 0 20px;
}		
.box {
	background-color:transparent;
	padding:15px;
}
.top {
	clear:both;
	margin-top:20px;
}
.hr{
	border-bottom:1px solid #000;
	width:100%;
/*	padding-bottom:6px;*/
}
.small { /* see typo.css */
	font-weight:normal;
}
/* Element specific styles */

#header {
	margin-left:0;
/*	padding-left:20px;
	padding-right:2000px;*/
	width:100%;
	background: #ccc url(../../images/bg-home.jpg) repeat top left;
	position:relative;
}

#home #header {background:none;}

#header ul {
	list-style-type: none;
	list-style-position: outside;
	position:absolute;
	top:20px;
	left:404px;
}
	#header ul li {
		display: inline;
		float:left;
		margin: 0 20px 0 0;
	}
		#header ul li a {
			text-decoration:none;
			font-weight:bold;
			color:#000 !important;
		}
		
		#header ul li a:hover, #header ul li.active a{
			text-decoration:underline;
		}
#header div {
	margin-top:89px;
	margin-left:20px;
}

	#header div h1 a{
		display:block;
		position:relative;
		height:21px;
		width:340px;
	}
	
		#header div h1 a span{
			position:absolute;
			top:0;
			left:0;
			height:100%;width:100%;
			background:transparent url(../../images/replaced-h1.jpg) no-repeat top left;
		}
		
	#header div h2 {
		display:block;
		position:relative;
		margin-top:21px;
		margin-bottom:10px;
		height:55px;
		width:305px;
	}

		#header div h2 span{
			position:absolute;
			top:0;
			left:0;
			height:100%;width:100%;
			background:transparent url(../../images/replaced-h2-home.jpg) no-repeat top left;
		}


#intro {
	height:45px;
	margin-top:15px;
}

	#intro div {
		border-bottom:1px solid #000;
	}
	
		#intro div h3 {
			margin-bottom:6px;
		}

#exhibition, #festival, #exhibition a, #festival a  {
	display:block;
	height:474px;
	padding-bottom:0;
	zoom:1;
}

#exhibition {
	background:transparent url(../../images/bg-home-lhp.jpg) no-repeat top left;
}

#festival {
	background:transparent url(../../images/bg-home-rhp.jpg) no-repeat top left;
}

#utils {
	color:#fff;
	background-color:#000;
	height:444px;
	padding-bottom:15px;
}

/*#home #utils {
	padding-bottom:0;
}*/

blockquote {
	color:#333333; font-style: normal;
}

#footer {
	padding-top:20px;
	border-top:1px solid #000;
}
#home #footer { border:0; padding-top:16px;}
