html,body {
	padding:0px;
	margin:0px;
}

body {	
	background: #fff url(gray_fade.gif) repeat-x left 30px;
	font-size: 14px;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
}

a:link, a:visited
{
	color: Navy;		
}

a:hover, a:active
{
	color: RoyalBlue;
}

#wrapper {	
	margin-top: 10px;
	float: left;
	width: 100%;
}

#menu {
	background: #666 url(menu_bg.gif) repeat-x top left;
	min-width: 700px;	
	height: 30px;	
	text-align: center;
}

#menu ul {									
	padding:0px;
	margin:0px;
	list-style-type: none;
}

#menu ul li {			
	float: left;
	font-size: 1.1em;				
	margin: 1px 0px 0px 0px;						
}

#menu ul li a:link, #menu ul li a:visited {								
	line-height: 2em;
	padding: 0px;
	float: left;
	height: 30px;
	text-transform: lowercase;
	display: block;			
	color: white;
	text-decoration: none;			
	margin:0px 3px;									
	padding-left: 16px;
}

#menu ul li a:hover, #menu ul li a:active {
	text-decoration: underline;
}

.adminNavbarStyle
{
	background-color: #666;
	border: solid 1px black;
	height: 25px;
	margin: 10px;
}

.adminNavbarStyle ul
{
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}

.adminNavbarStyle ul li
{
	float: left;
	margin-right: 10px;
	font-size: 9px;
	
}

.adminNavbarStyle ul li a:link, .adminNavbarStyle ul li a:visited
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.adminNavbarStyle ul li a:hover, .adminNavbarStyle ul li a:active
{
	background-color: black;	
}

.adminNavbarStyle ul li.here
{
	cursor: default;
	color: white;
	text-decoration: underline;
}

#header
{		
	margin-top: 40px;
	margin-left: 50px;
	margin-right: 50px;			
	padding-left: 120px;							
	background: transparent url(db_logo.gif) no-repeat left 10px;	
}

#header h1
{
	margin: 0px;
	padding: 0px;
	font-size: 5em;
	border-bottom: dotted 1px #ddd;
	width: 300px;
}

#header h1 a
{	
	margin: 0px;
	padding: 0px;		
	letter-spacing: -.1em;
	line-height: 1em;
	color: #222;		
	text-decoration: none;
}

#header h2
{		
	margin: 0px;
	margin-left: 40px;
	padding: 0px;
	font-size: 1.2em;
	color: #aaa;
	cursor: default;
}

a#download
{
	position: absolute;	
	top: 40px;
	left: 650px;
	display: block;		
	width: 100px;
	height: 107px;			
	background: transparent url(download_badge.gif) no-repeat left top;
	cursor: pointer;			
	text-indent: -1000em;
}

a#install
{
	position: absolute;	
	top: 40px;
	left: 400px;
	display: block;		
	width: 176px;
	height: 51px;			
	background: transparent url(wpiBadgeBlue.png) no-repeat left top;
	cursor: pointer;			
	text-indent: -1000em;
}


#container {
	position: relative;	
	border: solid 1px #fff;	
	left:0px;
}

#content {
	margin: 0px 190px;	
	padding: 20px;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;		
}

#right {	
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {
	clear: both;
	font-size: .8em;
	text-align: center;
	border-top: solid 1px #ddd;	
	color: #888;
	padding: 10px;
	margin: 20px;
	background-color: #eee;
}

.sidebar {	
	width: 170px;
	margin: 0px 10px;
}

.clear
{
	clear: both;
}

.search-box
{
	margin-bottom: 10px;
}

#searchString
{
	width: 100px;
	border: solid 1px #ccc;
}

.searchButtonStyle
{
	font-size: 9px;
	width: 50px;
}

.side-box
{					
	padding: 12px;
	width: 160px;	
	background: #fff url(side-head.gif) no-repeat right top;
	font-size: .8em;
	color: #666;
}		

#right .side-box
{
	background: #fff url(side-head.gif) no-repeat left top;
}		

.side-box h2
{
	font-size: .9em;
	text-transform: uppercase;
	color: maroon;
}

.side-box ul
{
	list-style-type: none;
	padding:0px;
	margin:0px;
	text-indent: 0px;	
}						

#content h2			
{			
	margin-top: 20px;
	letter-spacing: -.1em;
	line-height: .5em;
}

#content h4
{
	font-style: italic;						
	background-color: #eed;	
}

.postTitle
{			
}

.postTitle h1
{		
	margin: 0px;		
	letter-spacing: -.09em;
}

.postWidgets
{
	float: right;
}

.itemBodyStyle
{
	clear: both;
}



