/*
		CSS for pages and plugins
*/


/*		HOME		*/


.clear {
	clear:both
}

#gallery {
	border: solid #333 1px;
	position:relative;
	height:347px;
	width: 520px;
	margin: 0;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:45px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:3px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
	.thumb	{
		border: solid #000 2px;
		margin: 0 7px 7px 0;
	}
	.thumb_2	{
		border: solid #000 2px;
		margin-bottom: 7px;
	}
/* end gallery */

.ticket_package {
	background: #6f0000;
	border: solid #333 1px;
	color: #eee;
	margin: 12px 0;
	padding: 3px 8px;
	text-align: justify;
	width: 240px;
	height: 360px;
}
.ticket_package h3 {
border-bottom: solid #c9c9c9 1px;
	color: #c9c9c9;
	font-size: 13px;
	margin-bottom: 8px;
	text-align: center;
}
#feedback, #questionnaire {
	background: #fff;
	border: solid #000 1px;
	padding: 5px 10px;
}
.af {
	color: #333;
}
#questionnaire {
	margin-bottom: 12px;
}
.heading {
	border: solid #000 1px;
	margin: 0 0 12px 0;
}
.heading h1 {
	color: #92242D;
	font-size: 21px;
	padding: 12px 5px;
	text-align: center;
}
#home_wrapper {
	background-image: url(../images/index/home_bg_image.gif);
	background-repeat: no-repeat;
	color: #eee;
	padding: 5px 0 5px 8px;
	width: 490px;
	height: 614px; 
}
#home_wrapper p {
	color: #eee;
	font-size: 14px;
	line-height: 20px;
	padding: 0 100px 5px 20px;
}

/*		PROGRAMME		*/
.prog_list {
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
}
.prog_list th {
	font-size: 11px;
	letter-spacing: 0.15em;
	padding: 3px 0;
	text-align: left;
	text-decoration: underline;
}
.prog_list td {
	border-bottom: dashed 1px #999;
	padding: 3px 5px 3px 0;
	vertical-align: top;
}
.prog_list .time {
	letter-spacing: 0.1em;
}
.day_heading {
	color: #92242D;
	font-size: 18px;
	margin-bottom: 0;
	word-spacing: 0.3em;
}
.event h1 {
}
.event h2 {
	padding: 10px 0;
}
.event_details {
	clear: both;
	background-color: #9F0527;
	border: solid #777 1px;
	color: #fff;
	font-size: 13px;
	margin: 10px 0;
	padding: 6px 8px;
}
.event_details a {
	color: #ECE085;
	font-size: 13px;
}
.event_details a:hover {
	color: #ccc;
}

/*		ACCOMMODATION		*/
.accom {
	margin: 12px 0 24px 0;
}
.accom h2 {
	font-size: 15px;
	text-transform: uppercase;
}
.accom img {
	margin: 10px 0 5px 15px;
}
#accom_sponsors
{
	border: solid #333 1px;
	margin: 0 auto 24px auto;
	padding: 10px 0 5px 10px;
	text-align: center;
}
#accom_sponsors div
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 165px;
}
#accom_sponsors a {
	font-size: 14px;
}

/*		SPONSORS		*/
#sponsors td {	
	padding-bottom: 12px;
	text-align: center;
	vertical-align: top;
}

/*		ADVERTS			*/
#adverts {
	margin: 20px 0 10px 0;
}
