/* ~~~~~~~~~~~~~~~~ DEFAULT STYLES  ~~~~~~~~~~~~~~~~ */
	
	html, body { font:12px/1.4em arial, helvetica, tahoma, verdana, sans-serif; color:#000000; }	
	body { margin:0; text-align:center; background:url(../images/template/background1.jpg) no-repeat top center #000000; background-attachment:fixed; }
	body.back1{ background:url(../images/template/background1.jpg) no-repeat top center #000000; background-attachment:fixed; }
	body.back2{ background:url(../images/template/background2.jpg) no-repeat top center #000000; background-attachment:fixed; }
	body.back3{ background:url(../images/template/background3.jpg) no-repeat top center #000000; background-attachment:fixed; }
	body.back4{ background:url(../images/template/background4.jpg) no-repeat top center #000000; background-attachment:fixed; }
	body.back5{ background:url(../images/template/background5.jpg) no-repeat top center #000000; background-attachment:fixed; }
	body.back6{ background:url(../images/template/background6.jpg) no-repeat top center #000000; background-attachment:fixed; }
	

/* ~~~~~~~~~~~~~~~~ GLOBAL STYLES  ~~~~~~~~~~~~~~~~ */

/* GLOBAL RESET */
	html,body,div,li,dl,dt,dd,h1,h2,h3,h4,h5,pre,form,blockquote,fieldset,input { margin:0; padding:0; }
	h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size:1em; font-weight:normal; font-style:normal; }
	fieldset,img { border:none; }
	caption,th { text-align:left; }
	table { border-collapse:collapse; border-spacing:0; }
	/* Hidden elements */
	.hidden, .screen_reader, hr { display:none; }
	/* Paragraph default styling, amend as desired */
	p { margin:0 0 1em 0; padding:0; }
	/* Default link styling */
	a { color:#000; text-decoration:none; }
	a:hover { color:#d71534; text-decoration:underline; }
	/* Float an element left with a margin */
	.floatL { float:left; }
	/* Float an element right with a margin */
	.floatR { float:right; }
	/* Float an element right with a margin */
	.clear { clear:both; }
	
	p.error-msg {
		color:#CC0000;
		font-weight:bold;
		margin:10px 0;
	}
	
/* ~~~~~~~~~~~~~~~~ TEMPLATE ELEMENTS  ~~~~~~~~~~~~~~~~ */

	#container { padding:41px 0 0 0; background:url(../images/template/shadow_top.png) no-repeat top center; width:1000px;margin: 0 auto; text-align:left; }
	
	#outerContainer{
		width:1000px;
		margin: 0 auto;
		text-align:left;
	}
	
	#innerContainer{
		width:960px;
		margin: 0 auto;
		text-align:left;
		background:#f6f6f6;
		padding:0 20px;
	}
	#content{ padding:30px 0 0 0; }
	#contentLeft{ width:564px; float:left; }
	
/* ~~~~~~~~~~~~~~~~ FORM ELEMENTS  ~~~~~~~~~~~~~~~~ */	

	input, textarea, select { font-family:arial, verdana, Trebuchet MS, sans-serif; font-size:11px; color:#666; }
	form ul{ padding:0; margin:0; list-style-type:none; }
	form li{ float:left; }
	
	
	form div.row {
		clear:both;
		margin:4px 0;
		overflow:auto;
		}
		
		form fieldset {
			border:1px solid #ccc;
			padding:10px;
			margin:20px 0;
			}
		
		form div.row label {
			float:left;
			width:140px;
			padding:2px 5px;
			}
		
		form div.row .textfield {
			border:1px solid #999;
			padding:2px 3px;
			font-size:1.1em;
			font-family:Arial, Helvetica, sans-serif;
			}
		
		form div.row select.textfield option {
			padding:0 6px 0 3px;
			}
		
		form div.row .button {
			font-size:1em;
			font-weight:bold;
			color:#333333;
			padding:2px 5px;
			cursor:pointer;
			}
		
		form div.checkboxes { float:left; overflow:auto; }
		form div.checkboxes ul {
			margin:0;
			padding:0;
			list-style:none;
			}
		form div.checkboxes input, form div.checkboxes label {
			float:left;
			}
		form div.checkboxes input {
			margin:1px;
			}
		form div.checkboxes label {
			padding:1px 3px;
			margin:0;
			}
		form div.checkboxes li {
			float:none;
			overflow:auto;
			_height:23px;
			_overflow:hidden;
			}
	
	
/* ~~~~~~~~~~~~~~~~ HEADING ELEMENTS  ~~~~~~~~~~~~~~~~ */
	
	h1, h2, h3, h4 { color:#000000; line-height:normal; margin:0 0 1em 0; padding:0; }
	h1 { }
	h2 { }
	h3 { }
	h4 { }	
	
/* ~~~~~~~~~~~~~~~~ HEADER STYLES  ~~~~~~~~~~~~~~~~ */

	.live-chat {
		background:url(../images/icons/chat.png) left no-repeat;
		padding-left:25px;
		color:#000;
		}
	
	#headerWrap{ height:177px; padding:5px 0 0 0; }
	
	/* top nav */
	#headerTopNav{ border-bottom:1px solid #eaeaea; height:15px; padding:0 0 17px 0; }
	#headerTopNav ul.leftNav{
		margin:0;
		padding:0 6px 0 0;
		list-style-type:none;
		float:left;
		background:url(../images/template/headerNavBack.gif) no-repeat top left;
	}
	#headerTopNav ul.leftNav li{ float:left; padding:2px 10px 0 10px; }
	
	#headerTopNav ul.leftNavTextSize{
		margin:0;
		padding:0 0 0 0;
		list-style-type:none;
		float:left;
	}
	#headerTopNav ul.leftNavTextSize li{
		float:left;
		padding:0 10px 3px 10px;
		border-right:1px solid #eaeaea;
	}

	#headerTopNav ul.rightNav{
		margin:0;
		list-style-type:none;
		float:right;
	}
	#headerTopNav ul.rightNav li{
		float:left;
		padding:0 10px;
		border-right:1px solid #eaeaea;
	}
	
	#headerTopNav ul li.first{ padding-left:0; }
	#headerTopNav ul li.last{ padding-right:0; border:none; }
	#headerTopNav ul li span.larger{ font-size:120%; }
	#headerTopNav ul li span.largest{ font-size:150%; }
	#headerTopNav ul li a.members{ color:#000; }
	
	/* main title */
	#headerTitle{ height:83px; border-bottom:1px solid #eaeaea; }
	
	.bradfordTheatres{
		background:url(../images/template/bradford-theatres.jpg) no-repeat;
		text-indent:-3000em;
		display:block;
		float:left;
		overflow:hidden;
	}
	.bradfordTheatres a{ display:block; width:472px; height:83px; }
	
	#headerTitle ul{
		float:right;
		margin:0;
		padding:0;
		list-style-type:none;
		width:396px;
	}
	#headerTitle ul li{ float:left; }
	
/* ~~~~~~~~~~~~~~~~ CONTENT STYLES  ~~~~~~~~~~~~~~~~ */
	
	a.whats-on-tab {
		display:block;
		float:left;
		padding:7px 15px 6px 25px;
		margin-top:-7px;
		border-left:1px solid #EAEAEA;
		border-right:1px solid #EAEAEA;
		font-weight:bold;
		font-size:14px;
		letter-spacing:-1px;
		color:#444 !important;
		background:url(../images/staricon.jpg) no-repeat left center #fff;
	}
	a.whats-on-tab:hover {
		
	}
	
	#breadcrumb {
		margin:0 0 15px 0;
		padding:10px;
		list-style:none;
		background:#EAEAEA;
		overflow:auto;
		height:17px;
		}
		
	#breadcrumb li {
		float:left;
		padding:0 5px;
		}
		
		#breadcrumb li.first { font-weight:bold; }
		
		#breadcrumb a {
			background:url(../images/icons/bullet.gif) no-repeat left center;
			padding-left:10px;
			}
	
	/* home */
	#whatsOn{
		width:564px;
		height:477px;
		position:relative;
		margin-bottom:30px;
		overflow:hidden;
	}
	#whatsOn img{ display:block; position:absolute; }
	#whatsOnFloat{
		height:109px;
		width:536px;
		background:url(../images/home/whatsOnFloatBack.png) no-repeat;
		position:absolute;
		float:left;
		bottom:-140px;
		left:0;
		padding:15px 14px;
	}
	#whatsOnFloat h2.whatsOnTitle{
		background:url(../images/titles/whatsOnTitle.png) no-repeat;
		text-indent:-3000em;
		display:block;
		width:150px;
		height:23px;
		float:left;
	}
	#whatsOn.emergency-panel #whatsOnFloat h2.whatsOnTitle {
		background:url(../images/titles/noticeTitle.png) no-repeat;
	}
	#whatsOnFloat #whatsOnContent{ width:352px; float:right; color:#fff; }
	#whatsOnFloat #whatsOnContent h2{
		font-size:14px;
		color:#fff;
		margin:3px 0 2px 0;
		font-weight:bold;
	}
	#whatsOnFloat #whatsOnContent span{ color:#d71534; line-height:1.45; }
	#whatsOnFloat #whatsOnContent p{ margin-bottom:20px; }
	#whatsOnFloat #whatsOnContent .readMore a{
		width:84px;
		height:17px;
		background:url(../images/buttons/readMore.gif) no-repeat;
		text-indent:-3000em; display:block; overflow:hidden;
	}
	#whatsOnFloat #whatsOnContent .readMore a:hover{ background-position:0 -17px; }
	
	ul.rowOfThree{
		width:564px;
		height:278px;
		padding:0;
		margin:0 0 30px 0;
		list-style-type:none;
	}
	ul.rowOfThree li{
		float:left;
		width:168px;
		margin-right:30px;
		background:#eaeaea;
	}
	ul.rowOfThree li.last{ margin:0; }
	ul.rowOfThree li img{ display:block; }
	
	.rowOfThreeInner{ border:1px solid #eaeaea; padding:12px 14px; height:125px; }
	.rowOfThreeInner h2{ font-weight:bold; margin:0; }
	.rowOfThreeInner span{ color:#d71534; }
	.rowOfThreeImage{ height:138px; overflow:hidden; }
	
	.rowOfThreeInner .readMore a{
		width:86px;
		height:19px;
		background:url(../images/buttons/readMoreROG.gif) no-repeat;
		text-indent:-3000em; display:block; overflow:hidden;
	}
	.rowOfThreeInner .readMore a:hover{ background-position:0 -19px; }
	
	#bookOnlineCTA{
		background:url(../images/home/bookOnline.jpg) no-repeat;
		text-indent:-3000em;
		float:left;
		margin-bottom:30px;
		overflow:hidden;
	}
	#bookOnlineCTA a{ display:block;width:168px; height:139px; }
	
	#joinMailingList{
		width:138px;
		height:109px;
		float:left;
		margin-bottom:30px;
		border:1px solid #eaeaea;
		padding:14px;
	}
	#joinMailingList h2{ 
		background:url(../images/titles/joinMailingListTitle.jpg) no-repeat; 
		text-indent:-3000em;
		width:124px;
		height:35px;
	}
	#joinMailingList form input.textField{
		width:130px;
		height:17px;
		background:#eaeaea;
		color:#747474; border:1px solid #dedddd;
		margin:2px 0 0 0;
		padding:3px 0 1px 7px;
	}
	#joinMailingList form input.submit{
		width:86px;
		height:19px;
		background:url(../images/buttons/signupROW.gif) no-repeat;
		text-indent:-3000em; display:block;
		border:none;
		margin:16px 0 0 0;
	}
	#joinMailingList form input.submit:hover{ background-position:0 -19px; cursor:pointer; }
	
	#latestNews{
		width:336px;
		height:278px;
		background:#eaeaea;
		float:right;
		padding:15px;
	}
	#latestNews h2{ 
		background:url(../images/titles/latestNews.gif) no-repeat; 
		text-indent:-3000em;
		height:16px;
		padding-bottom:13px;
		border-bottom:1px solid #fff;
	}
	#latestNews p{ margin:0 0 22px 0; }
	#latestNews p.noMargin{ margin:0; }
	#latestNews a{ color:#d71534; }
	
	#latestNews .readMore a{
		width:86px;
		height:19px;
		margin-top:3px;
		background:url(../images/buttons/moreNewsROG.gif) no-repeat;
		text-indent:-3000em; display:block; overflow:hidden;
	}
	#latestNews .readMore a:hover{ background-position:0 -19px; }

	/* whats on */
	
	#whatsOnGrey{
		width:534px;
		background:#eaeaea;
		float:right;
		padding:15px;
		margin-bottom:30px;
	}
	#whatsOnGrey h2{ 
		background:url(../images/titles/whats-on.jpg) no-repeat; 
		text-indent:-3000em;
		height:16px;
		padding-bottom:14px;
		border-bottom:1px solid #fff;
	}
	
	#paginator{
		height:16px;
		width:564px;
		padding:7px 0;
		margin-bottom:30px; 
		font-size:11px;
		border-top:1px solid #eaeaea;
		border-bottom:1px solid #eaeaea;
		clear:both;
	}
	#paginator a{ color:#ac222a; }
	#paginator a.print{ background:url(../images/icons/print.gif) no-repeat 0 2px; padding:0 0 0 15px; float:left; }
	#paginator a.sendFriend{ background:url(../images/icons/mail.gif) no-repeat 0 4px; padding:0 0 0 17px; float:left; margin:0 0 0 100px; }
	#paginator .paginationBit{ float:right; }
	#paginator .paginationBit a.next{ background:url(../images/icons/arrowRight.gif) no-repeat 28px 4px; padding:0 10px 0 0; }
	#paginator .paginationBit a.prev{ background:url(../images/icons/arrowLeft.gif) no-repeat 0 4px; padding:0 0 0 10px; }
	
	.whatsOnRepeat{
		width:564px;
		background:#eaeaea;
		float:right;
		margin-bottom:30px;
	}
	.whatsOnRepeat img{ float:left; display:block; }
	.whatsOnRepeat h2{ font-weight:bold; margin:0; }
	.whatsOnRepeat span{ color:#d71534; }
	
	.whatsOnRepeat .readMore a{
		width:86px;
		height:19px;
		background:url(../images/buttons/readMoreROG.gif) no-repeat;
		text-indent:-3000em; display:block;
		float:left; overflow:hidden;
	}
	.whatsOnRepeat .readMore a:hover{ background-position:0 -19px; }
	
	.whatsOnRepeat .bookNow a{
		width:86px;
		height:19px;
		background:url(../images/buttons/bookNowROG.gif) no-repeat;
		text-indent:-3000em; display:block;
		float:left; margin:0 0 0 11px; overflow:hidden;
	}
	.whatsOnRepeat .bookNow a:hover{ background-position:0 -19px; }
	
	.whatsOnRepeatContent{ padding:13px 15px 0 15px; width:366px; float:right; }

	#paginatorFooter{
		clear:both;
		height:20px;
		width:564px;
		padding:11px 0;
		margin-bottom:30px; 
		font-size:11px;
		border-top:1px solid #eaeaea;
	}
	#paginatorFooter a{ color:#ac222a; }
	#paginatorFooter a.topOfPage{ background:url(../images/icons/arrowUp.gif) no-repeat 63px 6px; padding:0 10px 0 0; float:left; }
	#paginatorFooter .paginationBit{ float:right; }
	#paginatorFooter .paginationBit a.next{ background:url(../images/icons/arrowRight.gif) no-repeat 28px 4px; padding:0 10px 0 0; }
	
	/* event inner */
	
	#eventDesc{ width:564px; overflow:auto; background:#eaeaea; margin-bottom:30px; line-height:1.5; }
	#eventDesc img{ float:left; }
	#eventDescContent{ padding:15px; float:right; width:168px; }
	#eventDescContent h2{ margin:0; font-size:18px; font-weight:bold; }
	#eventDescContent span{ color:#d71534; }
	#eventDescContent p.quote{ font-weight:bold; }
	#eventDescContent p.tickets{ font-weight:bold; color:#d71534; font-size:14px; }
	#eventDescContent p.quote span{ font-size:11px; font-weight:normal; color:#000; }
	
	#eventDescContent .bookNow a{
		width:86px;
		height:19px;
		background:url(../images/buttons/bookNowROG.gif) no-repeat;
		text-indent:-3000em; display:block;
		float:left; margin:10px 0 0 0; overflow:hidden;
	}
	#eventDescContent .bookNow a:hover{ background-position:0 -19px; }
	#eventFullReviews .review {
		padding:20px 0;
		border-bottom:1px solid #ddd;
		}
		#eventFullReviews p {
			margin:0;
			padding:0;
			}
		#eventFullReviews .postedBy {
			font-size:0.9em;
			}
	.greyBox{
		width:534px;
		background:#eaeaea;
		float:right;
		padding:15px 15px 0 15px;
		margin-bottom:30px;
		line-height:1.5;
		}
	.source-youtube {
		background:url(../images/icons/news-source-youtube.jpg) no-repeat right top #eaeaea;
		padding-right:82px;
		width:467px;
		}
	.source-twitter {
		background:url(../images/icons/news-source-twitter.jpg) no-repeat right top #eaeaea;
		padding-right:82px;
		width:467px;
		}
	.source-flickr {
		background:url(../images/icons/news-source-flickr.jpg) no-repeat right top #eaeaea;
		padding-right:82px;
		width:467px;
		}
	.source-myspace {
		background:url(../images/icons/news-source-myspace.jpg) no-repeat right top #eaeaea;
		padding-right:82px;
		width:467px;
		}
	
	.newsBox a.readMore {
		display:block;
		width:86px;
		height:19px;
		background:url(../images/buttons/readMoreROG.gif) no-repeat;
		text-indent:-3000em; display:block;
		float:left; margin:10px 10px 0 0; overflow:hidden;
		}
	
	.newsBox a.readMore:hover{ background-position:0 -19px; }
	
	.newsBox h2 a { text-decoration:none; color:#000; }
	
	.greyBox h2{ 
		padding-bottom:14px;
		border-bottom:1px solid #fff;
		font-size:14px;
		font-weight:bold;
	}
	.greyBox a{ color:#d71534; text-decoration:underline; }
	.greyBox ul, .greyBox ol {
		margin:10px 35px;
		}
	
	.event-images {
		overflow:auto;
		}
		
		.event-images .main-image {
			text-align:center;
			padding:10px;
			margin:0 0 2px 0;
			}
		
		.event-images .main-image img {
			margin:10px auto;
			border:5px solid #fff;
			}
		
		.event-images .more-images {
			overflow:auto;
			padding:0;
			}
		
		.event-images .thumbnail {
			float:left;
			text-align:center;
			overflow:hidden;
			width:100px;
			height:100px;
			margin:3px 15px;
			}
		
		.event-images .thumbnail img {
			}
	
	.event-social-media {
		overflow:auto;
		padding:10px;
		background:#fff;
		}
		
		.event-social-media .site a {
			display:block;
			height:53px;
			width:140px;
			float:left;
			margin:15px;
			text-indent:-3000em;
			overflow:hidden;
			}
		
		.event-social-media .site a.facebook { background:url(../images/logo_facebook.jpg) no-repeat; }
		.event-social-media .site a.twitter { background:url(../images/logo_twitter.jpg) no-repeat; }
		.event-social-media .site a.myspace { background:url(../images/logo_myspace.jpg) no-repeat; }
		.event-social-media .site a.flickr { background:url(../images/logo_flickr.jpg) no-repeat; }
		.event-social-media .site a.youtube { background:url(../images/logo_youtube.jpg) no-repeat; }
	
	.event-similar-events {
		overflow:auto;
		}
		
		.event-similar-events .similar-event {
			overflow:auto;
			margin:0 0 10px 0;
			}
		
		.event-similar-events .event-image {
			float:left;
			margin:0 5px 0 0;
			}
		
		.event-similar-events .event-more p {
			margin:0 0 5px 0;
			}
		
		.event-similar-events .event-more {
			padding:5px 5px;
			float:left;
			width:390px;
			}
		
		.event-similar-events a.readMore {
			display:block;
			width:86px;
			height:19px;
			background:url(../images/buttons/readMoreROG.gif) no-repeat;
			text-indent:-3000em; display:block;
			float:left; margin:10px 10px 0 0; overflow:hidden;
			}
		.event-similar-events a.bookNow {
			display:block;
			width:86px;
			height:19px;
			background:url(../images/buttons/bookNowROG.gif) no-repeat;
			text-indent:-3000em; display:block;
			float:left; margin:10px 10px 0 0; overflow:hidden;
			}
			
		.event-similar-events a.readMore:hover{ background-position:0 -19px; }
		.event-similar-events a.bookNow:hover{ background-position:0 -19px; }
	
	
	#informationLeft{ width:250px; float:left; }
	#informationLeft span{ color:#d71534; }
	#informationRight{ width:250px; float:right; }
	#informationRight span{ color:#d71534; }
	
	.performanceTimes{ font-size:14px; }
	.ticketPrices span{ color:#d71534; }

	#suggestedLinks{
		height:16px;
		width:564px;
		padding:7px 0;
		margin-bottom:30px; 
		font-size:11px;
		border-top:1px solid #eaeaea;
		border-bottom:1px solid #eaeaea;
		clear:both;
	}
	#suggestedLinks a{ color:#ac222a; }
	#suggestedLinks a.print{ background:url(../images/icons/print.gif) no-repeat 0 2px; padding:0 0 0 15px; float:left; margin:0 0 0 20px; }
	#suggestedLinks a.sendFriend{ background:url(../images/icons/mail.gif) no-repeat 0 4px; padding:0 0 0 17px; float:left; margin:0 0 0 50px; }
	#suggestedLinks a.gotAQuestion{ background:url(../images/icons/gotAQuestion.gif) no-repeat 0 2px; padding:0 0 0 17px; float:left; margin:0 0 0 50px; }
	#suggestedLinks a.access{ background:url(../images/icons/access.gif) no-repeat 0 2px; padding:0 0 0 17px; float:left; margin:0 0 0 50px; }
	
	.back-to-top {
		color:#cf0000;
		font-size:80%;
		text-transform:uppercase;
		background:url(../images/icons/backtotop.gif) left no-repeat;
		padding-left:10px;
		}
	
	#jump-to {
		background:#EAEAEA;
		padding:10px;
		margin:0 0 15px 0;
		display:none;
		}

/* ~~~~~~~~~~~~~~~~ LEFTCOLUMN STYLES  ~~~~~~~~~~~~~~~~ */

	
/* ~~~~~~~~~~~~~~~~ RIGHTCOLUMN STYLES  ~~~~~~~~~~~~~~~~ */
	
	#rightColumn{ float:right; width:366px; }
	#beBestFriendCTA{
		background:url(../images/rightcolumn/beBestFriend.jpg) no-repeat;
		text-indent:-3000em;
		float:left;
		margin-bottom:30px; overflow:hidden;
	}
	#beBestFriendCTA a{ display:block; width:168px; height:139px; }
	
	#betYouDidntKnowThat{
		background:url(../images/rightcolumn/betYouDidntKnowThat.jpg) no-repeat;
		text-indent:-3000em;
		float:right;
		margin-bottom:30px; overflow:hidden;
	}
	#betYouDidntKnowThat a{ display:block; width:168px; height:139px; }
	
	#concertGoing{
		background:url(../images/rightcolumn/concertGoing.jpg) no-repeat;
		text-indent:-3000em;
		float:right;
		margin-bottom:30px; 
	}
	#concertGoing a{ display:block; width:366px; height:139px; }
	
	#bored{
		background:url(../images/rightcolumn/bored.jpg) no-repeat;
		text-indent:-3000em;
		float:left;
		margin-bottom:30px; overflow:hidden;
	}
	#bored a{ display:block; width:168px; height:139px; }
	
	#makeANightOfIt{
		background:url(../images/rightcolumn/makeANightOfIt.jpg) no-repeat;
		text-indent:-3000em;
		float:right;
		margin-bottom:30px; overflow:hidden;
	}
	#makeANightOfIt a{ display:block; width:168px; height:139px; }
	
	#ourCommunity{
		width:336px;
		height:248px;
		background:#eaeaea;
		float:right;
		padding:15px;
		margin:0 0 30px 0;
		position:relative;
	}
	#ourCommunity h2{ 
		background:url(../images/titles/ourCommunityTitle.jpg) no-repeat;
		text-indent:-3000em;
		height:23px;
		width:159px;
	}
	#ourCommunity p{ line-height:1.5; margin:10px 0 0 0; }
	#feedsTop{ width:337px; height:22px; background:url(../images/rightcolumn/feedsTop.gif) no-repeat; }
	
	#feedTabs{ margin:0; }
	#feedTabs ul{ margin:0; padding:0; list-style-type:none; width:337px; height:30px; }
	#feedTabs ul li{ float:left; padding:0; margin:0; }
	#feedTabs p span.postedBy{ font-size:11px; }
	.feedTabContent{ padding:0; border-bottom:1px solid #ffffff; height:120px; }
	.addThis{ float:right; height:20px; padding:2px 0 0 0; margin-top:12px; }
	.feedTabContent .block-link {
		display:block;
		color:#000000;
		height:110px;
		}
	.feedTabContent .block-link:hover {
		text-decoration:none;
		}
	
	#ourCommunity .readMoreROG a{
		width:86px;
		height:19px;
		position:absolute;
		bottom:12px;
		left:13px;
		background:url(../images/buttons/readMoreROG.gif) no-repeat;
		text-indent:-3000em; display:block; overflow:hidden;
	}
	#ourCommunity .readMoreROG a:hover{ background-position:0 -19px; }
	
	#readTheReviews{
		width:334px;
		background:#f6f6f6;
		float:right;
		padding:15px;
		border:1px solid #eaeaea;
		line-height:1.5;
		margin-bottom:30px;
	}
	#readTheReviews h2{
		background:url(../images/titles/readTheReviewsTitle.jpg) no-repeat;
		text-indent:-3000em;
		height:16px;
		padding-bottom:13px;
		border-bottom:1px solid #eaeaea;
	}
	#readTheReviews p span.postedBy{ font-size:11px; }
	
	#readTheReviews .readMoreROW a{
		width:86px;
		height:19px;
		background:url(../images/buttons/readMoreROW.gif) no-repeat;
		text-indent:-3000em; display:block; overflow:hidden;
	}
	#readTheReviews .readMoreROW a:hover{ background-position:0 -19px; }
	
	#readTheReviews .review{  }
	#readTheReviews .reviewSeparator{ border-bottom:1px solid #eaeaea; height:1px; margin:15px 0 15px 0; width:100%; padding:0; }
	
	.starRating{ margin:0 5px 0 0; }
	
	#bookOnlineCTARight{
		background:url(../images/home/bookOnline.jpg) no-repeat;
		text-indent:-3000em;
		float:right;
		margin-bottom:30px; overflow:hidden;
	}
	#bookOnlineCTARight a{ display:block;width:168px; height:139px; }
	
	#whatYouveMissed{
		width:336px;
		background:#eaeaea;
		float:right;
		padding:15px;
		margin-bottom:30px;
	}
	#whatYouveMissed h2{ 
		background:url(../images/titles/whatYouveMissedTitle.gif) no-repeat; 
		text-indent:-3000em;
		height:16px;
		padding-bottom:13px;
		border-bottom:1px solid #fff;
	}
	#whatYouveMissed p{ margin:0 0 22px 0; }
	#whatYouveMissed p.noMargin{ margin:0; }
	#whatYouveMissed a{ color:#d71534; font-weight:bold; }
	
	#whatYouveMissed .pastEvents a{
		width:86px;
		height:19px;
		margin-top:3px;
		background:url(../images/buttons/pastEventsROG.gif) no-repeat;
		text-indent:-3000em; 
		display:block; overflow:hidden;
	}
	#whatYouveMissed .pastEvents a:hover{ background-position:0 -19px; }
	
	#searchEvents{
		width:336px;
		background:#111111;
		float:right;
		padding:15px;
		margin-bottom:30px;
	}
	#searchEvents h2{ 
		background:url(../images/titles/searchEventsTitle.gif) no-repeat; 
		text-indent:-3000em;
		height:16px;
		padding-bottom:14px;
		border-bottom:1px solid #fff;
	}
	
	#datepickerBox { height:152px; margin:0 0 0 0; padding:0 0 20px 0; width:153px; border-bottom:1px solid #ffffff; color:#fff;  }
	#datepickerBox .state {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.9em;
		}
		#datepickerBox .state a {
			color:#D71534;
			font-size:0.9em;
			letter-spacing:-1px;
			}
	#datepickerBox { display:none; }
	
	.searchEventsLeft{ float:left; width:153px; }
	.searchEventsLeft ul{ margin:15px 0 0 0; } 
	.searchEventsLeft ul li label{ width:120px; display:block; float:left; }
	.searchEventsLeft ul li{ clear:both; color:#ffffff; margin:0 0 10px 0; width:153px; }
	.searchEventsLeft ul li input.checkbox{ width:20px; float:right; }
		
	.searchEventsRight{ float:right; width:155px; }
	.searchEventsRight ul li input{ width:146px; color:#7b7b7b; padding:3px; }
	.searchEventsRight ul li select{ width:153px; color:#7b7b7b; padding:3px; }
	.searchEventsRight ul li label{ width:155px; display:block; color:#FFFFFF; margin:0 0 8px 0; }
	.searchEventsRight ul li{ clear:both; color:#ffffff; margin:0 0 10px 0; width:155px; }
	
	.searchEventsRight .buttons{ margin-top:30px; }
	.searchEventsRight .search{
		width:55px;
		height:21px;
		background:url(../images/buttons/search_btn.gif) no-repeat;
		text-indent:-3000em; 
		border:none; cursor:pointer; float:right; 
	}
	.searchEventsRight .search:hover{ background-position:0 -21px; }
	
	.searchEventsRight .reset{
		width:55px;
		height:21px;
		background:url(../images/buttons/clear_btn.gif) no-repeat;
		text-indent:-3000em; 
		border:none; cursor:pointer; float:right; margin:0 15px 0 0;
	}
	.searchEventsRight .reset:hover{ background-position:0 -21px; }
	
	#liveChat{
		background:url(../images/rightcolumn/liveChatBack.gif) no-repeat;
		float:right;
		margin-bottom:30px;
		width:366px;
		height:62px;
	}
	#liveChat p{ margin:35px 0 0 20px; color:#ffffff; }
	#liveChat a{ color:#ffffff; text-decoration:underline; }
	
	#imageFeed, #videoFeed{
		width:336px;
		height:171px;
		background:#eaeaea;
		float:right;
		padding:15px;
		margin-bottom:30px;
	}
	#imageFeed h2{ 
		background:url(../images/titles/imageFeedTitle.gif) no-repeat; 
		text-indent:-3000em;
		height:19px;
		padding-bottom:13px;
		border-bottom:1px solid #fff;
	}
	#videoFeed h2{ 
		background:url(../images/titles/videoFeedTitle.gif) no-repeat;
		text-indent:-3000em;
		height:19px;
		padding-bottom:13px;
		border-bottom:1px solid #fff;
	}
	#imageFeedImages, #videoFeedImages{ padding:5px 0 15px 0; border-bottom:1px solid #ffffff; height:76px; }
	#imageFeedImages ul, #videoFeedImages ul{ padding:0; margin:0; list-style-type:none; }
	#imageFeedImages ul li, #videoFeedImages ul li{ float:left; margin:0 30px 0 0; }
	#imageFeedImages ul li.last, #videoFeedImages ul li.last{ margin:0; }
	#imageFeed .seeMore a, #videoFeed .seeMore a{
		width:86px;
		height:19px;
		margin-top:10px;
		background:url(../images/buttons/seeMoreROG.gif) no-repeat;
		text-indent:-3000em; 
		display:block; clear:both; overflow:hidden;
	}
	#imageFeed .seeMore a:hover, #videoFeed .seeMore a:hover{ background-position:0 -19px; }
	
	
	.search-results {
		margin:0;
		padding:0 0 50px 0;
		list-style:none;
		}
		
		.search-results h3 {
			font-weight:bold;
			font-size:1.4em;
			}
		
		.search-results ol {
			margin:0 0 0 20px;
			padding:0;
			}
			
		.search-results p {
			margin:0;
			}
			
		.search-results .title a {
			font-weight:bold;
			text-decoration:none;
			}
			
		.search-results .url a {
			color:#990000;
			text-decoration:none;
			border-bottom:1px dotted #900;
			font-size:0.9em;
			}
	
	#reviewEvent ul {
		margin:0;
		padding:0;
		}
		#reviewEvent li {
			float:left;
			overflow:auto;
			}
		#reviewEvent label, #reviewEvent input {
			display:block;
			}
		#reviewEvent label.review-star-off {
			background:url(../images/icons/formStar_off.gif) no-repeat;
			text-indent:-3000em;
			overflow:hidden;
			width:12px;
			height:14px;
			cursor:pointer;
			}
		#reviewEvent label.review-star-on {
			background:url(../images/icons/formStar.gif) no-repeat;
			}
	
	.access-options {
		margin:20px 0;
		}
	.access-options label {
		width:200px !important;
		}
	.access-options .larger { font-size:120%; }
	.access-options .largest { font-size:150%; }
	.access-options .change-text-size input { margin:0 2px 0 10px; }
	
	.rssFeedsContainer ul {
		overflow:auto;
		list-style:none;
		margin:0;
		padding:0;
		}
		.rssFeedsContainer li {
			float:left;
			margin:10px 20px;
			}
		.rssFeedsContainer a {
			display:block;
			background:url(../images/icons/rss_logo.gif) no-repeat center top;
			text-decoration:none;
			color:#333333;
			font-size:1.4em;
			font-weight:bold;
			padding:50px 4px 0 4px;
			}
	
/* ~~~~~~~~~~~~~~~~ FOOTER STYLES  ~~~~~~~~~~~~~~~~ */

	#footerContent{
		clear:both;
		padding:30px 0;
		font-size:14px;
		height:20px;
		border-top:1px solid #eaeaea;
	}
	
	#footerContent ul{
		padding:0;
		margin:0;
		width:550px;
		height:16px;
		list-style-type:none;
		float:left;
	}
	
	#footerContent ul li{ float:left; padding:0 10px; background:url(../images/template/footerLiBack.gif) right no-repeat; }
	#footerContent ul li.first{ padding-left:0; }
	#footerContent ul li.rss{width:75px; background:url(../images/icons/rss.gif) no-repeat top right; }
	#footerContent ul li.rss a{ color:#000; }
	#footerContent .socialSites{ float:right; margin:-5px 0 0 0; }
	#footerEnd{ width:880px; margin: 0 auto; text-align:left; padding:40px 60px 0 60px; font-size:11px; background:url(../images/template/shadow_bottom.png) no-repeat top center; }
	#footerEndLeft{ width:300px; float:left; color:#ffffff; }
	#footerEndLeft a, #footerEndLeft .ninexb{ color:#82e101; }
	#footerEndRight{ float:right; }
