/*
Theme Name: Josh Resar
Theme URI: http://photographybypeterboroughphoto.com/
Description: Designed especially for Josh Resar.
Version: 1.0
Author: studio|chris
Author URI: http://www.studiochris.us/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}


.leftcolumn .entry{
	line-height: 1.4em;
	}

.singlecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 10px;
	}

.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;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 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 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* 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;
	}

#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 Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */

/*---------------------------------------------------------------------*/

body{margin: 0; padding: 0; background: #52BABA url(images/header_background.jpg) 50% 0 no-repeat; font-family: Verdana, Geneva, sans-serif; font-size: 14px; text-align: left;}
.clear{clear: both;}

h1, h2, h3, h4, h5, h6{color: #007F7F; font-family:Arial, Helvetica, sans-serif !important; padding-bottom: 6px; clear:both; margin: 12px 0; font-weight: normal;}

h1{font-size: 32px;}
h2{font-size: 26px;}
h3{font-size: 22px;}
h4{font-size: 18px;}

a{color: rgb(0, 127, 127);}
a:hover{color: #52BABA;}

#fullwrapper{display: block; min-beight: 100px; width: 100%; margin: 0 auto; position: relative;}
#headerwrapper{position: relative; width: 978px; margin: 0 auto; *top: 24px;}

#header{position: relative;}

span.topshadow{background: transparent url(images/content_background.png) 0 0 no-repeat; display: block; width: 978px; height: 40px; position: absolute; z-index: -1; top: 83px; left: 0;}
span.topshadow2{background: transparent url(images/content_background.png) -978px 0 repeat-y; display: block; width: 978px; height: 26px; position: absolute; z-index: -1; top: 123px; left: 0;}

#logo{display: block; height: 75px; width: 290px; position: relative; margin: 24px auto 14px auto; padding: 0;}
#logo a{display: block; height: 75px; width: 290px; text-indent: -1000em; position: absolute; top: 0; left: 0;}

#gnav{font-size: 17px; background: url(images/button_gradient.png) 0 0 repeat-x; width: 960px; padding: 0; margin: 0 auto; display: block; height: 60px; font-family: Arial, Helvetica, sans-serif;}
#gnav .tiny{display: block; font-size: 10px; font-family: Arial, Helvetica, sans-serif; padding-top: 1px;}

#gnav ul{margin: 0 auto; padding: 0; display: block; list-style: none; text-align: left;}
#gnav ul li{display: block; float: left; list-style: none; position: relative;}
#gnav ul li a{display: block; padding: 12px 24px; background: url(images/button_gradient.png) 0 0 repeat-x; color: #386161; border: 1px solid #AED1D1; border-top-color: #CEEAE9; border-left-color: #CEEAE9; text-shadow: 0 1px 0 #FFF; text-decoration: none;}
#gnav ul li a:hover, #gnav ul li a:focus, #gnav ul li a:active{color: #333; text-decoration: none; outline: none; background-position: 0 -24px;}

#gnav ul li ul{display: block; position: absolute; top: 60px; left: 0; z-index:1200; display: none;}
#gnav ul li ul li a{display: block; width: 200px;}



#gnav ul li.searchbox{display: block; padding: 12px 24px; background: url(images/button_gradient.png) 0 0 repeat-x; color: #386161; border: 1px solid #AED1D1; border-top-color: #FFF; border-left-color: #FFF; text-shadow: 0 1px 0 #FFF; height: 34px; width: 198px;}

#photoslideshow, #contentwrapper, #footerwrapper{clear: both; width: 978px; min-height: 24px; display: block; background: transparent url(images/content_background.png) -978px 0 repeat-y; margin: 0 auto; padding: 0; position: relative;}
#slide{width: 960px; height: 350px; margin: 0 auto; background-color: #808080; position: relative;}

.container{width: 888px; margin: 0 auto;}
.container.padded{padding: 6px 45px 18px 45px;}

#maincontent{min-height: 300px;}

#promo{clear: both; margin-bottom: 36px;}
.col{float: left; width: 280px; height: 180px; margin: 0; padding: 0; display: block;}
.col.mid{margin: 0 24px;}

body.home .leftcolumn, body.home .rightcolumn,{margin-top: 24px;}
.leftcolumn{float: left; width: 584px; min-height: 100px; display: block;}
.rightcolumn{float: right; width: 280px; min-height: 180px; padding: 0; display: block;}

#footerwrapper{ display: none;}
#footer{clear: both; display: block; width: 888px; min-height: 50px;}

.oshadow{display: block; width: 960px; height: 30px; margin: 0 auto; background: transparent url(images/roundshadow_trans.png) 50% 0 no-repeat; position: relative; top: 0; border-top: 1px solid #3E8F8F; }
#slideshadow{position: absolute; top: 0; left: 9px; display: block; width: 960px; height: 30px; margin: 0 auto; background: transparent url(images/roundshadow_trans.png) 50% 0 no-repeat; z-index: 1001;border-top: 1px solid #3E8F8F}

#maincontent:after{content:'.'; display: block; height: 0; clear: both; visibility: hidden;}

.button{display: block;}

a.button, .button a, input[type="submit"], button{padding: 8px 16px; background: url(images/button_gradient.png) 0 -12px repeat-x; color: #386161; border: 1px solid #AED1D1; border-top-color: #CEEAE9; border-left-color: #CEEAE9; text-shadow: 0 1px 0 #FFF; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 2px 4px #6D9998; -webkit-box-shadow: 0 2px 4px #6D9998;}

a.button:hover, .button a:hover, input[type="submit"]:hover, button:hover{text-decoration: none; color: #333; background-position: 0 -24px;}
#bottomshadow{display: block; width: 978px; height: 43px; background: transparent url(images/content_background.png) -1956px 100% no-repeat; padding: 0; margin: 0 auto;}
#copyright{clear: both; width: 100%; height: 227px; position: absolute; left: 0; bottom: -224px; background: url(images/footer_background.jpg) 50% 0 no-repeat; z-index: -1; padding-top:235px;  color: #386161; text-shadow: 0 1px 0 #A6C9C8; font-size: 14px; font-family: Arial, Helvetica, sans-serif;}

.postmeta{clear: both; border-top: 1px solid #EEE; margin-top: 24px; margin-bottom: 24px; font-size: 12px; padding: 0; color: #999;}
.postmeta p{width: 233px; padding: 12px 12px 12px 34px; line-height: 18px; margin-top: 0;}
.postmeta .postcats{background: #FFF url(images/folder-horizontal-open.png) 10px 14px no-repeat;}
.postmeta .posttags{background: #FFF url(images/tag.png) 10px 14px no-repeat; border-left: 1px solid #EEE; padding-left: 35px;}
.postmeta a{color: #666;}
.postmeta a:hover{color: #52BABA;}

#copyright a{color: #386161; text-shadow: 0 1px 0 #A6C9C8; text-decoration: none;}
#copyright a:hover{color: #FFF; text-shadow: 0 1px 0 #386161; text-decoration: none;}

.hidden{display: none; visibility:hidden;}

#headersearchform{margin-top: 3px;}
#headersearchform #s{padding: 6px 6px 6px 28px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #386161; border: 1px solid #AED1D1; border-top-color: #CEEAE9; border-left-color: #CEEAE9; background: #FFF url(images/magnifier.png) 6px 6px no-repeat; width: 166px;}



#sidebar ul{margin: 0; padding: 0; display: block; list-style: none;}
#sidebar ul li{margin: 0; padding: 0; display: block; list-style: none; margin-bottom: 24px;}
#sidebar ul li ul{margin-left: 24px;}
#sidebar ul li li {display: list-item; list-style: outside disc; padding: 3px 0; margin-left: 18px; margin-bottom: 0;}
#sidebar ul li p{display: block; margin-left: 24px;}
#sidebar ul a{color: #666;}

#sidebar h4.title{ border-bottom:1px solid #EEEEEE; color:#386161; font-size:16px; letter-spacing:2px; line-height:1em; margin:0 0 10px; padding:0 0 5px;} 
#sidebar{font-size: 13px;}

.edit_link{margin-bottom: 24px; margin-top: 24px;}

h2.title{margin: 0; margin-bottom: 6px; border-bottom:1px solid #EEEEEE;}
.postinfo{color: #666;}
span.postdate{display: inline-block; *display: inline; *zoom: 1; padding-left: 22px; background: transparent url(images/calendar.png) 0 0 no-repeat;}
span.comment_link{display: inline-block; *display: inline; *zoom: 1; margin-left: 12px; padding-left: 12px; border-left: 1px solid #eee;}
span.comment_link a{display: inline-block; *display: inline; *zoom: 1; padding-left: 22px; background: transparent url(images/balloon.png) 0 0 no-repeat; }

.entry h3{border-bottom:1px solid #EEEEEE; padding-bottom: 6px; margin-bottom: 12px; margin-top: 24px;}

.wpcf7 form{text-align: left;}
.wpcf7 form textarea, .wpcf7 form input[type="text"]{width: 360px;}
.wpcf7 form span.captcha-358 input[type="text"]{width: 100px;}
.wpcf7 h3{margin-bottom: 12px;}
.wpcf7 h4{margin-bottom: 4px;}

.wpcf7 .smaller{font-size: .9em;}

div.wpcf7 form{text-align: left;}
form.wpcf7-form input[type="text"], form.wpcf7-form textarea{padding: 6px;  border: 1px solid #BBB; border-top-color: #999; border-bottom-color: #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 275px; width: 380px;}
form.wpcf7-form input[type="text"]:focus, form.wpcf7-form textarea:focus{border: 1px solid #999; border-top-color: #777; border-bottom-color: #AAA; background-color: #FFFFEF;}


form.wpcf7-form input[type="text"].wpcf7-validates-as-required:focus, form.wpcf7-form textarea.wpcf7-validates-as-required:focus, #commentform input[type="text"].required:focus, #commentform textarea.required:focus{border-color: #FC0 !important;}
form.wpcf7-form p, #commentform p{position: relative; margin-bottom: 10px;}
form.wpcf7-form h4, #commentform label{font-size: 12px; margin: 0; color: #666; display: block; font-family: Verdana, Geneva, sans-serif;}


.ngg-albumoverview {

	margin-top: 10px;

	width: 100%;

	clear:both; 

	display:block !important;

}



.ngg-album {

    height: 100%;

    padding: 5px;

    margin-bottom: 5px;

    border: 1px solid #fff;

}



/* IE6 will ignore this , again I hate IE6 */

/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */

html>body .ngg-album {

    overflow:hidden;

    padding: 5px;

    margin-bottom: 5px;

    border: 1px solid #cccccc;

}



.ngg-album {

	overflow: hidden;

	padding: 5px;

	margin-bottom: 5px;

	border: 1px solid #cccccc;

}



.ngg-albumtitle {

	text-align: left;

 	font-weight: bold;

	margin:0px;

	padding:0px;

	font-size: 1.4em;

	margin-bottom: 10px;

}



.ngg-thumbnail {

	float: left;

	margin-right: 12px;

}



.ngg-thumbnail img {

	background-color:#FFFFFF;

	border:1px solid #A9A9A9;

	margin:4px 0px 4px 5px;

	padding:4px;

	position:relative;

}



.ngg-thumbnail img:hover {

	background-color: #6D8742;

}



.ngg-description {

	text-align: left;

}


