/*
	Theatre Royal Support Us

	Contents:
		Basic tags
		Layout
		Type
		Links
		Colours 

*/



/* Basic tags
----------------------------------------------- */
a:hover { text-decoration: none; color: #000000}
.mnu_13 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-decoration: none; color: #506576 }

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 h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #ba0e31;
	}
	
#mainCont h4 {
	margin: 20px 0 10px 0;
	padding: 14px 0 0 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	color: #506576;
	border-top: 1px solid #506576;
	}		
	
.copyright {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #506576;
	font-size: 11px;
	font-weight: bold;
	color: #506576;
	}
	
#subMenu p, #mainCont p {	
	font-size: 0.84em;
	font-weight: normal;
	line-height: 1.3em;
	color: #506576;	
	}
	
#sideCont p{
	font-size: 0.68em;
	font-weight: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #28333B;
	}
		
#sideCont h3 { 
	margin: 0 0 0 0; 
	padding: 0; 
	font-size:  0.6em; 
	font-weight: bold; 
	text-transform: uppercase;
	color: #28333B;
	}	
	
#mainCont .notes p {
	color: #fff;
	font-size: 0.76em;
	}
	
	
.xlarge {
	font-size: 1.6em;
	}	
	
.rules {
		border-bottom: 1px solid #CFDAE3;
		padding-bottom: 2px;
		padding-right: 12px;
		}	
	
.smallBox {
		width: 20px;
		height: 20px;
		border: 1px solid #506576;
	}	
	
	
/* Layout
----------------------------------------------- */
	
		

#mainCont {
	padding: 0 0 26px 21px;
	}	
	
#subMenu {
	padding: 12px 0 30px 10px;
	}	

#sideCont {
	padding: 0px 11px 30px 23px;
	color: #506576;
	}	
	
.sideBox1 {
	background-color: #9B9974;
	color: #fff;
	padding: 8px 8px 1px 8px;
	margin-bottom: 12px;
	}
	
.sideBox2 {
	background-color: #fff;
	color: #506576;
	padding: 8px 0px 1px 0px;
	margin-bottom: 12px;
	border-top: 2px solid #D7E1E9;
	border-bottom: 2px solid #D7E1E9;
	}
	
.floatRight {
	float: right;
	padding-left: 8px;
	}	
	
.floatLeft{
	float: left;
	padding-right: 8px;
	}
	
.notes {
	padding: 8px;
	background-color: #9B9974;
	margin-top: 32px;
	}		
	
#extraPadding {
	margin-top: 200px;
	}				
	
/* Links
----------------------------------------------- */	

#subMenu a {
	color: #506576;
	text-decoration: none
	}
	
#subMenu a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px
	}	
	
#sideCont a {
	color: #28333B;
	text-decoration: none;
	border-bottom: 1px solid #D7E1E9;
	padding-bottom: 1px
	}
	
#sideCont a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px
	}
	
#mainCont a {
	color: #506576;
	text-decoration: none;
	border-bottom: 1px solid #D7E1E9;
	padding-bottom: 1px
	}
	
#mainCont a:hover {
	color: #28333B;
	text-decoration: none;
	border-bottom: 1px solid #28333B;
	padding-bottom: 1px
	}			

/* Bullets
----------------------------------------------- */	


ul {
	font-size: 0.84em;
	font-weight: normal;
	line-height: 1.3em;
	color: #506576;	
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}
	
	
li {
	background: url(images/bullet.gif) no-repeat;	
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-bottom: 8px;
	}	
	
	
	
