		@charset "utf-8";
/* CSS Document */


.stemknapp {
/* 	display: inline-block; */
	vertical-align:bottom;

	margin: 3px 2px 15px 8px;
	
	 display:none;  
	
}


.playcontainer{
	float:left;
	
	margin: 0 0 5px 5px; 
	
}




/*
HTML{
	height:100%;
	position:relative;
}
BODY{
	margin:0;
	height:100%;
	position:relative;
}
*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.padwrap{
	position:relative;	
	
}

.ur_wrapper{
	width:100%;
	/* background-image:url(http://p3.no/uv/urort/finale_2013/gfx/univers-bak_1150.jpg); */
	/* background-attachment: fixed; */
	background-position: top center;
	background-repeat: no-repeat;
 
	margin:0;
	padding: 0;
 
	background-size: 100%;
	-moz-background-size: cover;
	/* -webkit-background-size: cover; */
		
	position: relative;	
	/* border-bottom:10px solid #E33126; */
}

.finalist .smsboks {
	position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 80px;
  display: none; 
}


.ur_wrapper .finalister{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.ur_wrapper .finalister .finalist, .ur_wrapper .finalister .finalist.infoboks {
	float:left; 

	width:33.33333333333%;
	padding: 10px;
	position: relative;
}

.ur_wrapper .finalister .finalist.infoboks{
	float:right;
	width:50%;
}

.ur_wrapper .finalister .finalist.item_1{

	width:50%;
}

.finalist.item_1{
/*
	background-image:url(http://p3.no/uv/urort/finale_2013/gfx/synnesanden-640.jpg);	
	background-size:100%;
	width:340px;
	height:190px;
*/	
}


.finalist .metaboks{
	width:100%;
	position: absolute;
	bottom: 0;
	
}

.finalist .artistinfo{
	width:100%;
	/* background-color:rgba(0, 0, 0, 0.7); */
	background-image:url(http://p3.no/uv/urort/finale_2013/gfx/transp-bg-infoboks.png);
	background-repeat:repeat;
	line-height:38px;
	float:left;
	font-size:18px;
}



.finalist .artistnavn, .finalist .laattittel{
	float:left;
	color: white;
	font-family: oswald;
	font-weight:700;
	margin-left:10px;
}

.finalist .laattittel{
	font-weight:300;

}

.finalist_wrap{
	position: absolute;
	margin: 0 auto;
	width: auto;
	padding: 0 10px;
	bottom:10px; 
	width:100%;
	
}

.finalist IMG {

	vertical-align:bottom;
}

.bgbilde{
	margin: 0 auto;
	display: block;
	position: relative;
	width: 100%;
}


.stemknapp IMG {
	border:0;
}



.playcontainer A IMG{
	height: 63px;
	width: 63px;
	border:0;
}


.play, .pause{
	display:block;
	padding-top: 2px;
}


.infoboks .tekst{
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	text-align: center;
	width: 100%;
	font-family: oswald;
	font-size: 28px;
	padding: 10px;
	line-height: 33px;
}

.infoboks .tekst .red{
	color: #E33126;
	font-size: 36px;
	line-height: 40px;
}

.infoboks IMG{
	border:0;
}

.floatwrap{
	width: 66.6666666666%;
	float:left;	
}


.deltekst{
	
	float: left;
	color: white;
	font-family: oswald;
	font-weight: 700;
	font-size: 18px;
	margin-left: 10px;
	
}



.delboks .face, .delboks .tweet{
	float:right;
	width:25%;
	background-repeat:no-repeat;
	background-position: 90%;
	height: 40px;
	margin-top: 3px;
}

.delboks .face{
	background-color:#537bc1;	
	background-image:url(http://p3.no/uv/urort/finale_2013/gfx/facebook2.png);
}

.delboks .tweet{
	background-color:#33bafc;
	background-image:url(http://p3.no/uv/urort/finale_2013/gfx/twitter.png);
}

