@import url(arx-reset.css);

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
	Main Layout
 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

html {
	background-color: #f7f4ed;	
}
body {
	background-color: #f7f4ed;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

#contentWrap {
	width: 994px;
	margin: 0 auto;
}
	#header {
		margin: 0 0 20px;
		padding: 0;
		position: relative;
	}
	.logged-in #header {
		margin-top: 20px;
	}
	#header:after {
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
	}
	#homeContent {
		position: relative;
		color: #586a59;
		color: #91a192;
		font-size: 12px;
		font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	}
		#homeContent a {
			color: #ffc54e;
		}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
	Header Content
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

#loginBar {
	overflow:hidden;
	margin: 5px 0;
}
.logged-in #loginBar {
	display: none;
}
	#sidebar-login-form {
		text-align: center;
		width: 482px;
		height: 25px;
		line-height: 25px;
		padding: 5px;
		background-color: white;
		border: 1px solid #4f4539;
		float: left;
	}
		#loginBar .input {
			padding: 0;
			margin: 0;
		}
		#sidebar-user-login {
		}
		#pretendPassword {
			display: none;
		}
		#sidebar-user-pass {
		}
		#sidebar-wp-submit {
			background: transparent url(../images/bg_generic_button.png) repeat-x left center;
			border-color: #999 #ccc #ccc #999;
			border-style:solid;
			border-width:1px 1px 1px 1px;
			cursor: pointer;

		}
		#sidebar-wp-submit:hover {
			background-image: url(../images/bg_generic_button_hover.png);
		}
		#sidebar-rememberme {
		}
		#sidebar-login-form span {
		}
	#login-text {
		text-align: center;
		width: 483px;
		height: 25px;
		line-height: 25px;
		padding: 5px;
		background-color: white;
		border: 1px solid #4f4539;
		float: right;
	}
		#login-text a {
		}




	#header #logo {
		background: white url(../images/arx_box_header.gif) no-repeat center;
		border: 1px solid #4f4539;
		float: right;
		height: 150px;
		margin: 0;
		padding: 10px;
		width: 260px;
	}
		#header #logo a {
			display:block;
			height:150px;
			width:260px;
			text-indent: -9999px;
		}
	#nav {
		font-size: 10px;
		background: white url(../images/hdr_arx3.jpg) no-repeat center;
		border: 1px solid #4f4539;
		float: left;
		height: 150px;
		margin: 0 20px 0 0;
		padding: 10px;
		position: relative;
		width: 66px;
	}
		#nav li {
			padding: 3px 3px 0;
		}
			#nav li a {
				font-weight: normal;
				border: 1px solid #ccc;
				background-color:white;
				color:black;
				display:block;
				line-height: 24.35px;
				opacity:0.5;
				text-align:center;
				text-decoration:none;
			}
		#nav li.selected,
		#nav li:hover {
		}
			#nav li.selected a,
			#nav li:hover a {
				font-weight: bold;
				opacity:1;
			}
	#headerBlock2,
	#headerBlock3 {
		border: 1px solid #4F4539;
		float: left;
		height: 150px;
		margin: 0 20px 0 0;
		padding: 10px;
		width: 260px;
	}
	#headerBlock2 {
		background: white url(../images/hdr_arx1.jpg) no-repeat center;
	}
	#headerBlock3 {
		background: white url(../images/hdr_arx2.jpg) no-repeat center;
		margin: 0;
	}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
	Museum Carousel
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

#carousel {
	overflow: hidden;
	position: relative;
	margin: 0 108px 30px;
	/*min-height:300px;*/
	width: 758px;
	/*border-bottom: 20px solid black;*/
	background-color: #fffcfa;
	box-shadow: 0 0 2px #d2c9b5 inset;
	-moz-box-shadow: 0 0 2px #d2c9b5 inset;
	-webkit-box-shadow: 0 0 2px #d2c9b5 inset;
}
	#cBottom {
		position:absolute;
		left:0;
		/*TODO: adjust js and make this 0*/
		bottom:0;
		width:98%;
		height:51px;
		margin:1%;
		background: transparent url(../images/museum_inset_fade.png) repeat-x left bottom;
	}
		#cLeft {
			position: absolute;
			left: 0;
			bottom:0;
			width: 4px;
			height: 210px;
			background: transparent url(../images/museum_inset_fade_left.png) no-repeat left bottom;
		}
		#cRight {
			position: absolute;
			right: 0;
			bottom:0;
			width: 4px;
			height: 210px;
			background: transparent url(../images/museum_inset_fade_right.png) no-repeat right bottom;
		}
	#carouselTrack {
		
	}
		#museumWall {
			position: absolute;
			top: 0;
			left: 0;
			width: 99999px;
			overflow: hidden;
		}
			.museumSet {
				
			}
				.ajaxLoadSet {
					display: none;
				}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
	Scenes
 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

.scene {
	padding: 30px 30px 0;
	width: 698px;
	float: left;
}
	.scene a:hover {
		text-decoration: none;
		background-color: white;
	}
	.scene object {
		margin: 0 auto;
	}
	.scene .author-box {
		float: left;
		border-right: 1px solid #ffcf66;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		text-align: center;
	}
		.scene .author-box img {
			border: 1px solid #ffcf66;
			padding: 5px;
			background-color: white;
		}
		.scene .author-box p {
			margin: 0;
			white-space: nowrap;
		}
	.scene .post-content {

	}
		.scene h2.posttitle {
			font-size: 25px;
			line-height: 25px;
			font-weight: normal;
			font-family: "Existence","Trebuchet MS",Tahoma,Verdana,sans-serif;
			margin:0;
			padding:0;
			display: inline-block;
		}
			.scene h2.posttitle a {
				display: block;
			}
		.scene p.date {
			font-size: 10px;
		}
			#content .scene p.date em {
				font-style: normal;
			}
		.scene .entry {
			clear: both;
			padding-top: 20px;
		}

