/*
EastLake Tavern global CSS repository
Developed by Robert Palmer (http://rp-network.com/) for Hollis Brand Communications (http://hollisbc.com/)
Portions from csseasy.com / profit42.com (best "blog about hacking" ever). Donations welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
Suckerfish Dropdowns by <a href="http://www.orangeafro.com/ptg/">Patrick Griffiths</a> and <a href="http://www.danwebb.net">Dan Webb</a>
*/ 

body {
	width: 100%;
	background: #C1DFDA url(../images/bg-trans.png) center repeat-y;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #582700;
}

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

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	background-color: #846751;
	height: 34px;
	padding: 0 10px;
	line-height: 34px;
	color: #f8981d;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

h1 a {
	color: #f8981d;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding: 5px 2px;
	color: #582700;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 2px dashed #582700;
	border-bottom: 2px dashed #582700;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d06c00;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #582700;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #d4f2fe;
	text-transform: uppercase;
}

hr {
	height: 1px;
    background-color: #582700;
    border: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

table.form td {
	padding-bottom: 10px;
	vertical-align: top;
}

input, textarea {
	border: none;
	background-color: #326f7a;
	font-size: 10px;
	padding: 2px;
	color: white;
	width: 270px;
	margin-left: 10px;
	text-transform: none;
}

form a {
	text-transform: none;
}

input.date {
	width: 200px;
}

input.button {
	background-color: #326f7a;
	width: 110px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	border: 1px solid #582700;
	text-transform: none;
}

input.button:active {
	border-left-color: #846751;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #846751;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

select {
	border: 1px solid #326f7a;
	background-color: #326f7a;
	color: white;
	font-size: 10px;
	padding: 2px;
	margin-left: 10px;
}


/* ids */

#container {
	width:800px;
	margin:0 auto;
	background-color: #6baea0;
	background: url(../images/header_v2.jpg) top no-repeat;
}

#header {
	width:800px;
	height:190px;
	overflow: hidden;
}

#header p {
	display:none;
}

#navigation {
	width:763px;
	margin: 5px auto;
	height:13px;
	padding: 14px;				
	background: url(../images/nav-bg.png) bottom no-repeat !important;	/* for modern browsers */
	background: url(../images/nav-bg.gif) bottom no-repeat;				/* for IE5.x and IE6 */
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
}

#nav, #nav ul { /* all lists */
	width: 763px; 
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: url(../images/nav_drop.png) bottom right !important;	/* for modern browsers */
	background: url(../images/nav_drop.gif) bottom right;				/* for IE5.x and IE6 */
}

#nav a {
	display: block;
	color: #FFFFFF;
}

#nav a:hover {
	color: #F8981D;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	margin-bottom: 5px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	padding: 10px;
	left: -999em;
	width: 120px;
}

#nav li ul li {
	float: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a.top {
	background: 0px left no-repeat;
	height:0px !important;
	margin-bottom:0px;
	overflow:hidden;
	padding:11px 0px 0px; /* height as first arg here */
}

#nav a.sfhover, #nav a.top:hover {
	background: bottom left no-repeat;
	color: #f8981d;
}

#nav a.enabled {
	height:0px !important;
	margin-bottom:0px;
	overflow:hidden;
	padding:11px 0px 0px; /* height as first arg here */
	background: bottom left no-repeat;
}


#content {
	margin: 0 auto;
	background: url(../images/brick_bg.gif) repeat-y;
	width: 750px;					
	padding: 0 25px;
	
	margin-left: 0 !important;		/* for modern browsers */
	min-height:350px; 				/* for modern browsers */
	height:auto !important; 		/* for modern browsers */
	
	margin-left: 20px;				/* for IE5.x and IE6 */				
	height:350px; 					/* for IE5.x and IE6 */
}


#footer { 
	width:750px;
	padding: 0 25px;
	clear: both;
	margin: 0 auto;
	height: 50px;
	color: #FFFFFF;
} 

#footer a {
	color: #FFFFFF;
}

#news { }

#news.home {
	width: 500px !important;		/* for modern browsers */
	width: 490px;					/* for IE5.x and IE6 */
}

#news.home div.scroll {
	height: 310px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#news.calendar {
	width: 410px !important;		/* for modern browsers */
	width: 380px;					/* for IE5.x and IE6 */
}

#news.calendar div.scroll {
	height: 500px;
	width: 410px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#news dl {
	width: 95%;
	display: table;
	padding: 5px;
}

#news dl:hover{
	/* background-color: #b4a48f; */
}

#news.home dt {	
	float: left;
	clear: left;
	width: 25%;
}

#news.home dd {
	clear: right;
	float: right;
	width: 75%;
}

#news.calendar dt {	
	float: left;
	clear: left;
	width: 30%;
}

#news.calendar dd {
	clear: right;
	float: right;
	width: 70%;
	line-height: 14px;
}

#featuredevent {
	width: 330px;
	min-height: 400px;
	float:right;
}

#featuredevent p, #about p, #book p, #jobs p {
	margin-bottom: 10px;
}

#featuredevent img {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#about {
	width: 420px !important;		/* for modern browsers */
	width: 410px;					/* for IE5.x and IE6 */
}

