/*
*	Wooden Cabbage B&B Style Sheet
*	==============================
*	Designed By Alacrify Ltd
*	www.alacrify.co.uk
*	jon@alacrify.co.uk
*	Jon Sloper 
*	June 2008
*
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	background-color: #f8f8f8;
	font-size: 75%;
	}
#outerContainer {
	position:absolute;
	height: 100%;
	width: 100%;	
	text-align: center;
	}
h1 {
	font-size: 3em;
	color: #ffffff;
	font-weight: normal;
	font-family: 'Palatino Linotype', times, serif !important;
	}
h2 {
	font-size: 2em;
	color: #666666;
	font-weight: normal;
	font-family: 'Palatino Linotype', times, serif !important;
	margin-top: 1.5em;
	}
h3 {
	font-size: 1.2em;
	color: #bbbbbb;
	margin-bottom:5px;
	font-weight: normal;
	font-family: 'Palatino Linotype', times, serif !important;
	letter-spacing: 0em;
	}
p, form, input {
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
	}
input {
	font-size: 1em !important;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
	padding-left: 0.5em;
	} 
ul {
	font-weight: normal;
	font-size: .75em;
	list-style-type: none;
	margin-top: -10px;
	color: #666;
	}
li {
	margin-bottom: 5px;
	}
td {
	text-align: left;
	}
a {
	text-decoration: none;
	}
.quote {
	color: #666666;
	font-family: 'Georgia', times, serif !important;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	}
#mainContainer {
	position:relative;
	width: 900px;
	top: 50%;
	margin-top: -350px;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 1px #333333 solid;
	background: #FFF;
	}
#titleCell{
	float: left;
	width: 100%;
	height: 8em;
	background-color: #222222;
	padding-top: 2.5em;
	color: #FFF;
	}
	
#navigationCell {
	float: left;
	text-align: left;
	background-color: #847453;
	color: #e9e9e9;
	width: 100%;
	}
#navigationCell p {
	margin: 0px;
	}
#navigationCell a {
	float: left;
	color: #f8f8f8;
	padding: 0em 0.6em;
	border-right: 1px #333333 solid;	
	background-color: #847453;
	height:2em;
	line-height: 2em;
	}
#navigationCell a:hover {
	color: #e7e7e7;
	background-color: #6C6044;
	}
	
#cellOne {
	float: left;
	width: 500px;
	margin: 0;
	border: 0;
	background-color: #ffffff;
	color: #000000;
	border-top: 1px #111111 solid;
	}
#cellOne p {
	margin-bottom: 1em;
	}
#cellTwo {
	float: right;
	width: 400px;
	height: 500px;
	background-color: #FFF;
	color: #000000;
	border-top: 1px #111111 solid;
	}
.thumbnailmainleft {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 308px;
	height: 300px;
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
	}
.thumbnailmainright {
	position: absolute;
	top: 105px;
	left: 310px;
	width: 473px;
	height:300px;
	margin-left: -2px;
	padding-top: 20px;
	background-color: #ffffff;
	color: #000000;
	border-left: 1px #333333 solid;	
	}
#footer {
	clear:both;
	width: 100%;
	height: 2em;
	text-align: left;
	background-color: #333333;
	}
#leftFooter {
	float: left;
	text-align: left;
	}
#rightFooter {
	float: right;
	text-align: right;
	}
#leftFooter p, #rightFooter p {
	color: #FFF;
	margin-left: 1em;
	margin-top: 0.5em;
	font-size: 0.8em;
	}
#descriptionCell {
	height: 460px;
	border: 1px solid #d3d3d3;
	margin: 20px;
	vertical-align: middle;
	}
#descriptionCell p, .description {
	margin: 0 1em 1em 1em;
	font-size: 90%;
	}
	
#forwardNav {
	float: left;
	position: relative;
	width: 100px;
	height: 200px;
	margin-left: 901px;
	margin-top: -400px;
	z-index: 3 !important;
	}	
#backNav {
	float: left;
	position: relative;
	width: 100px;
	height: 200px;
	margin-left: -101px;
	margin-top: 250px;
	}
		
div.photocontainer {
	position: relative;
	width: 780px;
	height: 500px;	
	margin-left: auto;
	margin-right: auto;		
	}
div.photoinfo {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 378px;
	height: 490px;	
	border: 1px #e5e5e5 solid;
	background-color: #f8f8f8;
	}	
div.shadowframe {
	position: absolute;
	left: 380px;
	top: 0px;
	width: 400px;
	height: 500px;
	background-image: url(images/photo-shadow.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	vertical-align: middle;
	text-align: center;		
	padding: 0;
	}	
div.photoposition {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 280px;
	height: 280px;
	}

.photopage {
	background-color: #ffffff;
	}
.phototablecell td {
	vertical-align: middle;
	font-size: 0.9em;
	}
.picturedetails {
	font-size: 0.75em;
	color: #666666;
	padding: 0px 20px;
	}
.copyright {
	font-size: 0.7em;
	color: #999999;
	}
.img-shadow {
	float:left;
	background: url(../images/drop-shadow.png) no-repeat bottom right !important;
	background: url(../images/drop-shadow.gif) no-repeat bottom right;
	margin: 0px;
	height: 465px;
	width: 465px;
	}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	top:-180px;
	margin: 50% auto 0 auto;
	} 
	
div.backnavbutton {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 70px;
	height: 20px;
	font-size: .9em;
	text-align: left;
	background-color: #ffffff;
	color: #999999;
	}
.backnavbutton a {
	font-weight: normal;
	font-size: .75em;
	height:20px;
	width: 70px;
	margin-left: -1px;
	text-decoration: none;
	color: #999999;
	padding-right: 10px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	}
.backnavbutton a:hover{
	color: #ffffff;
	background-color: #bbbbbb;
	}
div.forwardnavbutton {
	position: absolute;
	bottom: 50px;
	right: 20px;
	width: 100px;
	height: 20px;
	font-size: .9em;
	text-align: right;
	background-color: #ffffff;
	color: #999999;
	}
.forwardnavbutton a {
	font-weight: normal;
	font-size: .75em;
	height:20px;
	width: 100px;
	margin-left: -1px;
	text-decoration: none;
	color: #999999;
	padding-right: 10px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	}
.forwardnavbutton a:hover{
	color: #ffffff;
	background-color: #bbbbbb;
	}
#thumbnailstrip{
	height: 460px;
	padding: 0em 1em;
	border: 1px solid #d3d3d3;
	margin: 20px;
	background-color: #f8f8f8;
	overflow: auto;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1; /* IE's opacity*/
	SCROLLBAR-FACE-COLOR: buttonface;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonface;
	SCROLLBAR-ARROW-COLOR: buttonshadow;
	SCROLLBAR-TRACK-COLOR: silver;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	SCROLLBAR-BASE-COLOR: buttonface;
	text-align: left;
	}
#thumbnailstrip a img{
	max-width: 200px;
	max-height: 200px;
	margin: 5px;
	border: 1px solid #ccc;
	z-index: 100;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	vertical-align:top;
	}		
#thumbnailstrip a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}
#thumbnailstrip h2 {
	text-align: center;
	}
.technique {
	text-align:left;
	font-size: 0.9em;
	padding: 10px 20px 0 0 ;
	line-height: 1.5em;
	font-weight:normal;
	}
div.cf_wrapper{
position: relative;
}