/* general layout */
body {
}

#wrapper {
	min-height:430px;
	background:url(../imgs/bg/wrapper.jpg) no-repeat top center;
	padding-top:10px;
}

#content {
	padding-top:109px;
	background:url(../imgs/bg/content.png) no-repeat top left;
	width:968px;
	margin:0 auto;	
}

#content .in {
	background:url(../imgs/bg/content-in.png) repeat-y top left;
	padding:15px 45px;
}

#content-top {
	display:none;
}	
/* ---- */




/* header layout */
#header {

}

#logo {

}

#header form {

}

#header form fieldset {

}

#header form fieldset input {

}
/* ---- */




/* footer layout */
#footer {
	background:url(../imgs/bg/footer.png) no-repeat top left;
	padding:30px 45px;
	width:878px;
	margin:0 auto;
}

#footer #sosumi {

}

#footer #offshoot {

}

#footer p {

}
/* ---- */




/* navigation layout */
#mid-nav {
	position:absolute;
	bottom:0;
	right:25px;
	height:33px;
	background:url(../imgs/bg/nav/nav.png) no-repeat top left;
	width:496px;
}

#mid-nav a {
	margin-top:14px;
	float:left;
}

#home {
	background:url(../imgs/bg/nav/home.gif) no-repeat top left;
	width:49px;
	height:12px;
	margin-left:24px;
}

#home:hover, #home.current {
	background:url(../imgs/bg/nav/home-over.gif) no-repeat top left;
}

#sponsors {
	background:url(../imgs/bg/nav/sponsors.gif) no-repeat top left;
	width:80px;
	height:12px;
}

#sponsors:hover, #sponsors.current {
	background:url(../imgs/bg/nav/sponsors-over.gif) no-repeat top left;
}

#photos {
	background:url(../imgs/bg/nav/photos.gif) no-repeat top left;
	width:64px;
	height:12px;
}

#photos:hover, #photos.current {
	background:url(../imgs/bg/nav/photos-over.gif) no-repeat top left;
}

#the-event {
	background:url(../imgs/bg/nav/the-event.gif) no-repeat top left;
	width:89px;
	height:12px;
}

#the-event:hover, #the-event.current {
	background:url(../imgs/bg/nav/the-event-over.gif) no-repeat top left;
}

#rsvp {
	background:url(../imgs/bg/nav/rsvp.gif) no-repeat top left;
	width:40px;
	height:12px;
}

#rsvp:hover, #rsvp.current {
	background:url(../imgs/bg/nav/rsvp-over.gif) no-repeat top left;
}

.navspace {
	margin:4px 15px 0 15px;
	float:left;
}

#mid-nav table {
	width:100%;
	border-collapse:collapse;
	text-algin:center;
	vertical-align:top;
}
/* ---- */








/* from the old site */
#sunburst {

}

#header {
	height:158px;
	position:relative;
	width:968px;
	margin:0 auto;
}


#archive {
	position:absolute;
	right:25px;
	top:20px;
	font-weight:bold;
	background:url(../imgs/common/bullet.gif) no-repeat 0 3px;
	padding:0pt 0pt 0pt 10px;
	color:#000;
	font-size:11px;
}


#columnR {
	width:650px;
	float:right;
	background:url(../imgs/bg/gradient.jpg) repeat-x top left;
	height:600px;
	padding:10px;
}

.gradient {
	background:url(../imgs/bg/gradient.jpg) repeat-x top left;
	min-height:500px;
	padding:20px;
}

.gradient2 {
	background:url(../imgs/bg/gradient.jpg) repeat-x top left;
	min-height:500px;
}

#columnL {
	width:215px;
	height:200px;
}

h2 {
	border-bottom:1px solid #fdc5e0;
	margin-bottom:40px;
	padding-bottom:3px;
	font-size:19px;
}

h3 {
	margin-bottom:10px;
	color:#f34299;
}

p {
	padding-bottom:20px;
	text-align:center;
	line-height:200%;
}

a {
	color:#EF4C9B;
	text-decoration:none;
} 

.photo-list {
	margin:-20px 0 10px 0;
}

.photo-list a {
	/*float:left;*/
	float:left;
	position:relative;
	height:105px;
	width:115px;
	margin:0 15px 20px 0;
}

.photo-list a img {
	/*float:left;*/
	position:absolute;
	top:0;
	left:0;
}

.photo-list .overlay {
	/*float:left;
	margin:-10px 0 0 -123px;*/
	top:-10px;
	left:-10px;
}

.photo-list br {
	clear:both;
}

.clear {
	clear:both;
}

.attendees {
	text-align:left;
	font-weight:normal;
}

.attendees ul {
	margin-bottom:40px;
	list-style-type:disc;
	padding-left:20px;
}

.attendees strong {
	margin-bottom:10px;
	display:block;
	color:#f34299;
}

#invite #inviteLocation {
	margin-bottom:20px;
}

#title-sponsors,
#supporting-sponsors {
	width:700px;
	margin:0 auto;
	float:left;
}

#twitter {
	position:absolute;
	top:45px;
	right:45px;
	text-align:right;
	font-size:13px;
	color:#000;
}

#twitter img {
position:relative;
top:4px;
width:70px;
}
