/* search widget*/
#sidebar #search  {
	background: none;
	height:44px;
	padding:0;
	border:none;
}

#sidebar #search .widget-top { display:none; }

#sidebar #search .widget-content { padding:0; }

#searchform {
	padding:6px 6px 0;
	background: transparent url('../images/widget-search-form-bg.gif') no-repeat 0 0;
	width:310px;
	height:38px;
}

#searchform div {
	position:relative;
}

#s, #searchsubmit {
	border:none;
	background-color:transparent;
	position:absolute;
	display: block;
	color:#8D8D8D;
}

#s {
	left:11px;
	top:7px;
	width:214px;
}

#searchsubmit {
	height:31px;
	right:1px;
	top:1px;
	width:69px;
	text-indent:-999px;
	padding:0;
	cursor:pointer;
}

/* ads widget */
#ads-125-125 {
	text-align:center;
	padding:5px 0;
}

.img-adv { margin:0 10px 10px 0; }

.img-adv.right{ margin-right:0; }

.img-adv.bottom{ margin-bottom:0; }

.img-adv.last{ margin:0; }

/* callendar widget */
#wp-calendar {
	empty-cells: show;
	width:100%;
}

/*
#wp-calendar a { color:#CFA03A !important; }

#wp-calendar a:hover { color:#956B58 !important; }
*/

#calendar_wrap { clear:both; }

#wp-calendar th, #wp-calendar td { text-align:center; }

#wp-calendar th { font-weight:bold; }

#wp-calendar #today {
	/* border:1px solid #E4E1CD; */
	background-color:#DDDED6;
}

#wp-calendar #next { text-align:right !important; }
#wp-calendar #prev { text-align:left !important; }

#subscribe-rss {
	background:none !important;
	height:40px;
}

#subscribe-rss img {
	float:left;
}

/* widget-rss */
#widget-rss {
	border:1px solid #E5E5E5;
	padding:6px;
	margin-bottom:10px;
}

#rss-entry {
	font:normal 12px Arial, Verdana;
	color:#000000;
}

#rss-entry p {
	margin-bottom:5px;
}

#title-rss {
	font:normal 16px 'Trebuchet MS', Tahoma, Verdana;
	color:#AC1A1F;
	padding-bottom:2px;
	border-bottom:4px solid #F5F5F5;
	margin-bottom:5px;
}

.rss-post {
	background:transparent url(../images/all-icons.gif) no-repeat 0 -28px;
	padding-left:20px;
	margin-right:45px;
}

.subscribe {
	border-top:1px solid #E5E5E5;
	padding-top:3px;
}
.subscribe form {
	clear:both;
	background:transparent url(../images/widget-rss-form-bg.jpg) no-repeat 0 0;
	width:305px;
	height:33px;
	position:relative;
	padding:0;
	margin:0;
}

.subscribe form input {
	background:transparent none repeat scroll 0 0;
	border:none;
	position:absolute;
	padding:0;
}

.subscriberbox {
	top:7px;
	left:5px;
	width:255px;
	color:#9B9DA0;
}

.subscriberbtn {
	top:0;
	right:0;
	width:32px;
	height:33px;
	cursor:pointer;
}

