/* CSS Document */
<!--/*--><![CDATA[/*><!--*/
   img.preload { display: none; }
/*]]>*/-->


@font-face {
    font-family: 'DanielRegular';
    src: url('http://www.crewelive.co.uk/fonts/daniel-webfont.eot');
    src: url('http://www.crewelive.co.uk/fonts/daniel-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.crewelive.co.uk/fonts/daniel-webfont.woff') format('woff'),
         url('http://www.crewelive.co.uk/fonts/daniel-webfont.ttf') format('truetype'),
         url('http://www.crewelive.co.uk/fonts/daniel-webfont.svg#DanielRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DanielBold';
    src: url('http://www.crewelive.co.uk/fonts/danielbd-webfont.eot');
    src: url('http://www.crewelive.co.uk/fonts/danielbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.crewelive.co.uk/fonts/danielbd-webfont.woff') format('woff'),
         url('http://www.crewelive.co.uk/fonts/danielbd-webfont.ttf') format('truetype'),
         url('http://www.crewelive.co.uk/fonts/danielbd-webfont.svg#DanielBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DanielBlackRegular';
    src: url('http://www.crewelive.co.uk/fonts/danielbk-webfont.eot');
    src: url('http://www.crewelive.co.uk/fonts/danielbk-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.crewelive.co.uk/fonts/danielbk-webfont.woff') format('woff'),
         url('http://www.crewelive.co.uk/fonts/danielbk-webfont.ttf') format('truetype'),
         url('http://www.crewelive.co.uk/fonts/danielbk-webfont.svg#DanielBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*html tags*/
html {
overflow: scroll;
height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: url(../images/bg1.jpg) #999 center top repeat-y;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	color:#333;
	font-size:14px;
}


h1 {
	font-family:DanielBold;
	font-size:22px;
	color:#000;
	display:inline;
	padding-bottom:0px;
}

h2 {
	font-family:DanielBold;
	font-size:22px;
	color:#CC2824;
	display:inline;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	display:inline;
	padding-bottom:15px;
}

h4 {
	font-size:16px;
}

p {
	margin-top: 0;
	padding-top: 0;
} 


a:visited{
	color:#333;
	text-decoration:none;
}

a:link{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#CC2824;
	text-decoration:none;
}


.font{
	font-family:DanielBold;
}

.hidden{
	color:#D7D7D7;
}

/*main page layout*/
#wrapper{
	width:980px;
	background-image:url(../images/wrapperbg.jpg);
	background-repeat:repeat-y;
	min-height: 100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

#navbarindex{
	margin-top:2px;
	width:980px;
	height:55px;
}

#contentbody{
	width:940px;
	padding:5px 20px 60px 20px;
}

#contentheader{
	width:600px;
	float:right;
	padding:0px 0px 0px 10px;
}

#contentlinks{
	width:260px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	padding:0px 10px 0px 5px;
}

#contentlinksheader{
	width:260px;
	height:22px;
	float:left;
	background-image:url(../images/contentlinksheader.gif);
	background-repeat:no-repeat
}

#contentlinksbody{
	width:239px;
	padding: 0px 10px 10px 10px;
	background-color:#D7D7D7;
}

#contentlinksfooter{
	width:260px;
	height:22px;
	float:left;
	background-image:url(../images/contentlinksfooter.gif);
	background-repeat:no-repeat
}


#contentlinks a:visited{
	color:#333;
	text-decoration:none;
}

#contentlinks a:link{
	color:#333;
	text-decoration:none;
}

#contentlinks a:hover{
	color:#CC2824;
	text-decoration:none;
}

#contentlinks ul{
	list-style-type:none;
	padding:0;
}

#contentlinks li{
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	display: block;
	width: 100%;
	font-size:14px;
	padding-bottom:2px;
}


* :focus { outline: 0; }

.date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

.contentmainheader{
	width:620px;
	height:18px;
	float:right;
	background-image:url(../images/contentmainheader.gif);
	background-repeat:no-repeat;
}

#contentmain{
	width:620px;
	float:right;
	padding-right:30px;
}

.contentmainmid{
	width:605px;
	float:right;
	background-color:#D7D7D7;
	padding:0px 5px 0px 10px;
}

.contentmainmid ul{
	list-style-type:none;
	padding:0;
	overflow:auto;
}

.contentmainmid li{
	display: block;
	font-size:18px;
	padding-bottom:2px;
}

.contentmainfooter{
	width:620px;
	height:22px;
	float:right;
	background-image:url(../images/contentmainfooter.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
}

.contentheader{
	width:620px;
	float:right;
	text-align:center;
}

#contentfooter{
	width:950px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	height: 12px;
	clear:both;
}


#branding{
	width:940px;
	clear:both;
	text-align:right;
	padding-right:10px;
	
}

#branding a:visited{
	font-size:10px;
	color:#666;
	text-decoration:none;
}

#branding a:link{
	font-size:10px;
	color:#666;
	text-decoration:none;
}

#branding a:hover{
	font-size:10px;
	color:#333;
	text-decoration:none;
}

.imageleft{
	margin-left:15px;
	margin-right:15px;
	float:left;
}

.imageright{
	margin-left:15px;
	margin-right:15px;
	float:right;
}


