@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/body_bck.jpg);
	background-position:0 0;
	background-repeat:repeat;
	background-attachment:scroll;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, Arial, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	width:100%;
	height:100%;
}

#page_top {
	background-image:url(../images/site_top.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:189px;
	z-index:-1;
}

#holder {
	width:1000px;
	margin:0 auto;
}

img, a, ul, li, h1, h3{
	border:none;
	margin:0;
	padding:0;
}

a, a:link, a:visited {
	color:#532000;
	text-decoration:underline;
}

a:hover {
	color:#FFCC33;
}

.align_left {
	float:left;
}

.align_right {
	float:right;
}

.go_right {
	float:right;
	font-style:normal;
	margin-top:-15px;
	color:#CCFFFF;
	font-size:16px;
	font-weight:normal;
}

.go_right a {
	color:#CCFFFF;
	text-decoration:none;
}

.go_right a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

.special {
	color:#fff;
	margin:10px 0;
	padding:10px;
	background-color:#883d12;
	border:thin solid #FF9900;
	float:left;
}

.special p {
	margin:8px 0 3px 0;
}

#submit {
	margin:10px 0 0 0;
}

#content {
	width:900px;
}

#wrapper {
	background-image:url(../images/page_bck.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
}

#site_id {
	background-image:url(../images/site_id.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:900px;
	height:119px;
	margin:0;
	padding:0;
}

#nav li {
	list-style:none;
	float:left;
	height:70px;
}

#nav a {
	display:block;
	background-position:0 -70px;
	background-repeat:no-repeat;
}

#nav a:hover{
	background-position:0 0px;
}

#calendar a{
	background-image:url(../images/calendar_btn.jpg);	
}
#home a{
	background-image:url(../images/home_btn.jpg);
}
#menu a{
	background-image:url(../images/menu_btn.jpg);	
}
#parties a{
	background-image:url(../images/parties_btn.jpg);
}
#seating a{
	background-image:url(../images/seating_btn.jpg);
}
#culture a{
	background-image:url(../images/culture_btn.jpg);	
}
#comments a{
	background-image:url(../images/comments_btn.jpg);
}
#reservations a{
	background-image:url(../images/reservations_btn.jpg);
}

#gradient {
	background-image:url(../images/page_top_bck.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-bottom:-175px;
	width:900px;
	height:170px;
}

#column_full p {
	font-size:.8em;
}

#page {
	padding:0 30px 30px 30px;
}

#column_full h1 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:thin solid #CC9933;
	color:#CC9933;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:900px;
	height:83px;
	padding:0;
	font-size:11px;
	color:#FFCC33;
}

#footer ul {
	padding-top:10px;
}

#footer li {
	list-style:none;
	margin-bottom:1px;
	margin-left:210px;
}

#credit p{
	font-size:11px; 
	margin:0; 
	color:#CC9900;
}

#credit a{
	color:#FFCC33; 
	text-decoration:none;
}

#specials {
	width:610px;
	float:right;
}

#spcl_top {
	background-image:url(../images/anncmnt_top.jpg);
	height:15px;
	background-repeat:no-repeat;
}

#spcl_mid {
	background-image:url(../images/anncmnt_mid.jpg);
	background-repeat:repeat-y;
	padding:0 20px;
}

#spcl_bottom {
	background-image:url(../images/anncmnt_btm.jpg);
	height:65px;
	background-repeat:no-repeat;
}

#specials p {
	font-size:13px;
	padding:0;
	margin:0;
}

#specials h3 {
	border-bottom:thin solid #CC9933;
	padding-top:5px;
	margin-bottom:10px;
	color:#CC9933;
}

#flower_left {
	background-image:url(../images/flowers_left.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:48px;
	height:189px;
	margin:0 auto;
}

#flower_right {
	background-image:url(../images/flowers_right.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:49px;
	height:189px;
	margin:0 auto;
}

/******************************* Horizontal Styles **************************************/


/* Overall Wrapper for Client Supplied Snippet */
	#OT_searchWrapperAll {   
        width:595px;
        height:165px;/* for horizontal layout: 60px, for vertical layout: 100px */
        position: relative;
        margin:0;
        padding:0;
        /*background:#fff;*/
    }
    

/* wrapper */

	#OT_searchWrapper
    {
        border: none;
        /*background: #fff;*/
        font-family: "Trebuchet MS", "Trebuchet", Helvetica, Arial, Sans-Serif;
        font-size: 12px;
        width:100%;
        height:60px;/* for horizontal layout: 60px, for vertical layout: 100px */
        position: relative;
        margin:0;
    }
    
