/*Craft styling*/

/*Basic Styling*/

body{
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	}
	
#content{
	margin:0px 0 20px 0;
	width:750px;
	
}

#content p{
	font-size:11px;
	margin-top:0px;
	margin-bottom:10px;
}

#nav ul{
	list-style:none;
	}
	
#nav li{
	float:left;
	padding-right:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
	
#nav li a{
	color:#993300;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}	

#nav{
border-bottom:3px solid #993300;
margin-bottom:20px;
}

a{
	color:#9C3100;
}

/* Diary of events page */

.leftcolumn{
	float:left;
	display:inline;
	width:370px;
	margin-bottom:30px;
}

.rightcolumn{
	float:right;
	display:inline;
	width:370px;
}

#content h2{
	clear:both;
}

h2.current_exhib{
	font-size:1px;
	text-indent:-9999px;
	background:url(../images/current_exhib.gif) no-repeat;
	height:23px;
}

h2.forthcoming_exhib{
	font-size:1px;
	text-indent:-9999px;
	background:url(../images/forthcoming_exhib.gif) no-repeat;
	height:23px;
}

.show{
	padding-bottom:20px;
	}

.show a:hover{
	color:#fff;
	background:#9c3100;
}

#content h3{
	color:#9c3100;
	font-size:14px;
	font-family:arial, sans-serif;
	margin-bottom:0px;
}

#content p.date{
	color:#4C5055;
	font-size:12px;
	font-weight:bold;
	font-family:arial, sans-serif;
}

.show img{
	float:left;
	padding-right:10px;
	}
	
/* Exhibition page styling */

#exhibition p{
	font-size:13px;
}

#exhibition h2{
	color:#9c3100;
	font-size:22px;
	font-family:arial, sans-serif;
	margin:0px;
}

h4.date{
	color:#4C5055;
	font-size:12px;
	font-weight:bold;
	font-family:arial, sans-serif;
	border-bottom:1px solid #888;
	margin-top:0px;
	margin-bottom:20px;
}


div.exhibition_pics{
	text-align:center;
	margin:20px 0;
}

.exhibpic{
	float:left;
	margin:3px;
	display:inline;
	border:1px solid #aaa;
	background:#888;
}

#exhibition p.maker{
	font-size:11px;
	margin-top:6px;
	color:#fff;
}


/*Styling individual exhibition pages thumbnails*/

#show_thumbs{
	border-bottom:1px solid #888;
	padding-bottom:5px;
	margin-top:20px;
}

#show_thumbs h3{
	border-bottom:1px solid #888;
	color:#9c3100;
	font-size:14px;
	margin-bottom:5px;
}


/*archive styling*/

#archive{
	width:360px;
	margin-left:auto;
	margin-right:auto;
	}
	
#archive h3{
	margin-top:0;
	}


#archive p.date{
	color:#4C5055;
	font-size:12px;
	font-weight:bold;
	font-family:arial, sans-serif;
}


#archive h3{
	color:#9c3100;
	font-size:14px;
	font-family:arial, sans-serif;
	margin-bottom:5px;
}


#archive p{
	font-size:11px;
	margin-top:0px;
	margin-bottom:10px;
}

#archive a{
	font-size:11px;
}


/*New work styling*/

#newwork{
text-align:center;
}


.newwork_item h4{
	color:#993300;
	font-size:13px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:3px;
	margin-bottom:20px;
	}

.clearfix:after, .exhibition_pics:after, .show:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .exhibition_pics, .show {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, .exhibition_pics, .show {height: 1%;}
.clearfix, .exhibition_pics, .show {display: block;}
/* End hide from IE-mac */



