@charset "UTF-8";
/* CSS Document */

/*

	mh bg: #e6e6e6;
	bar 1 bg: #b7c6af;
	bar 2 bg: #60746e;
	footer bg: #233133;
	
	light: #d1d9bb;
	mid: #91aa9c;
	dark: #142d31;
	
*/


/* ----------------------- general layout ----------------------- */

body {
	background: url(/assets/wrapper/wrapper_bg.jpg) repeat-x top #FFFFFF;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0px auto -120px;
	width: 1000px;
	position: relative;
}


#footer, #push {
	height: 120px;
}

/* ----------- footer and below ------------ */ 


#footer {
	margin-top: 40px;
	height: 80px;
	background: url(/assets/footer/footer_bg_bg.jpg) repeat-x top;
}

#copyright {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	line-height: 80px;
	color: #91aa9c;
	background: url(/assets/footer/footer_bg.jpg) center top no-repeat;
}

a#vgCredit, a#vgCredit:visited {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(/assets/footer/vg_logo.png) left top no-repeat;
	text-decoration: none;
	text-indent: -3000px;
	overflow: hidden;
}

a#vgCredit:hover {
	background-position: left bottom;
}

a#voCredit, a#voCredit:visited {
	position: absolute;
	top: 20px;
	right: 45px;
	width: 40px;
	height: 40px;
	background: url(/assets/footer/vo_logo.png) left top no-repeat;
	text-decoration: none;
	text-indent: -3000px;
	overflow: hidden;
}

a#voCredit:hover {
	background-position: left bottom;
}

a#candfCredit, a#candfCredit:visited {
	position: absolute;
	top: 20px;
	right: 90px;
	width: 145px;
	height: 40px;
	background: url(/assets/footer/candf_logo.png) left top no-repeat;
	text-decoration: none;
	text-indent: -3000px;
	overflow: hidden;
}

a#candfCredit:hover {
	background-position: left bottom;
}

/* ----------- masthead and above ------------ */ 

#websiteTitle {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin: 0 0 0 -500px;
	width: 250px;
	height: 190px;
}

#websiteTitle a, #websiteTitle a:visited {
	background: url(/assets/mh/m1_logo.png) left bottom no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	width: 250px;
	height: 190px;
}

#mh {
	height: 115px;
	background: url(/assets/mh/mh_bg.jpg) center top no-repeat;
}

#mh p {
	position: absolute;
	right: 0px;
	margin: 0px;
}

#mhDate {
	font-family: trashed, clarendon, "Lucida Sans", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 30px;
	margin: 0px;
	color: #d1d9bb;
	font-size: 28pt;
	text-shadow: -2px -2px 2px rgba(0,0,0, .4);
	z-index: 1;
}

#mhDate strong {
	margin: 0px;
	color: #91aa9c;
	font-size: 32pt;
}

#mhLocation {
	right: 20px;
	top: 80px;
	z-index: 2;
	color: #91aa9c;
	text-align: right;
	text-shadow: -1px -1px 1px rgba(0,0,0, .5);
	font-size: 10pt;
	text-shadow: -2px -2px 2px rgba(0,0,0, .4);
}

/* ----------- m1 ------------ */

#m1 {
	list-style: none;
	margin: 0px auto 50px ;
	padding: 0px;
	text-indent: 0;
	width: 1000px;
	height: 30px;
	text-align: right;
}

#m1 li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-indent: 0;
	height: 30px;
	width: auto;
}

* html {

}

#m1 a, #m1 a:visited {
	float: right;
	display: inline;
	margin-top: 4px;
	line-height: 25px;
	text-decoration: none;
	color: #142d31;
	font-size: 11pt;
	padding: 1px 10px 0px;
	font-family: clarendon;
}

#m1 .selected a, #m1 .selected a:visited, #m1 a:hover {
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .2);
	background-color: #142d31;
	color: #d1d9bb;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* ------- m2 ------- */

#m2 {
	list-style: none;
	font: 18pt/28pt trashed, clarendon, "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #d1d9bb;
	font-size: 18pt;
	margin: 0px;
	padding: 0px;
	text-indent:0;
	
}

#m2 ul {
	list-style: none;
	font: 12pt/100% clarendon, "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-indent:0;
}

#m2 ul li {
	padding: 0px;
	text-indent:0;
	margin: 10px 20px 15px;
}

#m2 a, #m2 a:visited {
	text-decoration: none;
	color: #91aa9c;
}

#m2 .selected a, #m2 a:hover {
	text-decoration: none;
	color: #142d31;
}

/* ------- document ------- */

#document {
	overflow: hidden;
	width: auto;
}

#leftColumn {
	width: 230px;
	margin: 10px;
	float: left;
	overflow: hidden;
}


#content {
	width: 730px;
	margin: 10px 10px 10px 0px;
	float: right;
	overflow: hidden;
}

#content *:first-child {
	margin-top: 0px;
}

/* ------- big buttons ------- */

a.button, a.button:visited, a.buttonSelected, a.buttonSelected:visited {
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	padding: 40px 10px 0px 105px;
	width: 115px;
	height: 60px;
	font: 15pt/18pt clarendon, "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration: none;
	text-shadow: -2px -2px 2px rgba(0,0,0,.1);
	
}

a.buttonSelected, a.buttonSelected:visited, a.button:hover {
	background-position: left bottom;
	text-shadow: -2px -2px 2px rgba(0,0,0,.1);
	color: #142d31;
}

#b-whatson {
	background-image: url(/assets/buttons/m_whatson.jpg);
}

#b-film {
	background-image: url(/assets/buttons/m_film.jpg);
	padding-top: 15px;
	height: 85px;
}

#b-tickets {
	background-image: url(/assets/buttons/m_tickets.jpg);
	padding-top: 25px;
	height: 75px;
}

#b-shaff {
	background-image: url(/assets/buttons/m_shaff.jpg);
	font: bold 12pt/12pt clarendon, "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #888888;
	text-align: center;
	margin-right: 0px;
	text-shadow: none;
	padding: 78px 10px 0px 10px;
	height: 22px;
	width: 210px;

}

#b-shaff:hover {
	color: #FFFFFF;
}

/*

* html a.button, * html a.button:visited, * html a.buttonSelected, * html a.buttonSelected:visited, * html #b-film, * html #b-shaff {
	width: 230px;
	height: 100px;
}
*/
