/*
Uberthings Mobile Style
by Michael Sharon

Parts of this style sheet were taken from: 
style.org
public style sheet (gray) by Jonathan Corum
updated January 1, 2004

You are welcome to use this style sheet.
For additional colors, please see http://www.style.org/css/
*/

/* default tags */

body 
{
	background: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin: 0; 
	padding: 0; 
	height: 100%; 
}

A 
{
	font-weight: bold;
	color: #FF8000;
}
A:link 
{
	font-weight: bold; 
	text-decoration: none;
	color: #FF8000;
}
A:visited	
{ 	
	font-weight: bold; 
	color: #B1D3EC; 
	text-decoration: none; 
}
A:active 
{ 
	font-weight: bold; 
	color: #999999;  
}
A:hover		
{
	font-weight: bold;
	color: #FFF; 
	text-decoration: none;
	background-color: #CCCCCC; 
}



h1, h2, h3, h4, h5, h6 {
	margin: 8px; 
	padding: 3px;
}

h1 {
	color: #FFF;  
}

h2 {
	color: #285577;
       font-weight: bold; 
}

h3 {
	color: ##003399; 
       font-weight: bold; 
}

p {
	margin: 3px 10px; 
	padding: 3px; 	
}

/* custom tags */
#banner {
	background: #0066B2;
	border-bottom: 1px solid #333333;
	padding: 3px 10px 3px 10px;
}

#acknowledgements {

}

.shadow1 {
	background-color: #999999;
	border-bottom: 1px solid #BBBBBB;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.shadow2 {
	background-color: #DDDDDD;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.cutnpaste {
	font-family: Courier, Everson Mono, monospace; 
color: 	#666666; 
	font-size: 12px; 
	padding: 10px; 
	margin: 10px 40px; 
	background-color: #e7e7e7; 
	display: block; 
	width: 600px; 
}

.ruler {
	margin: 20px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.back_to_top {
	font-size: 10px; 
}

.headings li{
display: block; 
background-color: #DDD; 
padding: 5px; 
}

#footer {
padding: 10px; 
text-align: center; 
}
