@charset "UTF-8";

/* sets stretch background */
html, body {
height: 100%;
margin: 0;
padding: 0;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

body  {
	padding: 0;
	text-align: center;
	color: #b8babc;
 	background-repeat: no-repeat;
	height:100%;
	width:100%;
	font-family: Arial;
	font-size: 75%;
	margin-top:2em;
}

br {
	text-decoration: none;
    color: #b8babc;
}

a:link {
	color:#b8babc;
	text-decoration: none;
    border: none;
    outline: none;


}      
a:visited {	
	color:#b8babc;
	text-decoration: none;
    border: 0px;
    outline: none;



	}  
a:hover {
	color:#ffc425;
	text-decoration: none;
    border: 0px;
    outline: none;


	}  
a:active {
	color:#ffc425;
	text-decoration: none;
    border: 0px;
    outline: none;

	}  
    

.thrColFix #container { 	
	background: #2C1607;
	border: 1px solid #fff;
	text-align: left; 
	background-color: #2C1607;
	-moz-border-radius: 16px;
	-webkit-border-radius: 5px;
	 -moz-box-shadow: 11px 11px 5px rgba(0, 0, 0, .5);
		-webkit-box-shadow: 11px 11px 5px rgba(0, 0, 0, .5);
        box-shadow: 11px 11px 5px rgba(0, 0, 0, .5);

	border: 1px solid #fff;
	padding: 1px;
	position:relative; 
	z-index:1;
	width:960px;
	margin: 0 auto;
	height:500px;
} 


h3 {
text-align: center;
margin-left: 1.6em;
padding-top: 7px;
}


.thrColFix #sidebar1 {
	background: none;
	float: left; /* since this element is floated, a width must be given */
	width: 324px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 10px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2C1607; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent { 
	margin-top: 2em;
	margin-left: 380px;
	position: absolute;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {
	background-color: #b8babc;
	height: 1px;
	border:none;
	text-align:center;
	margin-left:2em;
	margin-right:0em;
    margin-top:-4px;
	}

p {
	line-height: 3em;
	text-align: center;
	letter-spacing:2px;
	margin-left: 2em;
	}

.thrColFix #bottomleft {
	margin-left:-8%;
	width: 50px;
	margin-top:0%;
	}
	
.thrColFix #bottomright {
	font-size: 110%;
	margin-right: 2em;
	float: left;
	margin-top:-13em;
	line-height: 150%;
	margin-left: 1em;
	padding-top: 3px;
	text-align: justify;
	}

h4 {
    text-align:center;
    word-spacing:6em;
    letter-spacing:2px;
    }
    
h5 {
	text-align:center;
	}
    

/* Light Box Styles */
	
	#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: 13px ariel; 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;
	color: #848484;

	}
#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; }

/* JS Scroll Pane CSS */

 .scroll-pane {
width: 500px;
height: 100px;
overflow:auto;
float: left;
font-size: 120%;
margin-right: 2em;
line-height: 150%;
margin-left: 1em;
}

/*JScrollPane CSS*/
.jScrollPaneContainer {
position: relative;
overflow: hidden;
z-index: 1;
padding-right: 51px;
margin-top: -14em;
padding-bottom:3em;

}
.jScrollPaneTrack{
position:absolute;
cursor:pointer;
right:0;
top:0;
height:100%;
background:#222;
}
.jScrollPaneDrag{
position:absolute;
background:#CCC;
cursor:pointer;
overflow:hidden;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}

.scroll-pane{padding:0;}
.scroll-pane p{
-moz-border-radius:6px;
-webkit-border-radius:6px;
background:#232323;
padding:1px;
color:#CCC;
font-size:14px;
line-height:16px;
}

/* form css */

#ism {
clear: left;
padding-top:0;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
li {
list-style: none outside none;
position: relative;
}

#PartySize {
margin-left:36px;
}

#startDate {
margin-left:69px;
}

#dateDisplay {
margin-left:107px;
font-size:80%;
}

#ResTime {
margin-left: 67px;
}

#submit {
margin-left: 105px;
}

.jScrollPaneContainer {
width: 500px;
}

form {
margin-right:260px
}

#fb {
margin-top: 3.2em;
margin-left:4em;
}

#fb a:link {
color: #000;
text-decoration: none;
}

#fb a:hover {
color: #b8babc;
}

#cboxTitle a:link {
color: #000;
font-size:120%;
text-decoration: none;
}

#cboxTitle a:hover {
color: #b8babc;
font-size:120%;
text-decoration: none;
}

.load{background:url('images/load.gif') no-repeat center;}

pre {
font-family: Arial;
	}
	
h6 {
word-spacing: 3em;
font-family: Arial;
font-size:100%;
}

#erin {
margin-left:4em;
}

#david {
margin-right:4em;
}

#prop {
margin-left:6em;
}

#wine {
margin-right:4em;
}

#contacts {
margin-top:8em;
}

small{
color: #2C1607;
}


.jScrollPaneDrag {
	position: absolute;
	background: #b8b8ac;
	cursor: pointer;
	overflow: hidden;
	}
	
#dater1{
text-align:left;
position:relative;
width:115px;
float:left;
margin-right:20px;
}
#timer2{
text-align:left;
position:relative;
float:left;
margin-right:52px;


}
#timerr3{
text-align:left;
position:relative;
float:left
margin-left:20px;
{

#timecontent{
display:inline;
float:left;

}

#slider {
	position:relative;
	background:url(images/load.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

p.fbs {
margin-top: 3.2em;
margin-left:4em;
}

p.fbs a:link {
color: #000;
text-decoration: none;
}

p.fbs a:hover {
color: #b8babc;
}

a.fbs:link { text-decoration:none;}
a.fbs:visited {text-decoration:none;}
a.fbs:hover {text-decoration:none;}
a.fbs:active {text-decoration:none;}

h8 {
font-size:200%;
}