@charset "utf-8";
/* CSS Document Christopher-Daniel 2010    4+8+4*/

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

/* begin index page styling */

body.index {
	margin-top: 120px;
}

body.child {
	margin-top: 5px;
}

hr.blue {
	width: 100%;
	height: 5px;
	color: #1e1844;
	background-color: #1e1844;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

hr.address {
	width: 600px;
	height: 1px;
	color: #1e1844;
	margin-top: 90px;
}

span.container {
	width: 800px;
	margin:auto;
	padding: 0px;
	display: block;
}

#nav {
	width: 800px;
	margin: auto;
	margin-top: 10px;
	padding: 0px;
}

#nav li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav li a {
	font-size: 10px;
	text-decoration: none;
	color: #1e1844;
	padding: 0px 10px 0px 10px;
	float: left;
	display: block;
	font-weight: 700;
	text-align: center;
	letter-spacing: .005em;
}

#nav li a:hover {
	text-decoration: underline;
}

.adresslink {
	margin-top: 17px;
	display: block;
}
	

.adresslink a{
	text-decoration: none;
	color: #1e1844;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
}

.copy {
	font-size: 10px;
	color: #BBB;
	text-align: center;
	width: 100%;
	margin-top: 170px;
}

#frontad {
	display: block;
	font-size: 20px;
	font-weight: 800;
	width: 100%;
	background-color: #1e1844;
	margin-top: 60px;
	text-align: center;
	letter-spacing: .5em;
}

#frontad a {
	background-color: #1e1844;
	display: block;
	padding: 5px 0px 5px 0px;
	margin: auto;
	color: #FFF;
	text-decoration: none;
}

#frontad a:hover {
	background-color: #008FBC;
	color: #FFF;
	display: block;
	text-decoration: none;
}
	

/* end index page styling */

/*************************begin left constant styling ****************************/

#pagecontainer {
	width: 800px;
	margin: auto;
	margin-top: 50px;
	background-color: #FFF;
}

#consitantleft {
	width: 150px;
	height: 500px;
	float: left;
	border-right: thin #1e1844 solid;
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	font-weight: 700;
}

#consitantleft a {
	text-decoration: none;
	color: #1e1844;
}

#brunchl a {
	color: #008FBC;
	text-decoration: underline;
}

.smallertext {
	font-size: 9px;
}

.largertext {
	font-size: 12px;
	letter-spacing: .15em;
}

.lessmargin {
	margin-bottom: -20px;
}


/*************************end left constant styling ****************************/

/****************************begin content styling*****************************/

#content {
	width: 615px;
	float: right;
	padding: 0 10px 0 10px;
	color: #1e1844;
	margin-bottom: 25px;
}

#content p {
	font-size: 11px;
	letter-spacing: .1em;
	color: #1e1844;
	text-align: justify;
}

.dropcap {
	float: left;
	font-weight: 800;
	font-size: 300%;
	padding-right: 4px;
	padding-top: 0px;
	margin: 0px;
	margin-top: -5px;
}

#content h1 {
	font-size: 16px;
	letter-spacing: .25em;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#content h2 {
	font-size: 12px;
	letter-spacing: .15em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
}

p.about {
	padding-top: 10px;
	margin: 0px;
}


object:active {
	outline: none;
}

object:focus {
	-moz-outline-style: none;
}

object {
	margin: 0px 0px px 0px;
	padding: 0px 0px 0px 0px;
}

#content dl {
	text-align: left;
	margin: 15px 0 15px 0;
	padding: 0px;
}

#content dt {
	font-size: 12px;
	letter-spacing: .15em;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	text-transform: uppercase;
}

#content dd {
	font-size: 11px;
	letter-spacing: .1em;
	color: #1e1844;
	text-align: justify;
}

.bold {
	font-weight: bold;
}

#content a {
	color: #1e1844;
}

address {
	font-style:normal;
	font-size: 11px;
	color: #777;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 7px;
}

address a {
	color: #777;
}

