@charset "utf-8";
/* ------------------------------------- MAIN */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #000;
	background: #ababab url(../../images/global/gradient-bg.jpg) top left repeat-x;
}
h1, h2, h3, h4, ul, ol, form, label, p {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	color: #2dc6e7;
	text-decoration: none;
}
a:hover {
	color: #EB4277;
}
a:focus {
	outline: none;
}
img {
	border: none;
}
.png, .filter img {
	behavior: url("includes/htc/iepngfix.htc");
}
input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
}
input, textarea {
	font-size: 1em;
}
select {
	font-size: 100%;
}

iframe {
	border:none;
}
/* ------------------------------------- LAYOUT */
#layout {
	float: left;
	width: 100%;
	padding: 13px 0 0 0;
	background: url(../../images/global/metal-bg.jpg) top center repeat-x;
	text-align: center;
}
#mainwrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header {
	float: left;
	width: 980px;
}
#mainmenu {
	float: left;
	width: 770px;
}
#mainmenu ul {
	float: left;	
}
#mainmenu ul li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
#mainmenu a {
	display: block;
	float: left;
	color: #c9c9c9;
}
#mainmenu span {
	display: block;
	float: left;
	padding: 19px 15px 18px 15px;
	cursor: pointer;
}
#nav_news span {
	padding: 19px 30px 18px 30px;
}
#mainmenu a:hover, #mainmenu a.selected {
	color: #f78b30;
	background: url(../../images/global/main-menu-hover-left.jpg) top left no-repeat;
}
#mainmenu a:hover span, #mainmenu a.selected span {
	background: url(../../images/global/main-menu-hover-right.jpg) top right no-repeat;
}
#fontsize {
	float: right;
	width: 209px;
	padding: 15px 1px 0 0;
}
#fontsize div {
	float: right;
	padding: 5px 5px 0 0;
	color: #fff;
	font-weight: bold;
}
#fontsize a {
	display: block;
	float: right;
	padding: 0 0 0 4px;
}
#columnwrapper {
	float: left;
	width: 980px;
}
#leftcolumn {
	float: left;
	width: 756px;
}
#rightcolumn {
	float: left;
	width: 212px;
	padding: 0 0 0 12px;
}
/*Boxes*/
.boxtitle {
	float: left;
	position: relative;
	margin: 0 2px 0 0;
}
.boxtitle .title {
	float: left;
	display: inline;
	margin: 0 0 0 16px;
	padding: 5px 4px 4px 0px;
	font-weight: bold;
	background: #7f9ab8;
	color: #fff;
	white-space: nowrap;
}
.mac .boxtitle .title {
	float: left;
	display: inline;
	margin: 0 0 0 16px;
	padding: 4px 4px 3px 0px;
	font-weight: bold;
	background: #7f9ab8;
	color: #fff;
	white-space: nowrap;
}
.boxtitle .pink {
	background: #eb4277;
}
/*Change the bg colour to match IE incorrect png output*/
.ie .boxtitle .title {
	background: #7792af;
}
.ie .boxtitle .pink {
	background: #e63d72;
}
.boxtitle .left {
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
}
.boxtitle .right {
	position: absolute;
	top: 0;
	right: -11px;
	clear: both;
}
/* Box title for the swapping action */
.boxtitleright {
	float: right;
	margin: 0;
}
.boxtitleright .title {
	margin: 0 11px 0 11px;
	padding: 5px 5px 4px 4px;
}
.boxtitleright .right {
	right: 0px;
}
.defaultbox {
	float: left;
	width: 212px;
}
.bottommargin {
	margin: 0 0 12px 0;
}
.defaultbox a {
	color: #2dc6e7;
}
.defaultbox a:hover {
	color: #fff;
}
.defaultbox .content {
	float: left;
	width: 212px;
	color: #fff;
	background: #000 url(../../images/panels/stripe-bg.gif);
}
.defaultbox .black {
	background-image: none;
}
.defaultbox .footer {
	float: left;
	width: 197px;
	padding: 2px 5px 3px 10px;
	color: #fff;
	background: #000;
}
.defaultbox .footer .desc {
	float: left;
	padding: 3px 0 0 0;
}
.defaultbox .footer img {
	float: right;
}
.defaultbox .footer a {
	font-weight: bold;	
}
.defaultbox .footer a:hover {
	color: #fff;
}
.defaultbox .footerdotted {
	float: left;
	padding: 6px 0 5px 0;
	background: #000;
}
.defaultbox .footerdotted a {
	display: inline-block;
	float: left;
	width: 193px;
	margin: 3px 6px 0 13px;
	padding: 5px 0 0 0;
	background: url(../../images/panels/dotted-grey-bg.gif) top left repeat-x;
}
.defaultbox .footerdotted img {
	float: right;
}
.defaultbox .nofooter {
	border-bottom: 6px solid #000;
}
.comingup {
	float: right;	
	background: #606060 url(../../images/panels/coming-up-left.gif) top left no-repeat;
}
.comingup a {
	display: block;
	float: left;
	padding: 5px 16px 4px 15px;
	color: #fff !important;
	font-weight: bold;
	background: url(../../images/panels/coming-up-right.gif) top right no-repeat;
}
.comingupleft {
	float: left;	
}
.comingupleft a {
	padding: 5px 15px 4px 16px;
}
.eventbox {
	float: left;
	width: 190px;
	padding: 15px 11px 0 11px;
}
.eventbox .title {
	float: left;
	display: inline;
	width: 185px;
	margin: 0 0 2px 0;
	padding: 4px 0 4px 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.eventbox .image{
	float: left;
	width: 190px;
}
.eventbox .image img {
	float: left;
	width: 190px; /*For testing*/
}
.eventbox .desc {
	float: left;
	width: 190px;
	padding: 8px 0 0 0;
}
.eventbox .desc a {
	font-weight: bold;
}
.eventbox .theatre {
	background: url(../../images/panels/green-stripe-bg.gif);
}
.eventbox .dancestudio {
	background: url(../../images/panels/orange-stripe-bg.gif);
}
ul.news {
	float: left;
	width: 190px;
	padding: 5px 0 0 13px;
}
ul.news li {
	float: left;
	width: 190px;
	padding: 7px 0 8px 0;
	background: url(../../images/panels/dotted-grey-bg.gif) bottom left repeat-x;
}
ul.news li a {
	font-weight: bold;
}
ul.news li.last {
	padding: 5px 0 0 0;
	background-image: none;
}
.newsupdates {
	float: left;
	width: 212px;
	padding: 5px 0;
	background: #000;
}
.enquire {
	width: 200px !important;
	padding: 8px 0 8px 12px;
}
.enquire .phonenumber {
	display: inline-block;
	padding: 0 0 2px 0;
	font-size: 1.5em;
	font-weight: bold;
}
.enquire a {
	font-weight: bold;
}
.orange-button{
	background-color:#F60;
	padding:10px;
	}

#enquire {
	/*background-image: url(../../images/global/enquire-bg.png);*/
	padding: 15px;
	border-radius: 5px;
	width: 270px;
	text-align:center;
}
#enquire .title {
	display: block;
	text-transform: uppercase;
	color: #7f9ab8;
	font-weight: bold;
	width: 270px;
}
#enquire .orange-button {
	background-color: #f3742f;
	padding: 3px 10px;
	margin-left:auto;
	margin-left:auto;	
	border-radius: 2px;
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-size: 1.1em;
	box-shadow: inset 0 0 4px #c77c57;
	border: 1px solid #c77c57;
}
.socialnetworks {
	width: 208px !important;
	padding: 15px 0 4px 4px;
}
.socialnetworks a{
	display: block;
	float: left;
}
#footer {
	float: left;
	width: 980px;
	padding: 30px 0 30px 0;
	font-size: 0.9em;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
	padding: 0 10px 0 10px;
	border-left: 1px solid #000;
}
#footer li.first {
	border-left: none;
}
#footer li.last {
	padding: 0 0 0 10px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
}