#logoimagewrapper{
	background-image:url(../images/logo.jpg);
	width:980px;
	height:625px;
}

#logoimage{
	width:600px;
	height:240px;
	float:right;
	padding-right:40px;
	
}


#ticklink{
	width:65px;
	height:14px;
	background-image: url(../images/ticketlink.jpg);
}

#ticklink:hover{
	background-image: url(../images/ticketlinkhover.jpg);
}

#ticklink span
{
  display: none;
}



/*Social media buttons*/

#mediaicons{
	width:876px;
	height:26px;
	float:right;
	margin-left:4px;
	margin-right:50px;
}

#mediatk{
	margin: 0px 1px 0px 1px;
	width:125px;
	height:25px;
	float:right;
	display:inline;
	background-image: url(../images/media/tickup.gif);
}

#mediatk:hover{
	background-image:url(../images/media/tickhover.gif);
}

#mediafb{
	margin: 0px 1px 0px 1px;
	width:25px;
	height:25px;
	float:right;
	display:inline;
	background-image: url(../images/media/fb.gif);
}

#mediafb:hover{
	background-image:url(../images/media/fbhover.gif);
}

#mediatw{
	margin: 0px 1px 0px 1px;
	width:25px;
	height:25px;
	float:right;
	display:inline;
	background-image: url(../images/media/tw.gif);
}

#mediatw:hover{
	background-image:url(../images/media/twhover.gif);
}



/*Navigation images*/

#navwrapper ul {
	list-style-type:none;
	overflow:auto;
	padding:0;
	margin:0px 10px 0px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:23px;
	font-weight:bold;
}

#navwrapper ul li {
	float:left;
	border:0px solid #333;
	border-bottom:none;
	margin:0 10px;
}

#navwrapper ul li a {
	text-decoration:none;
	color:#000;
}

#navwrapper ul li a:hover {
	text-decoration:none;
	color:#C61704;
}

.clear{
		clear:both;

}


#contactwrapper{
	width:600px;
	padding: 10px 10px 0px 10px;
	float:right;
}

#contactleft{
	width:280px;
	float:left;
	padding-left:20px;
}


#contactcenter{
	width:280px;
	float:left;
	padding-right:60px;

}

#links{
	width:560px;
	float:right;
	padding: 10px;
	padding-left:30px;
}

.lineup{
	padding-left:30px;
}

.sponsor{
	height:200px;
	width:600px;
	padding-bottom:8px;
}

.sponsorcolumn{
	width:200px;
	float:left;
	text-align:center;
}

sponsorwrapper{
	width:600px:
}


#mapdantes{
	width:600px;
	height:508px;
	background-image:url(/images/maps/dantes.jpg);
}
#mapoddies{
	width:600px;
	height:508px;
	background-image:url(/images/maps/oddies.jpg);
}
#mapsq1{
	width:600px;
	height:508px;
	background-image:url(/images/maps/sq1.jpg);
}
#mapexpress{
	width:600px;
	height:508px;
	background-image:url(/images/maps/sq1.jpg);
}
#mapbank{
	width:600px;
	height:508px;
	background-image:url(/images/maps/bank.jpg);
}
#mapbox{
	width:600px;
	height:508px;
	background-image:url(/images/maps/box.jpg);
}

#mapstage{
	width:600px;
	height:508px;
	background-image:url(/images/maps/box.jpg);
}

#mapbrunswich{
	width:600px;
	height:508px;
	background-image:url(/images/maps/brunswick.jpg);
}
#mapduke{
	width:600px;
	height:508px;
	background-image:url(/images/maps/duke.jpg);
}
#mapimp{
	width:600px;
	height:508px;
	background-image:url(/images/maps/imp.jpg);
}
#mapwaldron{
	width:600px;
	height:508px;
	background-image:url(/images/maps/waldron.jpg);
}
#mapwoodys{
	width:600px;
	height:508px;
	background-image:url(/images/maps/woodys.jpg);
}

#mapblank{
	width:600px;
	height:508px;
	background-image:url(/images/maps/blank.jpg);
}

#txtdantes{
	width:120px;
	height:80px;
	padding: 100px 0px 0px 72px;
}
#txtoddies{
	width:120px;
	height:80px;
	padding: 289px 0px 0px 135px;
}
#txtsq1{
	width:120px;
	height:80px;
	padding: 310px 0px 0px 420px;
}

#txtexpress{
	width:120px;
	height:80px;
	padding: 310px 0px 0px 420px;
}
#txtbank{
	width:120px;
	height:80px;
	padding: 315px 0px 0px 388px;
}
#txtbox{
	width:120px;
	height:80px;
	padding: 315px 0px 0px 450px;
}
#txtstage{
	width:120px;
	height:80px;
	padding: 315px 0px 0px 450px;
}
#txtbrunswich{
	width:120px;
	height:80px;
	padding: 408px 0px 0px 205px;
}
#txtduke{
	width:120px;
	height:80px;
	padding: 190px 0px 0px 135px;
}
#txtimp{
	width:120px;
	height:80px;
	padding: 255px 0px 0px 408px;
}
#txtwaldron{
	width:120px;
	height:80px;
	padding: 70px 0px 0px 442px;
}
#txtwoodys{
	width:120px;
	height:80px;
	padding: 370px 0px 0px 210px;
}