/* Title of Search */
	 #OT_searchWrapper .OT_feedTitle
    {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0 1px 5px;
        font-size:14px;
        font-weight:normal;
        line-height:1em;
    }
    
 /* Definition List */   
    #OT_searchWrapper dl 
    {
		position: absolute;
		top: 0;
        left: 0;
		padding:0;
		margin:0;
	}

/* Party Size Label Wrapper - dt tag */
    #OT_partySizeLbl
    {
        position: absolute;
        top: 45px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 0px; /* for horizontal layout: 0px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:3px 0;
        text-align:right;
        width:110px;
    }
    
/* Party Size Wrapper - dd tag */    
    #OT_partySize
    {
        position: absolute;
        top: 45px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 120px;/* for horizontal layout: 120px, for vertical layout: 85px */
        margin:0;
       	padding:0;
    }

/* Date Label Wrapper - dt tag */    
    #OT_dateLbl
    {
        position: absolute;
        top: 45px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 200px;/* for horizontal layout: 180px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:3px 0;
        text-align:right;
        width:55px;
    }
    
/* Date Label Wrapper - dd tag */    
    #OT_date
    {
        position: absolute;
        top: 45px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 265px;/* for horizontal layout: 245px, for vertical layout: 85px */
        width:100px;
        margin:0;
       	padding:0;
    }

/* Time Label Wrapper - dt tag */     
    #OT_timeLbl {
        position: absolute;
        top: 45px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 385px;/* for horizontal layout: 335px, for vertical layout: 185px */
        width:60px;
        padding:3px 0;
        text-align:right;
    }

/* Time Label Wrapper - dd tag */     
    #OT_time {
        position: absolute;
        top: 45px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 408px;/* for horizontal layout: 358px, for vertical layout: 185px */
    }
    
 /* 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:relative;
        top: 100px; /* for horizontal layout: 25px, for vertical layout: 112px */
        left: 450px;/* for horizontal layout: 485px, for vertical layout: 240px */
        margin: 0 5px 0 0;
        z-index:5; /* do not change */
    }
   
 /* Wrapper for Powered By OpenTable Logo */
    #OT_logo {
       position:absolute;
       top:135px; /* for horizontal layout: 80px, for vertical layout: 120px */
       left:0px; /* for horizontal layout:0px, for vertical layout: 0px */
       width:25%;
       padding:0;
       margin:0;
       display:block;
       background:#fff;
    }
    
  /* Wrapper for Text Link */   
    #OT_logoLink {
		position: absolute;
		top: 150px;/* for horizontal layout: 60px, for vertical layout: 100px */
		left: 175px; /* for horizontal layout: 0px, for vertical layout: 0px */
		width:25%;
		padding:0 0 10px 0;
		margin:0;
		font-size:9px;
		display:block;
		/*font-family: Verdana, Arial, Helvetica, Sans-Serif;
		
		background:#fff;*/
     }
     
     /* text link padding */
     #OT_logoLink a
     {
		padding:0 0 0 10px;
		color:#fff;
	}

    /* Logo Link Border and margin*/
    #OT_imglogo 
    {
		border: 0;
		margin:0 0 0 10px;
	}
    
	#OT_searchWrapper form {margin:0;padding:0;}
	#OT_searchWrapper input.hidden {display:none;}
	
	/* Text Form Fields */
	#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option {
		font-size:12px;
		margin:2px 2px 2px 2px;
	}
	/* Text Form Field for Date field */
	#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar 
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size:12px;
		margin:0;
		width:85px;
	}

	#OT_searchWrapper #dateDisplay
	{
		font-size:10px;
		color:#fff;
 		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		float:right;
		margin:0px 30px 0px 0px;
		display:inline;
	}

	/*** calendar styles ***/

	/* Placeholder. Don't change this */
	#OT_searchWrapper .imgCal 
	{
		position: absolute; 
		display: none; 
		z-index:100;
	}

	/* Calendar Table properties */
	#OT_searchWrapper #imageCal table {
		font-size:12px;
 		width:150px;
		font-family:arial;
		font-weight: bold;
		background:#FFF;
	}
	#OT_searchWrapper #imageCal td {
		padding:0px 0px 0px 0;
		text-align:center;
	}

	/* Days in the future */
	#OT_searchWrapper .clickableDays 
	{	
		color: #000000; 
		text-decoration: none;
		height:18px;
	}

	/* Days in the past */
	#OT_searchWrapper .nonclickableDays 
	{	
		color: #CCCCCC;
		height:18px;
	}

	/* Name of the month at the top */
	#OT_searchWrapper .months 
	{
		color: #FFFFFF; 
		text-decoration: none 
	}

	/* Day of the week */
	#OT_searchWrapper .weekdays
	{
		color: #000000; 
		text-decoration: none; 
		color:#666666;
		background-color:#EFEFEF; 
		width:14%;
	}



