body {
	margin: 0px;
	padding: 10px;
	background: #464363 url(/img/orchid_bg1.gif) top center;
	font-family: Georgia, Times New Roman, Times, serif;
	}
a {
	color: #92278F;
	font-weight: bold;
	}
#nav {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	}
#nav p {
	margin: 0;
	padding: 11px;
	}
#nav a {
	margin: 0 5px 0 5px;
	padding: 11px 10px 11px 10px;
	color: #fff;
	text-decoration: none;
	}
#nav a:hover {
	background-color: #9FA1C2;
	}

#side-nav ul {
	list-style: none;
	text-align: left;
	margin: 0 0 0 27px;
	padding: 0;
	}
#side-nav ul li {
	padding: 8px 0 8px 0;
	}
#side-nav a {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
#side-nav a:hover {
	color: #F8F500;
	text-decoration: underline;
	}
#page {
	padding: 20px 60px 30px 60px;
	font-size: 14px;
	text-align: left;
	}

#page .gallery {
	width: 850px;
	margin: 5px auto 20px auto;
	}
#page .gallery-img {
	float: left;
	margin: 10px;
	width: 150px;
	height: 150px;
	text-align: center;
	}
#postcardlinks {
	width: 195px; 
	float: right; 
	margin: 1em 0 10px 10px;
	}
small {
	font-size: 80%;
	}
h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #432B5F;
	text-align: center;
	}
#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	}

#footer .footer-links {
	text-transform: uppercase;
	}

#reservation-bar {
	text-align: center;
	padding: 10px;
	background-color: #97B7C5;
	}
#reservation-bar,
#reservation-bar table,
#reservation-bar input,
#reservation-bar select {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	}
#reservation-bar form {
	margin: 0;
	padding: 0;
	}
#reservation-bar table {
	text-align: left;
	}
#reservation-bar input#reservation-button {
	width: 165px;
	color: #fff;
	background-color: #792D8B;
	font-weight: bold;
	}

/* ------------------------------------------- */
/*                  Calendar                   */
/* ------------------------------------------- */
.cpBorder {
   background-color: #0033CC;
   font:Arial, Helvetica, sans-serif;
}
.cpBorder2 {
   background-color: #ffffff ;
   font:Arial, Helvetica, sans-serif;
}
.cpMonthNavigation{ /* Calendar Month */
background-color: #336699 ;
font-family: Arial,Helvetica;
font-size:11px;
font-weight:bold;
color: #ffffff;
text-align:center
}
.cpDayColumnHeader{ /* Calendar Column Headers */
background-color: #transparent;
font-family: Arial,Helvetica;
font-size:12px;
color: #0033CC;
text-align:center
}
.cpOtherMonthDate{ /* Calendar Date */
text-decoration: none;
font-family: Arial,Helvetica;
font-size:11px;
color: #999999;
}
.cpOtherMonthDate a{ /* Calendar Date Links */
text-decoration: none;
font-family: Arial,Helvetica;
font-size:11px;
color: #999999   ;
}
/* ------------------------------------------- */
/*          Calendar Current Month             */
/* ------------------------------------------- */
a.cpCurrentMonthDate:link {
background-color: #FFFFFF ;
text-decoration: none;
}
.cpCurrentMonthDate a{  
font-family: Arial,Helvetica;
font-size:11px;
font-weight:bold;
background-color: #ffdd99 ;
color: #000000;
}
.cpCurrentMonthDate a:hover {
background-color: #ffdd99; 
text-decoration: none; 
} 
/* ----------------------------------------- */
/*          Selected Current Month             */
/* ------------------------------------------- */
a.cpCurrentDate:link {
background-color: #CCCCCC ;
text-decoration: none;
}
.cpCurrentDate a{  
font-family: Arial,Helvetica;
font-size:11px;
font-weight:bold;
background-color: #ffdd99 ;
color: #000000;
}
.cpCurrentDate a:hover {
background-color: #ffdd99; 
text-decoration: none; 
} 
/* ----------------------------------------- */

.cpTodayText a{  /* Calendar Today Text Links */
background-color: #transparent;
font-family: Arial,Helvetica;
font-size:11px;
color: #3333CC ;
}



/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(js/images/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(js/images/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(js/images/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(js/images/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(js/images/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(js/images/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(js/images/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(js/images/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:120px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:52px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:73px; color:#444;}
        #cboxLoadingOverlay{background:url(js/images/cbox-loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=js/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=js/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=js/images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=js/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=js/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=js/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=js/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=js/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

