/* CSS Document */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:16px;
	line-height:18px;
	padding:0 0 4px 0;
	margin:0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:14px;
	line-height:18px;
	padding:0 0 4px 0;
	margin:0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
	line-height:18px;
	padding:0 0 4px 0;
	margin:0;
	
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:11px;
	line-height:18px;
	padding:0 0 4px 0;
	margin:0;
	
}
p {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:11px;
	line-height:16px;
	padding:0 0 4px 0;
	margin:0;
}

a, a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #ba2f33;
}

#browse-events ul {
	display:block;
	border:1px solid #ebe8e2;
	border-top:none;
	list-style:none;
	padding:8px 4px;
	margin:0;
}

#browse-events ul li {
	background-image:url(../Images/Bullet-Bg.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	line-height:20px;
	padding:0 0 0 16px;	
}

#browse-events ul li a {
	color:#bb2f33;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

#browse-events ul li a:hover {
	text-decoration:underline;
}


/**********************/
/****** Classes ******/
/********************/
.heading {
	line-height:33px;
	display:block;
	padding:0 8px;
	background-image:url(../Images/Header-Bg.gif);
	background-repeat:repeat-x;
	background-color:#f6f5f0;
	border:1px solid #ebe8e2;
	
}


/* Text Styles */
.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline
}


/* Text Colours */
.white {
	color:#FFFFFF;
}

.black {
	color:#000000;
}

.red {
	color:#ba2f33;
}

/* Image styles */

.image-10px-spacing {
	margin: 0 10px 10px 0;
}

.image-10px-spacing-right {
	margin: 0 0px 10px 10px;
}

.productionshot {
	display:block;
	width:66px;
	padding:0 4px 4px 4px;
	float:left;
}

.productionshot img {
	border:none;
}

/* Rule */

.rule {
	margin-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #e4e4e4;	
}

.small {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
