/*------------------*/
/*----- GENERAL-----*/
/*------------------*/

html {
	margin: 0; 
	padding: 0; 
} 

body, td {
	margin: 0; 
	padding: 0; 
	font-size:0.75em;
	line-height:1.8em;
	font-family: verdana, sans-serif;
	background:#fff;
	color:#000;
}

/*----- global link -----*/

a:link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#ffad00;
}

/*----- headings -----*/

h1, h2, h3, h4 {
	margin: 0; 
	padding: 0;
}

/*-----------------*/
/*----- LAYOUT-----*/
/*-----------------*/

#wrapper {
	margin-left:auto;
	margin-right:auto;
}

#content {
	padding:0px;
}

#context-col {
	display:none;
}


.hidden {
	display:none;
}

/*-------------------*/
/*----- HEADER-----*/
/*-------------------*/

#printHeader {
	height:29px;
	display:block;
	padding:0;
	}

#header	{
	display:none;
}



/*---------------------------*/
/*----- MAIN NAVIGATION -----*/
/*---------------------------*/

.main_nav {
display:none;
}


/*------------------*/
/*----- CONTENT-----*/
/*------------------*/

#content .page_title	{
	margin-bottom:	5px;
}

#content h2	{
	font-size:1.4em;
	font-family:georgia, times;
	font-weight:normal;
	color:#000;
	clear:left;
	margin:	20px 0 10px 0;
}
#content .page_title h2	{
	margin:	20px 0 0 0;
}

#content h2 a	{
	font-weight:	normal;
}

#content h3	{
	font-size:.9em;
	font-family:verdana;
	font-weight:normal;
	margin-bottom:	10px;
	color:#aaa;
}

#content h4	{
	font-size:1.4em;
	font-family:georgia, times;
	font-weight:normal;
	color:#aaa;
	clear:left;
	padding:10px 0 10px 10px;
	margin:	0;
	border-top:1px dotted #666666;
}

#content h4 a {
	font-weight:normal;
}

#content p {
	padding:0 0 0 10px;
	margin:	0 0 20px 0;
}

#content img.left	{
	float:	left;
	margin:	0 10px 10px 0;
}

#content img.right	{
	float:	right;
	margin:	0 0 10px 10px;
}

#intro-display img {
	float:left;
	margin:0 10px 10px 0; 
}

.comments {
	padding:10px;
	font-style:italic;
	border-top:1px dotted #666666;
	clear:left;
}

#img-display {
	display:	block;
	margin:0 -10px 20px 0;
	*float:	left;
	padding:0;
}

#content .ie_img-display {
	float:	none;
}

.cover .with_image ul	{
	margin-left:	210px;
}

.cover ul.thumbnail	{
	margin-left:	15px;
}

#img-display .thumbnail	{
	height:	192px;
	margin-bottom:	30px;
}





/*---------------------*/
/*----- THUMBNAIL ALT-----*/
/*---------------------*/

thumbnail ul {	
	float:left;
	list-style: none;
}

ul.thumbnail	{
	padding-bottom:	0;
	margin-bottom:	20px;
	*margin-bottom:	8px;
}

.thumbnail  {
	float:left;
	list-style: none;
	width:192px;
	margin:5px 15px 0;
	padding:10px 0 0 0;
	background-position:top;
	background:#222;
	font-size:0.9em;
	text-align:center;
}

.cover .thumbnail	{
	margin-bottom:	20px;
	*margin-bottom:	8px;
}

.thumbnail li {
	padding:10px 10px 10px;
	background:#222;
	background-position:bottom;
}

.thumbnail img {
	border:1px solid #999;
	margin-bottom:	5px;
}

.thumbnail a:hover img {
	border:1px solid #fff;
}




/*--------------------------*/
/*----- THUMBNAIL EMBED-----*/
/*--------------------------*/

.thumb-embed	{
	display:	block;
	width:192px;
	margin:0 15px 15px 0;
	padding-top:15px;
	font-size:0.9em;
	text-align:center;
	background:#222 url("/images/application/thumb-top.gif") no-repeat;
	background-position:top;
	float: left;
}

.thumb-embed a	{
	display:	block;
	padding-bottom:	18px;
	width:192px;
	background:#222 url("/images/application/thumb-bottom.gif") no-repeat bottom;
	background-position:bottom;
}

.thumb-embed img	{
	display:	block;
	margin:	0 auto 10px;
	border:1px solid #999;
}

.thumb-embed a img	{
	border:1px solid #999;
}

