body {
  background: #fccd00;
  color: #333;
  font-size: 17px;
  height: auto;
  padding-bottom: 20px;
}


@font-face {
    font-family: 'aliveregular';
    src: url('../conts/calive_0_2-webfont.eot');
    src: url('../conts/calive_0_2-webfont.eot#iefix') format('embedded-opentype'),
         url('../conts/calive_0_2-webfont.woff') format('woff'),
         url('../conts/calive_0_2-webfont.ttf') format('truetype'),
         url('../conts/calive_0_2-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

*/

a:link, .links, a:visited {
	font-weight: normal;
	font-weight:bold;
	color: #231f20;
	text-decoration:none;
}

 a:hover {
	 color:#FFF;
}

img {
	padding: 0px 0px 20px 0px;
}


#LD_2014_tickets {
    background-image:url('../images/LD2014_tickets.png');
	display:block;
    height:218px;
    width:220px;
	text-indent:-9999px;
}

#LD_2014_logo {
    background-image:url('../images/LD2014_logo.png');
	display:block;
    height:218px;
    width:460px;
	text-indent:-9999px;
}

#LD_2014_banner {
    background-image:url('../images/LD2014_banner.png');
	display:block;
    height:28px;
    width:940px;
	text-indent:-9999px;
}

#header {
	padding: 20px 0px;
	
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

#footer {
	background:#231f20;
	color:#FFF;
	padding:50px 0;
 clear: both;
 position: relative;
 z-index: 10;
 height: 5em;
 margin-top: 100px;
}

#footer h6 {
	font-size:14px;
	text-align:left;
	color:#FFF;
}

#footercontent {
	width:960px;
	margin: -1em auto;
 	z-index: 15;

}

#content { padding-bottom: 10em; }





/*--- SLIDESHOW ----*/

	    #slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(http://www.longdivisionfestival.co.uk/css/img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020;
    }

    .navbar {
      overflow: hidden;
    }
	
	/*--- SLIDESHOW ----*/
	
	
#links {
	font-size:33px;
	line-height:0.9em;
	font-family: 'aliveregular';
	font-weight: normal;
	color:#231f20;
	display:block;
	margin: 0px 20px;
	width:220px;
	overflow:hidden;
}

#links a:link, .links a:visited {
	font-family: 'aliveregular';
	font-weight: normal;
	text-decoration:none;
	color:#231f20;
}

#links a:hover {
		font-family: 'aliveregular';
	font-weight: normal;
	color:#FFF;
	text-decoration:none;
}


/*-- Hover links --*/

#social_twitter {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('http://www.longdivisionfestival.co.uk/2014/images/social/LD2014_social_twitter.png') bottom;
	text-indent: -99999px;
	
}
#social_twitter:hover {
	background-position: 0 0;
}

#social_fb {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('http://www.longdivisionfestival.co.uk/2014/images/social/LD2014_socialicons_fb.png') bottom;
	text-indent: -99999px;
	
}
#social_fb:hover {
	background-position: 0 0;
}

#social_maillist {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('http://www.longdivisionfestival.co.uk/2014/images/social/LD2014_socialicons_maillist.png') bottom;
	text-indent: -99999px;
	
}
#social_maillist:hover {
	background-position: 0 0;
}

/*-- End Hover links --*/

.small_link {
	font-size:24px;
	font-family: 'aliveregular';
	font-weight: normal;
	text-decoration:none;
	color:#231f20;
	text-transform:uppercase;
	line-height:0.9em;
}


.small_link:hover {
	color:#FFF;
	text-decoration:none;
}


.whitex {
	color:#FFF;
}