
html {
	height: 100%;
}

body {
	height: 100%;
	font: normal .8em Georgia, Times, "Times New Roman", Times, serif;
	background: #FFF url("../images/bg-graygradient.gif") repeat-x bottom center fixed;
}
a, img, div, object{outline:none;}

a:hover {
	color: #E9372A !important;
}

/* HEADINGS */
h1.logo {
	display: block;
	background: transparent url('../images/logo-merivale.png') no-repeat top left;
	width: 80px;
	height: 80px;
}
h1.logo span{
	position: relative;
	top: -1000px; /* Throw it off the screen */
}

h2 {
	text-transform: uppercase;
	color: #E9372A;
	font-size: 1.6em;
	margin: .1em 0 .3em;
}

h3 {
	display: block;
	clear: both;
	margin: 1em 0 1em;
	padding: 0 0 .2em;
	color: #666;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
}

h4 {
	font-weight: bold;
	clear: right;
	color: #000;
}


p, li {
	font-size: 1em;
	line-height: 1.3em;
}

ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 1.3em;
	padding: 0 0 1.3em;
}

strong {
	font-weight: bold;
}

a, a:link {
	color: #E9463C;

}
a:hover {
	
}

/* GENERIC MODIFIERS */
.button {
	cursor: pointer;
}

.highlight {
	color: #E9372A !important;
}
.bulletlink {
	background: transparent url(../images/date-arrow_next.gif) no-repeat top left;
	background-position: 0px 1px;
	padding: 0 0 0 18px;
	color: #E9372A;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}


/* LAYOUT */
#wrapper {
	width: 962px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}

/* HEADER */
#header {
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 60px 80px;
	border-bottom: 1px solid #CCC;
}
#header .logo {
	position: relative;
	top: 35px;
	left: -80px;
}

#header .logo a {
	text-decoration: none;
	float: left;
}

#header .close, #header .back {
	position: absolute;	
	display: block;
	background: transparent url('../images/btn-close.png') no-repeat top left;
	width: 100px;
	height: 31px;
	top: 110px;
	right: 30px;
}

#header .close {
	background: transparent url('../images/btn-close.png') no-repeat top left;
}

#header .back {
	background: transparent url('../images/btn-back.png') no-repeat top left;
}

/* FOOTER */

#footer {
	position: relative;
	width: 962px;
	margin: 30px auto 20px;
	padding: 3px 0 10px;
	border-top: 1px solid #BBB;
}
#footer .links {
	display: block;
	text-transform: uppercase;
	font: normal .6em Tahoma, Arial, Helvetica, sans-serif;
}
#footer .links li {
	display: block;
	float: left;
	font-size: 1.3em;
	margin: 0 0;
	padding: 0 0;
}
#footer .links li a {
	color: #ADADAD;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	border-right: 1px solid #BBB;
}
#footer .links li.nb a {
	border-right: none;
}
#footer .right {
	position: absolute;
	right: 30px;
}
#footer .left {
	left: 30px;
}

/* CONTENT */
body.floating_body #content{
 padding: 0 0 0 80px
}

#content {
	padding: 0 90px 0 80px
}

/* galleries */
.galleries {
	position: relative;
	padding: 0 0 0 160px;
}
.galleries ul li {
	position: relative;
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
	display:none;
}
.galleries h3 {
	font-size: 1.3em;
}
.galleries h4 {
	color: #E9372A;
	font-size: 1.2em;
	font-weight: normal;
	padding:8px 0 5px;
	text-transform: uppercase;
}
.galleries ul li {
	height:135px;
}
.galleries ul li a
{
	font-size:11px;
	padding-top:2px;
}

.galleries .image {
	position: absolute;
	width:156px;
	height: 135px;
	left: -175px;
	top: -5px;
	background: transparent url('../images/border-frame.png') no-repeat top left;
}
.galleries .image img {
	position: relative;
	top: 14px;
	left: 17px;
}


/* EVENTS */

.events-container .left-col{
  width: 186px;
  margin: 0 12px 0 0;
}
.events-container .middle-col{
  width: 472px;
  margin: 0 12px 0 0;
}
.events-container .middle-col h3{
  margin: 0 0 0 16px;
}
.events-container .right-col{
  width: 186px;
  margin: 0;
}
div.events-container div.category-list{
  /* JM: height:260px;*/
 height: 70px;
}
div.events-display h2.location-title{
  margin:18px 0 25px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color:#666666;
  border-bottom:1px solid #CCCCCC;
  
}
.events-container  a.sponsor-lnk{
  float:left;clear:both;
  margin:0 0 25px;
}

