/*
Theme Name: John Wills Photography
Theme URI: http://www.johnwillsphotography.net/
Description: Designed for John Wills by <a href="http://www.studiochris.us/">studio|chris</a>.
Version: 1.0
Author: studio|chris
Author URI: http://http://www.studiochris.us/
*/



/* Begin Typography & Colors */
body {
	font-size: 15px;
	}

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


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

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

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: Arial, Helvetica, sans-serif;
	}

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: #f53e31;
	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 Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.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 */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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

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: 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 18px;
	padding: 0;
	display: list-item;
	list-style: disc;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#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: left;
	}

.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{text-align: left; background: url(images/background.jpg) 50% 0 repeat; font-family:Arial, Helvetica, sans-serif; font-size:15px;}

.container{width: 960px; margin: 0 auto; position: relative;}

#fullwrapper{width: 100%; margin: 0 auto; position: relative; overflow-x: hidden;}

h1, h2, h3, h4, h5, h6{font-family: "Gill Sans MT","Gill Sans", "Trebuchet MS", Calibri, sans-serif; font-weight: normal;}

a{color: #8b241d;}
a:hover{color: #d5372b;}

.on-top{z-index: 10000;}

#header{margin-top: 20px; margin-bottom: 19px; position: relative; z-index: 5;}
#logo{display: block; width: 312px; height: 95px; background: url(images/logo.png) 0 0 no-repeat; position: relative; float: left;}
#logo a{display: block; position: absolute; top: 0; left: 0; height: 95px; width: 312px; text-indent: -1000em;}

#swirls{background: transparent url(images/background_swirls.jpg) 50% 0 no-repeat; display: block; width: 100%; height: 674px; position: absolute; top: 0; left: 0; }

#gnav ul{display: block; margin: 0; padding: 0; float: right; margin-top: 32px; z-index: 9000;}
#gnav li{font-family: "Gill Sans MT","Gill Sans", "Trebuchet MS", Calibri, sans-serif; font-size: 20px; color: #EEE; display: inline; magin: 0; padding: 0; margin: 0 2px; position: relative; z-index:2;}
#gnav li a{color: #39211E; padding: 6px 10px; display: inline-block; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; outline: none !important;}
#gnav li a:active{color: #d5372b !important;}
#gnav li a:hover, #gnav li.hovered a{color: #d5372b; text-decoration: none;}

#gnav ul li ul{display: block; display: none; margin: 0; padding: 6px 0; position: absolute; left: 0; top: 32px; background: #39211E; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; z-index: 800; min-width: 200px;}
#gnav ul li ul li{display: block;}
#gnav ul li.hovered ul li a, #gnav ul li ul li a{display: block; margin: 0; padding: 0; padding: 2px 12px; font-size: 16px; font-family: "Gill Sans MT","Gill Sans", "Trebuchet MS", Calibri, sans-serif; color: #EEE;}
#gnav ul li.hovered ul li a:hover, #gnav ul li ul li a:hover{color: #d5372b;}

#fp-slide{display: block; width: 100%; height: 581px; position: relative; background: url(images/slideshow_background.jpg) 50% 0 no-repeat;margin-bottom: 16px;}
#slide{display: block; height: 460px; width: 890px; top: 58px; margin: 0; padding: 0; margin: 0 auto; text-align: center; position: relative; background: #000; outline: none !important;}

.slideshow-widget{outline: none !important;}

#fpinfo{display: block; position: absolute; top: 0; left: 0; z-index: 45; display: none;}
#fpinfo .post{margin: 0 64px; padding: 32px; background: url(images/75black.png) repeat; line-height: 1.5em; font-size: 18px; color: #FFF; font-family: "Gill Sans MT","Gill Sans", "Trebuchet MS", Calibri, sans-serif; font-size: 24px; position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #FC0;}
#fpinfo .post p{margin: 0; padding: 0; text-align: justify;}

#fp-specials{display: block; height: 218px; background: #fafafa url(images/white_grunge.jpg) 0 0 repeat-x; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 0 15px rgba(93,73,68,.75), 0 0 5px rgba(142,108,61,.75); -webkit-box-shadow: 0 0 15px #5d4944, 0 0 10px #8e6c3d; border: 1px solid #a38865; position: relative; margin-bottom: 66px;}

#fp-specials ul.blocked{display: block; height: 220px; position: absolute; top: -1px; left: -1px; margin: 0; padding: 0;}
#fp-specials ul.blocked li{display: block; height: 196px; width: 297px; padding: 12px; float: left; background: transparent;}

#fp-specials ul.blocked li ul{display: list; margin: 0; padding: 0; margin-left:24px; color: #666;}
#fp-specials ul.blocked li li{display: list-item; list-style: disc; border: none; background: none; float: none; height: auto; width: auto; padding: 4px 0; margin: 0; line-height: 1.3em;}
#fp-specials ul.blocked li li a{color: #555; font-size: 14px;}
#fp-specials ul.blocked li li a:hover{color: #d5372b; text-decoration: none;}

#fp-specials .search_and_social #searchform{margin-top: 0; margin-bottom: 4px;}
#fp-specials .search_and_social #s{width: 255px;}

#fp-specials .search_and_social .social{margin: 0; padding: 0;}
#fp-specials .search_and_social .social li{display: block; list-style: none; margin:0 6px; padding:6px 0;}
#fp-specials .search_and_social .social li a{display: block; padding-left: 30px; line-height: 24px; background: transparent 0 0 no-repeat;}

#fp-specials .search_and_social .social li.twitter a{background-image: url(images/twitter-24x24.png);}
#fp-specials .search_and_social .social li.facebook a{background-image: url(images/facebook-24x24.png);}
#fp-specials .search_and_social .social li.linkedin a{background-image: url(images/linkedin-24x24.png);}
#fp-specials .search_and_social .social li.email a{background-image: url(images/email-24x24.png);}


#fp-specials ul.blocked li.first{-moz-border-radius: 5px 0 0 5px; width: 317px; position: relative; height: 218px; padding: 0;}

#fp-specials ul.blocked li.first a{display: block; -moz-border-radius: 5px 0 0 5px; width: 317px; height: 218px; position: absolute; top: 0; left: 0; text-indent: -1000em; border: 1px solid #a38865; border-right: none;}

#fp-specials ul.blocked li.last{-moz-border-radius: 0 5px 5px 0; width: 286px; height: 196px; padding: 12px 16px; position: relative;}


a.feedlink{display: inline-block; *display: inline; *zoom: 1; height: 16px; width: 16px; background: url(images/feed-16x16.png) 0 0 no-repeat; text-indent: -1000em; position: absolute; top: 18px; left: 16px;}
#fp-specials ul.blocked li h4{font-size: 18px; color: #666; font-weight: normal; text-align: left; margin: 0; padding: 0; margin-bottom: 6px; text-shadow: 0 1px 1px #EEE; padding-left: 24px;}
#fp-specials ul.blocked li span.moreposts{display: inline-block; *display: inline; *zoom: 1; padding: 0 6px 6px 6px; -moz-border-radius: 0 0 3px 3px;}

#bottomswirl{display: block; width: 100%; height: 316px; position: absolute; bottom: 0; left: 0; background: url(images/bottom_swirl.png) 50% 0 no-repeat;}

#maincontent{background: #fafafa url(images/white_grunge.jpg) 0 0 repeat-x; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 0 15px rgba(93,73,68,.75), 0 0 5px rgba(142,108,61,.75); -webkit-box-shadow: 0 0 15px #5d4944, 0 0 10px #8e6c3d; border: 1px solid #a38865; margin-bottom: 36px;}
#maincontent{min-height: 540px;}
#maincontent.singlecolumn{background: #FFF;}


.leftcolumn{float: left; width: 574px; padding: 24px 32px;}
.leftcolumn p, .fullcolumn p{line-height: 1.4em;}
.rightcolumn{float: right; width: 271px; padding: 24px;}
.fullcolumn{float: none; width: 896px; padding: 24px 32px;}

h1.title{font-family: "Gill Sans MT","Gill Sans", "Trebuchet MS", Calibri, sans-serif; font-size: 26px; color: #333; font-weight: normal; text-align: left; margin: 0; padding: 0; margin-bottom: 6px;}

#sidebar{font-size: 14px; color: #555;}
#sidebar li a{color: #555;}
#sidebar li a:hover{color: #F60; text-decoration: none;}
#sidebar h4.title{font-family: "Gill Sans MT","Gill Sans", "Trebuchet MS", Calibri, sans-serif; font-size: 18px; color: #666; font-weight: normal; text-align: left; margin: 0; padding: 0; margin-bottom: 6px; text-shadow: 0 1px 1px #EEE;}

#searchform{position: relative;}
#searchform #s{padding: 6px 28px 6px 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #666; border: 1px solid #000; border-color: #777 #999 #999 #777; background: #FFF; width: 227px; font-size: 14px;}
#searchform #searchsubmit{display: block; background: transparent url(images/magnifier.png) 6px 6px no-repeat; border: none !important; z-index: 200; position: absolute; top: 6px; right: 6px;  height: 28px; width: 28px; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-box-shadow: none !important; }

#login_page_id{padding: 6px;}

#copyright{font-size: 13px; color: #998984; text-align: left; margin-bottom: 36px;}

.clientlink a{display: block; position: absolute; right: 0; top: 0; background: #DFC9A7 url(images/user-silhouette.png) 6px 6px no-repeat; color: #39211E; font-size: 13px; padding: 6px 12px 6px 28px; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 3px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; }
.clientlink a:hover{background-color: #EFDDC2; color: #39211E; text-decoration: none;}

#clicktip{display: block; display: none; padding: 6px 12px; color: #333; border: 1px solid #FC6; background: #FFC; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 255px; margin: 0 auto; margin-top: 12px;}
#client_login_form{position: relative; width: 500px; margin: 0 auto;}

input[type="submit"], .button a, a.button{display: inline-block; *display: inline; *zoom: 1;clear: both; border: 1px solid #BBB; border-top-color: #CCC; border-bottom-color: #999; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 6px 14px; color: #333; text-shadow: 0 1px 0 #FFF, 0 1px 1px rgba(255,255,255,.5); font-size: 14px; background: #BBB url(images/button_gradient.png) 0 0 repeat-x; -moz-box-shadow: 1px 3px 3px rgba(40,43,59,.2); -webkit-box-shadow: 1px 3px 3px rgba(40,43,59,.2); margin: 0; outline: none!important}

input[type="submit"]:hover, input[type="submit"]:focus, .button a:hover, .button a:focus, a.button:hover, a.button:focus{color: #000; background: #BBB url(images/button_gradient.png) 0 -12px repeat-x; text-decoration: none;}

input[type="submit"]:active, .button a:active, a.button:active{color: #000; text-shadow: none; background: #BBB url(images/button_gradient.png) 0 -24px repeat-x; border: 1px solid #BBB; border-top-color: #999; border-bottom-color: #CCC; -webkit-border-radius: 3px; -moz-box-shadow: 1px 3px 3px rgba(40,43,59,.2) inset; -webkit-box-shadow: 1px 3px 3px rgba(40,43,59,.2) inset; outline: none !important;}

input[type="text"]{padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #333; border: 1px solid #000; border-color: #777 #999 #999 #777; background: #FFF; font-size: 14px;}

.page-id-10 .lcolumn{float: left; width: 350px;}
.page-id-10 .rcolumn{float: right; width: 175px;}

.page-id-10 .rcolumn h4{margin-bottom: 6px;}
.page-id-10 .rcolumn p{margin-top: 0px;}
.page-id-10 .rcolumn ul{margin: 0; padding: 0;}
.page-id-10 .rcolumn ul li{margin: 0; padding: 0;}
form.wpcf7-form{text-align: left;}

form.wpcf7-form label{display: block; margin-bottom: 6px; font-family: "Gill Sans MT","Gill Sans", "Trebuchet MS", Calibri, sans-serif; }

form.wpcf7-form input[type="text"]{width: 336px;}
form.wpcf7-form textarea{width: 336px; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #333; border: 1px solid #000; border-color: #777 #999 #999 #777; background: #FFF; font-size: 14px;}


div.divider{display: block; border-bottom: 1px solid #E3D2BE;height: 1px; width: 100%; margin-bottom:36px;}


.sclink{text-align: center; margin-bottom: 24px; font-size: 13px;}
.sclink a{}

