/* FOMI 2010 */
/* orange: #F7941E */
/* dark orange: #F16622 */
/* brown: #9A1F0C */
/* dark brown: #9F5F06; */
/* light background: #FEEFCF; */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72em;
  font-style: normal;
	line-height: 1.4;
  color: #0000000;
	background-color: #000000;
}
#page {
	background-color: #FEEFCF;
}

/* header */
#header {
	border-right: 2px solid #333333;
}
#header #date {
	padding-top: 0.6em;
	font-size: 130%;
	font-weight: bold;
	background-color: #9F5F06;
	color: #ffffff;
	text-align: center;
}
/* menu */
#menu {
	margin-bottom: 0.8em;
	background-color: #9F5F06;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
}
#menu ul {
	margin: 0;
	padding: 0.2em 0 0.4em 1.2em;
}
#menu ul li {
	margin: 0;
	padding: 0 2.0em 0 0;
	list-style: none;
	display: inline;
}
#menu ul li a {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#menu ul li a:hover {
	color: #F7941E;
	border-bottom: 4px dotted #F7941E;
}

/* content */
#content {
	background-color: #FEEFCF;
}
div.subhead {
	font-size: 70%;
	font-style: italic;
}

/* footer */
#footer {
	padding-top: 2em;
	font-size: 70%;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
}
#footer a {
	color: #F7941E;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .sponsors {
	padding-top: 1.8em;
}
#footer .sponsors img {
	vertical-align: top;
	border: none;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #9A1F0C;
}
h1 {
	padding-bottom: 0.5em;
}
h2 {
	padding-bottom: 0.4em;
}
h3 {
	padding-bottom: 0.3em;
}
h4 {
	padding-bottom: 0.2em;
}
h5 {
	padding-bottom: 0.1em;
}

p {
	margin: 0;
	padding: 0 0 0.8em 0;
}

a {
	font-weight: bold;
	color: #9A1F0C;
}
h1 a {
	font-weight: normal;
	text-decoration: underline;
}
h2 a {
	font-weight: normal;
	text-decoration: underline;
}
h3 a {
	font-weight: normal;
	text-decoration: underline;
}
h4 a {
	font-weight: normal;
	text-decoration: underline;
}
h5 a {
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #F7941E;
}

table {
	border: none;
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	padding: 0.4em;
}
th {
	text-align: left;
}

/* general formatting */
.details {
	margin-top: 0; 
	padding: 0.5em 0 0.5em 0; 
	font-size: 90%;
	font-style: italic;
	line-height: 1.1;
}
.blockleft {
	float: left; 
	margin: 0.4em 1.4em 0.8em 0; 
	padding: 0;
}
.blockleft div {
	font-weight: bold; 
	font-size: 80%;
}
.blockleft img {
	border:1px solid #000000;
}
.blockright {
	float: right; 
	margin: 0.4em 0 0.8em 1.4em;
}
.blockright div {
	font-weight: bold; 
	font-size: 80%; 
	border-bottom: 1px solid #cccccc;
}
.blockright img {
	border: 1px solid #000000;
}
blockquote {
	float: left; 
	margin: 0px 24px 24px 0px; 
	padding: 24px 0 0 24px; 
	font-style: italic; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.5em; 
	text-align: left; 
	color: #999999; 
	background: url(../images/layout/blockquotes.jpg) no-repeat top left;
}
blockquote div {
	font-size: 86%; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
}

/* item */
.item {
	clear: both; 
	margin: 0; 
	padding: 2em 0 0 0;
}
.topitem {
	padding: 0;
}
.item h2 {
	margin: 0; 
	padding: 0.4em 0 0.4em 0;
	border-top: 1px solid #cccccc;
}
.item h3 {
	margin: 0; 
	padding: 0;
}
.item h4 {
	margin: 0; 
	padding: 0;
}
.item a.more {
	font-weight: bold; 
	font-style: italic; 
	font-size: 80%; 
	color: #9A1F0C;
}
.item span.tickets {
	font-weight: bold; 
	font-style: italic;
}

