/*
Theme Name: Jeff Henig
Theme URI: http://jeffhenig.com/
Description: Custom design by Moore Consulting
Version: 1.0
Author: David Moore
Author URI: http://moore-consulting.net/
Tags: white, photo, fixed width, two columns, widgets


	This theme was designed and built by David Moore.
	

	The CSS, XHTML and design are protected by copyright

*/


BODY {
	margin: 10px 20px 20px 20px;
	padding: 0;
}

BODY, TD, TH, INPUT, SELECT {
	font-family:'Lucida Grande', Calibri, verdana, Helvetica, Verdana, sans-serif;
	font-size: 13.5px;
}

A {
	text-decoration: none;
	outline: none;
}

A:hover {
	text-decoration: underline;
}

H1, H2, H3, H4 {
	margin: 5px 0;

}

H1 { font-size: 18px; }
H2 { font-size: 14px; }
H3 { font-size: 12px; }
H4 { font-size: 11px; }

H1, H2 {
	padding: 2px 10px 2px 0;

}

#wrapper {
width: 930px;
	margin: 5px auto 0 auto;
	padding: 7px 0 0 0;
	background:  #fff url('../../../images/header-bg.gif') top left no-repeat;

}

#header {

	width: 920px;
background: url('../../../images/content-bg.gif') top left repeat-y;
	height: 209px;
padding: 0 5px 0 5px;


	margin: 0;

}



#utilities {

width: 920px;

margin: 0 auto 0 auto; 
padding: 0;
font-size: 95%;

color: #666;
text-align: right;

}



#utilities a {

color: #666;

}





#header TABLE TD {
	vertical-align: bottom;
}

#header #nav {
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 30px;
font-family:'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
	
}

#header #nav ul {
width: 915px;
height: 30px;
	list-style: none;
	margin:0;
	padding: 0 5px;

	
}

#header #nav li {
	float: left;
	padding: 0 8px 0 8px;
	border-right: 1px solid;
	margin-top: 10px;
}

#header #nav li.last  {
	border: none;
}

#logo {
padding: 0;
margin: 0;
	font-size: 24px;
	font-family: georgia, serif;
	border-bottom: 1px solid #ccc;
	
}

#logo a:hover { text-decoration: none; }

#main {
	width: 910px;
	padding: 10px 10px 0 10px;
	background: url('../../../images/content-bg.gif') top left repeat-y;
margin: 0;
	border-top: 1px solid #ccc;
	
}


#content {
	margin: 10px 10px 0 5px;
        padding-right:10px;
       	background: #fff;
}

#footer {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 10px 5px;
	font-size: 11px;
	background: url('../../../images/footer-bg.gif') top left no-repeat;

}

#subnav {
	padding: 0 0 5px 2px;
	margin-bottom: 10px;
}
.sm {
	font-size: 10px;
}


/* ############# ps styles ############## */

UL.thumbs {
	width: auto;
}

UL.thumbs LI {
	border: 1px solid transparent;
	margin: 0 5px 5px 0;
}

DIV.pageRange {
	float: right;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

TD.imgCell {
	vertical-align: top;
	padding-right: 20px;
}

DIV.bio {
	line-height: 1.4em;
	margin: 10px 50px;
	width: 650px;
}

UL.links {
	list-style: none;
	padding: 0;
	line-height: 14px;
	margin: 15px 0 15px 0;
}

UL.links LI {
	margin-top: 3px;
}

UL.links LI A {
	padding: 0px 0px 2px 0;
	font-size: 11px;
	font-weight: bold;
}

TD.search_thumbs.text, TD.gallery_thumbs.text {
	height: 15px;
	padding: 3px 0 2px;
	font-size: 12px;
}

FORM.image_keywords UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

FORM.image_keywords UL LI {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0;
}


/*
A.page_next, A.page_previous {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
}
*/

.feature_galleries_name {
	text-align: right;
}

UL.my_recent_galleries {
	list-style: none;
	padding: 0 5px;
	margin: 0;
}

UL.my_recent_galleries LI {
	margin: 0;
	padding: 0;
	text-align: left;
}

DIV.refineBox {
	padding: 5px;
	border:1px solid;
}

DIV.gallery_search_box {
        float: right;
        margin: 8px 5px 5px 5px;
}

DIV.search_box_refine {
	margin-bottom: 5px;
}

BODY {
	background: #EDEDED;

}

BODY, TD, TH {
	color: #222;
}

INPUT, SELECT {
	color: #333;
}

A {
	color: #666;
}

A:hover {
	color: #222;
}

.entry a, .post a {
color:#666;
}

.entry a:visited, .post a:visited {
color:#666;
}

.entry a:hover, .post a:hover {
color:#F98F50;
font-weight: bold;
}




H1, H3, H4 {
	color:#F98F50;
}

H1 a {
	color:#F98F50;
}

.post h1 a:visited {
color:#F98F50;
}

.post h1 a:link {
color:#F98F50;
}

h2 {
color: #666666;
}


#header #nav {
	height: 11px;
	margin-bottom: 5px;
}

