/*
Theme Name: Photocrati Viewfinder
Theme URI: http://www.photocrati.com/photography-wordpress-themes/
Description: 
Version: 1.0
Author: Photocrati
Author URI: http://www.photocrati.com/
Tags: black, custom header, fixed width, photo gallery, scroller

*/


/* Begin Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;	
	color:#ffffff;
	margin:0px;
	padding:0px;
	background-color:#1c1c1c;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#page {
	margin: 0px auto;
	padding: 0;
	width: 800px;
}

#header {
	margin: 0px;
	padding: 0;
	height: 100px;
	width: 800px;
	margin-bottom: -36px;
	overflow:hidden;
}

.narrowcolumn {
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
	width: 100%;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0 0 0 0;
	width: 500px;
	float: left;
	line-height: 1.6em;
}

.widecolumn .entry p {
	font-size: 1.05em;
	text-align: justify;
}
	
#content {
	font-size: 1.2em;
}

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

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	padding-top: 30px;
	margin: 0;
	text-align:center;
}
	
h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6em;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

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 {

}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	color:#fff;

}

.description {
	text-align:center;
	margin-bottom:20px;
}

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

small, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed, arial, sans-serif;
}

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

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

a {
   color:#F3DD99;
   text-decoration:underline;
}

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

.post {
	margin: 20px auto;
	text-align: justify;
}

.post-wrapper {
	width:500px;
	float:left;
}

.postmetadata {
  border-top: 1px solid #333;
  padding-top: 1em;
  width:500px;
  display:block;
  float:left;
  margin-bottom:40px;
}

#postleft{
  float:left;
  width:240px;
}

#postright{
  float:right;
  width:240px;
  text-align:right;  
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

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
}

#gallery {
	width:960px;
	display:block;
	text-align:center;
	margin: 20px auto 0 auto;
}

#gallery-wrapper {
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}

#gallery_header {
	display:block;
	text-align:center;
	margin-top:20px;
	margin-bottom:15px;
	width:960px;
}

#gallery_header h1 {
	font-size:16px;
	font-weight:lighter;
	font-family:Arial, Sans-Serif;
	color:#846E29;
	margin-left:auto;
	margin-right:auto;
	display:inline;

}

.home_gallery_title{
	text-align:center;
	font-size:1.5em;
	color:#846E29;
}

.home_gallery_cover{
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.home_gallery_list{
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
}

.home_gallery_item{
	border:4px solid #373737;
	float:left;
	margin-right:8px;
	margin-left:8px;
}

.gallery_item {
	border:4px solid #373737;
	float:left;
	margin-right:6px;
	margin-left:7px;
}

#gallery_current_image{
	border:1px solid #000;
	overflow:hidden;
	width:795px;
	height:460px;
}

#gallery_image {
	text-align:center;
	width:795px;
	margin:0px;
	padding:0px;
}

/* 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 p{
  line-height:17px;
  text-align: justify;
}

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

.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;
}
	
/* End Entry Lists */


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform {
	margin: 5px 10px 0 0;
}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color:#1a1a1a;
}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color:#1a1a1a;
}
		
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

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

#submit {
   	background-image:url(images/submit-fon.gif);
	background-repeat:repeat-x;
	height:20px;
  	padding-bottom:2px;
	cursor:pointer;
}

/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	color: FFFFFF;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	color:#000;
	width:100%;
	display: none;
}	
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
}
	
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	font-family:  Arial, Sans-Serif;
	margin: 5px 0;
}
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.comment {
  background-color:#000000;
  border:none;
}

#comment, #submit, #author, #email, #url  {
  background-color:#000000;
  border:1px solid #363533;
  color:#fff;
}

/* End Comments */


/* Begin Sidebar */
#sidebar
{
	padding: 35px 15px 10px 15px;
	margin-left: 40px;
	width: 190px;
	float:right;
	background-color: #111111;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
	color:#fff;
	background-color:#111111;
	margin: 5px 0 0;
	padding: 0;
}

#sidebar form {
	margin: 0;
}
	
#sidebar .widgettitle {
  font-size:14px;
  margin-bottom:10px;
  background-color: #111111;
}

