/* reservations.css (c)2009 SugarHill Works LLC - http://www.sugarhillworks.com */


#reservations #ceibw { 
	background: #662200 url(../img/noise.jpg) top left repeat;
	position: relative;
	margin: 0 auto;
	width: 1000px; 
	height: 625px; 
	overflow: visible;
	z-index: 100;
}

#reservations #gradient { 
	background: #662200 url(../img/gradient_splash.jpg) top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 627px;
	z-index: 1;
}

#reservations #main_cntr { 
	height: 425px; /* this is necessary for IE6...doesn't understand min-height, loses copy position */
}

#reservations #copy p { 
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto 0 0;
	padding: 0 0 0 10px;
	text-align: left;
	color: #200;
}


/* -------------- header SS --------------- */

#images_ss_hdr { 
	position: relative;
	float: left;
	width: 160px;
	height: 110px;
	margin: 0 auto 0 0;
	text-align: center;
	z-index: 210;
}
#images_ss_hdr img {
	position: absolute; /* ! IMPORTANT ! */
	left: 0px;
	padding: 5px;
	margin: 0 auto;
	z-index: 220;
}

/* -------------- right panel SS -------------- */

#rt_cntr {
	position: relative;
	float: right;
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	/*text-align: right;*/
	z-index: 200;
}

#rt_cntr .pic_cntr { 
	position: relative;
	left: 5px;
	margin: 30px 0px 0px 0px;
	width: 295px;
	height: auto;
	text-align: left;
}

#images_ss_rt {  
	position: relative;
	top: 30px;
	left: 5px;
	width: 295px;
	height: 400px;
	margin: 0 auto;
	text-align: left;
	z-index: 210;
}

#images_ss_rt img {
	position: absolute; /* ! IMPORTANT ! */
	left: 0px;
	margin: 0 auto;
	z-index: 220;
}

/* -------------- text is in main_cntr div ---------------- */

#main_cntr { 
	margin: 0 auto 0px auto;
}

#main_txt p {
	margin: 0 0 15px 0;
}

.titolo {
	margin: 30px auto 15px auto;
	font-size: 130%;
	text-align: left;
}

/* -------------- Reservations page only -------------- */

#hours { 
	float: right;
	margin: 115px 0 0 0;
	width: 275px;
	height: 185px;
	font-size: 90%;
}
#hours p {
	width: 100%;
	margin: 0 0 0 0;
}
.day { 
	float: left;
	width: 150px;
}
.time { 
	float: right;
	width: 125px;
	text-align: right;
}

#opentable { 
	float: left;
	margin: 0 0 0 0;
	width: 625px;
	height: auto;
}
#opentable p {
	width: 100%;
	margin: 15px 0 0 0;
	text-align: justify;
}

/* --------------------- override OpenTable styles --------------------- */

#OT_searchWrapperAll { border: #000 solid 0px; 
	position: absolute;
	top: 120px;
	left: 25px;
	width: 345px;
	height: 265px;
	margin: 40px 0px 0px 0px;
	padding: 0;
	background: none;
	overflow: visible; 
}

#OT_searchWrapper {
	border: none;
	background: none;
	/*font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;*/
	width: 100%; 
	height: 100px;
	position: relative;
	margin: 0;
}

#OT_searchWrapper .OT_feedTitle { 
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 1px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
}

#OT_searchWrapper input, #OT_searchWrapper select {
	border: #200 solid 1px;
}
#OT_searchWrapper input#submit {
	border: none;
}

/* Party Size Label Wrapper - dt tag */
    #OT_partySizeLbl
    {
        position: absolute;
        top: 40px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 0px; /* for horizontal layout: 0px, for vertical layout: 0px */
        margin: 0 0 0 0px;
        padding: 3px 0;
        text-align: right;
        width: 100px;
        display: block;
		font-family: Geneva, Arial, Helvetica, sans-serif;
    }
    
/* Party Size Wrapper - dd tag */    
    #OT_partySize
    {
        position: absolute;
        top: 40px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 105px;/* for horizontal layout: 90px, for vertical layout: 85px */
        margin: 0;
       	padding: 0;
    }

/* Date Label Wrapper - dt tag */    
    #OT_dateLbl
    {
        position: absolute;
        top: 40px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 155px;/* for horizontal layout: 105px, for vertical layout: 0px */
        margin: 0 0 0 0px;
        padding: 3px 0;
        text-align: right;
        width: 60px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
    }
    
/* Date Label Wrapper - dd tag */    
    #OT_date
    {
        position: absolute;
        top: 40px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 220px;/* for horizontal layout: 195px, for vertical layout: 85px */
        width: 100px;
        margin: 0;
       	padding: 3px 0 0 2px;
    }

/* Time Label Wrapper - dt tag */     
    #OT_timeLbl {
        position: absolute;
        top: 40px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 320px;/* for horizontal layout: 300px, for vertical layout: 185px */
        width: 60px;
        padding: 3px 0;
        text-align: right;
		font-family: Geneva, Arial, Helvetica, sans-serif;
    }

/* Time Label Wrapper - dd tag */     
    #OT_time {
        position: absolute;
        top: 40px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 385px;/* for horizontal layout: 275px, for vertical layout: 185px */
        margin:0;
    }
    
 /* Placeholder empty dt */
    #OT_empty 
    {
		position:absolute;
		width:0;
		height:0;
		padding:0;
		margin:0;
		top:100px;
		left:0;
	} 
 
 /* Submit Button Wrapper - dd tag */    
     #OT_submitWrap
    {
        position: absolute;
        top: 90px; /* for horizontal layout: 25px, for vertical layout: 112px */
        left: 0px;/* for horizontal layout: 500px, for vertical layout: 275px */
        margin: 0 0px 0 0;
        z-index: 5; /* do not change */
    }


#OT_searchWrapper #dateDisplay { 
	font-size: 10px;
	color: #330;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: right;
	margin: 0px 0px 0px 0px;
	display: inline;
}

/*#OT_searchWrapper #cal1 #imageCal td.partOfCal {
	padding: 0px 0px 0px 0;
	text-align: center;
	bgcolor: none;
	background-color: none;
}*/


#OT_logoLink {
	position: absolute;
	top: 210px;/* for horizontal layout: 60px, for vertical layout: 100px */
	left: 0px; /* for horizontal layout: 0px, for vertical layout: 0px */
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0;
	/*font-size:9px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;*/
	display: block;
	color: #999966;
	background: none;
}
#OT_logoLink a {
	padding: 0 0 0 0px;
}

#OT_logo {
	position: absolute;
	top: 230px; /* for horizontal layout: 80px, for vertical layout: 120px */
	left: 0px; /* for horizontal layout:0px, for vertical layout: 0px */
	width: 112px;
	padding: 5px 0 0 0;
	margin: 0;
	display: block;
	background: #F1EDDA;
}
#OT_imglogo {
	border: 0;
	margin:0 0 0 5px;
}


