@charset "utf-8";
/* CSS Document */

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 8px;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	background-color:#DDDDDD;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;

}

.widget	{
	margin:10px 0 10px 4px;
	width:250px;
	}
	
.box	{
	background-color:#F6E7B0;
	border:#999 solid 1px;
	width:630px;
	padding:4px;
	margin:15px;
	float:left;
	position:relative;
	}
	
#blidget	{
	float:left;
	position:relative;
	}
/*#feature	{
	float:left;
	position:relative;
	}*/
	
#news	{
	float:left;
	position:relative;
	}
#news li	{
	margin: 7px 10px;
	list-style-image:none;
	line-height:120%;
/*	list-style:none;*/
	}
	
#news ul	{
	margin-left:10px;
/*	list-style-image:none;
	list-style:none;*/
	}
	
/*ul#sidemenu
{
text-align: center;
list-style: none;
margin: 0 auto;
width: auto;
}

ul#sidemenu li
{
display: block;
display:inline;
font-size:12px;
font-weight:bold;
float:right;
}

ul#sidemenu li a
{
display: block;
width: 85px;
text-decoration: none;
background-image:url(/images/button.png);
margin: 3px 0;
padding:5px 0;
color:#FFF;
}

#navcontainer>ul#sidemenu li a { width: auto; }

ul#sidemenu li#active a
{
background-image:url(/images/button-hover.png;
}

ul#sidemenu li a:hover
{
background-image:url(/images/button-hover.png;
text-decoration:underline;
}*/

#listmenu ul {
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
text-align:center;
font-weight:bold;
margin-left:4px;
} 

#listmenu li {
margin: 2px 0 0;
float:left;
} 
#listmenu a {
display: block;
width:80px;
padding: 5px 2px;
background:url(/images/button.png);
text-decoration: none;

} 
#listmenu a:link, #listmenu a:active, #listmenu a:visited {
color: #fff;
}

#listmenu a:hover {
background: url(/images/button-hover.png);
color: #ffffff;
text-decoration:underline;
}
#twitter_update_list	{
	padding:10px 20px 10px 25px;
	line-height:130%;
}
#twitter_update_list li	{
	padding-bottom:5px;
}
