/* callendar widget */
#wp-calendar {
	empty-cells: show;
	width:100%;
}

/*
#wp-calendar a { color:#CFA03A !important; }

#wp-calendar a:hover { color:#956B58 !important; }
*/

#wp-calendar th, #wp-calendar td { text-align:center; }

#wp-calendar th { font-weight:bold; }

#wp-calendar #today {
	border:1px solid #E4E1CD;
	background-color:#F1EFDD;
}

#wp-calendar #next { text-align:right !important; }
#wp-calendar #prev { text-align:left !important; }

#subscribe-rss { background:none !important; }

#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;
}

