body {
	background: #feba31 url(../images/bg.jpg) 50% 0% no-repeat fixed !important;
	margin: 1em 0 !important;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	padding-left: 20px;
}

#menu {
	height: 52px;
	background: url(../images/content_menu.png) no-repeat;
}

#main {
	padding-top: 1.5em;
	background: url(../images/content_bg.png) repeat-y;
}

#footer {
	padding-top: 7px;
	height: 54px;
	background: url(../images/content_footer.png) no-repeat;
	font-size: 11px;
	text-align: right;
}

#menu ul {
	margin: 22px 40px;
	padding: 0;
	list-style-type: none;
	width: auto;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
}

#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	background: url(../images/menu_bg.png) 0px 0px repeat-x;
	text-decoration: none;
	padding: 6px 12px 0 12px;
	height: 36px;
}

#menu ul li a:hover {
	color: #2a240a;
	background: url(../images/menu_bg.png) 0px -30px repeat-x;
}

#menu ul li a.current, ul li a.current:hover {
	color: #2a240a;
	background: url(../images/menu_bg.png) 0px -30px repeat-x;
}

.datebox {
	width: 41px;
	height: 44px;
	line-height: 1em;
	background: #92211a url(../images/datebox.png) no-repeat;
	text-align: center;
}

.datebox  .day {
	padding: 8px 0;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.datebox .month {
	font-weight: bold;
	font-size: 12px;
	color: #fde926;
}

.time {
	font-weight: bold;
	font-size: 16px;
}

/* typography.css */
h1, h2, h3 {
	clear: both;
	margin-bottom: 0.5em;
	line-height: 1em;
	color: #92211a;
	font-variant: small-caps;
	font-weight: bold;
}

h1 {	
	height: 20px;
	color: #fff;	
	font-size: 20px;
	background: url(../images/h1_bg2.png);
	padding: 8px 40px;
}

h2 {
	font-size: 16px;
}

h2.toggler {
	cursor: pointer;
}

h3 {
	font-size: 14px;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0.5em 1em;
}
p img {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

a:focus, a:hover {
	color:#000;
	text-decoration: none;
}
a {
	color:#92211a;
	font-weight: bold;
	text-decoration:underline;
}

blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight:bold;
	background: #92211a url(../images/header_bg2.png);
	color: #fff;
}

th, td {
	padding:4px 10px 4px 5px;
	border-bottom: 1px solid #92211a;
	vertical-align: top;
}

tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}

/* forms.css */
label {font-weight:bold;}
fieldset {
	margin:0 0.5em;
}
input.text, input.title, textarea, select {
	margin:0.5em 0;
	border:1px solid #c4ab7d;
	background-color: #fdeac6;
	color: #000;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	background-color: #fff;
}
input.text, input.title {
	width: 300px;
	padding: 2px;
}
textarea {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	width:600px;
	height:150px;
	padding:5px;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error  {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.validationError, .validation  {
	font-weight: bold;
	color: #92211a;
}
.notice, .warn {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a, .warn a {color:#514721;}
.success a {color:#264409;}

.navimage { float: left; margin-right: 10px; margin-bottom: 5px; padding: 5px;  }
