body {
	background: #fff url(/images/body_bg.png) repeat-x top;
	color: #424242;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
}

img {
	border: none;
}

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

#wrap {
	margin: 0 auto;
	width: 800px;
}

#info {
	background: #e3f8fb;
	color: #c4e4e9;
	text-align: center;
	font-size: 2em;
	padding: 10px;
	border-top: 2px dotted #c4e4e9;
	border-bottom: 2px dotted #c4e4e9;
}

#info strong {
	color: #666;
	font-weight: normal;
}

h1 {
	background: url(/images/techthehalls.png) no-repeat center center;
	height: 220px;
	text-indent: -9000px;
	font-size: 0em;
	line-height: 0em;
	margin: 30px 0 0 0;
}

#details {
	height: 320px;
}

#noble {
	float: right;
	margin-top: 30px;
}

#about {
	float: left;
	width: 575px;
}

#special {
    background: #ffffdd;
    padding: 20px;
    margin: 0 0 20px 0;
    border: 5px solid #f6f6d1;
}

#about p, #special p {
	line-height: 1.6em;
	font-size: 1.6em;
}

#special h3 {font-size: 2em; text-align: center;margin:10px 0 0 0;}

.button {
	background-color: transparent;
	background-image: url(/images/buttons.png);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0em;
	line-height: 0em;
	overflow: hidden;
	text-indent: -9000px;
}

.rsvp {
	background-position: 0px 0px; height: 36px; width: 154px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.rsvp:hover {
	background-position: 0px -37px;
}

#about p.description {
	color: #a39e92;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.4em;
}

#about p.description a {
	color: #767063;
	text-decoration: none;
}

#about p.description a:hover {
	color: #a39e92;
}

#sponsors {
	clear: both;
	height: 790px;
	text-align: center;
	margin: 20px 0 20px 0;
}

#sponsors h2 {
	background: url(/images/sponsors.png) no-repeat center center;
	height: 58px;
	text-indent: -9000px;
	font-size: 0em;
	line-height: 0em;
	margin-bottom: 20px;
}

/* Sponsors
--------------------------------------------- */
#sponsors ul li {
	float: left;
}

#sponsors a {
	background-color: transparent;
	background-image: url(/images/sponsor_logos.png);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0em;
	line-height: 0em;
	overflow: hidden;
	text-indent: -9000px;
	opacity: .6;
	-webkit-transition: opacity .3s linear;
}

#sponsors a:hover { opacity: 1; }


#sponsors .doejo { background-position: 0px 0px; height: 129px; width: 243px; }
#sponsors .windycitizen { background-position: -243px 0px; height: 129px; width: 297px; }
#sponsors .groupon { background-position: -540px 0px; height: 129px; width: 260px; }
#sponsors .loudpixel { background-position: 0px -129px; height: 119px; width: 253px; }
#sponsors .sprout { background-position: -253px -129px; height: 119px; width: 279px; }
#sponsors .sdc { background-position: -532px -129px; height: 119px; width: 268px; }
#sponsors .tseg { background-position: 0px -248px; height: 102px; width: 448px; }
#sponsors .asa { background-position: -448px -248px; height: 102px; width: 352px; }
#sponsors .threadless { background-position: 0px -350px; height: 121px; width: 262px; }
#sponsors .tyku { background-position: -262px -350px; height: 121px; width: 170px; }
#sponsors .ck { background-position: -432px -350px; height: 121px; width: 368px; }
#sponsors .technori { background-position: 0px -471px; height: 105px; width: 303px; }
#sponsors .cf { background-position: -303px -471px; height: 105px; width: 239px; }
#sponsors .braintree { background-position: -542px -471px; height: 105px; width: 253px; }
#sponsors .gapers { background-position: 0px -576px; height: 120px; width: 333px; }
#sponsors .mv { background-position: -333px -576px; height: 120px; width: 217px; }
#sponsors .faa { background-position: -550px -576px; height: 120px; width: 250px; }


#photos {text-align: center;}
#photos img {padding: 1px;}

#footer {
	border-top: 2px dotted #ccc;
	text-align: center;
}

#footer .sponsor-signup {
	border-bottom: 2px dotted #ccc;
	font-size: 1.4em;
	padding-bottom: 15px;
}