#respond {
	margin: 0 10px 20px;
}
	#respond .comment-avatar-box {
		float: left;
	}
		#respond .comment-avatar-box .avb {
		}
			#respond .comment-avatar-box .avb a {
			}
				#respond .comment-avatar-box .avb a .avatar user-1-avatar {
				}
	#respond .comment-content {
		position: relative;
		margin-left: 65px;
	}
		#respond h3#reply {
			margin: 0;
			font-size:14px;
			line-height:14px;
			text-transform:uppercase;
		}
		#respond .comment-content .comments-header {
		}
		#respond .comment-content #cancel-comment-reply {
			position: absolute;
			right: 0;
			top: 0;
		}
			#respond .comment-content #cancel-comment-reply #cancel-comment-reply-link {
			}
		#commentform {
			clear: both;
		}
			#commentform p {
				margin: 0;
			}
			#commentform p.log-in-out {
				position: absolute;
				right: 0;
				top: 0;
			}
				#commentform .log-in-out a {
				}
			#commentform .form-textarea {
			}
				#commentform label {
					color:white;
					display:block;
					font-family:League Gothic;
					font-size:38px;
					line-height:24px;
					margin:15px 10px 0;
				}
				#respond .comment-content #commentform .form-textarea #comment {
				}
			#respond .comment-content #commentform .form-submit {
			}
				#respond .comment-content #commentform .form-submit #submit {
				}
				#respond .comment-content #commentform .form-submit .submit-comment button {
				}
				#respond .comment-content #commentform .form-submit #comment_post_ID {
				}
				#respond .comment-content #commentform .form-submit #comment_parent {
				}
			#respond .comment-content #commentform .comment-action {
			}



/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
	Museum Tools
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

#museumNav {
	position: absolute;
	width: 758px;
	height: 0;
	top: 0;
	margin: 0 108px;
	/*background: transparent url("../images/museum_fade.png") repeat-x left bottom;*/
}
	#museumNav li {
		height: 41px;
		width: 36px;
	}
	#museumNav li.inactive {
		
	}
		#museumNav a {
			height: 41px;
			width: 36px;
			display: block;
			text-indent: -9999px;
			background: transparent url("../images/museum_arrows_sprite.png") no-repeat;
		}
	#museumPrev {
		position: absolute;
		left: -20px;
		bottom: 40px;
	}
		#museumPrev a {
			background-position: left top;
			margin-top: -20px;
		}
		#museumPrev a:hover,
		#museumPrev a.active {
			background-position: left -41px;
		}
		#museumPrev a:active {
			background-position: left -82px;
		}
	#museumNext {
		position: absolute;
		right: -20px;
		bottom: 40px;
	}
		#museumNext a {
			background-position: -38px top;
			margin-top: -20px;
		}
		#museumNext a:hover,
		#museumNext a.active {
			background-position: -38px -41px;
		}
		#museumNext a:active {
			background-position: -38px -82px;
		}
	#museumMore {
		position: absolute;
		left: 50%;
		cursor: pointer;
	}
		#museumMore a {
			margin-top: -16px;
			margin-left: -20px;
			height: 36px;
			width: 41px;
			background-position: -79px top;
		}
		#museumMore:hover a,
		#museumMore a.active {
			background-position: -79px -41px;
		}
		#museumMore a:active {
			background-position: -79px -82px;
		}
	#museumMore.museumLess {
		position: absolute;
		left: 50%;
		cursor: pointer;
	}
		#museumMore.museumLess a {
			margin-top: -16px;
			margin-left: -20px;
			height: 36px;
			width: 41px;
			background-position: -125px top;
		}
		#museumMore.museumLess:hover a,
		#museumMore.museumLess a.active {
			background-position: -125px -41px;
		}
		#museumMore.museumLess a:active {
			background-position: -125px -82px;
		}


#museumResizer {
	/*TODO: unhide these and add the different views*/
	display: none;
	position: absolute;
	right: 138px;
	top: 10px;
	height: 16px;
}
	#museumResizer li {
		float: left;
		margin: 0 0 0 5px;
	}
	#museumResizer li a {
		position: relative;
		display: block;
		height: 16px;
		width: 16px;
		color: #333;
		background: transparent url("../images/museum_setsize.png") no-repeat left -17px;
	}
	#museumResizer li a:hover {
		text-decoration: none;
	}
	li#thumbnailsBtn a { background-position: left -17px; }
	li#towerBtn a { background-position: -17px -17px; }
	li#fullscreenBtn a { background-position: -34px -17px; }
	li#thumbnailsBtn a:hover { background-position: left top; }
	li#towerBtn a:hover { background-position: -17px top; }
	li#fullscreenBtn a:hover { background-position: -34px top; }
	li#thumbnailsBtn.current a { background-position: left -34px; }
	li#towerBtn.current a { background-position: -17px -34px; }
	li#fullscreenBtn.current a { background-position: -34px -34px; }
	#museumResizer li.current a { cursor: default; }
		#museumResizer span {
			position: absolute;
			right: 9999px;
			display: block;
			padding: 1px 6px;
			white-space: nowrap;
			border: 1px solid #aaa;
			background-color: #d8d5ce;
		}
		#museumResizer li.current a:hover span {
			right: 9999px;
		}
		#museumResizer a:hover span {
			right: 21px;
			margin: -2px 0 0 0;
		}








