/*  
Theme Name: Flash News Child
Theme URI: http://www.woothemes.com/
Description: Child theme for Flash News
Version: 1.0
Author: WooThemes
Author URI: http://www.woothemes.com/
Template: flashnews
*/

@import url("../flashnews/style.css");


/* GENERELT */

body{
	background: #1a1a1a url(images/bgorange.gif) repeat-x top;
	color: #333333;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}

a{
	color: #E48F09;  /* 0681b5 */
}


/* Toppmeny */
.nav1 li a{
	color: #FFF;
	display: block;
	height: 27px;
	text-align: center;
}

.nav1 li a { padding: 0px 0px 0px 9px; background: url(./images/menuleft-indio.gif) no-repeat left top; float: left;}

.nav1 li a:hover , li.current_page_item a{ background-position: 0% -27px; text-decoration: none;}
.nav1 li a:hover span , li.current_page_item a span{ background-position: 100% -27px; }

#columns h2{
	color: #e48f09;
	font: 20px Arial, Helvetica, sans-serif;  /* font: 20px Georgia, "Times New Roman", Times, serif; */
	margin: 0 0 5px;
	text-transform: uppercase;
}
#columns h2 a{
	color: #e48f09;
}

#columns h3, #columns h5{
	background: none;
	height: 16px;
	margin: 0 0 10px;
	padding: 0 0 0 0;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	color: #f4f4f4;
}
	
#columns h3, #columns h4, #columns h5{
	color: #f4f4f4;
}

/* GENERELT SLUTT */


/* HEADER */

#header{
	background: url(images/header-bgr-indio.gif) no-repeat top;
}

#header .spacer{
	text-align: left;
}

#header .spacer a{
	color: #006aa8;
}

#page-bot{
	background: url(images/page-bot-indio.gif) no-repeat top;
}

#topmenu{
	background: url(images/catbg.gif) repeat-x top;
	height: 33px;
	margin: 0 0 20px;
	_margin-bottom: -20px;
	color: none;
}

#topmenu li a{
	color: #FFF;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}
#topmenu li a:hover,#topmenu li.active a{
	color: #ff7800;
	text-decoration: none;
}


#nav ul{
	padding: 0;
	margin: 0 0 0 2px;
	float:left;
	list-style: none;
}

#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
}

#nav li ul li {
	background-color:#e18f0d;
	background-image: none;
	width:15em;
	border:1px solid #393939;
  border-top: none;	
}

#nav li ul li a:hover {
	color: #393939;
}

#nav li ul ul {
margin: -34px 0 0 15em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
} 

/* IE7 Fix */
.nav li:hover, .nav li.hover { position: static; }

#search{
	background: url(images/search-bgr-indio.gif) no-repeat;
	height: 32px;
	margin: 0 0 10px;
	width: 223px;
}

#search input{
	background: transparent;
	border: 0;
	color: #FFF;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
	width: 180px;
}
#search .btn{
	margin: 5px 0 0;
	padding: 0;
	width: auto;
}

/* HEADER SLUTT */


/* FEATURED */

.box{
	background: url(images/box-bgr-indio.gif) repeat-y;
	margin: 0 0 20px;
	width: 900px;
}


.box .top,
.box .bot{
	background: url(images/box-top-indio.gif) no-repeat top;
	clear: both;
	height: 20px;
	overflow: hidden;
}

.box .bot{
	background: url(images/box-bot-indio.gif) no-repeat top;
}

.box .spacer{
	height: 1%;
	padding: 0 15px;
}

.featureditem {
	height:220px;
	margin-left:43px; /* 30px */
	/* margin-right:18px; */ /*lagt til*/
	_margin:0;
	padding:0;
	background: #e5e5e5 !important;
	overflow:hidden;
}

.col4{
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}
.col5{
	float: left;
	margin: 0 0 0 15px;
	padding:0;
	width: 459px;
}

.col5 p.content{
  padding: 0 0 3px;
}

.featuredpost .continue-tags{
	background-color: #393939;
	margin: 2px 0 0 0;
	padding: 4px 10px 0 10px;
}

/* FEATURED SLUTT */

/* SAKLISTE NEDERST */

.headlines dt {
	width: auto;

}


/* SAKLISTE NEDERST SLUTT */

