@import url(titles.css);
@import url(layout.css);
@import url(lightbox.css);
*{
	margin:0; padding:0;
	

}

body{
	font-size:62.5%;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}

#header{
	z-index:1;
	}
	
a:link, a:visited{
	color:#3C2800;
	}
	
a:hover{
	color:#C6A87E;
	}
	
#columnTwo .storywrap{
	margin-bottom:4px;
	border-bottom:1px dotted #333;
	padding-bottom:4px;
	}

.gigdate{
	color:#c6a87e;
	float:left;
	width:35px;
	}
	
.town{
	float:left;
	width:160px;
	margin-left:10px;
	}
	

.rss_news, .rss_live{
	background:url(../_graphics/rss.png) no-repeat;
	width:12px;
	height:12px;
	text-indent:-9999px;
	display:block;
	line-height:0px;
	}
	
.rss_news{
	margin-left:55px;
	}
	
.rss_live{
	margin-left:103px;
	}

.news_item{
	margin-bottom:4px;
	margin-top:5px;
	}
	
.title{
	text-transform:uppercase;
	font-size:11px;
	}
	
.date{
	color:#333;
	font-size:10px;
	}	

.storywrap{
	margin-bottom:10px;
	border-bottom:1px dotted #333;
	padding-bottom:4px;
	}

p{
	margin-bottom:8px;
	}


.thumb{
	margin-right:5px;
	border:1px solid #3C2800;
	}


.thumb:hover{
	border:1px solid #BF985C;
	}


/*Sned friend Form*/

form#sendfriend{
	margin:10px 0 20px 0;
	padding:10px;
}

form#sendfriend input{
	border:1px solid #1A1A1A;
	color:#000;
	}

form#sendfriend .btn{
	margin-top:5px;
	background:#1A1A1A;
	color:#fff;
	border:1px solid #BF985C;
}

#card{
	background: url(../_graphics/christmas_card.jpg);
	display:block;
	position:absolute;
	left:790px;
	top:125px;
	width:228px;
	height:126px;
	
}


/*Coutry Links*/

#country_links{
	position:absolute;
	top:80px;
	left:840px;
	}

.uk_link{
	display:block;
	background:url(../_graphics/uk.gif);
	width:40px;
	height:35px;
	text-indent:-9999px;
	float:left;
	margin-right:5px;
}

.sweden_link{
	display:block;
	background:url(../_graphics/sweden.gif);
	width:40px;
	height:35px;
	text-indent:-9999px;
	float:left;
	margin-right:5px;
}

.norway_link{
	display:block;
	background:url(../_graphics/norway.gif);
	width:40px;
	height:35px;
	text-indent:-9999px;
	float:left;
}

/*Competition Form*/

#comp_form{
	background:url(../_graphics/form_bg.jpg) bottom right no-repeat;
	width:450px;
	border-bottom:1px solid #E92524;
	padding-bottom:0px;
	padding-top:10px;
	margin-bottom:15px;
	}
	
#comp_form input{
	border:1px solid #000;
	float:left;
	margin-bottom:6px;
	width:190px;
	}
#comp_form br{
	clear:left;
	}
	
#comp_form label{	
	float:left;
	width:60px;
	margin-right:10px;
	}	
	

#comp_form #submit_btn{
	border:none;
	width:81px;
	height:18px;
	margin-top:10px;
	margin-left:180px;
	}
	
#comp_form select{
	border:1px solid #000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:190px;
	}

#terms_p{
	position:relative;
	top:-10px;
	}

#terms_p a{
	color:#E92524;
	font-size:9px;
	font-weight:normal;
	}


	

.clearfix:after, .storywrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .storywrap {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .storywrap {height: 1%;}
.clearfix, .storywrap {display: block;}
/* End hide from IE-mac */	