@charset "utf-8";
/* CSS Document */
@import "styles.css";
@import "cities.css";
@import "events.css";
body {
	background: #ffffff;
	margin:0;
	padding:0;
	color:#898989;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:17px;
}
#container {
	width:830px;
	margin-left:130px;
/*	margin-top:-10px;*/
/*	position:absolute;*/
}
#container #left{
	float:left;
	width:500px;
}
#container #right{
	width:220px;
	padding-top:40px;
	float:right;
}
#header {
	height:135px;
	background:url(../images/misc/headerBG.gif) top repeat-x;
}
#header span, #header_logo span{ display:none; }
#header_graphic {
	position:absolute;
	top:-1px;
	left:788px;
	height:180px;
	width:190px;
	background:url(../images/logos/header_graphic.gif) no-repeat;
}
#header_logo {
	position:absolute;
	top:17px;
	left:79px;
	width:256px;
	height:78px;
	background:url(../images/logos/header_logo.gif) no-repeat;
}
#signup_text{
	position:absolute;
	left:462px;
	top:16px;
	color:#f3dfdf;	
	font-size:12px;
}
#signup_form{
	position:absolute;	
	left:462px;
	top:27px;
}
#signup_form input.text{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	background:url(../images/misc/inputBG.gif) top repeat-x #fff;
	border:1px solid #b1b1b1;
	padding:4px 8px;
	width:176px; /*192-8-8*/
	margin-right:10px;
	vertical-align:middle;
}
#signup_form input.image{
	padding-top:8px;
	vertical-align:middle;
	margin-left:-5px;
}
#email_signup_box{
}
#email_signup_response{
	display:none;
	position:absolute;	
	left:462px;
	top:27px;
	color:#fff;	
}
#nav{
	position:absolute;
	left:462px;
	top:73px;	
}
#nav a{
	margin-right:10px;	
}
#cities {
	position:relative;
	margin-top:40px;
	height:260px;
}
#cities #phx {
	position:absolute;
	left:0;
	top:0px;
}
#cities .city_graphic {
	margin-top:25px;
}
#phx_link {
	width:256px;
	height:15px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/titles/phx_go.gif) top left no-repeat;
}
#phx_link:hover, #minn_link:hover, #slc_link:hover, #portland_link:hover {
	background-position:bottom left;
}
#intro{
	font-size:12px;
	line-height:21px;	
	color:#666666;
	width:712px;
}
#intro p{
	margin:0.5em 0;
}
#intro h2{
	margin:0;
	color:#ed1c24;
	font-weight:normal;
	font-size:18px;
	line-height:21px;
}
.city_copy {
	font-style:italic;
	font-size:11px;
	top:400px;
	position:relative;
}
.event_gallery .event_details{
	margin-top:-10px;
	margin-bottom:20px;	
	margin-left:20px;
	color:#616060;
	line-height:20px;
}
.event_gallery .event_details strong{
	color:#616060;
}
.event_gallery .event_details a{
	color:#ed1c24;
}
.clear{ clear:both; }
#footer{
	clear:both;
	margin-left:130px;
	padding-top:30px;
	font-size:11px;
	height:20px;
	width:700px;
}
#footer p{
	clear:both;	
}
#footer a{
	color:#898989;
}
#pageTitle{
	color:#999999;
	font-size:16px;	
	margin:20px 0 5px;
}
#pageTitle p{
	margin-top:20px;	
}
#pageTitle h1{
	color:#ffffff;
	font-size:30px;
	background:#ed1c24;
	padding:4px 8px !important;
	display:inline;
}
#sponsors{
	height:65px;
	padding-top:45px;
}
.sponsor{
	float:left;	
	margin-right:25px;
}