#search {
  padding-top:30px;
  background-image:url(images/search-text.gif);
  background-repeat:no-repeat;
}

#sidebar label {
	visibility: hidden;
	height:0px;
	margin:0px;
	padding:0px;
}

#searchform {
	float:left;
	height:50px;
	margin: 0;
	padding: 0;
}

li.widget_search div {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}

li.widget_search #s {
	width: 110px;
	padding: 3px;
	margin:0px;
	border:1px solid #363533;
	background-color:#000000;	
	float:left;
	color:#FFFFFF;
}

li.widget_search #searchsubmit {
	padding: 1px;
	width: 60px;
	margin: -16px 0 0 0;
	border:1px solid #363533;
	background:none;
	color:#FFFFFF;
	float:left;
	background-image:url(images/submit-fon.gif);
	background-repeat:repeat-x;
	height:24px;
}

#sidebar ul ul {
   margin-left:8px;
   padding-left:8px;
   background-color: #111111;
}

#sidebar ul ul li{
  list-style:outside;
  list-style-type:circle;
  /*padding-left:-5px;*/
  margin-left:0px;
  background-color: #111111;
  color: #fff;
}

#sidebar ul ol li {
	color: #fff;
	background-color:#111111;
}
	
#sidebar ul ul li a:hover{
   text-decoration:underline;
}

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

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

#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 Sidebar */


/* 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: 20px;
}
/* End Various Tags & Classes*/


#footer {
	margin: 0 auto;
	width: 700px;
	clear: both;
  	color:#898989;
  	border-top:1px solid #362D11;
  	text-align:center;
    padding: 50px 50px 20px 50px;
    line-height: 1.5;
    margin-top: -100px;
    position: relative;
    z-index: 1000;
    *margin-top: 0;
}

#footer a {
  color:#444;
  font-weight:bold;
}

#footer a:hover {
  color:#898989;
  font-weight:bold;
  text-decoration:none;
}

#footer p {
  color:#A38B58;
  margin:10px;
  font-size:10px;
}
#envelope {
  display:block;
  z-index: 1;
  background-image: url(images/envelope.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 200px;
  height: 191px;
  text-indent: -9999em;
  position: absolute;
  bottom: 0;
  right: 0;
}
h2.replace {
  height: 40px !important;
  font-size: 36px !important;
  padding: 5px;
  text-align: center;
  background: transparent;

}
h2.flir-replaced {

}
.entry img {
  border: 4px solid white;
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 5px;
}
#quotes {
  float: right;
  border: 1px solid #362D11;
  padding: 1em 2em;
  margin-left: 2em;
  margin-bottom: 2em;
  margin-top: 1.5em;
  width: 250px;
  font-size: 1.25em;
  line-height: 1.5;
  background-color: #333;
  font-weight: bold;
}
.testimonial {
  background-image: url(images/quote-open.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 2em;
  margin-bottom: 2em;
  text-indent: 36px;
}
.testimonial .signed {
  text-align: right;
  font-size: 1.25em;
  font-weight: bold;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  width: 250px;
  border: 1px solid #362D11;
  background-color: #ddd;
  padding: 4px;
  font-size: 1.25em;
  color: #000;
}
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus {
  background-color: #fff;
}
.required {
  color: #cc0000;
  font-weight: bold;
}
.entry ul li {
  background-image: url(images/bullet.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 1em;
}
.entry ul li ul {
  list-style-type: disc;
}
.entry ul li ul li {
  background: none;
  padding: 0;
  padding-left: 10px;
  margin: 0;
}

.imageflow img {
  margin-left: 5px;
}
.imageflow .images {
  margin-top: 100px;
}
.imageflow {
  margin-bottom: -100px;
  margin-top: 100px;
}
.highslide-credits {
  display:none !important;
}
#menu {
  z-index: 1001;
  position: relative;
}
.loading {
  margin-top: -140px !important;
}
.wpcf7-not-valid-tip {
  top: 5px !important;
  left: 5px !important;
  color: red  !important;
  border: none !important;
  background-color: transparent !important;
  font-weight: bold !important;
  text-shadow: #333 1px 1px 2px;
}