/* --- events -------------------------------------------------- */
/*---- features --------------------------------------------------------------*/
div#featured-events{
	float: left;
}

dl.feature{
	width:175px;
	float:left;
	padding-right:18px;
	padding-top:20px;
}

dl.featureLast{
	float:right;
  	padding-right:0px;
}

.feature dd, .featureLast dd{
	padding:7px 0px;
}

.feature dd.image, .featureLast dd.image{
	padding:0px;
	margin:0px;
	height: 90px;
	overflow: hidden;
}

.feature dd.largeHeading, .featureLast dd.largeHeading{
	font-weight:bold;
  	padding-bottom:2px;
  	font-size:11px;
  	height:20px;
}

.feature dd.heading, .featureLast dd.heading{
	font-weight:bold;
  	padding-bottom:2px;
  	font-size:10px;
  	height:30px;
}

.feature dd.name, .featureLast dd.name{
	padding-right: 10px;
	font-weight:bold;
	padding-bottom:2px;
	font-size:10px;
}

.feature dd.text, .featureLast dd.text{
	line-height:15px;
  	padding-top:10px;
  	padding-bottom:4px;
  	padding-right:14px;
	text-align: left;
}

.feature dd.description, .featureLast dd.description{
	line-height:15px;
	padding-top:10px;
	padding-bottom:4px;
	padding-right:8px;
	font-size:10px;
	height:45px;

	
	
}

/* ---[ whats on tables  ]----------------------------------------------------*/

#whatsOnList {
   	border-collapse: collapse;
    vertical-align:top;
    table-layout:top;
    font-size:10px;
	width: 770px;
	margin: 0;
	clear: left;
}

#whatsOnList th, #whatsOnList td {
    padding: 5px 5px 5px 3px;
}

#whatsOnList th {
    color: #faf9f2;
    background: #3E5B95;
	text-align: left;
}

#whatsOnList th.date {
	width: 80px;
}

#whatsOnList th a{
	color: #faf9f2;
}

#whatsOnList td {
	margin:15px 0px;
	border-bottom:1px dotted #8c8c82;
	vertical-align: top;
}



#whatsOnList td.last-cell{
	padding-right: 0;
	width: 100px;
}


#whatsOnList th.description, #whatsOnList td.description{
		width:200px;
}

#whatsOnList th.more, #whatsOnList td.more{
	width:70px;
}

/* --- event search --------------------------------------------------- */
#events-search{
	float: left;
}

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

#events-search form fieldset{
	background: none;
	border: none;
	padding-left: 0 !important;
}
#events-search form .input, #events-search form .submit, #events-search form fieldset{
	float: left;
	margin-right: 10px;
}
#events-search form .input label{
	padding-bottom: 8px;
}
#events-search form .input select{
	font-size:11px;
	padding:3px;
	border:1px solid #3E5B95;
}	
#events-search form .submit{
	margin-top: 27px;
}
#events-search form .submit input{
	background: #3E5B95;
	color: #FFF;
	height: 26px;
}

