/* CSS by Nate Siggard, 20091203 */
/* Reset css */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Layout */
body {
	background:#111;
	color:#fff;
	font-size:1em;
	font-family:'Lucida Grande', Arial, sans-serif;
}

h1, h2, h3, h4, strong, bold {
	font-weight:bold;
}

a	{
 color:#00ccff;
}

p, li {
	line-height:1.2em;
}

p a {
	color:#e2e2e2;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

p a:hover {
	color:#00CCFF;
}

#container {
	width:860px;
	margin:auto;
}

#header {
height:80px;
}

#header h1 {
	float:left;
}

#header h1 a {
	display:block;
	width:406px;
	height:80px;
	background:url(../img/logo.png) center left no-repeat;
}

#nav {
	margin-top:30px;
	float:right;
}

#nav li {
	float:left;
	padding:0 10px 0 10px;
}

#nav li a {

}

#nav-galleries a {
	display:block;
	background:url(../img/nav-galleries.png) no-repeat top center;
	width:87px;
	height:12px;
}
#nav-galleries a:hover {
	background-position:0 -12px;
}
#nav-prints a {
	display:block;
	background:url(../img/nav-prints.png) no-repeat top center;
	width:56px;
	height:12px;
}
#nav-prints a:hover {
	background-position:0 -12px;
}
#nav-books a {
	display:block;
	background:url(../img/nav-books.png) no-repeat top center;
	width:57px;
	height:12px;
}
#nav-books a:hover {
	background-position:0 -12px;
}
#nav-about a {
	display:block;
	background:url(../img/nav-about.png) no-repeat top center;
	width:56px;
	height:12px;
}
#nav-about a:hover {
	background-position:0 -12px;
}
#nav-contact a {
	display:block;
	background:url(../img/nav-contact.png) no-repeat top center;
	width:80px;
	height:12px;
}
#nav-contact a:hover {
	background-position:0 -12px;
}

div.photo {
	border:29px solid #222;
	background:#000;
	margin-bottom:30px;
	background-position:center center;
	width:800px;
	height:525px;
}

div.photo-inside {
	background:url(../img/signature.png) bottom left no-repeat;
	display:block;
	width:798px;
	height:523px;
	border:1px solid #000;
}

#photo-link-back {
	float:left;
}
#photo-link-back a {
	height:525px;
	width:200px;
	display:block;
}
#photo-link-back a:hover, #photo-link-next a:hover {
	text-decoration:none;
	border-bottom:none;
}
#photo-link-next {
	margin-left:598px;
	height:525px;
	width:200px;
}
#photo-link-next a {
	height:525px;
	width:200px;
	display:block;
}

div.photo div img {
	position:absolute;
	left:-5000px;
}

#content {
	float:left;
	width:530px;
	margin-left:0px;
	margin-top:10px;
}

#sidebar {
	margin-left:540px;
	margin-right:30px;
}

#content h2 {
	font-size:1.3em;
	letter-spacing:.2em;
	margin-bottom:5px;
	text-transform:uppercase;
}
.sub-gallery {
	font-size:.8em;
	text-indent:3em;
	letter-spacing:.1em;
	font-style:italic;
	margin-bottom:30px;
}
.sub-gallery a {
	color:#00ccff;
	border-bottom:1px solid #666;
}
.photo-info {
	line-height:2em;
	letter-spacing:1px;
	font-size:.9em;
	margin-bottom:20px;
}
.tags {
	font-size:.8em;
	letter-spacing:1px;
	margin-bottom:30px;
}
.tags a {
	color:#00ccff;
}
h3.share {
	float:left;
	width:74px;
	height:35px;
	background:url(../img/share.gif) no-repeat;
	margin-right:30px;
}
ul.share-links li {
	float:left;
	padding-left:10px;
}
ul.share-links li a {
	display:block;
	width:33px;
	height:35px;
}
#share-twitter {
	background:url(../img/share-twitter.gif) no-repeat;
}
#share-facebook {
	background:url(../img/share-facebook.gif) no-repeat;
}
#share-delicious {
	background:url(../img/share-delicious.gif) no-repeat;
}
#share-reddit {
	background:url(../img/share-reddit.gif) no-repeat;
}
#share-digg {
	background:url(../img/share-digg.gif) no-repeat;
}
#share-stumbleupon {
	background:url(../img/share-stumbleupon.gif) no-repeat;
}
.clear {
	clear:both;
	height:0px;
	border:1px solid #111;
	margin-bottom:30px;
}
p.previous {
	border:10px solid #333;
	float:left;
	width:202px;
	height:135px;
}
p.next {
	border:10px solid #333;
	margin-left:260px;
	width:202px;
	height:135px;
	margin-bottom:30px;
}
p.previous a {
	display:block;
	width:200px;
	height:133px;
	background:url(../img/previous.png) top center no-repeat;
	border:1px solid #000;
}
p.next a {
	display:block;
	width:200px;
	height:133px;
	background:url(../img/next.png) top center no-repeat;
	border:1px solid #000;
}
p.previous a:hover, p.next a:hover {
	background-position:0 -133px;
}

