/* 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 {
	background-color:#3067A2;
	border:1px solid #3D77B4;
	padding:4px;
	margin-bottom:10px;
}

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

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

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

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

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

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

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

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

/* search widget*/
#sidebar #search  {
	background-image:none;
	background-color:#3067A2;
	border:1px solid #3D77B4;
	padding:0;
}

#searchform {
	padding:6px 6px 0;
	background: transparent url('../images/search-button.gif') no-repeat 256px 6px;
	width:306px;
	height:36px;
}

#searchform div {
	position:relative;
}

#s, #searchsubmit {
	border:none;
	background-color:transparent;
	position:absolute;
	display: block;
	font:normal 11px 'Trebuchet MS', Tahoma, Verdana;
	color:#8D8D8D;
	text-transform:uppercase;
}

#s {
	background-color:#19436F;
	left:0;
	top:0;
	width:230px;
	padding:8px 7px 0;
	height:23px;
}

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

