body {
	background: #999 url(/scene/2009/winter/images/bg.gif) repeat-y center center;
}

div#siteheader {
	background-image: url(/scene/2009/winter/images/header.jpg);
	text-align: left;
}

	div#siteheader div#homelink {
		padding: 30px 0 0 420px;
	}

		div#siteheader div#homelink a {
			display: block;
			width: 320px;
			height: 80px;
		}

/* Text Size */

div#textsize, div#issueno {
	color: #7b1214;
}

div#textsize a {
	color: #7b1214;
}

div#textsize a:hover {
	color: #000;
	background-color: #7b1214;
}

div#textsize a.selected {
	background-color: #899674;
}


/* Menu */

ul#nav li a.contents, ul#nav li a.contents:link, ul#nav li a.contents:active, ul#nav li a.contents:visited, ul#nav li a.contents:hover {
	color: #7b1214;
}

ul#nav li a.contents:hover {
	color: #b0a282;
}

ul#nav ul {
	border-left-color: #abaeb1;
}

a.contact {
	display: block;
	width: 154px;
	height: 84px;
	background: transparent url(/scene/2009/summer/images/submit_button.gif) no-repeat left top;
	margin-left: 18px;
}

a.contact:hover {
	background-position: right bottom;
}

	a.contact span {
		display: none;
	}


/* Content */

div#center {
	margin-left: 230px;
}

div#center a, div#center a:link, div#center a:active, div#center a:visited {
	color: #7b1214; 
	border-bottom: 1px dotted #7b1214;
}

div#center a:hover {
	color: #666;
	background-color: #fff;
	border-bottom: 1px solid #666;
}

div#center img.right_image {
	float: right;
	border: 4px solid #c1bfbf;
	margin: 0 0 15px 25px;
}

div#center img.left_image {
	float: left;
	border: 4px solid #c1bfbf;
	margin: 0 15px 8px 0;
}

div#center div.left_inset {
	float: left;
	padding: 4px;
	margin: 0 15px 8px 0;
}

div#center div.right_inset {
	float: right;
	padding: 4px;
	margin: 0 0 15px 25px;
}

	div#center div.right_inset p, div#center div.left_inset p {
		margin: 6px 0 0 0;
	}


/* Print Button */

div#print {
	margin: 0 15px 0 0;
}

	div#print a {
		display: block;
		float: right;
		background: transparent url(/scene/2006/summer/images/print.gif) no-repeat left center;
		color: #777;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		vertical-align: middle;
		padding-left: 20px;
	}
	
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:500px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
