/* Madeline's Italian Restaurant
*  Author: Brian Bernas
*  Copyright 2007-2009
*/

body {
	background: #184617;
	font: medium/1.25em "Century Gothic", Verdana, "Lucida Sans", sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
}

img {
	border: 2px solid #184617;
	margin: 0.5em;
}

q {
	display: inline;
	font-size: small;
	font-style: italic;
}

hr {
	width: 60%;
	
}

.center {
	/* Due to IE and it's crazy-ness. This is sadly needed. */
	text-align: center;
	margin: auto;
}

#page {
	margin: 1em 2em;
	padding: 0;
}

#header {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 800px;
}

#header h1 {
	display: block;
	background: transparent url("header.jpg") top left no-repeat;
	height: 125px;
	width: 800px;
	padding: 0;
	margin: 0;
}

#header h1 span {
	display: none;
}

.specials {
	margin: 0 0 3em 0;
}

.specials li {
	font-size: 20px;
	float: left;
	width: 20%;
}

.hand {
	font-family: "Edwardian Script", "Snell Roundhand", "New Berolina MT", "Bickham Script Pro", "Brush Script MT", Helvetica, sans-serif;
}

#content {
	padding: 0 2em 1em 0;
	margin: 0 0 0 250px;
	min-width: 320px;
}

#content h2 {
	text-align: center;
	font-size: xx-large;
}

.section {
	background: transparent url("parchment.jpg") top left repeat;
	color: #000;
	padding: 0;
	margin-bottom: 1em;
	border: 1px solid #184617; /* This resolves some wacky drawing in I.E. */
}

.section h3 {
	font-size: x-large;
	font-weight: normal;
	text-align: center;
	padding: 0.5em 48px;
	margin: 0;
}

.section p {
	padding: 0.5em 48px;
	margin: 0;
	text-align: center;
}

.section a:link, .section a:visited {
	color: #076209;
}

.section a:hover, .section a:active {
	color: #3E973C;
}

.news strong {
	display: block;
}

.small {
	font-size: small;
	padding-bottom: 1em;
}

.section-cap {
	clear: right;
	margin: 0;
	padding: 0;
}

.highlight {
	background: #184617 url("highlightbg.png") center repeat-x;
	margin: 0.5em 3em;
	padding: 0.5em 1.5em;
}

.highlight {
	color: #FFF;
}

.highlight strong {
	font-size: x-large;
	font-weight: normal;
}

/* Corners */
.corner {
	width: 48px;
	height: 48px;
}

.corner-top-left {
	background: url("section-corner-top-left.png") top left no-repeat;
	float: left;
}

.corner-top-right {
	background: url("section-corner-top-right.png") top left no-repeat;
	float: right;
}

.corner-bottom-left {
	background: url("section-corner-bottom-left.png") top left no-repeat;
	float: left;
}

.corner-bottom-right {
	background: url("section-corner-bottom-right.png") top left no-repeat;
	float: right;
}

div[id="menu"] {
	float: none;
	position: fixed;
	top: 200px;
}

#menu {
	width: 200px;
	margin: 4em 0 0 0;
	padding: 0;
	float: left;
}

#menu h2 {
	margin: 0;
	padding: 0.3em;
	display: none;
}

#menu ul {
	list-style: none;
	padding: 1em 0 0 48px;
	margin: 0;
}

#menu li {
	padding: 0;
	margin: 0;
}

#menu a {
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	color: #000;
}

#menu a:hover, #menu a:active {
	color: #076209;
}

#menu em {
	display: block;
	font-size: large;
	font-style: italic;
	text-align: center;
}

.wine {
	font-style: italic;
	color: rgb(140,0,30);
}

.wine-select {
	padding-top: 0.3em;
	color: rgb(0,90,10);
	font-weight: bold;
}

#footer {
	clear: both;
}

#footer p {
	text-align: center;
	font-size: small;
}
