@charset "utf-8";

/* CSS Document */
.clearer {
	clear: left;
	line-height: 0;
	height: 0;
	font-size: 0;
}

#page {
	background-image: url(../images/structure/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-color: #1b0000;
}

#wrap {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background-color: #141316;
	background-image: url(../images/structure/bg_content.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block;
	/*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
}

#overflow {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block;
	/*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
}

#imageBar {
	width: 880px;
	margin: 10px auto 0px auto;
	overflow: auto;
}

#imageBar img {
	padding: 0px;
	margin: 0px;
	display: inline;
	border: 0px;
	float: left;
}
#imageBar p {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	color: #666;
	clear: left;
}
#header {
	width: 1000px;
	height: 150px;
	overflow: hidden;
	background-image: url(../images/structure/bg_header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#header h1,#header h2 {
	display: none;
}

#contact-button {
	text-align: center;
	width: 300px;
	position: relative;
	left: 640px;
	cursor: pointer;
	top: 0px;
	overflow: hidden;
	padding: 0px 10px 10px 10px;
	background: url(../images/structure/contactarrow.gif) bottom center
		no-repeat;
}

#contact-button h2 {
	text-align: center;
	display: block;
	font-size: 1.5em;
	padding: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #39383d;
	margin: 0px;
}

#contact-area {
	background-color: #39383d;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	display: none;
	color: #999;
}

#content {
	float: left;
	width: 570px;
	padding: 10px 0px 0px 60px;
}

#container {
	float: right;
	padding: 10px 60px 20px 0px;
	width: 300px;
}

#container h2 {
	font-size: 20px;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#container ul,#container li,#container h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#container small {
	color: gray;
	font-weight: normal;
	font-size: 11px;
	display: block;
}

#container .item {
	border: none;
}

#container #widget {
	overflow: hidden;
	background: #000;
	padding: 10px;
	border: 1px solid #333;
	height: 205px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	width: 258px;
	margin: 0px 0px 10px 0px;
}

#container #widget img {
	float: left;
	border: 4px solid #FC0;
	padding: .2em;
	background: #d3d3d3;
	margin-right: .5em;
	width: 80px;
	height: 80px;
}

#container #widget li {
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0;
	padding-bottom: 1em;
	height: 96px;
	/* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}

#container h4 {
	padding-top: .5em;
	font-size: 14px;
}

#container li p {
	color: #474747;
	margin-top: .4em;
}

#container p {
	font-size: 0.8em;
}

.event_thumbs {
	color: #666;
	background-color: #111;
	font-style: italic;
	text-align: center;
	margin: 10px 0px 10px 20px;
	border: 4px solid #999;
	float: right;
	width: 200px;
}
.event_thumbs p {
	padding: 10px;
}
.event_fullsize {
	color: #666;
	background-color: #111;
	font-style: italic;
	text-align: center;
	margin: 10px 0px 10px 20px;
	border: 4px solid #999;
	float: right;
}
#footer {
	width: 100%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-image: url(../images/structure/bg_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
}

#footer-content {
	width: 920px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	font-size: 0.7em;
	color: #666;
}

.left_bar {
	float: left;
}

.right_bar {
	float: right;
}
.eventBox {
	overflow: auto; border-bottom: 1px solid #333; margin-bottom: 20px; padding-bottom: 10px;
}
.eventBox dl {
	margin: 0px 0px 14px 0px;
}
.eventBox dl dt {
	clear: left;
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
	color: #CCC;
}
dd {
	display: block;
	margin-left: 105px;
}