
/* BEGIN TYPOGRAPHY & COLORS */
ul{
	margin-top:0px;
	margin-bottom:0px;
}

body {
	margin: 0;
	padding: 0;  
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background:#d5d6d7 url("../img/eventbgcolor.jpg");
}

a {
	color: #06c;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;

}

a:hover {
	color: #147;
	background-color: #56A5EC;
	text-decoration: none;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
	color: #333;
}

h3 {
	font-size: 1.2em;
	line-height:5px;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#5d6e75;
	padding: 0px;
	text-align:left;
}

hr { /*Horizontal Line*/
height:0;
border:none;
padding:0px 0 0px 0;
border-bottom:1px solid #1768B7;
}

a img {
	border: none;
	}



.hidden{
	display:none;
}

/* BEGIN LAYOUT */

#page {
	margin: 10px auto;
	padding: 0;
	width: 950px;
	border: 1px solid #959596;
	text-align: left;
	background:white url("../img/bean.JPG") repeat-y top; border: none;
}

#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background: #73a0c5 url("../img/eventheader.jpg") no-repeat bottom center; 
}

#header h1{
	position:absolute;
	top:50px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 4em;
	text-align: center;
}

#header h1 a, #header h1 a:hover{
	color:white;
}

#header h2 {
	position:absolute;
	top:100px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
}

#title {
	font-size: 48px;
	font-weight: bold;
	font-family: 'Franklin Gothic Heavy', 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	color: #FFFFFF;
	position: relative;
	top: 20px;
	left:  -25px;
	text-align: right;
	cursor: default;
	}
	
#eventdate {
	position:relative;
	font-weight:bold;	
	font-size: 12px;
	color:#ffffff;
	text-align: right;
	left: -30px;
	top:100px;
	}

/* LOGIN */

#navigation{
	font-size: 11px;
	width: 690px;
	height: 22px; 
	position: absolute;
	top: 63px;
	left: 13px;
	list-style: none;
}
#navigationmenu{
	font-size: 11px;
	width: 690px;
	height: 22px; 
	position: absolute;
	top: 65px;
	left: -11px;
	list-style: none;
}

#navigation li{
	background: none;
 	display: inline;
}



#content {
	float:right;
	margin-top:22px;
	font-size: 1.2em
}

#sidebar{

}

#sidebar {
	float: left;
	margin:0px 0px 0px 5px;
	padding: 10px 10px 0px 10px;
	width: 174px;
	top:10px;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#F2F2F2;
}

.narrowcolumn {
	padding: 10px 30px 20px 10px;
	margin: 0px 0 0;
	width: 680px;
	text-align:justify;
}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height: 115px;
	clear: both;
	background:transparent url("../img/eventfooter.jpg") bottom left no-repeat;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

/* END LAYOUT  */



.eventdesc{
	/*color:#1768B7;*/
	color: #ffffff;
	font-size: 18px;
	font-family: 'Franklin Gothic Heavy', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
	position: relative;	
	top: 50px;
	left: 100px;
	text-align:right;
	width:800px;
	}