h3.about-photog {
	background:url(../img/about-me.gif) no-repeat;
	width:190px;
	height:26px;
	margin-bottom:1em;
}
.author {
	font-size:.7em;
	letter-spacing:1px;
	line-height:1.6em;
	padding-bottom:30px;
	border-bottom:1px solid #333;
	margin-bottom:30px;
	color:#999;
}
.about-photo {
	float:left;
	margin-right:20px;
	padding:1px;
	border:5px solid #333;
	margin-bottom:30px;
	
}
#footer {
	width:830px;
	margin:auto;
	margin-top:10px;
	margin-bottom:40px;
	padding-right:30px;
}
p.copyright {
	font-size:.7em;
	color:#333;
	line-height:1.5em;
	letter-spacing:1px;
	width:530px;
}
#developer {
	clear:both;
	float:right;
	text-align:right;
	width:50%;
	margin-top:40px;
}

#developer, #developer a {
display:block;
height:17px;
width:111px;
}

#developer a {
	background:url(../img/afeintdesign.png) top center no-repeat;
	border:none;
	text-decoration:none;
}
#developer a:hover {
	background-position:0 -17px;
}
.purchase {
	float:right;
	width:183px;
}
p.purchase a {
	border:none;
}
#buy-a-print {
	display:block;
	width:183px;
	height:47px;
	background:url(../img/buy-a-print.gif) no-repeat;
	border-bottom:1px solid #333;
}
#buy-a-print:hover{
	background-position:0 -47px;
}
#license-this-photo {
	display:block;
	width:183px;
	height:34px;
	background:url(../img/license.gif) no-repeat;
}
#license-this-photo:hover {
	background-position:0 -34px;
}
.in-a-book {
	width:108px;
	height:106px;
}
p.in-a-book a {
	display:block;
	width:108px;
	height:106px;
	background:url(../img/in-a-book.gif) no-repeat;
	border:none;
}
#sales {
	display:block;
	height:106px;
}
#how-to-take-hdr-photos {
	display:block;
	margin-left:20px;
	background:url(../img/ebook-ad.jpg) no-repeat;
	width:268px;
	height:270px;
	margin-left:20px;
	border:1px solid #fff;
	margin-bottom:30px;
}
#blog-header {
	width:105px;
	height:33px;
	background:url(../img/blog-posts.gif) no-repeat;
	margin-bottom:15px;
	margin-left:20px;
}
#blog-posts {
	margin-left:20px;
}
#blog-posts li {
	margin-bottom:10px;
	line-height:1.2em;
	letter-spacing:1px;
	background-color:#333;
	padding:10px;
	-moz-border-radius-topright: 5px;  
     -moz-border-radius-topleft: 5px;  
     -moz-border-radius-bottomright: 5px;  
     -moz-border-radius-bottomleft: 5px;  
     -webkit-border-top-right-radius: 5px;  
     -webkit-border-top-left-radius: 5px;  
     -webkit-border-bottom-right-radius: 5px;  
     -webkit-border-bottom-left-radius: 5px;  
     border-top-right-radius: 5px;  
     border-top-left-radius: 5px;  
     border-bottom-right-radius: 5px;  
     border-bottom-left-radius: 5px;
     font-size:.9em;
}
#blog-posts li a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #00ccff;
}

/* Galleries */

#gallery-desc {
	padding:20px;
	padding-top:40px;
	font-size:.8em;
	margin-bottom:20px;
	background:url(../img/gallery-desc.png) top right no-repeat #222;
}

