/* david bussell dot com */
/* code by dom lyne */

/* layout */

body {background-color:#FF9933;}

#header {
	position: relative;
	display: block;
	width: 600px;
	height: 399px;
	background: transparent url(menu_images/insanecollage1.jpg) no-repeat;
	overflow: auto;
		}

#navigation {
	position: relative;
	width: 600px;
	height: 31px;
	background: transparent url(menu_images/menumotel.jpg) no-repeat;
	}

#content_main {
	position: relative;
	width: 580px;
	height: auto;
	padding: 10px;
	text-align:left;
	background-color: #FFFFFF;
	left: 1px;
	top: 1px;
	}
	
#content_naptime_left {
	float: left;
	width: 335px;
		}
		
#content_naptime_right {
	float:	right;
	width: 235px;
		}

#footer {
	position: relative;
	width: 600px;
	background: transparent;
	text-align: right;
	}
	
.clear {clear: both;}

/* navigation commands */

#navigation ul {
	border: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
	height: 31px;
	}
	
#navigation ul li {
	display: block;
	float: left;
	padding: 0;
	border: none;
	}
	
#navigation ul li a {
	display: block;
	padding: 0;
	margin: 0;
	height: 31px;
	}
	
li#rum a {width: 104px;}
li#naptime a {width: 169px;}
li#pictures a {width: 132px;}
li#blog a {width: 89px;}
li#guilty a {width: 106px;}

li#rum a:hover {background: transparent url(menu_images/menumotel.jpg) 0px 0px no-repeat;}
li#naptime a:hover {background: transparent url(menu_images/menumotel.jpg) -104px 0px no-repeat;}
li#pictures a:hover {background: transparent url(menu_images/menumotel.jpg) -273px 0px no-repeat;}
li#blog a:hover {background: transparent url(menu_images/menumotel.jpg) -405px 0px no-repeat;}
li#guilty a:hover {background: transparent url(menu_images/menumotel.jpg) -494px 0px no-repeat;}

#navigation ul li strong {display: none;}

/* fonts */

.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	}
	
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	}

.style3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	font-weight: bold;
	}
	
.style4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF3366;
	font-weight: bold;
	}
	
.style5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
		}
	
a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #000000;}
a:active {color: #000000;}


/* lightbox */

#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(picktures/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(picktures/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(picktures/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
