/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	font: 100% Helvetica, Arial, Verdana;
 	background: url(/images/background.jpg) top center no-repeat #0f0f0f;
	text-align: center;
	color: #e0dfd7;
	margin: 0;
	padding: 0;
}

a {
	color: #ff9933;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#header {
	height: 100px;
	border-bottom: 1px solid #606060;
	margin-bottom: 10px;
	padding: 0 20px;
}

.logo {
float: left;
margin-top: 10px;
}

p {
font-size: 0.75em;
line-height: 1.38em;
color: #94938e;
padding-bottom: 12px;
margin: 0;
}

h2{
display: none;
}

h3 {
font-size: 1.75em;
color: #4c4d4c;
text-align: right;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 5px;
}

h4 {
font-size: 1.63em;
color: #d9d8d0;
line-height: 1.25em;
font-family: "Arial Narrow", Helvetica, Arial;
text-align: left;
padding-bottom: 10px;
}

h5 {
font-size: 0.75em;
color: #d9d8d0;
font-weight: normal;
padding-bottom: 10px;
}

.tagline {
float: left;
width: 610px;
margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------
      Page Structure
    ------------------------------------------------------------------------------------*/

#container {
	width: 975px;
	margin: 0 auto;
	text-align: left;
}

#strap{
	position: absolute;
	top:190px;
	left:-15px;
	z-index:3;
	width:341px;
	height:91px;
}

#banner {
	height: 375px;
	background: url(../images/banner_background.jpg) no-repeat #000; 
		
}

#blocks {
height: 16.56em;
margin: 10px 0 20px 0;
position: relative;
}

.weddings {
	display: inline;
	float: left;
	background: url(/images/block_background.jpg) no-repeat #1e1f1f;
	width: 275px;
	height: 6em;
	margin-right: 15px;
	padding: 10px 20px;
}

.portraits {
	display: inline;
	float: left;
	background: url(/images/block_background.jpg) no-repeat #1e1f1f;
	width: 275px;
	height: 6em;
	margin-right: 15px;
	padding: 10px 20px;
}

.seniors {
	display: inline;
	float: left;
	background: url(/images/block_background.jpg) no-repeat #1e1f1f;
	width: 275px;
	height: 6em;
	margin: 0;
	padding: 10px 20px;
}

.pricing {
	display: inline;
	float: left;
	background: url(/images/block_background.jpg) no-repeat #1e1f1f;
	width: 275px;
	height: 15.367em;
	margin-right: 15px;
	padding: 10px 20px;
}
#column1, #column2, #column3 {
	display: inline;
	float: left;
	width: 285px;
	margin-bottom: 10px;
	padding: 0 20px;
}

#column4 {
	display: inline;
	float: left;
	width: 610px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.intro {
clear: both;
padding: 0 20px;
}

/*------------------------------------------------------------------------------------
      Navigation
    ------------------------------------------------------------------------------------*/

.menu {
	float: right;
	list-style: none;
	margin-top: 43px;
	padding: 0;
}

.menu li {
	float: left;
	font-size: 0.69em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.menu a {
	color: #94938e;
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	color: #ff9933;
	text-decoration: none;
}    

.footer_menu {
	float: right;
	list-style: none;
	padding: 0;
}

.footer_menu li {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.footer_menu a {
	color: #73726e;
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal;
}

.footer_menu a:hover {
	color: #94938e;
	text-decoration: none;
}  

#footer {
	border-top: 1px solid #606060;
	margin-top: 20px;
position:relative;
	padding: 10px 20px;
	clear: both;
}

.clearfloat { 
	clear:both;
}