* {
	zoom: 1;
	margin: 0;
	padding: 0;
}

body {
	background: url("images/color_back.png") repeat-x rgb(40,7,11);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	padding: 0px 0px 10px 0px;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #222;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	color: rgb(140,0,0) /*dark red*/;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 1em;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
}

div#textlogo {
	width: 40em;
}

table {
	border: 0;
}

div#heading,
div#container,
div#footer {
	width: 850px;
}

div#heading {
	margin: 0px auto -1px auto;
	height: 155px;
	background: url("images/sampa_banner.png") no-repeat;
}

div#heading h1 {
	margin: 3px;
}

div#social_button {
	margin: 0;
	position: absolute;
	bottom: 0px;
	right: 8px;
}

div#social_button img {
	border: none;
}

div#social_button a {
	outline: none;
}

div#banner {
	position: relative;
	font-size: 90%;
}

	div#banner ul {
		list-style: none;
		margin: 0 .75em 0 0;
		white-space: nowrap;
		position: absolute;
		right: 0;
		bottom: -152px;
	}

	div#banner li {
		display: inline;
	}

	div#banner a {
		text-decoration: none;
		padding: 1px;
		border-top: 2px solid;
		color: #000000;
		margin-right: .3em;
	}

	div#banner a:hover {
		color: #D3D3D3 /*light gray*/;
	}

	div#banner #selected a {
		color: #FFFFFF;
	}

	div#banner h1 {
		position: absolute;
		top: 15px;
		right: 15px;
	}

	div#banner img {
		position: absolute;
		top: 0px;
		left: 0;
	}

div#container {
	position: relative;
	margin: 0 auto;
	background: rgb(245,245,220) url("images/container_back.png") repeat-y;
}

div#centerpic {
	text-align: center;
}

div#zgt_eDecal08 {
	text-align: center;
}

div#reservebubble {
	position: absolute;
	top: 0;
	right: 0;
}

div#OT_searchWrapperAll {
	width: 390px;
	margin: 0 auto;
	background: rgb(245,245,220);
}

div#left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 125px;
	padding: 6px;
	color: #FFFFFF;
	margin: 3em auto;
	background: url("images/announce.png") no-repeat;
}

div#content {
	margin-left: 136px; /* div#left width+11 */
	margin-right: 180px;
	padding: 10px;
}

div#content p {
	margin: 1em;
	text-align: justify;
}

div#content img {
	margin: 5px 8px;
	border: 5px solid #888;
	padding: 3px;
}

div#content a {
	text-decoration: none;
	color: blue;
}

div#content a:hover {
	background: lightblue;
}

div#reservebubble img {
	border: none;
}

div#reservebubble a {
	outline: none;
}

div#reservebubble a:hover {
	background: none;
}

div#frameless img {
	margin: 3px 5px;
	border: none;
}

div#gallerybox {
	position: relative;
	width: 380px;
	height: 325px;
	margin: 0 auto;
	border: 5px solid #888;
}

div#gallerybox p {
	text-align: center;
	font-size: 1.2em;
}

div#gallery img {
	margin: 0;
	border: 0;
	padding: 1px;
}

div#gallery img.preview {
	display: none;
}

div#gallery a:hover img.preview {
	display: block;
	position: absolute;
	top: 150px;
	left: 12px;
	z-index: 1;
}

div#navbox {
	margin-top: 2em;
}

div#navbox a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px;
	background: rgb(167,0,0);
	border: 2px solid #000000;
}

div#navbox a:hover {
	background: rgb(167,0,0);
	color: #000000;
}

div#salad {
	background: rgb(240, 255, 240) url("images/sampa_logo_salad.png") no-repeat;
	background-position: 50% 99%;
	border: 1px solid #000000;
	padding: 10px 10px 120px 10px;
}

div#salad h3 {
	color: rgb(0, 0, 167);
	font-size: 1.5em;
}

div#salad p2 {
	color: rgb(0,0,167);
	font-size: 1em;
}

div#salad dl {
	width: 100%;
	overflow: auto;
	background: rgb (240, 255, 240);
}

div#salad dt {
	background: rgb(240, 255, 240);
	float: left;
	padding-left: 3px;
	color: rgb(0,0,167);
	font-size: 1.25em;
}

div#salad dd.price {
	float: right;
	padding-left: 3px;
	color: rgb(0,0,167);
	font-size: 1.1em;
}

div#salad dd.ingredient {
	float: left;
	width: 90%;
	padding: 3px 0 3px 5px;
	font-size: 1em;
}

div#salad ul {
	padding-left: 2em;
}


div#takeout {
	background: rgb(255,240,245) url("images/sampa_togo.png") no-repeat;
	background-position: 50% 99%;
	border: 1px solid #000000;
	padding: 10px 10px 120px 10px;
}

