/* @override 
	http://commonground.cpmpreview.com/css/events.css
*/
.hidden {
	display: none;
}
#content h2 {
	top: -79px;
	left: 0;
}

body#eventpage #content ul {
	padding: 0;
}

body#eventlist #content ul li {
	list-style: none;
}

#events-container {
	width: 510px;
}

/* @group TABS */

#content ul#tabs {
	margin: 0;
	top: -46px;
	padding: 0;
	list-style: none !important;
	position: absolute;
	right: 20px;
	z-index: 998;
}

#content #tabs li {
	float: left;
	list-style: none;
}

#tabs li a {
	padding: 7px 7px 5px;
	text-decoration: none;
	display: block;
	float: left;
	color: #e8e6d8;
}

#tabs li a:hover {
	text-decoration: underline;
}

#tabs li.current a {
	background: #e8e6d8;
	color: #4e4939;
	text-decoration: none;
}

/* @end TABS */

/* @group  CALENDAR */

#events h3 {
	margin-bottom: 5px;
}

#events-calendar caption {
	text-align: left;
	font-size: 16px;
	color: #576874;
	padding: 3px;
	font-weight: bold;
	top: -2px;
	margin-bottom: 2px;
}

#events-calendar caption {
	width: 100%;
	position: relative;
	padding-left: 50px;
	margin-bottom: 9px;
	z-index: 1;
}

#events-calendar caption span {
	font-size: 13px;
	color: #3e83bd;
	font-weight: bold;
}

#events-calendar caption span {
	color: #6f6e7e;
	font-weight: normal;
	font-size: 1.2em;
}

#events-calendar caption strong {
	color: #576874;
	font-weight: bold;
}

#events-calendar .prevMonth {
	position: absolute;
	left: 0;
}

#events-calendar .nextMonth {
	position: absolute;
	left: 20px;
}

#events-calendar th {
	font: bold 14px arial, verdana, sans-serif;
	color: #C5BE92;
	line-height: 35px;
	text-align: center;
	background: #420607;
}

#events-calendar table td {
	font: 10px arial, verdana, sans-serif;
	color: #9f9f9f;
	border: 1px solid #d4d2b9;
	vertical-align: top;
	background: #e8e6d8;
	width: 14%;
	min-height: 50px;
	height: 50px;
	text-align: left;
	padding: 5px;
}

#events-calendar td.today span {
	display: block;
	font-weight: bold;
}

#content #events-calendar td ul {
	margin: 0;
	list-style: none;
	padding: 10px 0 0 10px;
}

#content #events-calendar td li {
	list-style: none;
}

#back {
	position: absolute;
	top: 5px;
	right: 18px;
}

#months {
	position: absolute;
	right: 20px;
	top: 6px;
	padding: 4px;
	border: 1px solid;
	width: 175px;
	z-index: 2;
}

/* @end CALENDAR  */

/* @group VIEWS */

#events-calendar, 
#list-view {
	margin-top: 65px;
	position: relative;
}

#events-calendar table {
	width: 98%;
	border-collapse: collapse;
}

#list-view dt {
	margin-top: 35px;
	margin-bottom: 10px;
}

#list-view dd span {
	font-size: 12px;
}

/* @end VIEWS */

/* @group PREV/NEXT LIST VIEW */

#list-view ul {
	margin: -10px 0 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 17px;
}

#content #list-view li {
	float: left;
	margin-right: 4px;
	list-style: none;
}

#list-view li.month {
	margin-left: 5px;
	font-size: 19px;
	color: #C5BE92;
	padding-top: 2px;
	position: relative;
	top: -8px;
}

#list-view li a {
	display: block;
	width: 16px;
	height: 18px;
	background: #420607;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
}

#events-calendar caption {
	position: relative;
	text-align: left;
	margin-bottom: 15px;
	width: 213px;
	font-size: 16px;
	color: #576874;
	font-weight: bold;
}

#events-calendar caption {
	width: 100%;
	position: relative;
	padding-left: 50px;
	margin-bottom: 9px;
	z-index: 1;
}

#sidebarCalendar caption span,
#events-calendar caption span {
	font-size: 14px;
	color: #3e83bd;
	font-weight: bold;
}

#events-calendar caption span {
	color: #C5BE92;
	font-weight: normal;
	font-size: 1.2em;
}

#sidebarCalendar caption strong,
#events-calendar caption strong {
	color: #576874;
	font-weight: bold;
}

#sidebarCalendar caption a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/img/mini_cal_arrows.gif) no-repeat;
	text-indent: -999em;
}

#events-calendar caption a {
	display: block;
	width: 16px;
	height: 18px;
	background: #420607;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
	font-size: 13px;
	margin: 2px 0 0 5px;
}

#sidebarCalendar .currentMonth {
	position: relative;
	top: -2px;
}

#sidebarCalendar .prevMonth {
	position: absolute;
	top: 20px;
	right: 10px;
	margin-top: 2px;
}

#events-calendar .prevMonth {
	position: absolute;
	left: 0;
}

#sidebarCalendar .nextMonth {
	position: absolute;
	top: 20px;
	right: -7px;
	margin-top: 2px;
}

#events-calendar .nextMonth {
	position: absolute;
	left: 20px;
}

#sidebarCalendar #nmonth {
	background-position: right top;
}

#sidebarCalendar #pmonth {
	background-position: left top
}

dt, dd {
	font-size: 1.3em;
	margin-bottom: 1em;
	color: #ECEAD9;
	line-height: 1.5;
}

dd {
	margin-bottom: 10px;
}

/* @end */
