/* EVENT PAGES
   ----------------------------------------------------*/

#event-wrapper {
   color: #2A3990;
   font: normal 12px Arial, Helvetica, sans-serif;
   background-color: #FFFCDF;
   }

#event {
   width: 840px;
   margin: 0 auto;
   padding: 30px 0;
   }

#event-nav {
   width: 290px;
   height: 600px;
   margin: 0 55px 0 0;
   float: left;
   background: transparent url(images/event-nav.jpg) no-repeat 0 0;
   }

#event-branding {
   width: 245px;
   margin: 0 auto;
   top: -20px;
   position: relative;
   }

#event-titleBar {
   width: 251px;
   height: 39px;
   margin: 10px auto;
   padding: 4px 0 0;
   text-align: center;
   color: #FFF;
   font-style: italic;
   font-size: 19px;
   background: transparent url(images/event-titleBar.png) no-repeat 0 0;
   }

#event-single-wrapper {
   width: 250px;
   height: 270px;
   margin: 0 auto;
   text-transform: uppercase;
   }

#indoor {
   width: 90px;
   padding: 0 10px 20px 25px;
   float: left;
   }

#indoor {
   border-right: 1px solid #ED1C24;
   }

#outdoor {
   width: 90px;
   padding: 0 0 20px 25px;
   float: left;
   }

.event-single-header {
   color: #ED1C24;
   font-size: 14px;
   font-weight: bold;
   }

#event-single-wrapper ul {
   margin: 20px 0 0;
   padding: 0;
   list-style-type: none;
   }
 
#event-single-wrapper ul li {
   margin: 0 0 9px;
   font-size: 10px;
   }

#event-single-wrapper ul li a {
   color: #000;
   text-decoration: none;
   }

#event-single-wrapper ul li a:hover,
#event-single-wrapper ul li.current a {
   color: #ED1C24;
   }

#event-btn-wrapper {
   width: 246px;
   height: 85px;
   margin: 0 auto;
   clear: both;
   }

#event-btn-contact {
   width: 245px;
   height: 85px;
   float: left;
   }

#event-btn-contact a {
   width: 245px;
   height: 85px;
   display: block;
   }

#event-btn-contact a {
   background: transparent url(images/event-btn-contact.png) no-repeat 0 0;
   }

#event-content {
   width: 490px;
   float: left;
   }

#event-copy {
   margin: 0 10px;
   }

#event h2 {
   font-size: 27px;
   font-weight: lighter;
   text-transform: uppercase;
   }

#event p {
   line-height: 22px;
   }

#event-image {
   width: 490px;
   height: 279px;
   margin: 0 0 20px;
   overflow: hidden;
   }

#event-footer {
   width: 770px;
   margin: 0 auto;
   padding: 0 0 30px;
   font-size: 10px;
   text-align: center;
   }






body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #555;
	background: url(images/page-bg.jpg) repeat-x;
	text-align: center;
}

#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#header {
	float: left;
	display: inline;
	overflow: hidden;
	width: 900px;
	margin: 0px;
}

#header .header-left {
	float: left;
	display: inline;
	overflow: hidden;
	width: 340px;
	margin: 14px 0px 0px 0px;
}

#header .header-right {
	float: left;
	display: inline;
	overflow: hidden;
	width: 560px;
}

#header .header-right .search-subscribe {
	float: right;
	display: inline;
	overflow: hidden;
	height: 20px;
	width: 540px;
	margin: 20px 0px 8px 0px;
	text-align: center;
	background: #efefef;
	padding: 6px 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
}

#header .header-right .search-subscribe form {
	display: inline;
}

#header .header-right .nav {
	float: right;
	display: inline;
	overflow: hidden;
	height: 36px;
	width: 560px;
	margin: 0px 0px 0px 0px;
}

#header .header-right .nav img {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 15px 0px;
	width: 900px;
}

#sidebar {
	float: left;
	display: inline;
	overflow: hidden;
	width: 300px;
	padding: 5px;
}

#sidebar h2 {
	color: #1b3f95;
	font-weight: bold;
	font-size: 1.6em;
	padding-bottom: 3px;
	border-bottom: 4px #f88e20 solid;
}

#sidebar ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#sidebar li {
	list-style-type: none;
	background: url(images/bullet-orange.jpg) no-repeat;
	background-position: 0% 20%;
	padding: 0px 0px 8px 0px;
	margin: 8px 0px;
	border-bottom: 1px #efefef solid;
	font-size: 1.12em;
}

#sidebar li a {
	text-decoration: none;
	margin: 8px 0px;
	padding: 0px 0px 8px 25px;
}

#sidebar li a:hover {
	background: url(images/bullet-blue.jpg) no-repeat;
	background-position: 0% 20%;
	text-decoration: underline;
}

#content {
	float: left;
	display: inline;
	overflow: hidden;
	width: 550px;
	padding: 5px;
	margin-left: 30px;
}

#content h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3em;
}

#content ul {
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

#content li {
	line-height: 150%;
	list-style-type: none;
	background: url(images/bullet-orange.jpg) no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 5px 25px;
	margin: 5px 0px;
}

#footer {
	float: left;
	display: inline;
	overflow: hidden;
	width: 880px;
	border-top: 6px #f88e20 solid;
	background: #efefef;
	padding: 15px 10px;
	text-align: center;
}

/* Universals */

a img {
	border: 0px;
}

a {
	color: #1b3f95;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	margin-top: 0px;
	margin-bottom: 15px;
}

p {
	line-height: 150%;
}

h1 {
	font-size: 2.0em;
	color: #1b3f95;
}

blockquote {
	text-align: center;
	font-style: italic;
	font-size: 1.1em;
	background: #efefef;
	padding: 10px;
	line-height: 150%;
	margin: 0px 0px 15px 0px;
}




/* XTRAS
   ----------------------------------------------------*/

.clearfix {
   content: ""; 
   display: block; 
   clear: both;
   }
   
.clearfix {
   display: block;
   }

.clearfix:after {
   height: 0; 
   content: ""; 
   display: block; 
   clear: both; 
   visibility: hidden;
   }

* html>body .clearfix {
   width: 100%;
   display: inline-block; 
   }

* html .clearfix {
   /* Hides from IE-mac \*/
   height: 1%;
   /* End hide from IE-mac */
   }