#about a {
	color: #FFFFFF;
}

#book {}

#book div.left {
	width: 290px;
	padding: 10px;
	height: 417px !important;		/* for modern browsers */
	height: 447px;					/* for IE5.x and IE6 */
	float:left;
}

#book div.right {
	width: 410px;
	padding: 10px;
	height: 417px !important;		/* for modern browsers */
	height: 447px;					/* for IE5.x and IE6 */
	float: right;
}

#columns {
	background: url(../images/blue_cols.gif) center repeat-y;
}

#contact {}

#contact div.right {
	width: 330px;
	height: 470px;
	background-color: #d4f2fe;
	float:right;
}

#contact div.left {
	width: 410px;
	height: 450px;
	float: left;
}

#contact div.left div {
	padding: 10px;
}

#press, #press a {
	color: #FFFFFF;
}

#press p {
	margin-bottom: 10px;
}

#press dt {	
	float: left;
	clear: left;
	width: 30%;
}

#press div.item a img {
	float: left;
	margin-right: 10px;
	display: block;
}

#press div.item p {
	margin-bottom: 5px;
}

#press dd {
	clear: right;
	float: right;
	width: 70%;
}

#press div.halfwidth {
	width: 350px;
}

#topgraf {
	font-size: 14px;
	line-height: 20px;;
}

#topgraf a {
	color: #f8981d;
	text-transform: uppercase;
}

#directions {}

#directions p {
	margin-bottom: 10px;
}

#directions ul {
	margin-bottom: 10px;
}

#directions div.right {
	width: 290px;
	padding: 10px;
	min-height: 600px;
	float:right;
}

#directions div.left {
	width: 410px;
	padding: 10px;
	min-height: 600px;
	float: left;
}

#menu ul {
	list-style-image: url(../images/pinbullet.gif);
	font-size:120%;
	margin-left: 40px;
	margin-bottom: 10px;
}

#menu li {
	margin-bottom: 10px;
	padding-left: 20px;
}

#menu h2 {
	color: white;
	border-color: white;
}

#menu hr {
	height: 0px;
	border: none;
	border-top: 2px dashed #FFFFFF;
	background: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#thumbs { }

#thumbs div.cluster {
	background-color: #d4f2fe;
	float: left;
	margin: 0px 7px 7px 0px;
	display: table;
	width: 180px;
}

#thumbs div.image {
	width: 165px; 
	height: 120px;
	overflow:hidden; 
	margin: 7px; 
}

#thumbs div.index {
	height: 180px;
}

#thumbs img {
	width: 165px; 
	margin: 7px;
}

#thumbs p {
	line-height: 11px;
}

#thumbs p.title {
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px;
}

#thumbs p.date {
	text-align: right;
	font-size: 9px;
	margin-right: 10px;
}

#apparel { }

#apparel div.cluster {
	background-color: #d4f2fe;
	margin-left: 8px;
	width: 240px !important;
	width: 230px;
	height: 250px;
	float: left;
}

#apparel p {
	line-height: 11px;
}

#apparel p.name {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
}

#apparel p.descr {
	text-align: left;
	font-size: 10px;
	margin-left: 10px;
}

#jobs, #jobs a {
	
}

#jobs div.right {
	width: 290px;
	padding: 10px;
	float:right;
	background-color: #d4f2fe;
	color: #582700;
}

#jobs div.left {
	width: 410px;
	padding: 10px;
	float: left;
}

#jobs img {
	border: 5px solid #d4effc;
}

/* classes */

.halfwidth {
	width: 370px;
}

.fullwidth {
	width: 750px;
	clear: both;
}

.block {
	display: table;
	clear: both;
}

.divider {
	width: 728px;
	height: 3em;
	padding: 5px 12px 5px 10px;
	line-height: 1.4em;
	clear: both;
	overflow: hidden;
}

.transblue {
	background: url(../images/transblue.png);
	color: #FFFFFF;
}

.brown {
	background-color: #846751;
	color: #FFFFFF;
}

.lightblue {
	background-color: #e4efed;
}

.allcaps {
	text-transform: uppercase;
}

.whitetext {
	color: #FFFFFF;
}

.bluetext {
	color: #d4f2fe;
}

.browntext {
	color: #582700;
}

.orangetext {
	color: orange;
}

.wsb {
	margin-bottom: 10px;
}

.wsa {
	margin-top: 10px;
}

.wsr {
	margin-right: 10px;
}

.wdsb {
	margin-bottom: 20px;
}

.wdsa {
	margin-top: 20px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.addmargin {
	margin: 10px;
}

.addborder {
	border: 4px solid #e1efec;
}

.stackborder {
	border-left-color: #d4effc;
	border-bottom-color: #e1efec;
	border-right-color: #e1efec;
	border-bottom: 4px solid;
	border-left: 4px solid;
	border-right: 4px solid;
}

.info {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: none;
}

.r {
	color: #CC0000;
}

.boldwhite {
	width: 70%;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

.big {
	font-size: 120%;
}

.allcaps {
	text-transform: uppercase;
}

.well {
	width: 370px;
	height: 270px;
	margin-bottom: 10px;
	float:left;
}