@charset "utf-8";
/* Historic Ballroom Stylesheet*/
html {
	background: #666;
	color: #efcb98;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	background: url(images/bg.png) repeat-y;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

div#container {
    height: 100%;
}

div#sidebar {
background: #849489;
float:left;
width: 230px;
height: 100%;
font-size:small;
position: absolute;
left:0;
}

#sidebar a img {border: none;}

#sidebar a {
color: #efcb98; 
text-decoration: none;
font-weight:bold;
}

#sidebar a:hover {text-decoration: underline}

#sidebar ul {
list-style: none;
width: 165px;
margin-top: 15px;
margin-left: 30px;
margin-right: 10px;
border: 3px solid #efcb98;
/*border-top: 1px #CCCCCC dotted;*/
padding: 0;
}

#sidebar li {
border-bottom: 1px #CCCCCC dotted;
margin-right: 1px;
padding: 3px 0 3px 10px;
}

#sidebar li a {
display:block;
color: #efcb98; 
text-decoration:none;
}

#sidebar li a:hover {text-decoration:none;}

#sidebar li:hover {
background: #666;
}

#nav_symbol {margin-top: 10px;}

#sidebar p {
text-align:center;
margin-top: 10px;
}

div#content {
background-color: #666666;
width: 750px;
margin: 0 0 0 230px;
height: 100%;
}

div#text {
float: left;
width: 690px;
margin: 35px 0 0 50px;
padding: 5px;
}

#text a img {border: none;}

#text a {
color: #efcb98; 
text-decoration: none;
font-weight:bold;
}

#text a:hover {text-decoration: underline}

div#text hr {margin: 35px 0 25px 0; clear:both;}

img.titles {
margin: 0 0 15px -15px;
}

img.floaters {
border: 1px #CCCCCC solid;
}

table.space_table {
border: 1px solid #efcb98;
background-image:url(images/seating_bg.jpg);
margin: 0;
padding: 0;
}

table.space_table td {
text-align: center;
font-size: small;
}

td#border-right {border-right: 1px dashed #efcb98;}
td#border-right-top {
border-right: 1px dashed #efcb98;
border-bottom: 1px dashed #efcb98;
}

div#images {
width: 600px;
height: 450px;
float: left;
margin-top: 35px;
margin-left: 50px;
}

div#images img {
/*border: 1px #333333 solid;*/
width: 600px;
height: 450px;
position: relative;
}

div#text_caption {
width: 600px;
float: left;
margin: 0 auto 0 50px;
font-size: small;
font-weight:bold;
text-align: right;
}

table#history_pictures td {margin: 0 20px);}

table#history_pictures img {border: 1px #CCCCCC solid;}

/* Gallery Using Pikachoose */
.gallery{width:730px;position:relative; margin-left: -14px}
.gallery ul{height: 400px; position:absolute; top: 0;left: 430px; overflow: visible; margin-top:0; margin-left: 65px;}
.gallery ul li{float: left;border:1px solid #555;padding:2px;background:#777;margin:0 6px 4px 0;position:relative;overflow:hidden;}
.gallery ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:505px;height:385px;display:block;position:relative;}

/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:relative;}
.pika_subdiv{position:relative;border:1px solid #555;background:#777;padding:2px;}
.pika_animationDivs{top:2px;left:2px;} /*must match top/left padding for subdiv */
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:500px;height:16px;padding-top:4px;text-align:center;position:absolute;bottom:7px;left:3px;background:url('black.png') top left;}
.pika_caption a{color:white;}

.pika_navigation a{font-size: 12px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline; cursor: pointer;}
.pika_navigation{padding-top:10px;clear:both; padding-left: 215px;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:1px;width:1px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:1px;width:1px;background:url('fastf.png') top right no-repeat;}