/*-----------------------------------------------------------------------------
Kevin Smith Photography Style Sheet

version:   1.0
author:    FAT FREE DESIGN
email:     info@fatfreedesign.co.uk
website:   http://www.fatfreedesign.co.uk/
Copyright 2010
All Rights Reserved
----------------------------------------------------------------------------- */

/* =Body : remove padding and margin
----------------------------------------------------------------------------- */
* {
  	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #fff url("../images/masthead_bg.jpg") no-repeat top left;
	color: #333;
	text-align: center; /* for IE + auto margins */
	font-size: x-small; /* IE5/Win thinks the declaration has ended */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for complient browsers */
}

html>body { /* be nice to Opera */
	font-size: small;
}

#home #main_nav .home a,
#about #main_nav .about a,
#products #main_nav .products a,
#albums #main_nav .albums a,
#weddings #main_nav .weddings a,
#reviews #main_nav .reviews a,
#faq #main_nav .faq a,
#contact #main_nav .contact a {
	color: #fff;
	text-decoration: none;
	cursor: default;
}

/* =Container
----------------------------------------------------------------------------- */
#container {
	position: relative;
	width: 924px;
	margin: 0 auto;
	text-align: left;
}
	
html>body #container {
    height: auto;
}

/* =Logo
----------------------------------------------------------------------------- */
#logo {
	height: 29px;
	width: 512px;
	margin: 20px 0 0 0;
	
}

/* =Phone strip
----------------------------------------------------------------------------- */
#phone_strip {
	width: 924px;
	height: 25px;
	margin: 51px 0 0 0;
	padding: 5px 0 0 0;
	text-align:right;
	border-bottom: 1px solid #fff;
	background: #91a09a;
}



/* =Main Navigation
----------------------------------------------------------------------------- */
#main_nav {
	float: left;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0; 
	background: #aebfb7 url("../images/nav_bg.gif") no-repeat left top;
	font-size: 80%;	
}

#main_nav ul {
	margin: 0;
	padding: 0;	
}

#main_nav li {
	float: left;
	list-style: none;
}

#main_nav a:link, #main_nav a:visited {
	float: left;
	display: block;
	color: #4c686c;
	padding: 4px 10px;
	text-decoration: none;
	text-transform: uppercase
}

#main_nav li a:hover {
	color: #fff;
}

/* =Main Content
---------------------------------------------------------------------------------------------------- */
#main_content {
	float: left;
	width: 564px;
	margin: 0 0 20px 0;
}

#main_content h1 {
	color: #4c6a6c;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
	font-size: 160%;
	font-weight: normal;
}

#main_content h2 {
	color: #91a09a;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 40px 0 0 0;
	font-size: 140%;
	font-weight: normal;
}

#main_content p {
	margin: 10px 0 0 0;
	font-size: 100%;
	line-height: 1.8em;
	color: #333;
}

.last {
	padding-bottom: 50px;
}

#main_content ul {
	margin: 20px 0;
	padding: 0;
	border: 0;
	list-style: none;
}

#main_content li {
	padding-bottom: 5px;
	color: #435859;
}

.listspacer {
	padding-top: 10px;
}

#main_content img.quote {
	float: left;
	margin: 20px 0 30px 0;
}


/* =Main Content double column
---------------------------------------------------------------------------------------------------- */
#main_content_double {
	float: left;
	width: 924px;
	margin: 0 0 20px 0;
}

#main_content_double h1 {
	color: #4c6a6c;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
	font-size: 160%;
	font-weight: normal;
}

#main_content_double h2 {
	color: #91a09a;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 40px 0 0 0;
	font-size: 140%;
	font-weight: normal;
}

#main_content_double p {
	margin: 10px 0 0 0;
	font-size: 100%;
	line-height: 1.8em;
	color: #333;
}

.last {
	padding-bottom: 50px;
}

#main_content_double ul {
	float: right;
	width: 240px;
	margin: 20px 0 0 20px;
	padding: 0;
	border: 0;
	list-style: none;
}

#main_content_double li {
	font-size: 90%;
	margin: 0;
	padding: 0 0 10px 0;
	color: #435859;
}

#main_content_double a:link, #main_content_double a:visited {
	color: #4c6a6c;
	text-decoration: none;
}

#main_content_double a:hover {
	color: #000;
}


/* =Main Content for single column pages only
---------------------------------------------------------------------------------------------------- */
#main_content_single {
	float: left;
	width: 924px;
	margin: 0;
}

#main_content_single h1 {
	color: #4c6a6c;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
	font-size: 160%;
	font-weight: normal;
}

#main_content_single h2 {
	color: #91a09a;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
	font-size: 140%;
	font-weight: normal;
}

#main_content_single h3 {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: normal;
}

#main_content_single p {
	margin: 10px 0 0 0;
	font-size: 100%;
	line-height: 1.8em;
	color: #333;
}

#main_content_single a:link, #main_content_single a:visited {
	color: #203c3c;
	text-decoration: none;
	border-bottom: 1px dotted #203c3c;
}

#main_content_single a:hover {
	color: #fff;
	background-color: #435859;
}

#main_content_single img {
	float: right;
	margin: 0 0 20px 20px;
}

#main_content_single img.quote {
	float: left;
	margin: 20px 0 30px 0;
}

q {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 110%;
	color: #4c6a6c;
	line-height: 1.8em;
}

#main_content_single ul {
	margin: 20px 0;
	padding: 0;
	border: 0;
	color: #333;
	list-style: none;
}

#main_content_single li {
	padding-bottom: 10px;
	line-height: 1.8em;
	padding-left: 20px;
}

#main_content_single h1.oops {
	color: red;
}


