/*  
Theme Name: WordCamp Sf 2007 Legacy
Theme URI: http://wordpress.org/
Description: Two thousand and seven.
Version: 1.0
Author: Matt Mullenweg

*/

body {
	background: url(rad.jpg) no-repeat;
	color: #f2f1df;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

html {
	background: #0f101e url(images/bg.jpg);
}

h1 {
	background: url(images/logo.gif) no-repeat;
	top: 35px;
	position: absolute;
	left: 130px;
	margin: 0;
	padding: 0;
}

h1 a {
	display: block;
	text-indent: -9000px;
	height: 190px;
	width: 179px;
	border-bottom: 1px solid #454663;
	overflow: hidden;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #fff;
	font-weight: normal;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 89px;
	left: 370px;
}

#menu li {
	float: left;
	margin-right: 1.5em;
}
#menu a {
	display: block;
	color: #c1ced9;
	text-decoration: none;
	border-bottom: none;
}

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

#menu #current {
	font-weight: bold;
}

#content {
	margin-left: 370px;
	padding-top: 150px;
	width: 500px;
}

#content p, #content li {
	line-height: 140%;
	font-size: 15px;
}

#content dt {
	font-size: 16px;
	width: 100px;
	height: 35px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#content dd {
	height: 35px;
	font-size: 13px;
}

#content a, #flickr p a {
	color: #c1ced9;
	text-decoration: none;
	border-bottom: 1px solid #686f7c;
}

#content a:hover, #flickr p a:hover {
	color: #fff;
}

#footer {
	margin-left: 130px;
	border-top: 1px solid #454663;
	height: 30px;
	text-indent: -9000px;
	background: url(images/cop.gif) no-repeat right;
	width: 740px;
	margin-top: 4em;
}

#content #plug {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	font-size: 18px;
}


#flickr {
	width: 179px;
	font-size: 12px;
	position: absolute;
	left: 130px;
	top: 260px;
	text-align: center;
}

#flickr img {
	border: 1px solid #454663;
}

.schedule {
	width: 100%;
}

.schedule th {
	color: #5599cc;
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
}

.schedule td {
	font-size: 15px;
}

.schedule .time {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: right;
	width: 80px;
}

.submit {
	text-align: right;
}

.register .boxit {
	padding: 2px;
	width: 95%;
}

.attendee {
	width: 180px;
	float: left;
}

.biopic {
	display: block;
	float: right;
	border-bottom: none;
	margin-left: 1em;
	margin-bottom: 1em;
}