/* -------------------- Colors -------------------- */

/*
color: #933706; Brown
color: #bd673b; Brown/Tan
color: #a84f21; Tan
color: #ff620b; Orange
color: #ff9010; Yellow
color: #f40f0b; Red
color: #00c6e2; Cyan
*/

/* -------------------- General -------------------- */


body {
	background: black;
	color: #bd673b;
	}	
	small, .small {
		font-size: .7em;
		line-height: 1.4em;
		color: #a84f21;
		margin: .2em 0 .4em 0;
		}
	.white {
		color: white;
		}
		
div#container {
	background: black repeat-y url(../../images/backgrounds/wood-fill.jpg) top center;
	margin: 0 auto;
	width: 1000px;
	}

#header-wrapper {
	background: black no-repeat url(../../images/backgrounds/header.jpg) top left;
	height: 410px;
	width: 1000px;
	position: relative;
	}
	#twitter {
		font-size: 11px;
		line-height: 15px;
		position: absolute;
		right: 50px;
		top: 3px;
		color: #b9aca6;
		}
		#twitter img { position: relative; top: 7px; }


/* -------------------- Page -------------------- */


#page-wrapper {}
	#page {
		margin-bottom: -100px;
		}
		.column {
			}
		#column-single {
			margin: 20px 100px;
			}
			#column-single strong {
				color: white;
				}
			#column-single ul {
				margin: 1.2em 0 2.4em;
				list-style-image: none;
				list-style-position: outside;
				list-style-type: disc;
				}
			#column-single li {
				margin-left: 30px;
				}
		#column-left {
			width: 260px;
			float: left;
			margin-left: 60px;
			}
			#food {
				margin-bottom: 20px;
				}

			#locations {
				margin-bottom: 20px;
				}
				#locations .address {
					}
					#locations .details {
						border-top: 1px solid white;
						margin-top: 5px;
						padding-top: 4px;
						}
				#locations a.info-link {
					font-size: 0.8em;
					line-height: 1.4em;
					}
		#column-center {
			width: 260px;
			float: left;
			margin-left: 50px;
			margin-right: 50px;
			}
			#clock {
				color: #66bdff;
				margin: 0 -10px 20px -10px;
				}
				#clock-top {
					background: transparent no-repeat url(../../images/text/beat-the-clock.jpg) top left;
					width: 280px;
					height: 180px;
					}
				#clock-fill {
					background: transparent no-repeat url(../../images/backgrounds/beat-the-clock.jpg) bottom left;
					margin: 0;
					padding: 0 10px 10px;
					overflow: hidden;
					}
			#drink-photos {
				margin-bottom: 25px;
				margin-top: 6px;
				}
			#events {
				margin-bottom: 25px;
				}
				#events ul {
					margin-top: 10px;
					}
				#events li {
					border-top: 1px solid #933706;
					color: white;
					margin: 8px 0 0;
					padding: 8px 0 0;
					}
					#events li a {
						font-size: 1.2em;
						line-height: 1.2em;
						}
			#twitter-feed {
				margin-bottom: 20px;
				}
				#twitter-feed ul {
					margin-top: 10px;
					}
				#twitter-feed li {
					border-top: 1px solid #933706;
					color: white;
					margin: 8px 0 0;
					padding: 8px 0 0;
					}
					#twitter-feed li a {
						color: #ff620b;
						}
		#column-right {
			width: 260px;
			float: left;
			}
			#drinks {
				margin-bottom: 20px;
				}
	#footer {
		background: transparent no-repeat url(../../images/backgrounds/footer.jpg) top left;
		width: 1000px;
		height: 150px;
		}


/* -------------------- Tables -------------------- */


table {
	color: white;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: .3em;
	}
	caption {
		color: #a84f21;
		text-align: left;
		margin-bottom: .3em;
		font-size: .9em;
		}
		caption h3 {
			color: white;
			}
	th, td {
		vertical-align: top;
		font-size: .9em;
		line-height: 1.3em;
		}
	td {
		padding-right: .6em;
		color: #ff620b;
		text-align: right;
		white-space: nowrap;
		}
	th {
		text-align: left;
		color: white;
		font-weight: normal;
		}


/* -------------------- Forms -------------------- */
	
	label {
		font-size: 1.0em;
		font-weight: bold;
		}
	
	.note, .instruction {
		font-size: 0.9em;
		line-height: 1.3em;
		margin-bottom: 0.5em;
		display: inline-block;
		color: #a6926c;
		}
	.optional, .required {
		color: #4AAB27;
		font-size: 0.7em;
		text-transform: uppercase;
		font-weight: bold;
		}
		.required { color: red; }
		
	textarea {
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 1.0em;
		}