/* =Main Content for album and wedding galleries only
---------------------------------------------------------------------------------------------------- */
#main_content_album {
	float: left;
	width: 924px;
	margin: 0 0 40px 0;}

#main_content_album h2 {
	color: #203c3c;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 40px 0 0 0;
	font-size: 140%;
	font-weight: normal;}

#main_content_album p {
	margin: 10px 0 20px 0;
	font-size: 100%;
	line-height: 1.8em;
	color: #333;}

.thumbnailleft {
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 40px 15px 40px;}

.thumbnailright {
	padding: 5px;
	border: 1px solid #ddd;
	float: right;
	margin-right: 40px;}

.thumbnail {
	text-align: center;}

.thumbnail img {
	border: 1px solid #ddd;
	margin: 8px;}

#main_content_album .thumbnailright p, #main_content_album .thumbnailleft p {
	color: #666;}

#main_content_album ul li img  {
	text-decoration: none;
	border: 0;
	border: 1px solid #ddd;}
	
#main_content_album ul {
	margin: 0;
	padding: 0;}
	
#main_content_album ul li {
	list-style-type: none;
	float: left;
	width: 125px;
	margin: 15px 128px 0 0;
	padding: 5px;
	background-color: #ebebeb;
	border: 1px solid #999;
	text-align: center;}
	
#main_content_album ul li.first {
	margin-left: 128px;}
	
#main_content_album ul li a:link, #main_content_album ul li a:visited {
	color: #203c3c;
	text-decoration: none;
	padding-top: 5px;
	font-size: 0.85em;
	}
	
#main_content_album ul li a:hover {
	color: #435859;}


/* =Social Networking Share button
------------------------------------------------------------------------------------------------ */	
#share_button {
	float: right;
	padding: 5px 0 0 0;}
	
#share_button_bottom {
	float: left;
	margin: 20px 0 0 0;}

/* =Lightbox JS: Fullsize Image Overlays by Lokesh Dhakar - http://www.huddletogether.com
------------------------------------------------------------------------------------------------ */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("../images/prevlabel.gif") left top no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../images/nextlabel.gif") right top no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #999; font-size: 0.9em;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* =Thumbnails hidden
----------------------------------------------------------------------------- */
#hide {
	position: absolute;
	left: -1000px;
	visibility: hidden;
}


/* =Quote
----------------------------------------------------------------------------- */
#quote {
	margin: 40px 0 0 0;
}

/* =Sub Content - right hand column
----------------------------------------------------------------------------- */
#sub_content {
	float: right;
	width: 320px;
	margin: 40px 0 0 0;
}

#sub_content p {
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #4c6a6c;
	margin-top: 10px;
}

.quotename {
	font-style: normal;
	color: #91a09a;
}




/* =Footer
----------------------------------------------------------------------------- */
#footer {
	clear: both;
	background: #fff url("../images/footer_bg.gif") no-repeat center bottom;
	width: 924px;
	height: 85px;
	text-align: center;
	color: #666;
	font-size: 80%;
	padding: 6px 0;
}

#footer ul {
	padding-top: 20px;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a:link, #footer a:visited {
	padding: 5px 12px 5px 12px;
	color: #666;
	text-decoration: none;
}

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

/* =Form styling
----------------------------------------------------------------------------- */
#leftform {
	float: left;
	width: 422px;
}


#rightform {
	float: right;
	width: 422px;
}


fieldset {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #91a09a;
	background: #f6f9f8;
}

legend {
	font-weight: normal;
	color: #91a09a;
}

#comments {
	float: right;
	width: 402px;
	clear: left;
}

label {
	display: block;
}

input {
	width: 200px;
}

.button {
	width:75px;
}

input {
	width: 20em;
}

textarea {
	width: 402px;
	height: 100px;
}

input.submit {
	width: auto;
}

input:focus, textarea:focus {
	background: #ffc;
}

input {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

.required {
	font-size: 80%;
	color: #ff0000;
}


/* =FormStyles - control panel
----------------------------------------------------------------------------- */

#theform {
	padding: 10px 0px 0px 0px;
}

#theform label {
	color:#4a6e6a;
	font-size: 1em;
}

#theform p{
	color:#4a6e6a;
	margin: 6px 0px 10px 0px;
}

#theform input:focus {
	background-color:#efefef;
}

#theform input {
	font-size:1em;
}

.formtext {
	font-size:1em;
}

/* =Control Panel
----------------------------------------------------------------------------- */

#controlnav {
	width: 924px;
	font-size: 1em;
	margin: 50px 0 0 0;
	padding: 0 0 50px 0;
}

#controlnav p {
	font-size: 1em;
	padding: 10px 0 10px 0;
}

#controlnav h2 {
	font-size: 1.1em;
	color:#4a6e6a;
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91a09a;
}

#controlnav table {
	text-align: left;
	width: 700px;
	border-collapse:collapse;
	border: 1px solid #a5a5a5;
}

#controlnav th, td {
	padding: 0.2em 0.5em;
}

#controlnav tr {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

#controlnav thead {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

#controlnav ul {
	margin: 0;
	padding: 0;
}

#controlnav li {
	list-style: none;
	padding-bottom: 8px;
}

#controlnav a {
	text-decoration: none;
	color: #4a6e6a;
}

#controlnav a:hover {
	color: #cccccc;
}

#controlnav_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #91a09a;
}

#controlnav_border_last {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #91a09a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91a09a;
}

.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #91a09a;
	padding: 10px 0 10px 0;
}

.newsdivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #91a09a;
	padding: 10px 0 0 0;
}



#controlnav textarea {
	width: 600px;
	height: 200px;
}
