/* @override http://static.dview.us/style.css */

/* @group Global */

* {
	margin: 0;
	padding: 0;
	font: 1em/1.13em Garamond, "Adobe Garamond Pro", "Garamond Premier Pro", Palatino, "Palatino Linotype", Sylfaen, Georgia, "Times New Roman", Times, serif;
}

html{
	height:100%;
	margin-bottom: 1px;
}

body{
	background-color: #fff;
	color: #000;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	
}

i,em{
	font-style: italic;
}

b,strong{
	font-weight: bold;
}

/* Image Width + 72 (36 + 36) for padding */


#wrapper {
	margin-right: auto;
	margin-left: auto;
}

h1{
	color: #5d5e60;
	font-size: 1.50em;
}

h3{
	color: #a0957f;
	font-size: 1.13em;
	text-transform: lowercase;
}

.amp{
	font-style: italic;
}

.clear {
	clear: both;
}

#prefetch{
	display: none;
}


/* @end */

/* @group Header */

#header{
	height: 3.38em;
	padding-left: 36px;
	padding-right: 36px;

}

#header h1{
	float: left;
	margin-top: 0.7em;
}

#header h1 a{
	color: #231f20;
	text-transform: lowercase;
	font-size: 1.25em;
}

#header h1 span{
	color: #a0957f;
}

#header h1 a:hover{
	color: #5d5e60;
}

#nav{
	font-size: 1.13em;
	word-spacing: 1.5em;
	float: right;
	margin-top: 1.4em;
	padding-bottom: 0.5em;
}
#nav, #nav a{
	color: #5d5e60;
	text-transform: lowercase;
}

#nav a:hover, #nav a.active{
	color: #a0957f;
}



/* @end */

/* @group Gallery */
.gallery{
	max-width: 1155px;
	min-width: 685px;
}

#thumbnails{
	padding-left: 30px;
	padding-right: 30px;
	clear: both;

}
#title .all{
	text-transform: lowercase;
	color: #a0957f;
	font-style: italic;
}

#thumbnails a{
}

#thumbnails img{
	background: #e9e8e8;
	border: 3px solid #e9e8e8;
	margin: 3px;	
}

#thumbnails a:hover img{
	border: 3px solid #5d5e60;
}

#thumbnails a:active img{
	border: 3px solid #a0957f;
}

/* @group Gallery Details */

#pages{
	float: right;
	width: 150px;
	text-align: right;
}

#tag-details{
	text-align: right;
	width: 70%;
	max-width: 800px;
	min-width: 400px;
	float: left;
	color: #5d5e60;
}

#details a.active{
	color: #a0957f;
}

#tag-details a,#pages a{
	color: #5d5e60;
}

#tag-details p,
#tag-details ul,
#pages p,
#pages ul{
	list-style-type: none;
	margin-bottom: 1.13em;
}
#tag-details ul{
	text-transform: lowercase;
}

#tag-details h3,
#pages h3{
	float: left;
	padding-bottom: 0.1em;
	margin-top: -2px;
}




/* @end */

/* @group Tags */
#tag_cloud {
	margin-left: 5em;
	text-transform: lowercase;
	text-align: justify;
}

.tags00{
	font-size: 70%;
}

.tags01{
	font-size: 90%;
}

.tags02{
	font-size: 100%;
}

.tags03{
	font-size: 110%;
}

.tags04{
	font-size: 120%;
}

.tags05{
	font-size: 130%;
}

.tags06{
	font-size: 140%;
}

.tags07{
	font-size: 150%;
}

.tags08{
	font-size: 160%;
}

.tags09{
	font-size: 170%;
}

.tags10{
	font-size: 180%;
}
 


/* @end */

/* @end */

/* @group Photo */

#photo {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#photo img{
	
	border-style: none;
	background: #e9e8e8;
	margin-left: 36px;
	margin-right: 36px;
}

/*.about #photo img{
	margin-left: 0;
	margin-right: 0;
}*/


/* @group Navigation */

#navigation{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	height: 100%;
	width: 100%;
}

#prev, #next{
	width: 108px;
	height: 100%;
	display: block;
	top: 0px;
	overflow: hidden;
	text-indent: -10000px;
	outline: none;
}

#prev {
	left:0px;
	float: left;
	background: transparent url(http://static.dview.us/prev.png) no-repeat -1500px center;
}

#next {
	right: 0px;
	float: right;
	background: transparent url(http://static.dview.us/next.png) no-repeat 93px center;
}

#prev.visible, #prev:hover{
	background-position: left;
}

#next.visible, #next:hover{
	background-position: right;
}

/* @end */



/* @end */

/* @group Title */

