#object-info {
	margin:0 15px 0 0;
	float:left;
	width:615px;
}

#object-info .column {
	width:292px;
	margin:15px 15px 30px 0;
	float:left;
}

#object-info .col-last {
	margin:15px 0 30px 0 !important;
}

#object-info ul li {
	margin:0 0 4px 0;
}

#object-info ul li strong {
	float:left;
	width:55px;
	margin:0 10px 0 0;
	text-align:right;
}

#object-info ul li a.link { color:#FE5D31; padding:2px 4px; }
#object-info ul li a.link:hover { background:#000; color:#FFF; }


#object-info .description {
	margin:15px 0 0 0;
}

#object-info .description p {
	line-height:1.72em;
	margin:0 0 15px 0;
}


/* Drop open box (orar) */

#object-info .drop-open {
	float:left;
	position:relative;
	margin:0 15px 0 0;
	z-index:999;
}

#object-info .drop-open a.head {
	display:block;
	width:177px;
	height:22px;
	background:url("/aurora/images/dropdown.gif") -255px 0 no-repeat;
}

#object-info .drop-open a.head span {
	display:block;
	width:150px;
	height:22px;
	text-align:center;
	line-height:22px;
	color:#FFF;
}

#object-info .drop-open .ev-ext-drop {
	position:absolute;
	width:175px;
	background:url("/aurora/images/blue-diagonal.gif") 0 0 repeat;
	top:22px;
	left:-9999em;
	z-index:999;
	padding:10px;
}

#object-info .drop-open:hover .ev-ext-drop {
	left:auto;
	margin:-75px 0 0 0;
}


div.program {
	width:160px;
	margin:0 auto;
}

div.program table td {
	padding:2px 4px;
}

div.program table td.day {
	padding-right:10px;
	font-weight:bold;
	text-align:right;
}

div.program table td.today {
	background:#FFC75D;
	color:#221100;
}


/* EVENT BOX */

div.event-box {
	width:305px;
	float:left;
	margin:15px 0 30px 0;
	background:url("/aurora/images/event-hr.gif") 0 60px repeat-x;
}

/* LEFT COLUMN */

.event-box .col-l {
	width:80px;
	float:left;
	margin:0 10px 0 0;
}

.col-l .date-entry {
	background:url("/aurora/images/blue-diagonal.gif") 0 0 repeat;
	width:40px;
	height:52px;
	text-align:center;
	margin:0 0 30px 17px;
}

.col-l .date-entry span { display:block; }
.col-l .date-entry span.month { font-size:1.167em }
.col-l .date-entry span.day { font-size:1.333em; font-weight:bold; }
.col-l .date-entry span.year { font-size:0.833em; }

.col-l img {
	width:80px;
	height:100px;
}

/* RIGHT COLUMN */

.event-box .col-r {
	width:205px;
	float:left;
}


.col-r h2 {
	line-height:140%;
	height:52px;
	overflow:hidden;
	margin:0 0 30px 0;
	font-size:12px;
}

.col-r p {
	line-height:140%;
	height:67px;
	overflow:hidden;
	margin:0 0 10px 0;
	font-size:12px;
}

.col-r a.more {
	display:block;
	height:20px;
	background:url("/aurora/images/yellow-bg.gif") 0 0 repeat-x;
	border:1px solid #FEC048;
	line-height:20px;
	overflow:hidden;
	text-align:center;
	width:80px;
}


/* SIDEBAR */

#sidebar {
	float:left;
	margin:0;
	width:345px;
}

#sidebar .object-images a {
	float:left;
	width:155px;
	height:129px;
	margin:15px 15px 0 0;
}

#sidebar .object-images a img {
	width:155px;
	height:129px;
}








