.cake-sql-log{
	display: none;
}

#container{
	width: 800px;
	margin:auto;
}

#content{
	text-align: center;
	//margin-top: 20%;
}

#header h1{
	font: normal 20pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#query{
	font: normal 14pt 'Lucida Grande',sans-serif;
	width: 400px;
	border: solid 1px #999999;
}

#query:focus{
	border: solid 1px #336699;
}

.submit_button{
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	margin: 5px;
	margin-top: 0px;
}

.submit_button:hover{

	border: 1px solid #336699;

}

#submit_box{
	text-align: center;
	height: 40px;
}

#query_box{
	text-align: center;
	height: 50px;
	//margin-top: 8px;
	margin-right: 10px;
}

.submit_button:hover{
	
	cursor:pointer;
}

#header{
	width: 500px;
	height: 125px;
	margin: auto;
	margin-top: 10%;
	background-image: url(/images/showstop.png);
}

#header h1{
	display: none;
}

#search{
	height: 100px;
	margin-top: 20px;
}

#footer{
	padding-top: 50px;
}

#footer ul{
	margin: 0px;
	padding: 0px;
	display: inline;
}

#footer li{
	display: inline;
	list-style: none;
}

#footer a{
	font: normal 16pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: black;
}

#footer a:hover{
	text-decoration: underline;
	color: blue;
}

#top_bar{
	position: fixed;
	top: 0;
	margin: 0px;
	padding: 0px;
	width:100%;
	height: 30px;
	border-bottom: 1px solid #999;
	font: normal 12pt 'Lucida Grande',sans-serif;
	background-color: #ffffff;
}

#bottom_bar{
	position: fixed;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	width:100%;
	border-top: 1px solid #999;
	clear: both;
	text-align: center;
	font: normal 12pt 'Lucida Grande',sans-serif;
	background-color: #ffffff;
}

#copy{
	display: inline;
	color: #999999;
}

#bottom_nav{
	margin-left: 4px;
	display: inline;
}

#bottom_nav ul{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;	
}

#bottom_nav li{
	padding: 1px;
	display: inline;
	list-style: none;
	text-decoration: none;	
	color:#999999;
}

#bottom_nav a{
	color:#999999;
}

#bottom_nav a:hover{
	color:#336699;
}

.bio_pic{
	width: 250px;
}

#about_content{
 padding-top: 30px;
}

#about_content a img{
	border: none;
}

#about_content a{
	color: #336699;
}

#about_content a:hover{
	color: #999999;
}

#top_nav{
	margin-left: 4px;
	margin-top: 5px;
}

#top_nav ul{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;	
}

#top_nav li{
	padding: 1px;
	display: inline;
	list-style: none;
	text-decoration: none;	
	color:#999999;
}

#top_nav a{
	color:#999999;
}

#top_nav a:hover{
	color:#336699;
}

#show_title{
}

#show_title h1{
	margin-top: 60px;
	font: normal 24pt 'Lucida Grande',sans-serif;
	text-align: left;
	border-bottom: 1px solid black;
}

#show_content{
	padding-bottom: 30px;
}

#show_content ul li{
	list-style: none;
	margin: 0px;
	font: normal 20pt 'Lucida Grande',sans-serif;
	text-align: left;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 10px;
}

#show_content ul li ul li{
	list-style: none;
	margin: 0px;
	font: normal 12pt 'Lucida Grande',sans-serif;
}

#show_content a{
	color: black;
}

#show_content a:hover{
	color: #336699;
}

#search_title h1{
	margin-top: 60px;
	font: normal 24pt 'Lucida Grande',sans-serif;
	text-align: left;
	border-bottom: 1px solid black;
	color: #999999;
}

#search_content{
	padding-bottom: 30px;
}

#search_content ul li{
	list-style: none;
	margin: 0px;
	font: normal 12pt 'Lucida Grande',sans-serif;
	text-align: left;
	color: #999999;
	padding-top: 5px;
}

#search_content ul li ul li{
	list-style: none;
	margin: 0px;
	font: normal 12pt 'Lucida Grande',sans-serif;
}

#search_content a{
	color: black;
}

#search_content a:hover{
	color: #336699;
}

#query_string{
	color: black;
}

#content p{
	font: normal 12pt 'Lucida Grande',sans-serif;
}