/* Amends added by Gary */
.whats-on-at-the-garage { background:url('../../images/social/whats-on-at-the-garage.jpg') no-repeat 0 0; text-indent:-999em; overflow:hidden; height:209px; width:212px; margin:8px 0; }
.facebookbox { position:relative; }

.bottom-right-panel {text-indent:-999em; overflow:hidden; height:161px; width:212px; margin: 0px; }

.facebookbox { position:relative; }

	/*.facebookbox .content { background:#fff; padding:15px 15px 0; width:auto; }*/
	.facebookbox .content { background:#fff; padding: 0 0; width:210px; }
	
		.facebookbox .row { float:left; width:100%; padding:0 0 10px; }
			.mac.webkit .facebookbox .header { padding:.16em 0; }
			.facebookbox .fb-title { font-size:0.91em; padding:.25em 0; }
			/*.facebookbox .facebook { background:url('../../images/social/fb-logo.png') no-repeat 0 0; position:absolute; top:0; right:0; width:59px; height:22px; text-indent:-999em; overflow:hidden; }*/
			.facebookbox .figure { float:left; width:30px; height:30px; overflow:hidden; }
			.facebookbox .text { float:right; width:140px; color:#536ba7; font-size:.75em; }
				.facebookbox .text a { color:#999; }
			.facebookbox .view-our-page { clear:both; margin:0 -15px; text-align:right; border-top:1px solid #d5d5d5; padding:3px 15px; }	
				.facebookbox .view-our-page a { background:#fff; color:#fff; padding:.25em; border:1px solid #efefed; display:inline-block; webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; text-align:center; text-transform:uppercase; font-size:0.91em; }
					.facebookbox .view-our-page span { background:#c46835; padding:.25em .75em; border:1px solid #a06d52; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; display:inline-block; }
					
					
.facebookbox .content {
	width:210px; 
	color:#000;
}

.facebookbox a:link, .facebookbox a:active, .facebookbox a:visited, .facebookbox a:hover {
	color:#3B5998;
}

.facebookbox .heading {
	height:70px; padding:5px;
}

.facebookbox .heading > a {
	float:left;
}

.facebookbox .heading-link {
	float:left;
	margin:5px 0 0 5px;
	width:140px;
}

.facebookbox .heading-link .large {
	font-size:1.2em; 
	font-weight:bold;
}

.facebookbox .feed {
	/*height:250px;*/ 
	/*height:36px;*/
	height:137px;
	width:190px; 
	overflow:auto; 
	overflow-x: hidden;
	padding:10px; 
	font-size:0.9em;
	border-top:1px solid #d8dfea;
}

.facebookbox .feed .article {
	padding:0 0 20px 0;
	border-bottom:1px solid #d8dfea;
}
#insidecontentholder .title h2 {
	color: #2dc6e7;
	font-size: 1.6em;
}
#insidecontentholder .title strong h2 {
	color: #2dc6e7;
	font-size: 1.6em;
}

