body{
	margin: 0;
	padding: 0;
	font-size: .75em;
	background: #aa8 url(../images/header_bg.gif) repeat-x;
	font-family: georgia, times, serif;
}
div#header{
	height: 100px;
	width: 760px;
	margin: 0 auto;
}
div#middle{
	background: #ccc url(../images/footer_bg.gif) bottom repeat-x;
}
div#frame{
	width: 760px;
	margin: 0 auto;
	background: #fff url(../images/bg.gif) repeat-y;
}
div#footer{
	background: #aa8;
	color: #fff;
	font-size: 80%;
	text-align: center;
	padding: 30px 0;
}
ul#nav{
	float: left;
	width: 120px;
	margin: 0;
	padding: 10px;
	list-style-type: none;
	background: #5B4862;
	border-top: 4px solid #46364C;
	overflow: hidden;
}
ul#nav li{
	float: left;
	width: 120px;
	height: 25px;
	border-bottom: 1px solid #4F3F55;
	position: relative;
}
ul#nav li a{
	width: 130px;
	padding-left: 10px;
	line-height: 27px;
	height: 27px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .1em;
	position: absolute;
	top: -1px;
	left: -10px;
}
ul#nav li a:hover{
	background: #4F3F55;
}
ul#nav li a.current, ul#nav li a.current:hover{
	background: #000;
	z-index: 999;
	margin-bottom: 0;
}


div#content{
	float: left;
	width: 620px;
}
div#main{
	width: 500px;
	float: left;
}
.photo{
	background: #1b1b1b;
	float: left;
	width: 500px;
	position: relative;
}
.photo img{
	display: block;
}
.photo .title{
	color: #fff;
	background: #000;
}
.photo .title h1{
	padding: 10px 20px 0 20px;
	font-size: 160%;
	line-height: 100%;
	font-weight: normal;
}
.photo .caption{
	padding: 10px 20px 15px 20px;
	color: #fff;
	background: #000;
}
.photo .caption p{
	margin: 0;
	line-height: 160%;
}
.photo .credit{
	display: block;
	text-align: right;
	font-style: italic;
}
.vertical{
	background: #000;
}
.vertical #photo{
	float: right;
	margin-left: 20px;
}
#photo{
	margin: 0 auto;
	display: block;
}
div#extra_content{
	float: left;
	width: 500px;
	background: #fff;
}
#post{
	padding: 15px;
	font-size: 120%;
	line-height: 160%;
}
#post .prev{
	float: left;
	display: none;
}
#post .next{
	float: right;
	display: none;
}
#post h2{
	font-size: 130%;
	margin-bottom: .2em;
	text-align: center;
}
#post p{
	margin: 0 0 1em 0;
	padding: 0;
}
#post a.comment{
	float: right;
	border-bottom: 1px solid #039;
	text-decoration: none;
	line-height: 120%;
	padding-left: 18px;
	background: url(../images/comment_blue.gif) 0 3px no-repeat;
}
#post a.comment:hover{
	border-bottom: 1px solid #36c;
	background: url(../images/comment_blue.gif) 0 -47px no-repeat;
}
#comments{
	float: left;
	width: 470px;
	padding: 0 0 1em 15px;
	line-height: 150%;
}
#comments h2{
	font-size: 130%;
}
#comments ol{
	margin: 0;
	padding: 0 0 0 30px;
}
#comments ol li.comment{
	margin: 1em 0;
	padding: .2em 0;
}
#comments ol li.comment div{
	border-left: 4px solid #ddd;
	padding-left: .5em;
}
#comments ol li.comment div.byline .author{
	font-weight: bold;
}
#comments ol li.comment div.byline .date{
	font-size: 90%;
	font-style: italic;
	padding-left: 1em;
	color: #999;
}
#comments ol li.comment p{
	margin: 0;
	padding: 1em 0 0 0;
}

#comment_form{
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #ccc;
	float: left;
	width: 470px;
}
#comment_form label{
	float: left;
	clear: left;
	width: 120px;
	text-align: right;
	padding: 3px 5px 3px 0;
}
#comment_form input, #comment_form textarea{
	float: left;
	width: 300px;
	padding: 3px 0 3px 0;
}
#comment_form input#submit_btn{
	margin-left: 125px;
	width: auto;
	padding: 2px;
}
.alert{
	font-size: 80%;
	color: #666;
	clear: both;
	padding: 5px 5px 5px 125px;
	line-height: 100%;
}
.extra_photos{
	float: left;
	margin: 0;
	padding: 8px 0;
}
.extra_photos ul{
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	float: left;
}
.extra_photos ul li{
	float: left;
	width: 80px;
	clear: left;
	margin-bottom: 10px;
}
.extra_photos ul li h3{
	font-size: 100%;
	font-weight: normal;
	color: #666;
	text-align: center;
	width: 80px;
	display: none;
}
.extra_photos ul li a{
	width: 80px;
	height: 80px;
	float: left;
	display: block;
	border: none;
	text-decoration: none;
}
.extra_photos ul li.current a{
	opacity: .2;
	filter: alpha(opacity=20);
}
.extra_photos a span{
	display: none;
}
.extra_photos h2 a{
	font-size: 50%;
}
#extra_photos_list{
	opacity: .4;
	filter: alpha(opacity=40);
}
div#sub .prev, div#sub .next{
	float: left;
	width: 60px;
	text-align: center;
	padding: 5px 0;
}
div#sub{
	float: left;
	width: 120px;
	border-top: 4px solid #ddd;
	overflow: hidden;
	padding: 0;
}
div#sub h2{
	font-size: 100%;
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
	text-align: center;
}
div#sub img{
	display: block;
}
div#sub h3{
	font-size: 100%;
	font-weight: bold;
}
div#sub p{
	margin: 0;
}
div#sub a.slideshow{
	float: right;
	padding-left: 18px;
	background: url(../images/slideshow_blue.gif) 0 0px no-repeat;
}
div#sub a.slideshow:hover{
	background: url(../images/slideshow_blue.gif) 0 -50px no-repeat;
}
div#sub a.photostory{
	float: right;
	padding-left: 18px;
	background: url(../images/slideshow_blue.gif) 0 0px no-repeat;
}
div#sub a.photostory:hover{
	background: url(../images/slideshow_blue.gif) 0 -50px no-repeat;
}
div#sub a.video{
	float: right;
	padding-left: 18px;
	background: url(../images/video_blue.gif) 0 1px no-repeat;
}
div#sub a.video:hover{
	background: url(../images/video_blue.gif) 0 -49px no-repeat;
}
div#sub a.audio{
	float: right;
	padding-left: 18px;
	background: url(../images/audio_blue.gif) 0 1px no-repeat;
}
div#sub a.audio:hover{
	background: url(../images/audio_blue.gif) 0 -49px no-repeat;
}
div#sub a{
	line-height: 100%;
	text-decoration: none;
	baorder-bottom: 1px solid #039;
}
div#sub a:hover{
	baorder-bottom: 1px solid #36c;
}
div#page{
	padding: .8em 1em;
	background: #fff;
}



h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
a{
	color: #039;
}
a:hover{
	color: #36c;
}
.clear{
	clear: both;
}

img{
	border: 0;
}