#title{
	height: 2.25em;
	margin-top: 0.56em;
	padding-right: 36px;
	padding-left: 36px;
}

#title h1{
	float: left;
	padding-bottom: 0.1em;
}

#detail-toggle{
	font-size: 1.13em;
	text-transform: lowercase;
	color: #5d5e60;
	float: right;
	margin-top: 0.31em;
	outline: none;

}

#detail-toggle:active{
	color: #a0957f;
}

#detail-toggle .amp{
	color: #a0957f;
}



/* @end */

/* @group Details */

#details-wrapper{
	background-color: #e9e8e8;
}
#details{
	background-color: #e9e8e8;
	border-top: 3px solid #5d5e60;
	padding: 18px 36px;
}

/* @group Description */

#description {
	float: left;
	width: 250px;
}

#description p{
	margin-bottom: 1.13em;
}

#description .dropcap{ 
	float:left;
	color: #a0957f;
	font-size: 2.7em;
	margin-right: 0.08em;
	line-height: 1em;
	margin-bottom: -0.5em;
}

#description blockquote{
	color: #5d5e60;
	border-left: 3px solid #5d5e60;
	margin-left: 10px;
	padding-left: 10px;
}

#description ul, #description ol{
	margin-bottom: 1.13em;
	padding-left: 25px;
	
}

#description a{
	color: #5d5e60;
	text-decoration: underline;
}

#wrapper.small #image-details,
#wrapper.medium #image-details,
#wrapper.vertical.large #image-details,
#wrapper.vertical.x-large #image-details{
	float: none;
}

#wrapper.horizontal.medium #description, 
#wrapper.horizontal.medium #image-details{
	width: 430px;
}

#wrapper.horizontal.large #description{
	width: 300px;
	margin-right: 20px;
}
#wrapper.horizontal.large #image-details{
		width: 230px;
}

#wrapper.horizontal.x-large #description{
	
	width: 535px;
	margin-right: 20px;
}

#wrapper.square.x-large #description, 
#wrapper.square.x-large #image-details{
	width: 430px;
}


/* @end */

/* @group Image Details */

#image-details, #more{
	text-align: right;
	width: 250px;
	float: left;
	color: #5d5e60;
}

#image-details a, #more a{
	color: #5d5e60;
}

#image-details p,
#image-details ul,
#more p,
#more ul{
	list-style-type: none;
	margin-bottom: 1.13em;
}
#image-details ul,
#more ul{
	text-transform: lowercase;
}

#image-details ul,
#more ul{
	text-transform: none;
}

#image-details h3,
#more h3{
	float: left;
	padding-bottom: 0.1em;
	margin-top: -2px;
}




/* @end */

/* @group More */

#more{
	width: 314px;
	float: right;
}


/* @end */

/* @group Comments */

#comments{
	width: 314px;
	float: right;
}

#name, #email, #message, #url{
	border: 1px solid #5d5e60;
	background-color: #e9e8e8;
}
#comments .comment{
	margin-bottom: 1.13em;
}

#comments form {
	background: url(http://static.dview.us/divider.png) no-repeat center bottom;
	padding-bottom: 48px;
	margin-bottom: 10px;
}

#name{
	width: 144px;
	height: 20px;
	padding: 4px;
}
#email{
	width: 144px;
	height: 20px;
	padding: 4px;
}
#message{
	width: 302px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 80px;
	padding: 4px;
	resize: vertical;
}
#submit {
	background: url(http://static.dview.us/button_add.png) no-repeat 0 0;
	height: 29px;
	width: 312px;
	border-style: none;
	border-width: 0;
	text-transform: lowercase;
	cursor: pointer;
}

#submit:hover{
	background-position: 0 -29px;
}

#submit:active{
	background-position: 0 -58px;
}
#url{
	width: 302px;
	height: 20px;
	padding: 4px;
	margin-bottom: 5px;
}

/* Hide the URL field for now, and who knows, maybe some stupid spammer bots will fill in the url, that would be funny! */

#url{

}

.author{
	display: block;
	text-align: right;
}


.author, .author a {

	color: #a0957f;
}


/* @end */



/* @end */

/* @group Footer */

#footer {
	color: #a0957f;
	text-transform: lowercase;
	text-align: right;
	font-size: 0.88em;
	opacity: 0.25;
	font-style: italic;
	padding-right: 36px;
	padding-bottom: 1.13em;
	padding-left: 36px;
	margin-top: 1.13em;
}

#footer #copyright{
	float: left;
	padding-bottom: 0.1em;
}
#footer #size a{
	margin-left: 1.5em;
	outline: none;
}

#footer:hover{
	opacity: 1;
}

#footer a{
	color: #5d5e60;
}

#footer a.active{
	color: #a0957f;
}



/* @end */

