/* @group Events */
#wp-calendar thead {
	border-bottom: 5px solid #F69F1A;
}
#wp-calendar thead th {
	background-color: #FFBC54;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#wp-calendar tbody td {
	background-color: #FFBC54;
	color: #AAAAAA;
	/*background: none repeat scroll 0 0 transparent;*/
	color: white;
	font-weight: bold;
	/*padding: 0px 3px;*/
	text-align: center;
	height: 25px;
}

#wp-calendar tbody td a, 
#wp-calendar tbody td a:active, 
#wp-calendar tbody td a:visited {
	background-color: #FFEBCC;
	color: #000;
	display: block;
	/*height: 100%;
	width: 100%;*/
	border-radius: 3px 3px 3px 3px;
	/*padding-top: 6px;*/
}

#wp-calendar tbody td a:hover{
	background-color: #e3d1b5;
	text-decoration: none;
}


#today{
	background-color: #FE4B2D !important;
	border-radius: 3px 3px 3px 3px;
	padding: 3px;
}
	
#today a {
	background-color: #FE4B2D !important;
}

.trans{
	display: none;
}
#wp-calendar{
	width:  90%; /*220px;*/
	margin: 0 auto 5px;
}
#prev a, #prev a:active, #prev a:visited, #next a, #next a:active, #next a:visited{
	color: white;
	font-weight: bold;
}
#next{
	text-align: right;
}
.calendar-month {
	font-size: 14px;
	text-align: center;
}
.small {
	font-size: 11px;
}

.radio-label{
	display: inline;
}

.radio-button{
	width: 40px;	
}

textarea.event-description, textarea.event-registration{
	width:100%;
	height: 250px;	
}

.small-textbox{
	width: 40px;
}

.medium-textbox{
	width: 140px;
}

#ui-datepicker-div{
	z-index: 500 !important;
}

table.entry-content th,
table.entry-content td {
	border-bottom: 1px solid #ccc;
}
table.entry-content tr.last th,
table.entry-content tr.last td {
	border-bottom-color: #fff;
}
h4.entry-title {
	display: block;
	position: relative;
}
a.event-title-link {
	display: block;
	padding-right: 40px;
}
a.read-more-link {
	position: absolute;
	right: 0; top: 0;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	background: transparent url(images/icon-black-arrow.gif) no-repeat 100% 8px;
	padding-right: 20px;
	display: block;
}
a.read-more-link.expanded {
	background: transparent url(images/icon-black-arrow.gif) no-repeat 100% -20px;
}
.av_event {
	background: none;
	border-bottom: 1px solid #aaa;
}

/* @end */


/* @group Admin Styles */

#actions{
	width: 150px;
}
#type{
	width: 50px;
}
#date{
	width: 150px;
}

.date_a{
	width: 2em; 
	padding: 1px;
}
.date_b{
	width: 4em; 
	padding: 1px;
}
#date_repeat{
	display: none;
}

/* @end */