#gallery-desc p {
	line-height:1.7em;
}

#content-galleries {
	float:left;
	width:530px;
}

#content-galleries h2 {
	font-size:1.5em;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin-bottom:1em;
}

.gallery_thumb {
	border:10px solid #333;
	margin-bottom:20px;
}

.gallery_thumb:hover {
	border-color:#fff;
}

.gallery_thumb div {
	border:1px solid #000;
	display:block;
	width:508px;
	height:100px;
}

.gallery_thumb div a {
	display:block;
	width:498px;
	height:40px;
	padding-top:60px;
	padding-left:10px;
	text-decoration:none;
	opacity:.5;
}

.gallery_thumb div a:hover {
	opacity:1;
}

div.gallery_thumb div a span {
	font-size:30px;
	color:#fff;
	border:none;
	text-shadow: #000 3px 3px 3px;
}

#tag-cloud {
	margin-left:20px;
	margin-bottom:20px;
}

.tag-1 {
	display:none;
}
.tag-2 {
	font-size:.8em;
	line-height:1em;
}
.tag-3 {
	font-size:1em;
	line-height:1.2em;
}
.tag-4 {
	font-size:1.15em;
	line-height:1.3em;
}
.tag-5 {
	font-size:1.3em;
	line-height:1.5em;
}

/* Gallery */

#content-gallery {
	float:left;
	width:500px;
}

#content-gallery h2 {
font-size:1.5em;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin-bottom:1em;
}
.photo_thumb {
	border:10px solid #333;
	float:left;
	width:202px;
	height:135px;
	margin-right:25px;
	margin-bottom:25px;
}

.photo_thumb:hover {
	border-color:#fff;
}

.photo_thumb div {
	display:block;
	width:200px;
	height:133px;
	border:1px solid #000;
}

.photo_thumb div a {
	display:block;
	height:134px;
	width:200px;
}

.gallery-hidden-photo {
	position:absolute;
	left:-5000px;
}

/* Buy a print & Licensing */

#content-sell {
	float:left;
	width:530px;
}

#content-sell h2 {
	font-size:1.4em;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin-bottom:1em;
}

#content-sell h3 {
	margin-bottom:1.5em;
	margin-top:1em;
	font-size:1.2em;
}

#content-sell h4 {
	margin-top:1em;
	margin-bottom:1.5em;
	font-size:1.1em;
}

#content-sell ul {
	margin-bottom:20px;
}

#content-sell p {
	font-size:.8em;
	line-height:1.5em;
	margin-bottom:2em;
}

#content-sell p.copyright {
	font-size:.7em;
	margin-bottom:40px;
	color:#333;
	line-height:1.5em;
	letter-spacing:1px;
}

#content-sell form {
	margin-bottom:1em;
	padding-left:1em;
}

#content-sell label {
	margin-right:1em;
}

#content-sell ul li {
	line-height:2em;
	margin-left:1em;
	font-size:.8em;
}

#photo-sell {
	display:block;
	float:right;
	border:10px solid #333;
	padding:1px;
}

#photo-sell:hover {
	border-color:#fff;
}

#photo-sell div {
	margin-top:1px;
}

#content-sell fieldset {
	margin-bottom:.7em;
	font-size:.8em;
	color:#111;
}

#content-sell fieldset:hover {
background-color:#222;
	-moz-border-radius-topleft: 6px;   
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topright: 5px;   
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 6px;   
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-right-radius: 5px;   
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 6px;  
    border-bottom-left-radius: 6px;
    border-top-left-radius: 5px;  
    border-bottom-left-radius: 5px;
    color:#fff;
}

#content-sell label {
	display:block;
	width:25%;
	float:left;
     -moz-border-radius-topleft: 5px;   
     -moz-border-radius-bottomleft: 5px;   
     -webkit-border-top-left-radius: 5px;   
     -webkit-border-bottom-left-radius: 5px;   
     border-top-left-radius: 5px;  
     border-bottom-left-radius: 5px;
     background-color:#333;
     padding-left:15px;
     height:40px;
     line-height:40px;
     color:#fff;
}

fieldset#use:hover {
	background-color:#111;
}

#content-sell .tip {
	margin-left:1em;
	font-size:.8em;
}

fieldset#use .tip {
width:22%;
clear:left;
float:left;
margin-top:-100px;
line-height:2em;
}

