/**
 * Theme Name: WordCamp Sf 2006 Legacy
 */


body {
	background: #E9E9E9;
	padding: 0;
	width: 660px;
	margin: 0 auto;
}

#rap {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}
h2 {
	font-weight: normal;
	font-size: 26px;
}

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

dd {
	height: 35px;
	font-size: 18px;
}

p, li {
	line-height: 135%;
}

table .text, #session_title, #desc {
	width: 96%;
	font: Arial, Helvetica, sans-serif;
	padding: 4px;
}

table {

}
table tr {
	background: #eee;
}
table .alt {
	background: #fff;
}

th {
	width: 160px;
	text-align: right;
}

.submit {
	text-align: right;
}
.submit input {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

#nav {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	height: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#nav li {
	float: left;
	margin-right: 1em;
	padding-top: 3px;
}
#nav #current {
	text-decoration: none;
	font-weight: bold;
}
