/*basic reset*/
*{margin:0;padding:0;border:none;}

body{
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
}

a {
	color: #bcb5a4;
	text-decoration: underline;
}

a:hover {
	color: #f1eee8;
}

p {
	margin: 1.4em 0;
	line-height: 1.4em;
	font-size: 1em;
	color: #847f73;
}



h1,h2,h3,h4,h5,h6{
	font-family: Impact, 'Arial Black', sans-serif;
	font-style: italic;
	color: #bcb5a4;
	line-height: 1em;
	font-weight: normal;
	margin:0;
	padding:0; /*This is a sifr thing - it uses padding to calc height, so to stay accurate, i'm using margins */
}
h1{
	font-size: 1.6em; /*24px*/
}
h2, h3, h4, h5 {
	font-size: 1.2em; /*18px*/
	}

h6{
	font-size: 1em; /* 15px */
}

ul,ol,dl{
	font-size: 1em;
	line-height: 1em;
	margin: 1.2em 0;
	list-style-position: inside;
}
li{
	font-size: 1em;
	color: #847f73;
	margin: .6em 0;
	line-height: 1.4em;
	padding:0;
	padding-left: .2em;
	list-style-type: none;
	list-style-image: url(images/smooth_dot.png);
}
dd{
	font-size: 1em;
	color: #847f73;
	margin: 1.4em 0;
	line-height: 1.4em;
	padding:0;
	padding-left: .6em;
}
dt{
	font-size: 1em;
	color: #bcb5a4;
	font-weight: bold;
	margin: 1.2em 0;
	line-height: 1.2em;
	padding:0;
	padding-left: .6em;
	color: #bcb5a4;
	font-weight: bold;
}

table{
	border-collapse: collapse;
}

img.inline {
	margin: .6em;
	padding: .2em;
}
img.block{
	margin:.6em 0;
	padding: .2em;
}
.float-right {
	float: right;
	margin: .6em 0 .6em .6em!important;
}
.float-left{
	float: left;
	margin: .6em .6em .6em 0!important;
}

/**********
Global Navigation
***********/

ul.nav{
	display: inline-block;
	margin:0;
	padding:0;
}

ul.nav li{
	margin:0;
	display: inline-block;
	list-style-type: none;
	list-style-image: none;
}

ul.nav li a{
	display: inline-block;
	padding: .4em .8em;
}

/**********
Structural and Layout
***********/

.header-wrapper,
.image-frame-wrapper,
.footer-wrapper {
	position: relative;
	margin:0;
	padding:0;
	width: 100%;
}

.header{
	position: relative;
	margin: 0 auto;
	background: #191815;
	z-index: 200;
	width: 960px;
}
.image-frame{
	position: relative;
	margin: 33px auto 1em;
}

.footer {
	position: relative;
	margin: 0 auto;
	padding: 33px 0;
	width: 960px;
}

#photo {
	margin:0 auto;
	border: 2px solid #9b9587;
}

.clear {
	clear: both;
}

/******* Layout colours *********/

body{
	background-color: #191815;
}

.header-wrapper{
	background: #191815;
	border-bottom: 2px solid #777166;
	color: #847f73;
}
.image-frame-wrapper{
	background: #858074 url(images/solid_gradient.png) repeat-x fixed; /*semi transparent png here */
	border-top: 5px solid #3f3c35;
	border-bottom: 5px solid #3f3c35;
}
.footer-wrapper{
	background: #191815;
	border-top: 2px solid #777166;
	color: #847f73;
}


/**********
Site Logo and Image Name
***********/
h2#site-title{
	font-size: 1.2em;
	line-height: 1em;
	vertical-align: baseline;
	position: absolute;
	top:-1px;
	left: 0;
	margin:0;
	padding:0;
	text-indent: -9999px;

}
.logo{
	display: block;
	height: 69px;
	width: 130px;
	background: transparent url(images/doucy_logo_2.png) top left no-repeat;
}

h2#photo-date{
	color: #847f73;
	font-size: 1.2em;
	margin:0;
	margin-left: 136px;
	padding: 1.6em .8em 2px 0;
	float: left;

}
h1#photo-title{
	color: #f1eee8;
	font-size: 1.2em;
	margin:0;
	padding: 1.6em 0 2px;
	float: left;
}

/**********
Top Navigation
***********/

#site-nav{
	float: right;
	margin:0;
	padding:0;
}

#site-nav li a{
	font-family: Impact, 'Arial Black', Arial, sans;
	font-style: italic;
	color: #bcb5a4;
	font-size: 1em; /*15px*/
	line-height: 1.2em; /*18px*/
	text-decoration: none;
	font-style: italic;
	padding: 2em .8em 2px;
}
#site-nav li a:hover{
	color: #f1eee8;
}

/**********
Image Navigation
***********/
#image-nav{
	display: block;
	margin:0 auto 1em;
	padding:0;
	height: 1.2em;
	max-width: 960px;
}
#image-nav li{
	list-style-image: none;
	margin:0;
	padding:0;
}
#image-nav li a{
	font: .8em Arial;
	font-weight: bold;
	color: #3f3c35;
	text-decoration:none;
	margin:0;
	padding:0;
}
#image-nav li a:hover{
	color:#777166;
}

#image-nav .previous{
	display: inline-block;
	float: left;
	padding-left: 30px;
}
#image-nav .next{
	display: inline-block;
	float: right;
	padding-right: 30px;
}


