/*
Theme Name: FM
Theme URI: http://fourminus.com/
Description: fourminus.com.
Version: 1.0
Author: Robert Haverly
Author URI: http://fourminus.com/
Tags: dark, hand draw, texture
*/

* {margin: 0; padding: 0;}
:focus {outline: none;}

body {
background: #333 url('images/body-background.png') top center repeat;
color: #D9D9D9;
font-size: 62.5%;
font-family: helvetica, tahoma, sans-serif;
}

#wrapper {
overflow: hidden;
background: url('images/main-background.png') 0 0 repeat-y;
}

.left {
width: 395px;
float: left;
padding: 45px 55px;
}

.right {
float: left;
padding: 45px 55px;
width: 320px;
}

h1.logo {
text-indent: -9999px;
padding: 0 0 20px 0;
}

h1.logo a {
display: block;
height: 109px;
background: url('images/logo.gif') left center no-repeat;
}

h2.some-designs {
text-indent: -9999px;
background: url('images/some-designs.gif') left center no-repeat;
height: 132px;
}

.entry {
border: 6px solid #fff;
background: #fff;
overflow: hidden;
color: #666;
margin-top: 25px;
}

.entry h2 {
display: inline-block;
padding: 0 12px 0 6px;
border-right: 1px solid #777;
color: #666;
margin: 6px 12px 0 0;
line-height: 3em;
float: left;
}

.entry blockquote {
padding-top: 23px;
}

.entry a {
color: #004878;
text-decoration: none;
border-bottom: 1px dotted #76D100;
}

.entry-bottom {
height: 25px;
background: url('images/entry-bottom.png') top center no-repeat;
}

.buildings {
height: 238px;
background: url('images/buildings.gif') top center no-repeat;
}

h2.microblog-text {
/*padding: 35px 0 45px 0;*/
height: 45px;
/*background: url('images/microblog-text.gif') left center no-repeat;*/
}

#microblog {
font-size: 1.2em;
line-height: 1.8em;
}

#microblog img.size-full {
background: #101010;
padding: 2px;
width: 310px;
height: 145px;
margin-bottom: 8px;
}

#microblog h3 {
font-size: 1.3em;
letter-spacing: -1px;
color: #008DEB;
margin-bottom: 5px;
}

#microblog a, #footer a {
color: #fff;
text-decoration: none;
border-bottom: 1px dotted #D7EB00;
}

#microblog a:hover {color: #008DEB;}

.contact-form {
margin-top: 30px;
border-top: 1px dotted #444;
padding-top: 25px;
width: 320px;
}

.widgettitle {
color: #008DEB;
margin-bottom: 10px;
}

.contact-form li {
list-style: none;
}

.contact-form textarea {width: 288px;}
.contact-form p {margin-bottom: 10px;}
.contact-form input {}

.wpcf7-validation-errors {
background: #000;
padding: 5px !important;
}

#footer {
background: #101010;
border-top: 1px solid #232323;
padding: 25px 50px;
}

#footer p {margin-bottom: 10px;}

a img {border: 0; border-bottom: 0 !important;}


/* JQLIGHTBOX */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	/*zoom: 1;*/
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}