*:focus { outline: 0; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #113c50 url("images/wplookup2.jpg") top center no-repeat;
	color :#fff;
	font: 14px Georgia,Serif;
}


.center { text-align: center; }

a { color: #2fa4d5; }

#page {
	width: 822px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#logo {
	position: absolute;
	top: 48px;
	left: 0;
	height: 58px;
	width: 313px;
	overflow: hidden;
}

	#logo a {
		display: block;
		padding: 58px 0 0;
		background: url("images/wplookup_logo.png") top left no-repeat;
	}
	
#tagline {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 48px;
	right: 0;
	width: 456px;
	height: 58px;
	overflow: hidden;
}

	#tagline a {
		background: url("images/tagline.png") top left no-repeat;
		display: block;
		padding: 58px 0 0;
		margin: 0;
	}
	
#nav {
	color: #fff;
	position: absolute;
	top: 1em;
	right: 1em;
	-moz-opacity: .80;
	opacity: .80;
	filter: alpha(opacity=80);
	letter-spacing: -.03em;
}

	#nav a {
		color: #fff;
		text-decoration: none;
	}
	
	#nav a:hover {
		text-decoration: underline;
		-moz-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	
form#big {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 822px;
	height: 180px;
	top: 120px;
	left: 0;
	background: url("images/search_box.png") top left no-repeat;
}

form#big label { display: none; }

#function {
	background: transparent;
	font-size: 68px;
	font-family: Georgia,serif;
	letter-spacing: -.04em;
	color: #474747;
	border: 0;
	padding: 0;
	margin: 16px 28px 0;
	width: 750px;
}

#btnsearch {
	position: absolute;
	right: 0;
	top: 114px;
}

#big p { margin: 0; padding: 0; }

#big p.blurb {
	position: absolute;
	top: 124px;
	left: 1em;
	width: 380px;
	font-family: Arial,sans-serif;
	line-height: 1.35;
}

#content {
	background: #fff;
	padding: 24px;
	position: absolute;
	top: 120px;
	left: 0;
	width: 774px;	
	color: #474747;
	line-height: 1.5;
	font-family: Arial,sans-serif;
}

	#content h1 {
		font-family: Georgia,serif;
		font-weight: normal;
		letter-spacing: -.05em;
		font-size: 2.5em;
		line-height: 1.15;
		margin: 0 0 .5em;
		padding: 0 0 .15em;
		border-bottom: 1px dotted #e7e7e7;
	}
	
		#content h1 strong {
			display: block;
			color: #222;
			font-style: italic;
		}
		
	#content h2 {
		font-size: 1.5em;
		letter-spacing: -.03em;
		margin: 0;
	}
	
	
#results {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 500px;
}
	
	#results li {
		border-bottom: 1px solid #e7e7e7;
		padding: 1em 0;
		margin: 0;
	}

		#results li div.title {
			margin: 0;
			padding: 0;
			font-size: 1.5em;
			font-weight: bold;
			line-height: 1.4;
		}
		
		#results li div.title a {
			color: #113C4F;
			background: #fefe80;
			text-decoration: none;
		}
		
		#results li div.title a:hover {
			text-decoration: underline;
		}
		
		
#results a {
	color: #113C4F;
}
		
		#results li p.description { 
			margin: 0;
		}
		
		
#sidebar {
	margin: 0 0 0 550px;
	font-size: 12px;
}

	#sidebar h3 {
		margin-bottom: 0;
	}

	#sidebar ul {
		list-style: none;
		padding: 0;
		margin: 0;
		margin: 0;
	}
	
	
div.footer-ad {
	padding: 2em 0;
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
}

#footer {
	font-size: 12px;
}

#research {
	margin: 0;
	padding: .5em 1em;
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	position: absolute;
	top: 2em;
	right: 1em;
}

	#research .button {
		border: 1px solid #ccc;
		background: #eee;
		color: #666;
		padding: 4px;
		vertical-align: top;
	}
	
	#research .styled {
		border: 1px solid #ccc;
		background: #fff;
		padding: 4px;
		color: #666;
		font-size: 14px;
	}
	
#research #function {
	width: auto;
	display: inline;
	margin: 0;
	padding: 4px;
}

#sidebar code, .footer-ad code {
	background: #565656;
	color: #fff;
	font-size: 1.15em;
	padding: 0 .15em;
}