/****************************************************************/
/* Menus Block */

/*widget_categories
	<h2>
	<ul>
		<li><a>*/

.widget_categories {
	background-color: #3B8E86;
	border:1px solid #3B8E86;
	padding: 0;
	margin: 0 -10px 10px -10px;
	list-style:none;
}
.widget_categories h2 {
	background-color: #FFF;
	color:#900;
	border:none;
}
.widget_categories ul {
	list-style:none;
}
.widget_categories ul li { 
	margin: 0; 
	list-style:none;
}
.widget_categories a {
	padding: 4px 4px 4px 8px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.widget_categories a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration:none;
}
.widget_categories a.selected {
	background-color: #FFFFFF;
	color: #000000;
}
.widget_categories a.indent {
	padding-left:20px;
}

/* Calendar styles */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar a:hover {
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
