@charset "UTF-8";
/* CSS Document */
/* COLORS:
brown: #753F00;
orange: #E96D1F;
orange hover: #F90;
red: #D43900;
*/
/* global */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #753F00;
	line-height: 24px;
}
div {
	overflow: hidden;
}
#header h1 a  {
	background: url(../images/mateo-logo.jpg) no-repeat;
	height: 100px;
	width: 200px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
}
#wrapper {
	background: #E96D1F;
	width: 800px;
	margin: 10px auto;
}
#stage {
	background: #FFF;
	width: 600px;
	margin: 0 auto;
	border: 1px solid #753F00;
	text-align: left;
	padding: 20px;
}
p, ul, ol{
	font-size: 13px;
	line-height: 24px;
}
ul {
	list-style: square;
}
p {
	margin: 10px 0;
}
a {
	color: #E96D1F;
}
a:visited {
	color: #E96D1F;
}
a:hover {
	color: #F90;
}
ul, ol {
	margin: 10px 25px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #E96D1F;
}
/* main nav */
#nav {
	display: block;
	height: 40px;
	padding: 10px 0 10px 100px;
	text-align: center;
	background: url(../images/line.gif) no-repeat center 45px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav li a {
	text-decoration: none;
	color: #E96D1F;
	text-transform: lowercase;
	padding: 0;
	margin: 0 20px;
	overflow: hidden;
	padding: 24px 0 0 0;
	display: block;
	height: 0px;
}
#nav #nav-home a {
	background: url(../images/nav/nav-home-link.gif) no-repeat;
	width: 46px;
}
#nav #nav-menus a {
	background: url(../images/nav/nav-menus-link.gif) no-repeat;
	width: 56px;
}
#nav #nav-events a {
	background: url(../images/nav/nav-events-link.gif) no-repeat;
	width: 53px;
}
#nav #nav-press a {
	background: url(../images/nav/nav-press-link.gif) no-repeat;
	width: 92px;
}
#nav #nav-home a:hover {
	background: url(../images/nav/nav-home-hover.gif) no-repeat;
}
#nav #nav-menus a:hover {
	background: url(../images/nav/nav-menus-hover.gif) no-repeat;
}
#nav #nav-events a:hover {
	background: url(../images/nav/nav-events-hover.gif) no-repeat;
}
#nav #nav-press a:hover {
	background: url(../images/nav/nav-press-hover.gif) no-repeat;
}
/* secondary nav */
#secondary {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondary li {
	display: inline;
	margin: 0;
	line-height: 12px;
	border-left: 1px solid #753F00;
	padding: 0;
}
#secondary li.first {
	border: none;
	line-height: 12px;
	margin: 0;
	padding: 0;
	display: inline;
}
#secondary li a {
	margin: 0 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #753F00;
}
#secondary li a:hover {
	color: #E96D1F;
}
/* content */
#content h1 {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 26px;
	color: #E96D1F;
	margin: 10px 0 0 0;
}
#flash {
	text-align: center;
	margin: 0 auto;
}
#content img {
	border: 1px solid #753F00;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.left {
	margin: 0 10px 10px 0;
	float: left;
}
.note {
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	text-align: center;
	color: #E96D1F;
}
.indent {
	line-height: 18px;
	margin: 0 0 0 20px;
}
/* reservation */
#reservation {
	width: 640px;
	margin: 0 auto;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #78461C;
	letter-spacing: 0.1em;
}
#reservation a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background: #78461C;
	padding: 5px 0;
}
#reservation a:hover {
	background: #D43900;
}
/* footer */
#footer {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 10px 0;
}
#nav-footer ul {
	margin: 0;
	border-bottom: 1px solid #FFF;
}
#nav-footer li {
	display: inline;
	margin: 0 7px;
}
#nav-footer li a {
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #D43900;
}
/* contact */
#contact {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	width: 800px;
	margin: 0 auto 20px auto;
	text-align: left;
	color: #E96D1F;
}
#contact p {
	height: 14px;
}
p.left {
	float: left;
}
p.right {
	float: right;
}
#contact a {
	text-decoration: none;
}
#contact a img {
	border: none;
}
/* print */
#printlogo {
	display: none;
}
#printnav {
	display: none;
}
