/* 
------------------------------------------------------------------------------
ALISON HERMON STYLESHEET
Design: Simplicity
Date created: October 2007
Designer: Jeremy Burton
Website: www.cyberpod.co.uk
------------------------------------------------------------------------------
*/



/* ------- Basic Layout ----------- */

html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	margin: 0;
  	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666;
	line-height: 20px;
	/* hack for non-compliant browsers (IE 5/Win) to force centering of page */
	text-align: center;
}

#wrapper {
	background-color: #fff;
	margin: 0 auto;
	width: 730px;
	padding: 0;
	border: 0;
	text-align: left;
}

/* can't remember why this is here? */
html>body #wrapper { 
	width: 730px;
}

		/* ------- header ------- */
		#masthead {
			background: transparent url(../images/logo.gif) no-repeat left;
			width: 730px;
			height: 50px;
			margin: 40px 0 0 0;
			padding: 0;
			border: 0;
			}
		
		/* ------- inner ------- */
		#inner {
			margin: 0;
			padding: 0 0 0 0;
			}
				#menu_bar {
					width: 730px;
					height: 20px;
					padding: 0;
					margin: 10px 0 20px 0;
					border: 0;
					}
				#main {
					width: 730px;
					float: left;
					padding: 0;
					margin: 20px 0 0 0;
					border: 0;
					text-align: left;
					}
				
		/* ------- footer ------- */
		#footer {
			border-color: #ddd;
			border-style: solid;
			border-width: 1px;
			clear: both;
			display: block;
			background-color: #f8f8f8;
			height: 20px;
			padding: 6px 10px;
			margin: 0 0 10px 0;
			}

/* ------- Remove all image borders ------ */
img {
	border: none;
}

/* ------- Text Styles ----------- */

h1 {
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666;
	}
h1 span {
	font-size: 14px;
	color: #999;
	}
h2 {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666;
	}
h2 span {
	font-size: 14px;
	color: #999;
	}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: #999;
	}	
p {
	padding: 0 0 22px 0;
	margin: 0;
}
#footer p {
	margin: 0;
	padding: 0;
}
.list {
	margin-top: 0;
}
p.feature {
	margin-bottom: 8px;
	font-size: 12px;
	color: #999;
	float: right;
	border: 1px solid #ddd;
	padding: 18px;
	margin-left: 8px;
	width: 240px;
	background-color: #f8f8f8;
}

/* ------- basic link styles -------- */
a {
	color: #ae0f14;
	margin: 0;
	padding: 0;
	}
a:visited {
	color: #ae0f14;
	}
a:hover {

	}

#backtotop {
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
	background-position-y: 2px;
	display: block;
	height: 20px;
	clear: both;
	float: right;
	text-indent: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	}
#backtotop a {
	text-decoration: none;
	}
	
a.more {
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position-y: 2px;
	display: block;
	width: 300px;
	height: 20px;
	text-indent: 20px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
/* ------- Menu Styles ------------ */
	
/* ------- normal tabs ------- */
#menu {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	letter-spacing: 2px;
}
#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
#menu a:hover {
	color: #333;
	text-decoration: none;
}
/* ------- highlight selected menu item ------- */
body#home #home_tab,
body#exhibitions #exhibitions_tab,
body#about #about_tab,
body#contact #contact_tab {
	color: #ae0f14;
}


/* -------- footer ------- */
#footer a:link {
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px #999 dotted;
	color: #999;
}
#footer a:visited {
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px #999 dotted;
	color: #999;
}
#footer a:hover {
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px #333 dotted;
	color: #333;
}
#footer p {
	font-size: 11px;
	color: #999;
}
.copyright {
	float: left;
}
.cyberpod_link {
	float: right;
}

/* -------- main exhibition page styles -------- */
.exhibition {
	display: block;
	background-color: #f7f7f7;
	min-height: 200px;
	margin: 0 0 20px 0;
	padding: 10px;
	}
a.ex_title {
	text-decoration: none;
}
a.ex_title:hover h2 {
	color: #ae0f14;
	text-decoration: none;
}
/* -------- exhibition set styles -------- */
.backtoex a { /* for link back to main exhibition page */
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position-y: 2px;
	display: block;
	clear: left;
	width: 220px;
	height: 20px;
	text-indent: 20px;
	margin: 0;
	text-decoration: none;
}
#rationale {
	width: 420px;
	float: left;
	padding-right: 40px;
}
#image_set {
	width: 255px;
	float: right;	
	margin: 0;
	padding: 0;
}

a.click_to_enlarge {
	background-image: url(../images/spy_glass.gif);
	background-repeat: no-repeat;
	background-position-y: 3px;
	clear: none;
	display: block;
	width: 120px;
	height: 20px;
	text-indent: 20px;
	float: right;
	color: #666;
	margin: 4px 0 20px 0;
	text-decoration: none;
}
a.click_to_enlarge:hover {
	color: #ae0f14;
}

/* -------- contact div styles -------- */
#contact_block {
	display: block;
	float: left;
	width: 400px;
	}
#contact_pic {
	float: right;
}
/* ------- Image Styles ----------- */
.photo {
	padding-left: 20px;
	padding-bottom: 20px;
	border: 0;
	}
.ex_pic {
	padding-left: 20px;
	padding-bottom: 20px;
	border: 0;
	float: right;
	}

/* ------- Form Styles ------------ */
form {
	width: 400px;
	margin: 0;
	padding: 0;
}
label {
	color: #666;
}
textarea {
	width: 220px;
	text-align: left;
	border: 1px solid #ccc;
}
.input {
	border: 1px solid #ccc;
}
#send_button {
	margin-left: 160px;
	}

/* ------- contact form ------- */
#contact_form {
	margin: 0; 
	padding: 0;
}
#contact_form span {
	display: block; 
	margin: 0; 
	padding: 0 0 20px 0;
}
#contact_form label {
	width: 160px; 
	float: left;
	padding: 0;
}
#name, #email, #confirm_email {
	width: 220px;
	height: 18px; 
}
#message {
	width: 220px;
	height: 180px; 
}
#contact_form .submit {
	padding-left: 0;
}
