/*
 * Edit the backround property with the color and background image if necessary. 
 */
body 
{
	background: #ffffff url(images/bg.png);
	width: 980px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
}

/*
 * Edit the border property with the color you want on the full site border. 
 */	
#wrap 
{
	background: #ffffff;
	width: 960px;
	margin: 10px auto 10px;
	padding: 0px;
	position: relative;
	border: 10px solid #dddddd;
}

/*
 * Edit the color property for your links. 
 */
a, a:visited 
{
	color: #000099;
	text-decoration: none;
}

/*
 * Edit the hover color property for your links. 
 */	
a:hover 
{
	color: #000099;
	text-decoration: underline;
}

/*
 * Edit the background property to change the color for the topmost nav. 
 */	
#topnavbar 
{
	background: #333333 /*url(images/topnav.png)*/;
	width: 960px;
	height: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/*
 * Edit the background property to change the color for the topmost nav. 
 */	
#navbar 
{
	background: #333333 /*url(images/navbar.png)*/;
	width: 960px;
	height: 34px;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/*
 * Edit the background property to change the hover color of the main navigation tabs. 
 */	
#nav li a:hover, #nav li a:active 
{
	background: #666666 /*url(images/navhov.png)*/;
	color: #FFFFFF;
    margin: 0px;
	padding: 9px 15px 8px 15px;
	text-decoration: none;
}

/*
 * Edit the background property to change the color for the widget title bar. 
 */	
#sidebar h2 
{
	background: #666666 /*url(images/headline.png)*/;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
}

/*
 * Edit the border property to change the border color of the sidebar widget boxes. 
 */	
#sidebar .widget 
{
	background: #FFFFFF /*url(images/sidebartop.gif) top no-repeat*/;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #dddddd;
}

/*
 * Edit the background property to change the color for the post title bar. 
 */	
#content h3 
{
	background: #CC6600 /*url(images/headline.png)*/;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
}

/*
 * Edit the border property to change the border color of the post box area.
 */	
.postarea 
{
	background: #FFFFFF /*url(images/homepagetop.gif) top no-repeat*/;
	float: left;
	width: 590px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #dddddd;
}

/*
 * Edit the background propety to change the color of the footer bar.
 */	
#footer 
{
	background: #000000 /*url(images/topnav.png)*/;
	width: 960px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