.thumb-embed a:hover img	{
	border:1px solid #fff;
}

.right    {
	float:right;
}





/*---------------------*/
/*----- MAIN IMAGE ----*/
/*---------------------*/

#main-image {	
	font-weight:bold;
	text-align:center;
}

#main-image img {	
	margin:20px;
	border:1px solid #999;
}


/*-------------------------*/
/*----- CONTACT FORMS -----*/
/*-------------------------*/

form	{
	padding:0;
	margin:0;
}
	form#enquiry_form	{
		border-top:	1px dotted #666;
		margin-top:	40px;
		padding-top:	40px;
		display:	block;
		clear: left;
	}

input	{
	padding:0;
	margin:0;
	font-size:1.1em;
}


/*------------------*/
/*----- FOOTER -----*/
/*------------------*/

#footer {
	padding:20px 0;
	text-align:center;
	clear:both;
}

#footer-text {
	font-size:0.9em;
	padding:5px;
}


/* FORMS */
form	{
	margin:	0;
}
input, textarea, select	{
	font:	12px Helvetica, Arial, sans-serif;
}
input.field,
textarea.field,
.field select	{
	padding:	2px;
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	background:	#999;
}
	input:focus.field,
	textarea:focus.field	{
		background-color:	#CCC;
	}
input.submit	{
	border-width:	2px;
	color:	#333;
	font-weight:	bold;
}
table.form	{
	border:	0;
	padding:	0;
	margin:	0 0 10px;
	width:	600px;
}
	table.form td	{
		vertical-align:	top;
		padding:	10px 0 10px 10px;
		line-height:	1.5em;
	}
		table.form td ul	{
			list-style:	none;
			margin:	0;
			padding:	0;
		}
		table.form td li	{
			list-style:	none;
			margin: 0 0 5px;
		}
	table.form td.label	{
		width:	100px;
		text-align:	right;
		font-size:	1em;
	}
	table.form label	{
		display:	block;
		font-weight:	bold;
		color:	#666;
		margin-bottom:	10px;
	}
	table.form img.asset	{
		display:	block;
		border: 1px solid #C3C3C3;
		border-top-color: #7C7C7C;
		border-bottom-color: #DDD;
		padding:	4px;
		background-color:	#FFF;
	}
	table.form td.long	{
		width:	auto !important;
	}
table.form .field	{
	width:	440px;
}
table.form textarea.field	{
	height:	69px;
}
table.form textarea.long	{
	height:	250px;
}
table.form textarea.short	{
	height:	40px;
}
form div.save	{
	margin:	0;
	padding:	0 0 10px 120px;
}


/* more thumbnail stuff */

#content .thumbnail	{
}

.exhibits #img-display .thumbnail	{
	height:	200px
}

#content .thumbnail p	{
	margin:	0;
	padding:	0 0 5px;
	background:#222 url("/images/application/thumb-bottom.gif") no-repeat bottom;
}

#content .thumbnail p img	{
	display:	block;
	margin:	0 auto;
}

#content .left	{
	float:	left;
}
#content .right	{
	float:	right;
}

#content p.date	{
	padding:	10px;
	margin:	0;
	float:	right;
	text-align:	right;
}
#content p.season,
#content p.section	{
	padding:	0 20px 0 10px;
	margin:	0;
	float:	left;
}


form.listing_search	{
	text-align:	right;
	background:	#222;
	padding:	10px;
	border-top:1px dotted #666666;
	height:	23px;
	display:	none;
}
	form.listing_search .paginator	{
		float:	left;
	}
	form.listing_search p	{
		float:	right;
	}

.exhibits form.listing_search	{
	margin-bottom:	20px;
	border-bottom:1px dotted #666666;
}


blockquote	{
	font-style:	italic;
}

h3.exhibition_listing	{
	margin-left:	10px;
	margin-top:	-10px;
}



.themed_content	{
	margin-bottom:	60px
}
	#content .themed_content h2.exhibits	{
		border-bottom:	1px dotted #666;
		margin-bottom:	15px;
	}


#flash_notice	{
	margin:	30px 10px 0;
	background:	#222;
	border:	1px solid #444;
	padding:	4px 10px;
	color:	#FFF;
	font-weight:	bold;
}

.comment_form	{
	margin:	20px 0 0;
}



.imageLeft   {
   float:left;
   padding:10px 20px;
   font-size:.8em;
   text-align:center;
   }

.imageRight   {
   float:right;
   padding:10px 20px;
   font-size:.8em;
   text-align:center;
   }