fieldset#use textarea {
	height:150px;
	width:300px;
}

#content-sell input[type="text"], #content-sell select {
	height:15px;
	line-height:11px;
	padding:2px;
	margin-top:8px;
}

input[type="submit"] {
margin-left:30%;
}

/* Pages */

#content-page {
	float:left;
	width:530px;
	margin-top:20px;
}

#content-page p {
	margin-bottom:1em;
	line-height:1.7em;
	font-size:.8em;
}

#content-page h2 {
	font-size:1.5em;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin-bottom:1em;
}

#content-page h3 {
	font-size:1.1em;
	letter-spacing:.1em;
	margin-bottom:1em;
	margin-top:2em;
}

#content-page h3.share {
margin-top:0;
}

#content-page p.copyright {
	font-size:.7em;
	margin-bottom:40px;
	color:#333;
	line-height:1.5em;
	letter-spacing:1px;
}

/* Blog */

#blog {
	float:left;
	width:500px;
}

#blog h2 a{
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #333;
}

#blog .post {
	margin-bottom:2em;
	padding-bottom:1em;
	border-bottom:3px solid #999;
}

#blog small {
	font-size:.9em;
}

#blog .entry {
	margin-top:10px;
	line-height:1.5em;
}	

#blog .navigation {
	margin-bottom:20px;
	display:block;
	height:1em;
}

#blog .alignleft {
	width:50%;
	float:left;
}

#blog .alignright {
	text-align:right;
}

#blog-sidebar {
	margin-left:540px;
	margin-right:30px;
	font-size:.8em;
}
.widget_categories, .widget_recent_entries, .widget_links {
	margin-left:20px;
	margin-bottom:20px;
}
.widgettitle {
	font-size:1.5em;
	margin-bottom:10px;
	text-transform:uppercase;
}

.cat-item, .widget_recent_entries ul li, .widget_links ul li {
	margin-bottom:5px;
	margin-left:10px;
}

.postmetadata {
	border-top:1px solid #333;
	padding-top:20px;
}

/* Shopping cart */

#content-cart {
	float:left;
	width:530px;
}

#content-cart h2 {
	font-size:1.4em;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin-bottom:1em;
}

#content-cart p {
	margin-bottom:1em;
}

#cart {
	margin-bottom:20px;
	margin-bottom:10x;
	margin-left:20px;
	height:26px;
}

#cart-link {
	float:left;
}

#cart-link a {
	display:block;
	height:26px;
	width:158px;
	background:url(../img/shopping-cart.png) no-repeat top center;
}

#cart-link a:hover {
	background-position:0 -26px;
}

#cart-contents {
	width: 90px;
	font-size:.7em;
	font-weight:bold;
	margin-left:178px;
	line-height:30px;
	background-color:#222;
	-moz-border-radius-topleft: 5px;   
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;   
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;   
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;   
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;  
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;  
    border-bottom-left-radius: 5px;
    text-align:center;
}

#cart-table {
	margin-top:1em;
	border:1px solid #666;
	width:100%;
	margin-bottom:2em;
}
#cart-table td {
	padding:.5em;
}

.cart-item-name {
	font-style:italic;
	font-weight:bold;
	letter-spacing:1px;
}

.cart-total-cost {
background-color:#222;text-align:right;border-top:1px solid #666;border-right:1px solid #666;font-weight:bold;
}

#checkout {
	float:right;
	padding:1em;
	font-size:1.1em;
}

fieldset#cctype {
	color:#fff;
}

fieldset#cctype:hover {
background-color:#111;
}
span.cardtypes {
	display:block;
	margin-left:170px;
}

.confirmation-customer-info {
	width:230px;
	padding-right:20px;
	float:left;
}

div.confirmation-customer-info h3 {
	margin-bottom:1em;
	letter-spacing:2px;
}

/* Text to hide */
#header h1 a span, #nav li a span, h3.share span, ul.share-links li a span, p.previous a span, p.next a span, h3.about-photog span, p.purchase a span, p.in-a-book a span, #how-to-take-hdr-photos span, #blog-header span, .photo_thumb div a span, #content-galleries h2, #cart a span, #developer a span , #photo-link-back a span, #photo-link-next a span {
	position:absolute;
	left:-5000px;
}