/* INNLEGG */
 
.navigation a {			/* Forrige/neste innlegg-linker i ett innlegg */
	color: #E48F09; 
	font-size: 1.2em;
	font-weight: bold;
} 

.continue-tags{
	background-image: none;
	background-color: #e5e5e5;
	clear: both;
	height: 25px;
	line-height: 29px;
	margin: 2px 0 15px;
	padding: 4px 10px 0 10px;
}

.continue-tags a{
  color: #E48F09;
}


span.comments{
	background: url(images/ico-comments-indio2.gif) no-repeat left;
	padding: 0 0 0 20px;
}

span.comments a{
  color: #006aa8;
}

.date-comments a{
  color: #006aa8;
}

span.tags{
	background: none;
	padding: 1px 0 0 10px;
	color: #e48f09;
}

span.tags a{
	color: #e48f09;
}

.headlines dt a {
color:#E48F09;
font-weight:bold;
}

/* INNLEGG SLUTT */


/* SIDEBAR */

#rightcol .widget h3.hl{
	color: #393939;
}

.list1 li{
	background: none;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}

.list1 li, #columns h3, #columns h5{
	background: none;
}


/* Twitter Tools */

.box2{
	background: url(images/box2-bgr-indio.gif) repeat-y; /* test */
	margin: 0 0 15px;
	width: 348px;
}

.box2 .top,
.box2 .bot{
	background: url(images/box2-top-indio.gif) no-repeat top;
	clear: both;
	height: 38px;
	overflow: hidden;
	padding: 11px 13px 0 13px;
}

.box2 .bot{
	background: url(images/box2-bot-indio.gif) no-repeat bottom;
	height: 10px;
}

#twitter-tools .spacer{
	padding: -5px 18px 0 18px;	
}

/*
.aktt_tweets{
	width: 312px;

}
*/

#twitter-tools li{
	margin: 0 0 10px 0;
	background-image: url(images/twitter-fj-bgr.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

#twitter-tools li.aktt_more_updates{
	background-image: none;
}

#twitter-tools ul{
	margin: 7px 3px 0 3px;
}

.aktt_tweets ul li {
	overflow: hidden;
}


/* User Photo */

.vignett{
	background-color: none;
	border-left: solid;
	border-left-width: 1px;
	border-color: #CACACA;
	color: #393939;
	padding: 5px 5px 5px 10px;
	margin: 0 0 10px 0;
}

.vignett .bilde{	
}

.vignett .tekst{
	margin: 3px 0 0 0;
}

/* Lifestream */

p.lifestream-paging{
	display: none;
}

#columns h2.lifestream_date{
	color: #393939;
	text-transform: none;
	font-size: 1.2em;
	margin: 10px 0 0 0;
	font-weight: bold;
}

/* Bildegalleri 

html > body .ngg-album{
	border: solid;
	border-color: #603;
	padding: 20px;
	background-color: #393939;
}
*/


html>body .ngg-album {
    overflow:hidden;
    padding: 20px;
    margin-bottom: 5px;
    border: 1px solid #603;
}
    
/* SIDEBAR SLUTT */


/* FOOTER */

.boxbottom { margin:0; }

.col3{
	border-left: 1px solid;
	border-color: #838383;
	float: left;
	margin: 0 0 0 15px !important;
	width: 400px;
	padding: 0 0 0 10px !important;
	display: inline;
}

.col9{
	border-left: 1px solid;
	border-color: #838383;
	float: left;
	margin: 0 0 0 3px !important;
	width: 400px;
	padding: 0 0 25px 10px !important;
	display: inline;
}

.list3{
	padding: 0 0 0 5px;
	
}
.list3 li{
	background: none;
	line-height: 25px;
	padding: 0 0 0 0;
  	border: none;  
}
   
/* FOOTER SLUTT */

 
 
/* ARKIV */

#centercol h3{
	color: #393939;
}   
    
/* ARKIV SLUTT */


/* 404 */

#error h2{
	color: #E48F09;
	font-style: normal; 
	margin-bottom: 10px;
}   

#error h2 em{
	color: #393939;
	font-style: normal; 
} 

.errortext{
	color: #393939;
	font-size: 1.2em;
}

.errorcol{
	float: left;
	width: 430px;
}
    
/* 404 SLUTT */
