@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	background: #fbf3aa url(../images/bg.gif) top left repeat-x;
	text-align: center;
	font: 62.5%/1.2em Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #000;
}

h1 {
	background: url(../images/masthead.gif) top center;
	height: 80px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}
h4 {
	font-size: 1.3em;
	line-height: 1.1em;
}

input#inputbox {
	width: 360px;
	font-size: 1.3em !important;
	height: 16px;
	margin-right: 3px;
	color: #999;
}
input {
	vertical-align: middle;
}


#admin {
	padding: 10px 0;
	background: #fbf3aa;
	border: #fbf3aa;
	border-bottom: 0px solid #fbf3aa;
}
		#admin h2 {
		padding: 10px 0;
		vertical-align: middle;
		}
		#admin table td{
		border: 0px ;
		border-bottom: 0;
		}
		
	
#find {
	padding: 50px 0;
}
	#find h2 {
		background: url(../images/fn_top_text.gif) top center no-repeat;
		padding: 20px 0 10px;
		font-size: 2.8em;
		font-weight: bolder;
	}
	#find h3 {
		padding: 2px 0 10px;
		font-size: 1.8em;
		font-weight: bolder;
	}
	#find h4 {
		font-size: 1.3em;
		font-weight: bolder;
	}
	#find h5 {
		padding: 20px 0 10px;
		font-size: 1.3em;
		font-weight: bolder;
	}
	
#browse {
	padding: 10px 0;
}
	#browse h2 {
		padding: 10px 0;
		font-size: 1.8em;
		
	}
	#browse h3 {
		padding: 10px 0 10px;
		font-size: 1.3em;
		font-weight: normal;
	}
	
		
#story {
	margin: 100px auto 10px;
	width: 591px;
	background: url(../images/hs_bot.gif) bottom left;
}

	#story h2 {
		background: url(../images/hs_top.gif) top left no-repeat;
		height: 40px;
		display: block;
		overflow: hidden;
		text-indent: -999em;
	}
	#story h3 {
		font-size: 1.6em;
		line-height: 1.2em;
		padding-bottom: .4em;
	}
	#story .description {
		font-size: 1.2em;
		line-height: 1.2em;
		padding-bottom: 1em;
	}
	#story .papername {
		font-size: 1.2em;
		line-height: 1.2em;
		float: left;
		
	}
	#story .papername a {
		font-size: 1.4em;
		font-family: Georgia, "Times New Roman", Times, serif;
	}

	#story .comment {
		background: url(../images/comment.gif) top left no-repeat;
		padding-left: 12px;
	}
	
	#story .inside {
		padding: 10px 40px 20px;
		text-align: left;
	}
	#story img {
		width: 175px;
		margin: 0 15px 0 0;
	}
	#story .img_wrap {
		float: left;
	}
	#story .article_wrap {
		float: right;
		width: 320px;
	}
	#story .article_wrap_noimage {
		width: 490px;
	}
	
#footer {
	color: #cfc789;
	font-weight: bold;
}

.clear {
	clear: both;
}


/* --- suggest --- */

/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	opacity:.98;
	filter: alpha(opacity=98); 
	-moz-opacity: 0.98;
	border: 1px solid #e9ebe6;
	background-color: #fff;
	height: 300px;
	overflow:auto;
	display:none;
	width: 349px;
	cursor: pointer;
}

.showSuggestClass .hideSuggestClass {
	display: block;!important;
}

.showSuggestClass .hoverSuggestClass,
.showSuggestClass .hoverSuggestClass a,
.hover,
.browserow:hover,
.browserow:hover a {
	background-color: #58c10c !important;
	color: #fff;
	cursor: pointer;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

	.item {
		border-bottom: 1px solid #e9ebe6;
		text-align: left;
		padding: 2px;
	}
#mySuggest {
	width: 415px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#resultsDIV {
	position: absolute;
	left: 0;
	top: 21px;
}


/* --- browse --- */

table {
	margin: 0 auto;
	border: 1px solid #e9ebe6;
	background: #fff;
	border-bottom: 0;
}
table td {
	border-bottom: 1px solid #e9ebe6;
	padding: 2px;
}
table td.name {
	width: 200px;
	text-align: left;
}
table td.location {
	width: 200px;
	text-align: right;
}


.loading {
	height: 15em;
	background: url(../images/loading.gif) center center no-repeat;
}