/*  
Theme Name: Images by Paulo Photography
Theme URI: http://www.imagesbypaulo.com
Description: Designed especially for Images by Paulo Photography by <a href="http://www.studiochris.us">Studio|chris</a>.
Version: 1.0
Author: Studio|chris
Author URI: http://www.studiochris.us
*/



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

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

.even, .alt {

	border-left: 1px solid #DF9D1F;
}


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

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

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

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

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, /*h1 a:visited,*/ #headerimg .description {
	text-decoration: none;
	color: white;
	}

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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 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 {

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {

	}

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

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

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

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

.post hr {
	display: block;
	}


.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 */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 8px 0 9px 15px;
	line-height: 1.3em;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	}

.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: 150px;
	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: 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
{

	}

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

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 {
	color: #999;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.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: #121212 url(images/background.jpg) top center repeat-x fixed; font-family: Arial, Helvetica, sans-serif; color: #F5F5F5; font-size: 14px; text-align: left;}

::selection { background: #FC0; color: #111; text-shadow: none; opacity: 1;/* Safari */ }
::-moz-selection { background: #FC0; color: #111; text-shadow: none;/* Firefox */ }

.fullwrapper{width: 976px; margin: 20px auto; padding: 0;}
#logo{height: 87px; width: 230px; background: transparent url(images/logo.png) top left no-repeat; float: left; text-indent: -6000em; position: relative;}
#logo a{display: block; height: 87px; width: 230px; position: absolute; top: 0; left: 0;}
#gnav{float: right; width: 722px; display: block;}

p:first-child{margin-top: 0;}
p{margin-bottom: 18px; line-height: 1.3em;}
a{color: #DF9D1F; text-decoration: none; outline: none !important;}
a:hover{color: #FC3;}
a:active{outline: none;}


#gnav{position: relative; z-index: 10000;}
#gnav ul {display: block; margin-top: 60px; font-size: 17px; color: #F5F5F5; font-weight: bold; margin: 55px 0 0 0; padding: 0; text-align: right;}
#gnav ul li{display: inline; margin: 0 10px; padding: 0; position: relative;}
#gnav ul li a{color: #F5F5F5; padding-bottom: 10px; text-shadow: #000 0 0 3px, #000 0 0 5px, #000 0 0 7px, #000 0 0 10px;}
#gnav ul li a:hover{color: #FFF; padding-bottom: 5px; border-bottom: 5px solid #DF9D1F; text-decoration: none;}
#gnav ul li.current_page_item a{color: #FFF; padding-bottom: 5px; border-bottom: 5px solid #DF9D1F; text-decoration: none;}



/*#gnav ul li:hover ul{display: block;}*/


#gnav ul li ul{display: none; position: absolute; top: 24px; left: -10px; border: 1px solid #333;  background-color: rgba(18,18,18,0.8); *background-color: #121212; _background-color: #121212; border-top: 5px solid #DF9D1F; margin: 0; padding: 0; width: 195px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; z-index: 40000 !important;}
#gnav ul ul li{list-style: none; text-align: left; display: block; margin: 0; padding: 0; padding: 2px 0px;}
#gnav ul ul li a{display: block; padding: 3px 12px; font-weight: normal; text-shadow: none;}
#gnav ul ul li a:hover{border-bottom: none; padding: 3px 12px; background-color: #DF9D1F; background-color: rgba(223, 157, 31, 0.8); *background-color: #DF9D1F; _background-color: #DF9D1F; text-shadow: none;}

#gnav ul li.current_page_item ul li a{color: #F5F5F5; border: hidden; *border: none; padding: 3px 12px; text-shadow: none;}
#gnav ul li ul li.current_page_item a{color: #F5F5F5; border: hidden; *border: none; padding: 3px 12px; border-bottom: none; padding: 3px 12px; background-color: #DF9D1F; background-color: rgba(223, 157, 31, 0.3); text-shadow: none; *background-color: #DF9D1F; _background-color: #DF9D1F;}
#gnav ul li ul li.current_page_item a:hover{color: #F5F5F5; border: hidden; *border: none; padding: 3px 12px; border-bottom: none; padding: 3px 12px; background-color: #DF9D1F; background-color: rgba(223, 157, 31, 0.8); text-shadow: none; *background-color: #DF9D1F; _background-color: #DF9D1F;}

#contentwrapper{background: #111; border: 1px solid #000; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000; min-height: 400px;}
#copyright{background: #111; border: 1px solid #000; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000; opacity: .5;}
#copyright:hover{opacity: 1;}

#affiliations{padding: 0;}

.borderedAff{padding-bottom: 10px; opacity: .25;}
.borderedAff:hover{padding-bottom: 5px; border-bottom: 5px solid #DF9D1F; opacity: 1;}
.aff{background-color: #000; padding: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000; margin: 0 12px;}

.container{clear: both; width: 928px; margin: 24px auto 0 auto; padding: 24px;}
#copyright.container{padding: 12px 24px; margin-top: 12px;}
.permission{font-size: 12px; text-align: center; color: #666; padding-top: 12px;}

.centered{text-align: center;}

h1, h2, h3, h4, h5, h6{color: #f5f5f5; border-bottom: 1px solid #DF9D1F; font-family:Arial, Helvetica, sans-serif; padding-bottom: 3px; clear:both; margin: 12px 0; font-weight: normal; text-shadow: #000 0 0 3px, #000 0 0 5px, #000 0 0 7px, #000 0 0 10px;}

h1{font-size: 28px;}
h2{font-size: 22px; padding-top: 24px;}
h3{font-size: 18px;}
h4{font-size: 16px;}


.title{border-left: 4px solid #DF9D1F; text-align: left; margin: 6px 0; padding: 0; padding-left: 12px; margin-bottom: 24px; border-bottom: none;}


.leftColumn{width: 625px; float: left;}
.rightColumn{width: 250px; float: right; margin-left: 24px;}

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

.clear{clear: both;}

img{border: none;}

em, i{font-family: "Times New Roman", Times, serif; font-style:italic; font-size: 16px;}

.button a, #commentform input#submit, #searchsubmit, #mailbutton{display: block; width: auto; background: #222 url(images/buttonBg.png) 0 50% repeat-x; border: 1px solid #333; padding: 7px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; color: #f5f5f5; text-shadow: #000 0 0 3px, #000 0 0 5px, #000 0 0 7px, #000 0 0 10px; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000;}
#commentform input#submit, #searchsubmit, #mailbutton{font-size: 14px; margin-top: 6px;}
.button a:hover, #commentform input#submit:hover, #searchsubmit:hover, #mailbutton:hover{border: 1px solid #DF9D1F; color: #FC0;}
.button a:active{border: 1px solid #FC0; background-position: 0 43%; -moz-box-shadow: none; -webkit-box-shadow: none;}
.adminbutton{margin: 6px; margin-bottom: 18px; max-width: 120px; text-align: center;}

#commentform textarea#comment, #commentform input[type=text], #s, form.wpcf7-form input[type=text], form.wpcf7-form textarea{background: #EEE; border: 1px solid #333; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 6px; font-size: 15px; margin-top: 12px; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000;}
#commentform textarea#comment:focus, #commentform input[type=text]:focus, #s:focus, form.wpcf7-form input[type=text]:focus, form.wpcf7-form textarea:focus{background: #FFF; border: 1px solid #DF9D1F; outline: none;}
#s{float: left; margin-right: 4px; width: 160px;}
#searchsubmit{display: inline; position: relative; top: 4px;}
#searchform div{clear: both; margin-bottom: 24px !important; }

.post h2 a, .post h3 a{color: #DF9D1F;}
.post h2 a:hover, .post h3 a:hover{color: #FC0;}
h2.pagetitle{border-bottom: hidden; *border-bottom: none;}

.entry form.wpcf7-form{text-align: left; max-width: 500px;}

span.small{color: #666; font-size: 13px; font-family: "Times New Roman", Times, serif; font-style:italic;}

.wpcf7-not-valid-tip{border: 1px solid #F00; background: #FCC; color: #600;}

form .title{margin-bottom: 0; line-height: 1.1em;}
form p{padding: 0; margin: 0; margin-bottom: 12px;}

div.date{border-bottom: 1px solid #666; color: #666; font-size: 14px; padding-bottom: 6px; margin-bottom: 12px;}

/*.ngg-gallery-thumbnail-box {
float:left;
padding:5px;
}

.ngg-gallery-thumbnail {
background:transparent url(images/shadowAlpha.png) no-repeat scroll right bottom !important;
float:left;
margin:14px !important;
}*/

.lcolumn{width: 435px; float: left;}
.rcolumn{width: 170px; float: left;}

form{border: none !important;}

.screen-reader-text{display: none !important;}
