/*
	Theatre Royal Support Us

	Contents:
		Basic tags
		Layout
		Type
		Links
		Colours 

*/



/* Basic tags
----------------------------------------------- */

body { 
	margin: 0;
	background-color: #90a8bd;
	background-image: url(images/main_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-family: Arial, SunSans-Regular, sans-serif;
	}

p { 
	margin: 0 0 10px 0;
	padding: 0;
	}
	
table {
	text-align: left;
	}
	
a img {
	border-width: 0;
	}


/* Type
----------------------------------------------- */



#mainCont h2 {
	color: #fff;
	font-size: .8em;
	margin: 0 0 12px 10px;
	padding: 8px 0 6px 52px;
	background-color: #90a8bd;

	}	
	
#mainCont h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 0.96em;
	font-weight: bold;
	color: #506576;
	text-transform: uppercase;
	}
	
#mainCont h4 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	font-size: 0.96em;
	font-weight: normal;
	line-height: 1.3em;
	color: #506576;
	}
	
#mainCont h5 {	
	margin: 0;
	padding: 0;
	font-size: 0.84em;
	font-weight: normal;
	line-height: 1.3em;
	color: #506576;	
	}	

#mainCont .title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #506576;
	}		
	
.copyright {
	margin: 40px 0 20px 10px;
	border-top: 1px solid #506576;
	font-size: 11px;
	font-weight: bold;
	color: #506576;
	}
	
#mainCont p {
	margin: 0 8px 0 0px;	
	font-size: 0.84em;
	font-weight: normal;
	line-height: 1.3em;
	color: #506576;	
	}
	
#eventList p {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.4em;
	border-bottom: 1px solid #fff;
	padding: 0 0 6px 0;
	margin: 0 10px 8px 10px;
	}	
	
#eventList h3 {
	color: #fff;
	font-size: .8em;
	margin: 0 0 12px 0;
	padding: 8px 0 6px 10px;
	background-color: #90a8bd;

	}	
		


	
	
/* Layout
----------------------------------------------- */
	

#homemovie	{
		width: 757px;
		height: 120px;
		margin-bottom: 10px;
		}		

#mainCont {
	padding: 0 0 10px 0;
	background-image: url(images/main_cont_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 10px #fff solid;
	}	
	
#eventList{
	padding: 0 0 30px 0;
	background-color: #ba0e31;
	border-bottom: 10px #fff solid
	}	
	
.bookNow {
	padding: 0 12px 0 68px;
	}	

.white_txt {
	color: #fff;
	font-size: 12px;
	}

.white_lrg {
	color: #fff;
	font-size: 16px;
	}
	
.joinUs {
	padding: 0 12px 0 68px;
	background-image: url(images/join_us.gif);
	background-repeat: no-repeat;
	}	
	
	
.misc {
	padding: 0 12px 0 62px;
	}	
	
#mainCont img {
	
	margin: 10px 0;
	
	}
		
			
	
/* Links
----------------------------------------------- */	

#eventList a {
	color: #fff;
	text-decoration: none
	}
	
#eventList a:hover {
	color: #d9e0ea;
	text-decoration: none;
	border-bottom: 1px solid #d9e0ea;
	padding-bottom: 1px
	}	
	
	
#mainCont a {
	color: #506576;
	text-decoration: none;
	}
	
#mainCont a:hover {
	color: #28333B;
	text-decoration: none;
	border-bottom: 1px solid #28333B;
	}	


#mainCont .bookNow a {
	color: #ba0e31;
	text-decoration: none;
	
	}
	
#mainCont .bookNow a:hover {
	color: #28333B;
	text-decoration: none;
	border-bottom: 1px solid #28333B;
	}

	
