/*------------
 Global Reset
------------*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		font-weight: normal;
		font-style: normal;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		font-size: 12px;
		line-height: 1;
		color: black;
		background: #323133 url(images/bg.gif);
		font-family: Georgia, Constantia, serif;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/*-------------
 Shared Styles
-------------*/

	a:link,a:visited {
		text-decoration: none;
		color: #c00;
	}
	a:hover {
		color: #900;
	}
	
	.clear {
		clear: both;
	}

/*------
 Layout
------*/

	#container {
		width: 600px;
		margin: 0 auto;
		background: #ccc;
	}
	
	#content {
		padding: 20px 20px 40px;
	}
	#sidebar {
		width: 200px;
		float: left;
	}
	#main {
		width: 340px;
		float: right;
	}
	
/*------
 Header
------*/

	#header {
		height: 250px;
		position: relative;
		background: url(images/rotato/rotato.php);
	}
	#header h1 a {
		display: block;
		text-indent: -9000px;
		background: url(images/logo.png);
		width: 345px;
		height: 150px;
		position: absolute;
		bottom: 5px;
		right: 15px;
	}
	
/*----------
 Navigation
----------*/

	#navigation {
		background: #eee;
		padding: 14px 20px 15px;
		text-align: right;
	}
		#navigation li {
			display: inline;
			margin-left: 33px;
		}
			#navigation li a {
				font-size: 24px;
				font-weight: bold;
				font-style: italic;
				text-transform: uppercase;
			}
			
/*-------
 Content
-------*/
	
	#content {
		font-size: 14px;
	}
		#content h3 {
			text-indent: -9000px;
			height: 51px;
			background-repeat: no-repeat;
			background-position: 0 0;
			margin-bottom: -12px;
		}
			#content #header-aboutus { background-image: url(images/headers/aboutus.png); }
			#content #header-location { background-image: url(images/headers/location.png); }
			#content #header-hours { background-image: url(images/headers/hours.png); }
			#content #header-email { background-image: url(images/headers/email.png); }
			#content #header-telephone { background-image: url(images/headers/telephone.png); }
			#content #header-coffeebeans { background-image: url(images/headers/coffeebeans.png); }
			#content #header-storemenu { background-image: url(images/headers/storemenu.png); }
			#content #header-livemusic { background-image: url(images/headers/livemusic.png); }
		#content p {
			text-align: justify;
			line-height: 1.43;
		}
		#content span {
			line-height: 1.43;
		}
		
		#content .menu {
			width: 100%;
		}
		#content .menu td {
			padding: 5px;
			text-align: left;
		}
		#content .menu th {
			padding: 5px;
			vertical-align: top;
			font-weight: normal;
			text-align: left;
		}
		#content .menu th.head {
			text-transform: uppercase;
			text-align: center;
			font-size: 80%;
			vertical-align: bottom;
		}
		#content .menu h4 {
			margin: 15px 0 0;
			text-transform: uppercase;
			font-weight: normal;
			font-size: 1.1em;
			letter-spacing: .05em;
		}
		#content .menu td.drink strong {
			color: #2E5A1A;
			font-style: normal;
			font-weight: bold;
		}
		#content .menu td.price {
			text-align: center;
		}
		
		#content .menu .alt {
			background-color: #c0c0c0;
		}
		
		#content .menu .descrip {
			font-style: italic;
			font-size: 80%;
			padding-top: 0;
		}
		#content .return {
			text-align: center;
			padding: 12px 0 24px;
		}
		#content .return a {
			text-transform: uppercase;
			font-weight: bold;
			font-style: italic;
		}
		
		#content .show {
			margin: 1em 0 2em;
			padding-bottom: 1em;
			border-bottom: 1px solid #999;
		}
		#content .show .show-header h4 {
			margin: 0 .5em 0 0;
			float: left;
			font-size: 30px;
			font-weight: bold;
			color: #666;
		}
		#content .show .show-header h2 {
			font-size: 18px;
			margin-bottom: 4px;
			margin-top: 6px;
			line-height: 1.2;
		}
		
		#content .show .show-content {
			line-height: 1.5;
		}
		#content .show .show-content br {
			margin: .25em 0;
		}
		#content .show .show-content em {
			font-style: italic;
		}
		#content .show .show-content strong {
			font-weight: bold;
		}
		#content .show .show-content p,#content .show .show-content blockquote {
			line-height: 1.5;
			margin: 0 0 1.35em;
		}
		#content .show .show-content ul,#content .show .show-content ol {
			margin: 1.5em 2em;
		}
			#content .show .show-content ol li {
				list-style-type: decimal;
			}
			#content .show .show-content li {
				margin: .75em 0;
				line-height: 1.25;
				list-style-type: circle;
			}
			#content .show .show-content ol ol,#content .show .show-content ul ul {
				margin: .75em 2em;
			}
			#content .show .show-content li ol li {
				list-style-type: lower-alpha;
			}
			#content .show .show-content li ul li {
				list-style-type: disc;
			}
		#content .show .show-content blockquote {
			margin: 1.35em 2em;
			font-style: italic;
		}
		
	#sidebar {
		text-align: center;
	}
		#sidebar h3 {
			margin-top: 18px;
		}
			#sidebar h3:first-child {
				margin-top: 0;
			}
		
		#sidebar #location {
			line-height: 1.43;
		}
		
		#sidebar #hours-table {
			width: 100%;
		}
			#sidebar #hours-table th {
				text-align: right;
				text-transform: uppercase;
				font-size: 12px;
			}
			#sidebar #hours-table td {
				text-align: left;
				padding: 0 0 10px 8px;
			}
			#sidebar #hours-table .meridiem {
				text-transform: uppercase;
				font-size: 12px;
			}
			#sidebar #hours-table .ish {
				background: #333;
				color: #eee;
				text-transform: uppercase;
				font-size: 10px;
				padding: 2px 4px;
				margin-left: 3px;
				position: relative;
				top: -1px;
				display: inline-block;
				-webkit-transform: rotate(-5deg);
			}
			
		#sidebar #header-telephone {
			margin-bottom: -24px;
		}
		#sidebar #telephone #gap {
			margin: 0 18px 0 0;
		}
		#sidebar #telephone {
			margin-left: 5px;
		}
		
		#sidebar #plugs img {
			margin-top: 18px;
		}
	
/*---------
 Copyright
---------*/

	#copyright {
		text-align: center;
		padding-top: 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 12px;
	}