/*
 |----------------------------------------------------
 | Events
 |----------------------------------------------------
*/

#calendar {
	height: 119px;
	background: url('/images/cal_icon.png') top center no-repeat;
	text-align: center;
	cursor: pointer;
    margin-top: -6px;
    margin-bottom: 7px;
}

#weekday {
	font-weight: bold;
	display: block;
	padding-top: 9px;
	font-size: 16px;
	color: #fff;
}

#day {
    display: block;
	font-size: 72px;
    line-height: 1;
}

hr {
	border: none;
	border-top: solid 1px #000;
	margin: 0px 20px 20px 20px;
}

#events li {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}

#events .title {
	display: block;
	font-weight: bold;
}

#events .time {
	display: block;
	color: #999;
	font-weight: bold;
}

#events .description {
	display: block;
}

#no_events {
	text-align: center;
	color: #666;
}

/*
 |----------------------------------------------------
 | Large promos
 |----------------------------------------------------
*/

#large_shadow {
	background: url('/images/lp_shadow.png') top left no-repeat;
	height: 260px;
	width: 616px;
	margin-left: 8px;
    margin-bottom: 20px;
}

#large_container {
	height: 250px;
	background: #fff;
	border: solid 1px #000;
	position: relative;
	width: 606px;
	overflow: hidden;
}

#large_promo {
	width: 406px;
	height: 100%;
	position: absolute;
}

#accordion {
	margin-left: 406px;
	width: 200px;
	position: absolute;
}

#accordion a {
	display: block;
	background: url('/images/redbar.png') top left no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 22px;
	padding-top: 3px;
	width: 200px;
}

#accordion a:hover {
	background: url('/images/redbar_ro.png') left top no-repeat;	
}

#accordion div {
	padding: 5px;
	font-size: 12px;
	height: 165px;
	background-color: #fff;
	display: none;
}

#accordion a.active {
	margin-left: -22px;
	padding-left: 22px;
	background: url('/images/redbar_active.png') left top no-repeat;
	z-index: 20;
}

/*
 |----------------------------------------------------
 | Small promos
 |----------------------------------------------------
*/

#small_promos li {
	width: 196px;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 9px;
	height: 125px;
	border: solid 3px #ccc;
}

#small_promos li.promo_hover {
	border-color: #666;
}

#small_promos li.last {
	margin-right: 0px;
}

/*
 |----------------------------------------------------
 | News feed
 |----------------------------------------------------
*/

.feed {
    width: 288px;
    border: solid 1px #000;
    margin-bottom: 20px;
    margin-left: 8px;
    padding-bottom: 20px;
}

.feed h3 {
    display: block;
}

.feed h3 a {
    color: #fff;
    display: block;
    height: 22px;
    padding-top: 3px;
    background: url('/images/redbar.png') top repeat-x;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 14px;
}

.feed h3 a:hover {
    background: url('/images/redbar_ro.png');
    color: #fff;
}

.feed li {
    margin-left: 30px;
    list-style-type: disc;
}

.feed a {
    color: #000;
}

.feed a:hover {
    color: #444;
}