.events-display 
{
	margin-top:50px;
	position: relative;
	padding: 0 0 0 180px;
}
.events-display div.event{
  position:relative;
  margin: 0 0 30px;
  min-height:90px;
}
.events-display .eventImage {
	position: absolute;
	width:156px;
	height: 135px;
	left: -175px;
	top: -5px;
	background: transparent url('../images/border-frame.png') no-repeat top left;
}
.events-display .eventImage img {
	position: relative;
	top: 14px;
	left: 17px;
}
.events-display ul li {
	position: relative;
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}
.events-display h3 {
	font-size: 1.3em;
}
.events-display h4 {
	color: #E9372A;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}
div.events-mid-head{
  margin: 1em 0 0;
}
h3.events-contact{
  margin: 1em 0 45px;
  border:none;
  text-align:right;
}
h3.events-contact a{
  text-decoration:none;
}
.homeButtons div.button{
  float:right;clear:right;
  width:167px;
  height:20px;
}
.homeButtons div.button a{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none !important;
}
.homeButtons div.findvenu{
  background: url(../images/header-links_03.gif) left top no-repeat;
  /*margin:-60px 0 0 0;*/
}
.homeButtons div.contact{
  background: url(../images/header-links_05.gif) left top no-repeat;
	/*margin:-40px 0 0 0;*/
}

.top-navigation
{
	position:relative;
}

.homeButtons
{

height:50px;
position:absolute;
right:0;
top:70px;
width:200px;
z-index:1;
}



.events 
{
	margin-top:50px;
	position: relative;
	padding: 0 0 0 160px;
}
.events ul li {
	position: relative;
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}
.events h3 {
	font-size: 1.3em;
}
.events h4 {
	color: #E9372A;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}
.events .venues li ul li {
	padding: 0 0 50px;
	
}
.events .eventImage {
	position: absolute;
	width:156px;
	height: 135px;
	left: -175px;
	top: -5px;
	background: transparent url('../images/border-frame.png') no-repeat top left;
}
.events .eventImage img {
	position: relative;
	top: 14px;
	left: 17px;
}
.events .toplink 
{
	background:transparent url(../images/bullet-arrow_up.png) no-repeat scroll 26px 2px;
	position:absolute;
	right:-15px;
	top:32px;
	width:55px;
	text-decoration:none;
	font-size:11px;
	text-transform:uppercase;
}

div.events-mid-head{
  border-bottom:1px solid #CCCCCC;
  float:left;
  clear:right;
}
div.events-mid-head h3{
  display:block;
  width: 174px;
  height: 11px;
  border:none !important;
  margin: 2px 0 0 2px !important;
  float:left;
  clear:left;
}
div.date-nav-head{
  width:296px;
  height:16px;
  float:left;
  clear:right;
}
div.date-nav-head a.date-prev, 
div.date-nav-head a.date-next{
  width:14px;
  height:14px;
  float:left;
  cursor:pointer;
  text-decoration:none !important;
}
div.date-nav-head p.date-text{
  display:block;
  text-transform:uppercase;
  color:#666666;
  width:250px;
  float:left;
  text-align:center;
}
div.date-nav-head a.date-prev{
  background: url(../images/date-arrow_prev.gif) left top no-repeat;
  margin: 0 9px 0 0; 
}
div.date-nav-head a.date-next{
  background: url(../images/date-arrow_next.gif) left top no-repeat;
  margin: 0 0 0 9px;
}

div.breadcrumb
{
    font-size:12px;
	padding-bottom:8px;
}

/*event fancy overlay*/
div.fancy-content-contaniner{padding: 25px; height:800px;}
#fancy_div p{margin:0 0 5px;font-size:14px !important; line-height:14px !important;}
#fancy_div .overlay-info-title h2{font-size:14px;font-weight:bold;margin-bottom:10px;}
#fancy_div .overlay-info-img{margin:0 0 10px;width:360px; float:left;}
#fancy_div .overlay-info-desc{margin:0 0 10px;height:250px;overflow:auto;}
#fancy_div .overlay-info-desc p {margin:0 10px 0 0;padding-bottom:10px; font-size:12px !important; line-height:18px !important; font-family :Arial, Helvetica, Sans-Serif !important;}
#fancy_div .overlay-info-sub{margin:0 0 10px; font-weight:bold;}
#fancy_div .overlay-info-ww{margin:0 0 10px;}
/*#fancy_div .overlay-info-share{z-index:120;position:absolute; left:25px; bottom:-265px; background-color:transparent;}*/
#fancy_div .overlay-info-share
{
position:absolute;
top:750px;
}
#fancy_div .overlay-info-share iframe{background-color:transparent;}
div.cat-dd-outer{
  position:relative;
  color: #616161;
  padding: 4px 0 0;
  width:186px;
  height:20px;
  background: url(../images/dropdown-control-bg.gif) no-repeat left top;
  overflow:visible;
  z-index:20;
  cursor:pointer;
}
div.cat-dd-inner a{
  display:block;
  color: #616161;
  text-decoration:none;
  padding:0 0 0 10px;
  width:146px;
  height:24px;
  z-index:20;
}
div.cat-dd-inner a:hover{
text-decoration:none;
}
div.cat-dd-inner{
  position:absolute;
  background-color:#f7f6f6;
  left:12px;
  top:23px;
  padding: 10px 0 0;
  width:156px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color:#eeefef;
  display:none;
  cursor:pointer;
}
#slctd_cat_lbl{
  display:block;
  margin: 0 20px 0;
  width:146px;
  height:19px;
  cursor:pointer;
}
a.cat-slctd{
  /*display:none !important;*/
  color: #000 !important;
}

a.venu-lnk{
  display:block;
  width:166px;
  height: 14px;
  padding:0 0 0 20px;
  color:#616161;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  text-decoration:none;
  margin: 0 0 18px 0;
  background: url(../images/date-arrow_next.gif) no-repeat left center;
}
a.showall-btn{
  display:block;
  width:105px;
  height:25px;
  background: url(../images/show-all-btn-bg.gif) no-repeat left top;
}

/** FLASH
 * ------ */
#flashcontent {
	height: 100%;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;	
}