address a:hover {
	color: #0C3;
}

#list ul{
	font-size: 8px;
	width: 615px;
	text-transform: uppercase;
	list-style-type: circle;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 10px;
	height: 200px;
}

#list li {
	display: inline;
	font-size: 8px;
	list-style-type: circle;
	list-style: circle;
	margin: 2px 3px 2px 3px;
	letter-spacing: .2em;
}


/***********************end content styling****************************/

/***********************begin my form styling****************************/

#leadsheet div {
	width: 400px;
	text-align: right;
	padding-top: 20px;
	display: block;
}

#leadsheet label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .25em;
	display: block;
	padding: 10px 0 0 0;
}

.center {
	text-align: center;
}

#leadsheet span {
	width: 400px;
	display: block;
	padding-top: 10px;
}

.red {
	color: #F00;
	font-size: 10px;
}

.lt_blue {
	color: #008FBC
}

/***********************end form styling****************************/

/*****************************************************************************/

/*    open table styles      */

/* Overall Wrapper for Client Supplied Snippet */
	#OT_searchWrapperAll {   
        width:150px;
        position: relative;
        margin:0px;
        padding:0px;
    }
    
/* wrapper */

	#OT_searchWrapper
    {
        border: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-size: 10px;
        width:150px; 
        position: relative;
        margin:0px;
    }

/* Title of Search */
	 #OT_searchWrapper .OT_feedTitle
    {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0px;
        font-size:12px;
        font-weight:normal;
        line-height:normal;
		visibility: hidden;
    }
 
 /* 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: 25px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 0px; /* for horizontal layout: 0px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:5px 0px 0px 0px;
        text-align:right;
    }
    
/* Party Size Wrapper - dd tag */    
    #OT_partySize
    {
        position: absolute;
        top: 25px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 60px;/* for horizontal layout: 90px, for vertical layout: 85px */
        margin:0;
       	padding:0;
    }

/* Date Label Wrapper - dt tag */    
    #OT_dateLbl
    {
        position: absolute;
        top: 85px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 0px;/* for horizontal layout: 105px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding: 2px 0;
        text-align:right;
        width:52px;
    }
    
/* Date Label Wrapper - dd tag */    
    #OT_date
    {
        position: absolute;
        top: 85px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 55px;/* for horizontal layout: 195px, for vertical layout: 85px */
        width:100px;
        margin:0;
       	padding:0;
    }

/* Time Label Wrapper - dt tag */     
    #OT_timeLbl {
        position: absolute;
        top: 55px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 0px;/* for horizontal layout: 300px, for vertical layout: 185px */
        width:57px;
        padding:5px 0;
        text-align:right;
    }

/* Time Label Wrapper - dd tag */     
    #OT_time {
        position: absolute;
        top: 55px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 60px;/* 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:relative;
        top: 130px; /* for horizontal layout: 25px, for vertical layout: 112px */
        left: 0px;/* for horizontal layout: 500px, for vertical layout: 275px */
        margin:  0 0 0 30px;
        z-index:5; /* do not change */
    }
   
 /* Wrapper for Powered By OpenTable Logo */
    #OT_logo {
        position:absolute;
		top:120px; /* for horizontal layout: 80px, for vertical layout: 120px */
		left:0px; /* for horizontal layout:0px, for vertical layout: 0px */
		width:100%;
		padding:0;
		margin:0;
		display:block;
		background:#fff;
    }
    
  /* Wrapper for Text Link */   
    #OT_logoLink {
		position: absolute;
		top: 100px;/* 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;
		background:#fff;
     }
    
    /* text link padding */
     #OT_logoLink a
     {
		padding:0 0 0 10px;
	}

    /* 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:80px;
	}

	#OT_searchWrapper #dateDisplay
	{
		font-size:10px;
		color:#999;
 		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		margin:0px 0px 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: #1e1844; 
		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:#1e1844;
		background-color:#EFEFEF; 
		width:14%;
	}

/*****************************end opentable styles********************************/