div#takeout h3 {
	color: rgb(167,0,0);
	font-size: 1.5em;
}

div#takeout dl {
	width: 100%;
	overflow: auto;
	background: rgb (255,240,245);
}

div#takeout dt {
	background: rgb(255,240,245);
	float: left;
	padding-left: 3px;
	color: rgb(167,0,0);
	font-size: 1.2em;
}

div#takeout dd.price, dd.smallprice {
	float: right;
	padding-left: 3px;
	color: rgb(167,0,0);
}

div#takeout dd.price {
	font-size: 1.2em;
}

div#takeout dd.ingredient {
	float: left;
	width: 90%;
	padding: 3px 0 3px 5px;
	font-size: 1em;
}

div#takeout ul {
	padding-left: 2em;
}

div#takeout dt.small {
	color: #000;
	font-size: 1em;
}

div#takeout dd.smallprice {
	color: #000;
	font-size: 1em;
}	

div#calendar {
}

div#indent p{
	margin-left: 3em;
}

div#links ul{
	padding: 0 0 0 2.2em;
	margin: 0;
	list-style-type: disc;
}

div#beermenu ul {
	list-style: none;
	margin: 0 1.5em;
}

div#bmenu {
	position: relative;
}

	div#bmenu ul {
		margin: 1.5em 0 0 1em;
		list-style: none;
		white-space: nowrap;
		font-size: 62%;
	}

	div#bmenu li {
		display: inline;
	}

	div#bmenu a {
		text-decoration: none;
		padding: 1px;
		color: #000000;
		margin-right: .3em;
	}

	div#bmenu a:hover {
		background: none;
		border-bottom: 1px solid black;
	}

	div#bmenu #selected a {
		color: #000;
		border-bottom: 1px solid black;
	}

div#submenu {
	margin-top: -1em;
	text-align: center;
}


div#footer {
	height: 250px;
	position: relative;
	margin: -7px auto 20px auto;
	padding-top: 50px;
	background: rgb(40,7,11) url("images/footer_top2.png") no-repeat;
	color: rgb(213,194,197);
}

div#copyright {
	text-align: center;
	letter-spacing: normal;
	color: #696969 /*dim gray*/;
}

div#address {
	color: rgb(213,194,197);
	padding: 15px;
	letter-spacing: .4em;
	text-align: left;
}

div#address a {
	text-decoration: none;
	color: white;
	padding: 0 .2em;
}

div#address a:hover {
	background: rgb(167,0,0);
	color: white;
}

/* format for Gmaps */

div#map_canvas {
	width: 500px;
	height: 400px;
	/*background: url("images/sampa_map.png") no-repeat*/;
}

div#infowindow h2{
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

div#infowindow p{
	text-align: none;
	font-size: 80%;
	margin: 0;
}

div#centerblock {
	margin-left: auto;
	margin-right: auto;
	width: 15em;
}

/* use with .citation to create the magazine style pullquote effect */
.pullquote {
	position: absolute;
	top: 5em;
	bottom: 0;
	right: 0;
	width: 167px;
	background: url("images/beigequote.jpg") no-repeat;
	padding: 0 10px;
}

.pullquote p {
	margin: 3em 0em 0 0;
	text-indent: 30px;
	font-family: Georgia, "Times New Roman", Roman, serif;
	font-style: italic;
	font-size: 1.35em;
	font-weight: 550;
	color: #444; /* medium gray font color for quote */
}

.pullquote a {
	font-family: verdana, arial, sans serif;
	font-size: .7em;
	font-style: normal;
	text-decoration: none;
	color: #000;
}
	
/* formats the attribution part of the pullquote */
.citation {
	width: 11em;
	position: absolute;
	text-indent: -.3em;
	margin: -3em 0 0 0;
	font-size: .65em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #708090 /*slategray*/;
}

/* dropcap used to create the drop cap effect of magazines */
.dropcap {
	font-family: "times new roman", times, serif;
	margin-top: 2px;
	margin-right: 3px;
	line-height: .83em;
	float: left;
	font-size: 4.5em;
	color: rgb(248,195,0);
	/* color: #FFF; */
	padding: 2px;
	background-color: rgb(0,146,63);
	/* background-color: rgb(167,0,0); */
	/* background: url("images/xmaslights.jpg") repeat-x; */
	/* border: 2px solid #500; */
	border: 2px solid rgb(1,49,157);
	/* background: url("images/tiny_logo.jpg") no-repeat; */
}

/* "pic" class positions text within content */
.rightpic {
	float: right;
}

.leftpic {
	float: left;
}

img.centerpic {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.redboldtext {
	color: #8B0000;
	font-weight: bold;
}

.redtext {
	color: #8B0000;
}

col.widecol {
	width: 40em;
}

.indentlist {
	margin: 0 0 0 1.5em;
	text-indent: -1.5em
}
