/*
 Theme Name: Supernytt
 Theme URI: http://nrksuper.no/supernytt
 Description: Supernytt Theme
 Version: 0.1
 Author: Fredrik Thoresen
 Author URI: nrksuper.no
 */

/* 
color codes:
orange #f05e0a;

lilla  #790f93
*/

#main-wrapper {
	background:#fff;
	color:#535353;
}

a {
	color: #f05e0a;position:
}
a:hover {
	color: #790f93;
} 

h1 {color:#790F93}
 
#header {
background:url(img/header.jpg) no-repeat;
height:165px;
display:block;
}

#supernyttlogo {
	float:left;
}
#supernyttfeed {
float:left;
margin-left:150px;
margin-top:50px;
color:#fff;
font-size:12px;
}

#supernyttmenu {
background:url(img/hovedmeny_bg.png) repeat-x;
height:42px;
margin-bottom:20px;
font-size:15px;
font-weight:bold;
text-transform:uppercase;

}

/* needed for ie7 horizontal menu */
#supernyttmenu li {
	display:inline;
}

#supernyttmenu li a{
	float:left;
	color:#fff;
	padding:12px;
}

#supernyttmenu li a:hover {
	color:#790f93;
	/*text-shadow:0 0 5px #790f93;*/
}

#supernyttmenu li a:active {
	color:black;
}


#supernyttmenu .supernyttsok {float:right;padding:7px 10px 0 0;}
#supernyttmenu input {background:white;font-size:14px;
}
#supernyttmenu .supernyttsok fieldset {
	border:0;
}
.soketekst {
	width:160px;
}

#supernyttmenu .sokeknapp {
	background:url(img/knapp_off.png) repeat-x;
	width:77px;
	height:29px;
	font-weight:bold;
	color:#f05e0a;
	border:0px;
	text-transform:uppercase;
	margin-right:30px;
}


#supernyttmenu .sokeknapp:hover{
	background:url(img/knapp_on.png) repeat-x;
	cursor:pointer;
}



#frontcontent {
	float:left;
	width:606px;
	margin-left:20px;
}

#content {
	float:left;
	width:586px;
	margin-left:20px;
}

.entry {

}

.entry p, .entry ul, .entry ol {
	padding-bottom:1em;
}


.supernytt_frontarticle {
border-bottom:1px dashed #E8E8E8;
float:left;
margin-bottom:33px;
margin-right:11px;
width:288px;
height:276px;
}



.les_saken {
	margin-top:7px;
	height:30px;
	width:200px;
}
.les_saken a{
	background:url(img/les_mer_off.png) no-repeat;
	display:block;
	padding-left:30px;
}

.les_saken a:hover{
	background:url(img/les_mer_on.png) no-repeat;
}



#supernyttpage {
	padding:0 20px;
}




.bildetekst {
	background:#e1eff8;;
	width:577px;
	padding-left:10px;
	font-size:12px;
	margin-top:0;
}

.artikkelmeta {
	color: #790f93;
	margin-bottom:8px;
	text-align:right;
	font-size:0.9em;
}




/* sidebar */
#aside {
	width:313px;
	float:right;
	margin-right:20px;
}

.supernyttwidget {
	background:#e1eff8;
}

.supernyttwidget h3 {
	background:url(img/hovedmeny_bg.png) repeat-x;
	color:#fff;
	padding:4px;
	margin-top:54px;
}

.wpcf7 p{
	padding:5px 25px;
}

.wpcf7 input, .wpcf7 textarea {
	width:250px;
	background:#fff;
}

.wpcf7 .supernytt-tips {
	background:url(img/send_off.png) repeat-x;
	width:126px;
	height:51px;
	border:0px;
	margin-left:66px;
}

.wpcf7 .supernytt-tips:hover {
	background:url(img/send_on.png) repeat-x;
	cursor:pointer;

}


