﻿

#sidebar
{
	width : 250px;
	margin-bottom : 20px;
	margin-left : 20px;	
	background : #fff;


	-moz-border-radius-topright: 20px;
	-khtml-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	
	/*
	-moz-border-radius-topleft: 20px;
	-khtml-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
		
	-moz-border-radius-bottomright: 20px;
	-khtml-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	
	-moz-border-radius-bottomleft: 20px;
	-khtml-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;	*/
	
	border : solid 1px #ccc;

}

#sidebar ul 
{
	margin : 10px; 
	padding : 0;
	list-style-type : none;
}
#sidebar ul  li
{
	margin : 0; 
	padding : 0;
	list-style-type : none;
}
#sidebar ul  li.cat-item
{
	margin : 0; 
	padding : 0;
	font-size : 1.1em;
	height : 20px;
}
#sidebar ul  li.widget
{
	margin-bottom : 10px; 
	padding : 0;
	padding-bottom : 8px;
	background : url(../images/features/separator.png) repeat-x; 
	background-position : bottom;
}
#sidebar h2
{
	color : #448A00;
	font-size : 1.4em;
	font-family : Arial;
	font-weight:bold;
	letter-spacing :0px;
	margin : 0px;
	padding-top : 0px;
	background : none;
}

#sidebar ul li.widget_categories h2
{
	color : #086FA1;
}
#sidebar ul li.widget_tag_cloud h2
{
	color : #A12E55;
}
#sidebar ul li.widget_search h2
{
	color : #FF8900;
}
#searchform
{
		font-size : 1em;
}
#s { width : 80px; font-size : 1em; } 
#searchform input
{
	font-size : 1em;
}

