body {
	margin: 0 auto;
	padding: 0 5px 0 8px;
	font-family: sans-serif;
	font-size: 16px;
}

#searchbar {
	max-width: 600px;
	min-height: 60px;
	overflow: hidden;
}

#searchbar > * {
	float: left;
}

#searchbar img {
	margin-right: 5px;
}

#searchbar ul {
	margin: 0 0 6px 0;
	padding: 0;
}

#searchbar input[type="text"] {
	display: block;
	width: 270px;
}

#searchbar input[type="button"] {
	margin: 0 0 0 3px;
}

#searchbar li {
	list-style-type: none;
	margin-right: 14px;
	display: inline;
	white-space: nowrap;
}

#divider {
	background: #e5ecf9;
	border-top: #3366cc solid 1px;
	margin-top: 10px;
	padding-left: 5px;
	position: relative;
}

#divider h2 {
	font-size: 135%;
	font-weight: 600;
	display: inline;
	margin-right: 30px;
}

#divider p {
	text-align: right;
	display: inline;
}

#divider a:link, #divider a:visited {
	color: #0000cc;
}

#divider a:hover {
	color: #FFFFFF;
	background-color: #0000cc;
	text-decoration: none;
}

#results {
	max-width: 600px;
}

#resume {
	position: absolute;
	display: none;
	height: 198px;
	width: 298px;
	z-index: 1;
	padding: 3px 0 0 3px;
	border: silver ridge 5px;
	background-color: white;
	margin: 0px -20px 0 20px;
}

#resume a img, #resume a:hover {
	border: none;
	background-color: #FFFFFF;
}

#validators {
	margin: 8px auto 5px auto;
	width: 340px;
	font-family: "Verdana","Tahoma","Helvetica",sans-serif;
	font-size: 60%;
	text-align: center;
	overflow: hidden;
}

#validators img, #validators a {
	border: none;
	text-decoration: none;
}

dt {
	color: #0000cc;
	text-decoration: underline;
	font-size: 120%;
	margin-top: 15px;
}

dd {
	margin-left: 0px;
}

.chosen {
	color: black;
	font-weight: 600;
	text-decoration: none;
}

.super {
	color: red;
	font-size: 70%;
	top: -4px;
	position: relative;
	text-decoration: none;
}

.extra-links {
	margin: 0 0 0 5px;
	float: left;
	font-size: 75%;
}

.links {
	font-weight: 300;
	color: #0000cc;
	text-decoration: underline;
}

.weighty {
	font-weight: 600;
}

.col2_left {
	float: left;
	width: 50%;
}

.col2_right {
	float: right;
	width: 50%;
}

@media (max-width: 768px) {
	.extra-links { display: none; }
}