/*
Copyright (c) 2009, CSSJockey! All rights reserved - http://www.cssjockey.com
Version: 2.3.1
*/
/* WordPress Sidebar Styles */
.widget{
	padding:5px 0px 10px 0px;
	clear:both;
	color:#363636;
	background:url(images/tbg.png);
}
#sidebar h2, .widget h2{
	font-family:"Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	letter-spacing:1px;
	cursor:default;
	margin:0 0 0px 0;
	color:#363636;
}
.arrows{
	font-size:13pt;
	font-family:"Times New Roman";
	color:#e7ab0b;
}
.widget_search form#searchform #s{
	width:190px;
	color:#000;
	background:#FFF;
	font:italic 11px verdana;
	border:1px solid #ccc;
	padding:5px;
}
.widget_search form#searchform #searchsubmit{
	background:#ce980a;
	color:#FFF;
	font:bold 11px verdana;
	border:1px solid #9a730b;
	padding:4px 6px 4px 6px;
}
.widget p{
	padding:0 10px 0 10px;
}
.widget ul{
	margin:0 0px 0 0px;
	padding:0;
}
.widget ul li{
	list-style:none;
	padding:0 0 3px 0px;
}
#recentcomments li a{
	background:none;
}

.widget_tag_cloud h2{
	text-align:left;
}
.widget_tag_cloud{
	text-align:center;
}
.widget_tag_cloud a{
	padding:0 5px 0 5px;
}
#wp-calendar{
	width:100%;
	color:#CCC;
}
#wp-calendar caption{
	text-align:center;
	font-size:9pt;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 5px 0;
}
#wp-calendar th {
	text-align:center;
	font-weight:bold;
}
#wp-calendar tr td{
	text-align:center;
	padding:3px;
}
#wp-calendar a{
	font-weight:bold;	
}
/* WordPress Sidebar Styles */
