/* Pages styles */
body { font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; color: #bababa; }
a { color: gray; }
 
div#header { background-color: white; top: 10px; }
 
/* Content layout */
div#logo { width: 340px; height: 215px; float: left; background: url(images/logo.jpg) no-repeat; }
div#tagline { 
	width: 540px; 
	height: 215px; 
	float: left; 
	background: #3fa9f5; 
	color: #fff; 
	padding: 20px 20px 20px 20px;
}
div#tagline h1 {
	font-size: 32px;
}
div#tagline a h2 {
	font-size: 18px;
	color: #ddd;
}
div#tagline a h2:hover {
	color: #bbb;
}
#pagecontent { width: 960px; color: #696969; margin:0 auto; overflow: hidden; }
#content { width: 960px;  float: left; margin-bottom: 20px;}
#innercontent { width: 640px; overflow: hidden; float: left;}
 
/* Navigation */
#nav { height: 28px; left: -20px; position: relative; clear: both; top: 10px; }
#speakers div.speakerimg img { border: 0; float: left; margin-top: 10px; }
div.bootupwriteup { float: left; width: 530px; margin-left: 10px; margin-top: 10px; }
div.musicwriteup { float: left; width: 620px; margin-top: 10px;}
div.bootuptitle { font-weight: bold; font-size: 14px; }
div.musicdescription { clear: both; }
#schedule div.time { font-weight: bold; font-size: 14px; margin-top: 10px; }
#schedule div.bootuptitle { font-weight: normal; font-size: 12px; text-indent: 20px; line-height: 1; }
div.navitem { float: left; margin-left: 20px; border-left: 3px solid #bababa; padding-left: 5px; font-size: 16px; }
div.signitem { float: right; margin-right: 30px; padding-left: 5px; font-size: 20px; }
 
/* Content styling */
div.speakernode { width: 620px; float: left; margin-top: 20px; }
div#footer { clear: both; text-align: center; width: 940px; background-color: #3fa9f5; height: 75px; color: white; padding:20px;  }
div#footer a { color: #ddd; }
div.sectionhead { margin-top: 20px; border-bottom: 2px solid #bababa; height: 28px; font-size: 20px; }
div.musicpusher { float: left; margin-top: 10px; width: 600px;}
 
#nav div.navitem a:link{ color: #696969; text-decoration: none; }
#nav div.navitem a:visited{ color: #696969; text-decoration: none; }
#nav div.signitem a:link{ color: #8D3557; text-decoration: none; }
#nav div.signitem a:visited{ color: #8D3557; text-decoration: none; }
#sponsors div.bigimg img { border: 0; margin-top: 15px;  }
#sponsors div.smallimg img { border: 0; width: 100px; margin: 15px 15px 0 0; float: left;}
div#sponsors { width: 280px; float: left; margin-left: 20px; }
#sponsorcontent { width: 940px; }
div#about { width: 620px; float: left; }
div#schedule { float: left; width: 620px; }
div#speakers { float: left; width: 620px; }
div#musicians { float: left; width: 620px; }
 
/* Sponsor area */
div.sponsornode { width: 400px; float: left; clear: none; margin: 20px 0 20px 40px; }
div.sponsorlogo img { border: 0; float: left; margin-right: 20px; }
div.sponsorlogosmall { float: left; margin-right: 20px; }
div.sponsorlogosmall img { border: 0; height: 75px; float: left;}
div.sponsortextblock { clear: both;}
div#thankyou { width:  620px; float: left; font-size: 20px; padding-top: 28px; }

/* Forms */
.apply {
	margin: 0px auto; 
	width: 900px; 
	text-align:center;
}

.apply a {
	width: 250px;
}

.formoption {
	padding: 10px;
	margin: 10px auto;
	border: 1px solid #555;
	background-color: #dbdbdb;
	font-size: 24px;
	font-weight: bold;
	width: 250px;
}
.formoption:hover {
	background-color: #555;
	color: #fff;
}
.arrow{
	float:right;
	clear: none;
}

