/* CSS Document - Site 	*/
/* Version:	1.0			*/
/* Date:	2009-05-01	*/
/* Author:	Gordon		*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #000;
	color: white;
	font-size: 14px;
	padding: none;
}

div#body_protect {
	position: absolute;
	top:0; bottom:0; left:0; right:0;
	min-height: 600px;
	min-width: 800px;
}

div#dark_background {
	position: absolute;
	top:0;bottom:0;right:0;left:0;
	background: url(../site_images/90_black.png);
	text-align: center;
	z-index: 10;
}

div.dark_data {
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	background:#fff;
	border: 6px solid #333;
	width: 400px;
	height: 430px;
	margin: 70px auto;
}

div.dark_data div.button_bar {
	position: relative;
	height: 16px;
	padding: 4px 4px 0 0 ;
	text-align: right;
	color: #333;
	font-size: 10px;
}

div.dark_data div.button_bar:hover {
	color: red;
	cursor: pointer;
}

div.dark_data div.float_image_surround {
	position: relative;
	width: 400px;
	height: 400px;
	text-align: center;
}

div.float_image_surround img {
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	max-height: 400px;
	max-width: 400px;
	margin: auto;
}

/* main buttons surround */

div.main_div_surround {
	position: absolute;
	height: 26px;
}

div.main_div_surround.left {
	top:0; left:0;
	width: 8px;
}

div.main_div_surround.right {
	top:0; right:0;
	width: 8px;
}

div.main_div_surround.center {
	top: 0; left: 8px; right: 8px;
	border-bottom: 1px solid #333;
}

/* main buttons */

span.main_button {
	display: inline-block;
	color: #999;
	text-align: left;
	width: 121px;
	height:22px;
	font-weight: normal;
	padding-top:4px;
	text-align: center;
	font-size: 11px;
}

div.menu_back {
	position: absolute;
	display: inline;
	width: 8px; height: 46px;
	margin-top: 2px;
}

div.menu_back.left {
	top: 0; left: 6px;
}

div.menu_back.right {
	top: 0; right: 4px;
}

div.menu_back.center {
	top:0; left: 14px; right: 12px;
	width: auto;
}

span.main_button:hover {
	cursor: pointer;
	color: #ffff00;
}

span.main_button.current {
	color: red;
}

span.main_button.current:hover {
	text-decoration: none;
	cursor: default;
}

span.main_button.small {
	width: 90px; height: 18px;
	border-bottom: 1px solid #333;
	background: none;
	color: #999;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 0px;
	padding-top: 2px;
}

span.main_button.small.current {
	color: red;
}

span.main_button.small:hover {
	color: #7083ff;
}

/* main button surround */

span.buttons_surround {
	display:inline-block;
	margin-top: 2px;
	margin-right: 2px;
}

/* top of page */

div#top_logo {
	position: absolute;
	top:0;left:0;
	width: 200px;
	height: 50px;
	background: url(../site_images/logo.png) center bottom no-repeat;
}

div#top_logo:hover {
	cursor: pointer;
}

div#button_surround {
	position: absolute;
	top:0;left:200px;right:0;
	height: 50px;
	text-align: left;
}

div#side_bar {
	position: absolute;
	top: 50px;
	left: 0;
	bottom: 0px;
	width: 200px;
	background: url(../site_images/side_panel_50.png) center no-repeat;
}

/* content div */

div#content_div {
	position:absolute;
	top: 50px; left: 200px; bottom: 0; right: 0;
	overflow: auto;
}

div.text_media {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 600px; height: 600px;
	margin: auto;
	text-align: center;
	background: #000;
	padding-top: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div#media_name {
	margin-top: 4px;
	padding: 6px;
	color: #999;
	font-weight: bold;
	border-top: 1px solid #333;
	height: 17px;
	font-style: italic;
}

div#media_subtext {
	background: #000;
	padding: 6px;
	font-size: 10px;
	height: 14px;
}

div.side_button {
	border-bottom: 1px solid #333;
	padding: 3px;
	font-size: 12px;
	color: #999;
}

div.side_button:hover {
	cursor: pointer;
	color: #7083ff;
}

div.side_button.on {
	color: red;
}

div.side_button.on:hover {
	cursor: default;
}

div.gallery_thumbs {
	background: #111;
	border: 1px solid #222;
	padding: 2px 8px;
	margin: 10px 20px 0 20px;
}

div.gallery_thumbs img {
	margin-right: 4px;
	border: 1px solid #bbb;
}

div.gallery_thumbs img:hover {
	cursor: pointer;
	border-color: red;
}

div#gallery_main_image_area {
	position:relative;
	margin: 10px 20px 0 20px;
	text-align: center;
	min-width: 400px;
	min-height: 100px;
}

img#display_image {
	max-height: 400px;
	max-width: 400px;
	background: #111;
	margin: 8px 0;
}

div#details_surround img, div.details_surround img {
	max-width: 200px; max-height: 200px;
	margin: 4px;
	border: 2px solid #999;
}

div#details_surround img:hover, div.details_surround img:hover {
	border-color: red;
	cursor: pointer;
}

div#picture_note {
	color: #999;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

object, embed {
	background: none;
	margin: 10px;
}

div.text_title{
	font-size: 24px;
	padding: 6px;
}

div.text_sub_title {
	border-top: 1px solid #333;
	font-size: 16px;
	padding: 10px;
}

div#text_string, div.text_string {
	background: #000;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	margin: 20px 50px 0 50px;
}

p:first-letter {
	margin-left: 0px;
}

div.text_type {
	font-size: 12px;
	margin-bottom: 6px;
}

table.text_table {
	width: 100%;
	font-size: 18px;
	margin-top: 30px;
	border-collapse: collapse;
	
}

table.text_table td {
	padding: 4px;
}

table.text_table td.lefty {
	width: 30%;
	text-align: right;
	vertical-align: top;
	color: #555;
	border-right: 1px solid #333;
}

table.text_table td.righty {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

table.text_table td.righty a {
	color: inherit;
	text-decoration: none;
}

table.text_table td.righty a:hover {
	text-decoration: underline;
	color: #ffff00;
}

/* exhibition */

div.exhibition {
	text-align: center;
	border-bottom: 1px solid #333;
	margin: 0 20px 10px 20px;
	padding: 10px 0;
	color: lightblue;
}

div#movie_details {
	position: relative;
	margin: 10px 20px;
	text-align: center;
	padding: 24px 4px 4px 4px;
}

div#movie_details img {
	margin: 3px;
}

div#show_details, div#hide_details {
	position: absolute;
	top: 2px; right: 2px;
	font-size: 10px;
	border: 1px solid #333;
	padding: 2px;
	color: red;
}

div#show_details:hover, div#hide_details:hover {
	color: yellow;
	cursor: pointer;
}

div.exhibition_image_surround {
	display: inline-block;
}

div.exhibition_image_surround div {
	font-size: 10px;
	color: #bbb;
}

div#share_button {
	position: absolute;
	top: 3px;
	right: 0px;
}