/* 

LAYOUT STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 2. layout	--------- */

div#wrapperBg {
			background:url(/mainpics/bg_wrapper.jpg) center 0 no-repeat;
}

div#wrapper {
		width: 960px;
		margin: 0 auto;
		padding-top: 40px;
		}

div#banner {
		margin: 0;
		padding: 0;
		}
div.banner-image {
1		width:1004px;
		height:240px;
		overflow:hidden;
		display:block;
		float:left;
		margin-left: 2px;
		width:238px;
}
div.banner-image#first {
		margin-left: 0px;
}

div#top {
		height: 150px;
		width:100%;
		background:url(/mainpics/sqs/sqBlack70.png) 0 0 repeat;
		}

div#logo {
		position: absolute;
		left: 10px;
		top:5px;
		width: 304px;
		height: 48px;
		padding-top: 51px;
		margin-left: 10px;
		}
div#navContainer {
		clear:both;
		float:right;
		width:630px;
		height: 60px;
		padding-top:80px;
		margin-bottom:0;
		margin-right: 0px;
		}
		
div.content {
		clear: both;
		width: 960px;
		margin-top:10px;
		background: #fff url(/mainpics/bg_content_hori.jpg) 0 0 repeat-y;
		padding-bottom:50px;
		}
div.contentCentre {
		float: left;
		width: 660px;
		}
div#showsBig {
1	border:1px solid #f00;
	width:450px;
1	float:left;
	margin:0 auto;
	padding-bottom:50px;
}
div#actualfbBadge {
	text-align:center;
	margin-top:10px;
}
div#showsBig * {
	border:none;
}

div#googleMap {
		float: right;
		width: 300px;
		margin: 10px 10px 0 20px;
		text-align:center;
}
div#googleMap iframe {
		border: 2px solid #ccc;
		background: #fff;
		padding: 2px;

}
div.contentRight {
		float: left;
		width: 285px;
		padding: 5px 5px 5px 10px;
1		background: #e5e5e5;
		min-height: 550px;
		border-top:5px solid #fff;
		}

div#footer {
		clear: both;
1		padding-bottom:10px;
		}

div#social {
1		background: url(/mainpics/social.png) 0 0 no-repeat;
		width: 275px;
		height: 117px;
		position: absolute;
		left: 346px;
		top: -40px;
		}
div#face {
		float: left;
		}
div#utube {
		float: right;
		}
/*	----	*/
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		

