
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F7772;
}
#body-wrap{
	width:100%;
}

#page-wrap{
	background:#ffffff; 
	overflow:hidden;
	padding:10px;
	width:1020px;
	margin:10px auto;
	border:1px solid #666666;
}

h1, h2, h3 {
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
	font-size:12px;
}

a:link, a:visited {
	color: #0AAAFD;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 990px;
	height: 80px;
	margin: 0 auto;
	position:relative;
}

#logo {
	float: left;
	width: 435px;
	position:relative;
}

#logo h1 { 
	text-align: center;
}

#logo h1 a {
	background:transparent url(images/logo.jpg) no-repeat scroll left top;
	color:#333333;
	display:block;
	font-size:44px;
	font-weight:normal;
	height:80px;
	padding-left:79px;
	text-align:left;
}

.beta{
	color:#CCCCCC;
	font-family:arial;
	font-size:10px;
	font-style:italic;
	left:368px;
	position:absolute;
	top:32px;
}

#logo h2 {
	font-size:18px;
	left:80px;
	position:absolute;
	text-align:left;
	text-transform:uppercase;
	top:53px;
	width:400px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}


#menu {
	float: left;
	width: 530px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 20px 0 20px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}

a#twitter-button{
background:transparent url(images/twitter-icon.png) no-repeat scroll 0 0;
height:36px;
position:absolute;
right:426px;
text-indent:-30000px;
top:20px;
width:36px;
}

#menu a.nav-follow{
	padding-left:55px;
}

#splash {
background:transparent url(images/banner.jpg) no-repeat scroll 0 -65px;
border:1px solid #999999;
height:50px;
margin:0 auto;
width:990px;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	margin:0 auto 20px;
	overflow:hidden;
	width:990px;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 546px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

.sidebar {
float:left;
margin:20px 0 0 10px; 
width:190px; 
}

.sidebar .content{
border:1px solid #fc7843;

}

#page .sidebar h2 { 
	background:url("images/headers-sidebar.jpg") no-repeat scroll left top #fc7843;
color:#FFFFFF;
font-size:21px;
font-weight:bold;
height:29px;
margin:0;
overflow:hidden;
padding:3px;
}
.sidebar h2 span{ 
	display:block;
	margin:2px 0 0 10px;
}

.sidebar ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	font-size:12px;
	overflow:hidden;
}

.sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

.sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #fc7843 url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
	font-size:12px;
}

#footer {
	clear: both;
	width: 990px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 12px;
}

#legal {
	float: left;
}

#links {
	float: right;
}


/* FORM */

.eventform{
	border:1px dotted #999999;
	padding:10px;
	margin:0 40px;
}

.eventform p{
	margin-bottom:10px;
}

.eventform label{
	font-size:12px;
	font-weight:bold;
}

.submit-wrap input{
	border:1px solid #999999;
	background-color:#fc7843;
	padding:8px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

.eventform textarea{
	width:370px;
}

.error{
	display:block;
	background:#fad5c5;
	margin 0 8px;
	border:1px dotted #ff6623;
	padding:4px;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.adbanner{ 
	margin:8px auto;
	text-align:center;
}

.skyscraper{
	text-align:center;
}


/* TOP EVENTS */

#topevents{
background:url('../images/header-wide.jpg') no-repeat 14px 0;
	overflow:hidden;
	margin-top:9px;
}

#topevents h1{
/*background:#fc7843 none repeat scroll 0 0;*/
color:#FFFFFF;
display:block; 
height:46px;
overflow:hidden;
margin:4px 14px 0 29px;
padding:0;
width:600px;
}

#topevents-inner{
	margin:0 14px;
}

.eventbox{
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #fc7843;
float:left;
margin:0 5px 0 0; 
width:192px;
border-top:0px;
	height:358px;
	overflow:hidden;
}


.eventbox.last{
margin-right:0;
width:194px;
}

	.eventbox .calendaricon{
		background:transparent url(images/calendar-icon.png) no-repeat scroll left top;
height:120px;
width:120px;
		position:relative;
		overflow:hidden;
		margin:0 auto;
	}

	.eventbox .month{ 
color:#FFFFFF;
font-size:21px;
font-weight:bold;
margin:8px 0;
text-align:center;
	}

	.eventbox .day{ 
		text-align:center;
	}
	.eventbox .date{ 
		text-align:center;
		font-size:44px;

	}

	.eventbox a{
		font-size:12px;
	}

.tweet-text{
background:none repeat scroll 0 0 #FFFFFF;
border:1px dotted #999999;
font-size:15px;
line-height:24px;
margin:15px 10px;
padding:8px;
}

#page h2.submitevent{
	background:url("images/header-submitevent.jpg") no-repeat scroll center top transparent;
	color:#FFFFFF;
	height:30px;
	margin:0 0 0 40px;
	width:466px;
}

	#page h2.submitevent span{
		display:block;
		margin:4px 0 0 12px;
	}