#flashcontent .error {
	margin: 20px 0;
	width: 600px;
	color: #AAA;
	margin: 0 auto;
	top: 15%;
	position: relative;
}



/** IFRAME BOOKING 
 * --------------- */
.iframe-booking {
	border: none;
	overflow: hidden;
	width: 100%;
	height: 2100px;
}

/** PAGINATION
*----------------- */
.pagination-wrapper {
	font-size:11px;
	text-transform:uppercase;
	width:840px;
}

.pagination-wrapper .prev
{
	background:transparent url(../images/bullet-arrow-reversed.png) no-repeat scroll 0 1px;
	float:left;
	padding:0 0 0 18px;
	height:16px;
}

.pagination-wrapper .next
{
	background:transparent url(../images/bullet-arrow.png) no-repeat scroll 0 1px;
	float:right;
	padding:0;
	height:16px;
}

.pagination-wrapper .next span
{
	padding-left:18px;
}

.pagination-wrapper a
{
	text-decoration:none;
}

.pagination-wrapper .page-counter
{
	text-align:center;
}
/*WHAT'S ON NAV*/
div.location-nav
{
    float:right;
    position:relative;
	z-index:100
}
div.location-nav a
{
    color:#666666;
    font-size: 1.2em;
    text-decoration:none;
    text-transform:uppercase;
    margin: 1px 0 1px 20px;
}

/*WHATS ON November 2009 updates*/
body.floating_body #footer{
  float:left;
  clear:both;
}
div.events-container{float:left;clear:both;}
div.events-container div.left-col{float:left;clear:left;}
div.events-container div.middle-col{float:left;clear:none;}
div.events-container div.right-col{float:left;clear:right;}
div.events-container .events{margin-top:0px;}


.whatson-back-link{
font-size:14px; text-transform:uppercase; position:absolute; width: 165px; height:14px; right:-100px;top:0;
background:transparent url(../images/date-arrow_next.gif) no-repeat scroll right 1px;
padding: 0 0 1px 0;
}
.whatson-back-link a{
  display:block;
  width:100%;
  height:100%;
  /*margin: 0 0 2px;*/
}
div.no-items{display:none;}