#header #nav DIV { 
	border-color: #888;
}

#header #nav A {
	color: #666;
	text-transform: uppercase;
	padding-bottom: 4px;
}

#header #nav A:hover {
	color: #F98F50;
	text-decoration: none;
font-weight: bold;
}

#footer {
	color: #666;
}

#footer A {
	color: #999;
}

UL.links LI:hover {
	color: #fff;
}

/* ############# ps styles ############## */

UL.thumbs LI {
	border: 1px solid transparent;
}

UL.thumbs LI:hover {
	border: 1px solid #fff;
	background-color: #eee;
}

SPAN.gallery_collection_list_num_galleries {
	font-size: 10px;
	color: #999;
}

UL.my_recent_galleries LI:hover {
	color: #fff;
}





A.page_next, A.page_previous {
	background: url('http://pa.photoshelter.com/img/custom/1.0/themes/Induro/whitesand/pagArrow.gif') no-repeat;
	height: 18px;
}

A.page_next {
	background-position: 23px 4px;
	padding-right: 20px;
}

A.page_next SPAN { padding-right: 15px; }

A.page_next:hover {
	background-position: 23px -15px;
}

A.page_previous {
	background-position: -73px 3px;
	padding-left: 20px;
}

A.page_previous:hover {
	background-position: -73px -16px;
}

A.page_next SPAN, A.page_previous SPAN, A.page_next IMG, A.page_previous IMG {
}

DIV.pageRange {
	color: #999;
}

DIV.refineBox {
	border-color: #333;
}

SPAN.slideshow {
	margin-left: 3px; 
	border-left: 1px solid #555; 
	padding: 0 0 0 21px;
	background: transparent url(http://pa.photoshelter.com/img/custom/1.0/themes/Induro/default/slide.png) no-repeat 5px 3px;
}

SPAN.dnld {
	margin-left: 3px; 
	border-left: 1px solid #555; 
	padding: 0 0 0 21px;
	background: transparent url(http://pa.photoshelter.com/img/custom/1.0/themes/Induro/default/dnld.png) no-repeat 5px 3px;
}


.carrot {
        background: transparent url('http://pa.photoshelter.com/img/custom/1.0/themes/Induro/whitesand/carrot.gif') no-repeat left;
        padding-left: 10px;
        margin-right: 15px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        display: block;
        float: left;
}

#screenimg {
	padding: 5px; 
	border: 1px solid #ddd;
}

UL.thumbs {
	width: auto;
	margin: 5px auto;
}

UL.thumbs LI TABLE TD A {
	text-decoration: none;
font-size: 11px;
line-height: 1;
}

UL.thumbs LI TABLE TD.slide {
	vertical-align: bottom;
}

UL.thumbs LI TABLE TD.text {
	padding: 3px 0 2px;
}

UL.thumbs LI DIV.thumb_links {
	padding: 2px;
	width: 97%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;

}

FORM.image_keywords UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

FORM.image_keywords UL LI {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0;
}



/* ############# wordpress styles ############## */

ul.counts .count{

	color: #7A7A7A;
float: left;



}



ul.dates .date{

	color: #7A7A7A;

	padding: 0px 1em 0px 0px;

}



ul.dates a, ul.counts a{

	color: #404040;

	text-decoration: none;

}



ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
font-weight: bold;
	color: #F98F50;

}



ul.dates li, ul.counts li{

	border-bottom: 1px solid #C2C2C2;

	list-style-type: none;

	margin: 0 0 0 0;

	padding: 0.3em 0px;

}



ul.counts{
	list-style-type: none;
padding: 0;
	margin: 0.5em 0px 1.5em 0;
	font-size: 11px;
font-family:'Lucida Grande', Calibri, Helvetica, Arial, sans-serif;
	
}



#sidebar {
background-color: #EDEDED;
margin:20px; 
padding: 20px; 
float: left;
color: #222;
}

#sidebar h2 {
color: #000;
}



#sidebar a:hover {
color: #F98F50;
text-decoration: none;
font-weight: bold;
}

#sidebar ul {
margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

}

#sidebar li{

	list-style-type: none;

	margin: 7px 0 8px 10px;



}


#sidebar li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}

#home ul {
margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

}

#home li{

	list-style-type: none;

	margin: 7px 0 8px 10px;



}


#home li:before, #home ul ul li:before {

	content: "\00BB \0020";

	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.navigation {
margin: 20px;
float: left;
}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}




.postmetadata {
	margin: 30px 30px 30px 0;
border-top: 1px solid #ccc;
padding: 4px;
font-size: 0.9em;
	}

.postmetadata a {
color: #666;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* Begin Images */
p img {
	padding: 0 0 25px 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


