/* @override 
	http://jennyrieke.dev/css/style.css
	http://dev2.evanrthompson.com/css/style.css
*/

/* @group basic layout */

html { /* this adds a scrollbar to every page to avoid hopping */
	overflow-y: scroll;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial;
	background: #fff repeat-y;
}



#page-wrap {
	margin: 24px auto;
	width: 960px;
}

#footer {
	clear: both;
}

#header {
	margin-bottom: 10px;
	height: 100px;
	width: 960px;
	position: relative;
	clear: both;
}

#page-wrap #viewer {
	position: relative;
	width: 920px;
	height: 730px;
}

#page-wrap #viewer #wrapper

#column_secondary {
	text-align: left;
	float: right;
	width: 920px;
}

div#column_primary {
	text-align: right;
	width: 250px;
	float: left;
}

div#column_secondary {
	width: 650px;
	float: right;
	border-left: 1px solid #cbcbcb;
	padding-left: 10px;
	margin-bottom: 30px;
}



/* @end */

/* @group header */

#header-plate {
	width: 275px;
	height: 100px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/header-plate%20small.png) no-repeat;
}

#header-plate a {
	width: 310px;
	height: 100px;
	display: block;
}

#header-navigation {
	position: absolute;
	right: 0;
	top: 35px;
}

#header-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header-navigation ul li {
	list-style-type: none;
	display: inline-block;
	font-weight: bold;
	color: #888;
	float: left;
	margin-left: 1em;
}

#header-navigation ul li a {
	list-style-type: none;
	display: inline-block;
	color: #cbcbcb;
	font: bold 18px "Helvetica Neue", Helvetica, "Lucida Grande", Arial;
	text-decoration: none;
	text-transform: uppercase;
}

#header-navigation ul li a:hover {
	list-style-type: none;
	display: inline-block;
	color: #f00;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}



/* @end */

/* @group home page */



/* @end */

/* @group basic typography */

h2 {
	font: bold 42px Helvetica, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 24px;
	margin-top: 0;
	margin-right: 0;
	letter-spacing: -2px;
}

p {
	font: .8em/1.8em "Helvetica Neue", Helvetica, "Lucida Grande", Arial;
}

#footer p { line-height: 21px; margin: 8px 0;
	font-size: 10px;
	color: #888;
}



/* @end */

/* @group gallery over */

div.wrapper h3 {
	text-align: right;
	position: absolute;
	right: -20px;
	top: -80px;
	margin: 0;
	padding: 0;
}

div.slider-wrap div.gallery-thumbs img.thumbnail {
	float: left;
	margin-left: -130px;
	margin-top: -10px;
	border-style: none;
}

div.gallery-thumbs a.cross-link:link {
	height: 590px;
	overflow: hidden;
	display: block;
	float: left;
	text-indent: -9999px;
	opacity: 0.8;
	margin-top: 10px;
	margin-right: 5px;
	padding: 0;
	margin-left: 5px;
	width: 49px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.gallery-thumbs a.cross-link:active {
	height: 590px;
	overflow: hidden;
	display: block;
	float: left;
	text-indent: -9999px;
	opacity: 0.8;
	margin-top: 10px;
	margin-right: 5px;
	padding: 0;
	margin-left: 5px;
	width: 49px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.gallery-thumbs a.cross-link:visited {
	height: 590px;
	overflow: hidden;
	display: block;
	float: left;
	text-indent: -9999px;
	opacity: 0.8;
	margin-top: 10px;
	margin-right: 5px;
	padding: 0;
	margin-left: 5px;
	width: 49px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.gallery-thumbs a.cross-link:hover {
	overflow: hidden;
	display: block;
	float: left;
	opacity: 1;
	padding: 0;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-indent: -9999px;
}

}
div.slider-wrap div.gallery-thumbs {
	border-style: none;
}

.top {
	position: relative;
	top: -50px;
}

.bottom {
	position: relative;
	top: 50px;
}

.middle {
	position: relative;
	top: 0px;
}


/* @end */

/* @group gallery single */

div.slider-wrap p {
	width: 300px;
}

div.slider-wrap img.image {
	top: 0;
	right: 0;
	float: right;
	position: absolute;
}

div.wrapper div.below_image_text {
	position: absolute;
	bottom: 0;
	height: 310px;
}

div.wrapper div.below_image_text p.image-description {
	width: 280px;
	float: left;
	margin-top: 2em;
	margin-right: 1em;
	letter-spacing: 0;
	word-spacing: 0;
}

div.wrapper div.below_image_text h4 {
	width: 300px;
}

div.wrapper div.below_image_text p.image-meta {
	width: 300px;
}

div.wrapper div.below_image_text div.below_info_box {
	float: left;
}

div.wrapper h4 {
	margin: 0;
}



/* @end */

/* @group slide gallery */
		
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img {
}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
	margin: 0 15px 0 30px;
}
		
		.slider-wrap {
	width: 920px;
	margin: 20px;
	position: relative;
}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 920px; height: 680px; background: #fff; overflow: hidden}

.csw img.image, .csw img.thumbnail {width: 920px; height: 680px; background: #fff; overflow: hidden;
	display: none;
}

.csw p {width: 920px; height: 680px; background: #fff; overflow: hidden;
	display: none;
}

.csw h4, .csw h3 {width: 920px; height: 680px; background: #fff; overflow: hidden;
	display: none;
	visibility: hidden;
}
		.csw .loading {margin: 400px auto; text-align: center;
	width: 920px;
	height: 680px;
	background-color: white;
	z-index: 100;
}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; /* this is the border. should have the same value for the links */
			margin: auto; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 680px;
			clear: both;
	width: 920px;
}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			list-style-type: none;
	width: 100%;
}
		
		.stripViewer .panelContainer .panel {
			height: 100%;
			position: relative;
			width: 920px;
	float: left;
	margin-top: 10px;
}
		
		.stripViewer .panelContainer .panel .wrapper {
	height: 680px;
}
		
		.stripNav {
	display: none;
}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 130px;
			width: 40px;
		}
		
		.stripNavL {
	position: absolute;
	left: -50px;
}
		
		.stripNavR {
	position: absolute;
	right: -50px;
}
		
		.stripNavL {
	background: url(/images/arrows.gif) no-repeat 0 0;
}
		
		.stripNavR {
	background: url(/images/arrows.gif) no-repeat -60px 0;
}

.stripNavL:hover {
	background: url(/images/arrows_hover.gif) no-repeat 0 0;
}
		
		.stripNavR:hover {
	background: url(/images/arrows_hover.gif) no-repeat -60px 0;
}
		

/* @end */

/* @group misc */


/* @end */