/**********
Image Notes
***********/
#image-notes{
	width: 520px;
	margin:0;
	padding:0;
}
#image-notes h2{
	margin-bottom: 1em; /*becuase pixelpost doesn't add <p> tags to image note content */
}

.copyright{
	clear: both;
	width: 960px;
	text-align: center;
	font-size: .8em;
	color: #777166;
}
.image-page .copyright{
	text-align: left;
}

/**********
Comments
***********/
#comments{
	width: 520px;
	margin:2em 0;
	padding:0;
	min-height: 100px;
}

#comments ul li{
	line-height: 1.4em;
	margin: 1.2em 0;
	padding:0;
	list-style-image:none;
}
#comments a{
	text-decoration: none;
}




/**********
Social
***********/
#social{
	position: absolute;
	top:33px;
	right:0;
	width: 400px;
	font-size: 1em;
	margin:0;
	padding:0;
	background-color: #3f3c35;
	border: 2px solid #777166;
	color: #191815;
}
#social h2{
	margin: 0 15px;
	padding: 15px 0;
	color: #847f73;
}

/**********
Addthis Styles
***********/

.addthis_toolbox{
	position:relative;
	width: 390px;
	z-index: 100;
	border-top:5px solid #191815;
	border-left:5px solid #191815;
	border-right:5px solid #191815;
}
.addthis_links{
	position: absolute;
	top: -18px;
	right: 20px;
}
/*addthis style overrides */
.adthis_toolbox a,
.at300bs{
	float: none !important;
	display: inline-block !important;
	background: url(images/doucy_icons_48sprite.png) !important;
	background-repeat: no-repeat;
	height: 50px !important;
	width: 50px !important;
	overflow: hidden;
}
.at15t_twitter{background-position: 0px 0px !important;}
.at15t_facebook{background-position: 0px -100px !important;}
.at15t_email{background-position: 0px -150px !important;}
.at15t_expanded{background-position: 0px -50px !important;}

/**********
Comment Form
***********/
#add-comment{
	border-bottom:5px solid #191815;
	border-left:5px solid #191815;
	border-right:5px solid #191815;
}
#add-comment h2{
	cursor: pointer;
	display:block;
}
#add-comment h2:hover{
	color: #f1eee8;
}
#comment-form{
	display: none; /*initialize slide down */
	padding: 15px;
	padding-top: 0;
	width: auto;
	max-width: 360px;
}

textarea.textarea{
	color: #bcb5a4;
	font: 1em Arial;
	width: 338px;
	padding: 8px;
	height: 7em;
	background: #191815;
	border: 2px solid #777166;
}	
input.checkbox{
	background: #191815;
	border: 2px solid #777166;
}

input.text{
	color: #bcb5a4;
	font: 1em Arial;
	padding: 8px;
	margin-top: 15px;
	width: 200px;
	display: inline-block;
	background: #191815;
	border: 2px solid #777166;
}

.checkbox{
	vertical-align: middle;
}
.button{
	color: #191815;
	background: #bcb5a4;
	border: 2px solid #777166;
	font-size: 1.2em;
	font-family: Impact, 'Arial Black', Arial, sans-serif;
	font-style: italic;
	padding: 4px;
	padding-right: 12px;
	margin-top: 12px;
}
.submit{
	margin-top: -18px;
	text-align: right;
	float: right;
	width: 120px;
}
.submit label{
	font-size: .8em;
	color: #847f73;
}

/**********
Pseudo Thumbnail - table allows for on the fly proportional scaling - the image is already loaded, so it don't matta' ;)
***********/
.thumb{
	max-height: 100px;
	overflow: hidden;
	width: auto;
	border-top: 2px solid #777166;
	border-bottom: 2px solid #777166;
}
.thumb table {
	position: relative;
	width: auto;
	z-index: 200;
	margin: 0;
	border-width: 0;
}
.thumb table td,
.thumb table td img{
	border-width: 0;
	width: 100%;
	padding:0;
	overflow: hidden;
}

.sticky{
	position: fixed;
}

/****************
BROWSE PAGES
*****************/

.site-section{
	color: #847f73;
	font-size: 1.2em;
	margin:0;
	margin-left: 136px;
	padding: 1.6em .8em 2px 0;
	float: left;

}
#gallery{
	color: #f1eee8;
	font-size: 1.2em;
	margin:0;
	padding: 1.6em 0 2px;
	float: left;
}

.gallery .image-frame{
	width: 80%;
	max-width: 1080px;
	text-align: center;
}

.thumbnails{
	margin: .4em;
	border: 2px solid #777166;
}
.current-thumbnail {/* class for current thumbnail */

}
/****************
ABOUT PAGES
*****************/

.site-section{
	color: #847f73;
	font-size: 1.2em;
	margin:0;
	margin-left: 136px;
	padding: 1.6em .8em 2px 0;
	float: left;

}
#about{
	color: #f1eee8;
	font-size: 1.2em;
	margin:0;
	padding: 1.6em 0 2px;
	float: left;
}

.about .image-frame{
	width: 960px;
}

.about .subject{
	width: 430px;
	background: #191815;
	border: 2px solid #777166;
	margin: 0 0 1em 0;
	padding: 15px;
}
.about .subject h3{
	float: right;
}
.odd{
	float: left;
	clear: left;
}
.even{
	float: right;
	clear:right;
}
/**********
Affiliate Links
***********/

img.affiliate{
	background: #777166;
}
img.affiliate:hover{
	background: #f1eee8;
}
