/*********************************************
 Beaudesert Bespoke Four poster beds - CSS Stylesheet
 Designed by : Aaron James Rodgers
 January 2010 
 **********************************************/
 
 
 body { margin: 0 auto; background-color:#FFFFFF; }
 
 /********************************************
 STRUCTURE OF THE SITE - DIV TAGS
 ********************************************/
 
 #container { width:950px; height:750px; margin:0 auto; padding:0px; border: 0; background-color:#FFFFFF;}
 
 #header { width:950px; height:100px; padding:0px; float:left;}
 
 #navigation-top { width:950px; height:35px; background-color:#99cccc; float:left;}
 
 #content { width:940px; height:450px; background-color:#FFFFFF; padding-top:25px; padding-bottom:25px; padding-left:10px; float:left; }
 
 #navigation-bottom { width:950px; height:36px; background-color:#99cccc; float:left; }
 
 #right-info {width:230px; padding-right:30px; float:right; height:450px; }
 
 #left-info {width:680px; float:left; }
 

 

/*******************************************
TOP NAVIGATION STYLE 
********************************************/

ul.navbar { list-style-type: none; padding:0px; margin: 0; width:670px; float:left;}
ul.navbar li { float:left;   background-color:#99cccc;}
ul.navbar a { float:left; text-decoration: none; padding-right: 1em; padding-left:1em; padding-top:1em; padding-bottom:0.8em; letter-spacing:0.1em; font-size:12px; font-family:"Arial", Helvetica, sans-serif; }
ul.navbar a:link { color:#FFFFFF; }
ul.navbar a:visited { color:#ffffff; } 
ul.navbar a:hover { background:#99cccc; color:#000000;}
ul.navbar a:active {}

.currentpage {color:#000000;}

/*******************************************
GALLERY PAGE NUMBER NAVIGATION STYLE 
********************************************/

ul.gallery { list-style-type: none; padding:0px; margin: 0; width:200px; float:left;}
ul.gallery li { float:left;   background-color:#99cccc;}
ul.gallery a { float:left; text-decoration: none; padding-right: 1em; padding-left:1em; padding-top:1em; padding-bottom:0.8em; letter-spacing:0.1em; font-size:12px; font-family:"Arial", Helvetica, sans-serif; }
ul.gallery a:link { color:#FFFFFF; }
ul.gallery a:visited { color:#ffffff; } 
ul.gallery a:hover { background:#99cccc; color:#000000;}
ul.gallery a:active {}

.currentpage {color:#000000;}



/*******************************************
COMPANY LINK STYLE
********************************************/

ul.company-link { list-style-type: none; padding:0px; margin: 0; width:230px; float:right;}
ul.company-link li { float:left;   background-color:#99cccc;}
ul.company-link a { float:left; text-decoration: none; padding-right: 1em; padding-left:1em; padding-top:0.5em; padding-bottom:0.2em; font-size:16px; font-family:serif; font-style:italic; }
ul.company-link a:link { color:#000000; }
ul.company-link a:visited { color:#000000; } 
ul.company-link a:hover { background:#99cccc; color:#ffffff;}
ul.company-link a:active {}

.company-info {font-family:serif; color:#000000; font-size:14px; }

/**********************************************
TEXT STYLES USED THROUGHOUT THE SITE
***********************************************/

body, html {font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px; }

.page-heading {font-size:18px; }

.photo-descriptions {font-size:11px; }


/***********************************************
VARIOUS LINK STYLES USED THROUGHOUT THE SITE
***********************************************/

a.page:link {text-decoration:none; color:#000000; border-bottom:dashed; border-bottom-color:#999999; border-bottom-width:thin; }
a.page:visited {text-decoration:none; color:#000000; border-bottom:dashed; border-bottom-color:#999999; border-bottom-width:thin; }
a.page:hover {background-color:#99cccc; color:#FFFFFF; text-decoration:none; }
a.page:active {}

a.googlemap:link {text-decoration:none; font-size:9px; color:#000000; border-bottom:dashed; border-bottom-color:#999999; border-bottom-width:thin; }
a.googlemap:visited {text-decoration:none; font-size:9px; color:#000000; border-bottom:dashed; border-bottom-color:#999999; border-bottom-width:thin; }
a.googlemap:hover {background-color:#99cccc; color:#FFFFFF; text-decoration:none; }
a.googlemap:active {}

/************************************************
LIGHTBOX CODE FOR 'POSTS' PAGE
*************************************************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% 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: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/************************************************
TERMS AND CONDITIONS STYLE
*************************************************/

p.bold {color: black; text-decoration: none; font:bold 10px/16px "Verdana"}
p.mini {color: black; text-decoration: none; font:normal 9px/10px "Verdana"}
p.country {color: #99cccc; text-decoration: none; font:normal 16px "Verdana"}
p.terms {color: black; text-decoration: none; font:normal 9px/11px "Verdana"}