/* HTML5 */
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
footer { margin-top: 6em; }
/* Tags */
body {
	background: #130912 url(../images/footer.jpg) left bottom repeat-x;
	color: #e4a152;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
a img { border: 0 }
a { outline: 0 }
a:link, a:visited { color: #b14623; text-decoration: underline; }
a:hover { color: #c85a34; }
h1 {
	border-bottom: 2px solid #602749;
	clear: both;
	color: #602749;	
	text-transform: uppercase;
}
article {
	margin-top: -30px;		
	min-height: 300px;
	padding: 0 20px;	
}
footer {
	color: #130912;
	font-size: 0.6em;
	margin-bottom: 75px;
	text-align: center;	
}
	#copyright {
		margin-bottom: -3px;
	}
	#copyright span {
		background: #3e1c33;
		padding: 1px 10px;
		margin-bottom: -4px;
	}
menu {
	margin: 0 0 0 200px;
	padding: 0;
	height: 45px;
	width: 710px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}
menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

menu a:link, menu a:visited { text-decoration: none; color: #f6921d; padding: 0 6px 3px 6px; border-bottom: 5px solid #b14623; }
menu a:hover { color: #f6921d; border-color: #f6921d; }

/* IDs */
#wrapper {
	margin: 0 auto;
	width: 960px;	
}
#header-top {
	background: url(../images/header_top.jpg) 0 0 no-repeat;
	height: 120px;
}
#header-bottom {
	background: url(../images/header_bottom.jpg) 0 0 no-repeat;
	height: 90px;
	padding: 0 20px;
}
.btn-prereg {
	background: url(../images/btn_preinc.gif) 0 0 no-repeat;
	clear: both;
	display: block;
	height: 50px;
	margin: 0 0 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 250px;
}
.btn-prereg:hover {
	background-image: url(../images/btn_preinc_on.gif);
}
.btn-prereg:active {
	background-image: url(../images/btn_preinc_down.gif);
}
/* Classes */

ul.infobox {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.infobox li {
	background-position: 10px 2px;
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	height: 60px;
	margin: 0 5px 0 0;
	padding: 0 0 0 75px;
	text-transform: uppercase;
	width: 220px;
}

li.singleline { font-size: 1.5em; line-height: 50px; }
li.doubleline { font-size: 1.3em; }
li.doubleline.wide { font-size: 1.1em; }
li.tripleline { font-size: 0.85em; }
li.paddedline { padding-top: 10px !important; }

li.singleline small { font-size: 0.5em; }
li.tripleline small { font-size: 0.75em; }

li.ico-date { background-image: url(../images/ico_date.gif) }
li.ico-time { background-image: url(../images/ico_time.gif) }
li.ico-location { background-image: url(../images/ico_location.gif) }
li.ico-price { background-image: url(../images/ico_price.gif) }
li.ico-capacity { background-image: url(../images/ico_capacity.gif) }
li.ico-social { background-image: url(../images/ico_social.gif) }

.ico_mark { background: url(../images/ico_marker.gif) right center no-repeat; padding-right: 16px; }
