@import url("reset.css");
@import url("fonts.css");

/* General */
body {
	color: #ffe5a0; 
	background: #cccccc;
}
a:link, a:visited {color:#f8a85a; text-decoration:none}
a:hover {text-decoration:underline}

/* Layout */
.mainContainer {
	margin-bottom: 8px;
	width: 900px;
	margin: 16px auto;
	background-color: #7a1d00;
}

/* Header section */
#header {
	height: 100px;
}
	#header h1 {
		position: relative;
		left: 20px;
		top: 10px;
		width: 820px;
		text-indent: -9999px;
	}
		#header h1 a {
			background: transparent url(../images/logo.png) no-repeat scroll left top;
			display:block;
			font-size:0;
			height: 68px;
			line-height:0;
			overflow:hidden;
			text-decoration:none;
			text-indent:-9999px;
		}
#menu {}
	#menu li {}
		#menu li.selected {}
		#menu li a {}
		
#pageWrapper {
	width: 100%;
	overflow: hidden;
}
#column1 {
	width: 220px;
	float: left;
	padding-left: 30px;
	position: relative;
}
#column2 {
	width: 600px;
	float: left;
	padding-left: 30px;
	position: relative;
}
.contentColumn50-1 {
	position: relative;
	width: 47%;
	float: left;
	margin-bottom: 20px;
}
.contentColumn50-2 {
	position: relative;
	width: 47%;
	float: right;
	margin-bottom: 20px;
}
h2 { 
	font-size: 1.6em;
	font-weight: bold;
	background: #501300;
	position: relative;
	left: -12px;
	padding: 6px 8px;
	margin: 0 0 6px 0;
	z-index: 2;
}
h3 {font-weight:bold; font-size: 1.3em; line-height: 1.6em;}
h4 {}
h5 {}
h6 {}
.contentBox {
	position: relative;
	background: #641800;
	padding: 8px 0 10px 0;
	margin-bottom: 16px;
	line-height: 2em;
}
.content {
	font-size: 1.3em;
	padding: 0 12px 0 16px;
	overflow: hidden;
	word-wrap: break-word;
}
	.content p {
/*		margin-bottom: 0.4em;*/
	}
ul.eventList li {
	line-height: 1.3em;
	padding-top: 0.4em;
	border-top: 1px solid #501300;
	margin-top: 0.4em;
}
ul.linkList {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 10px;
}
	ul.linkList li {
		line-height: 1.3em;
		margin-bottom: 0.25em;
	}
.contentImageRight {
	float: right;
	margin: 0 0 4px 10px;
}

dl {
	height: 100%;
}
dt {
	float: left;
	width: 80px;
	font-weight: bold;
}
dd {
	margin: 0 0 6px 90px;
	font-weight: normal;
}

.event {
}
	.event .time {font-weight: bold;}
.person {}

.icon1, .icon2, .icon3, .icon4 {
	background: url(../images/icons.png);
	width: 40px;
	height: 30px;
	float: left;
	margin-right: 3px;
}
.icon1 {
	background-position: -10px 0;
	width: 30px;
}
.icon2 {
	background-position: -50px 0;
	width: 30px;
}
.icon3 {
	background-position: -80px 0;
}
.icon4 {
	background-position: -130px 0;
	width: 30px;
}