/*
Theme Name: Terry Økonomi AS
Theme URI: http://terry.no/
Description: Design laget til Terry Økonomi AS høsten 2008.
Version: 1.0
Author: Kjetil Østereng
Author URI: http://kjetilostereng.no/
/* Coda-slider effect with thanks to http://jqueryfordesigners.com/coda-slider-effect */

* { margin: 0; padding: 0 }
html, body{
	height:100%;
	}

/* Fix for footer fra http://ryanfait.com/sticky-footer/ */	
.side{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	}	

.footer, .push {
	height: 60px;
	}

body{
	padding:0px;
	margin:0px;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	font-family: 'Lucida Grande', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:62.5%;
	}

img{
	border:0px;
	}

#header{
	margin:0px auto;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:863px;
	height:202px;
	padding-bottom:0px;
	}
	
#header h1{
	display:none;
	}

.panel ul{
	padding-left: 30px;
	padding-bottom: 5px;
	line-height: 1.2em;}	
	
h2{
	color:#b1b0b0;
	padding-bottom: 3px;
	}
	
a{
	color:#333333;
	text-decoration: none;
	}
	
a:hover{
	color:#666666;
	}
	
.paneltekst{
	width: 460px;
	float: left;}
	
.panelbilde{
	padding-top:10px;
	padding-right: 5px;
	float:right;
	height:400px;
	width: 300px;}


/* Bunnlinja med inndeling i tre kolonner */
#footer img{
	border:none;}

#footer a{
	color:#ffffff;
	text-decoration: none;
	}

#footer-container{
	width:100%;
	background-color:#49494b;
	}

#footer {
	width:863px;
	margin:0px auto;
	height:80px;
	overflow:hidden;
	font-size:1.3em;
	line-height:1.5em;
	color:#ffffff;
	padding-top:20px;
	}

#footer a:hover{
	text-decoration:none;
	color: gray;
	}	
	
.footer-left{
	float:left;
	padding-left:70px;
	padding-right:70px;
	}	

.footer-center{
text-align: center;
	float:left;
	height:90%
	padding-left:70px;
	padding-right:70px;
	/*border-left:2px solid #59595a;
	border-right:2px solid #59595a;*/
	}
	
.footer-right{
	float:left;
	padding-left:70px;
	padding-right:70px;
	}
		
.byline{
	background-color: inherit;
	color: #333333;
	clear: both;
	height:15px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	}
	
.byline a{
	color:#333333;}		
		
#slider p{
	padding-top: 5px;
	padding-bottom: 5px;}

/* Navigasjonslinje/slider */
ul.nav{
	border-top:1px solid #cccccc;
	padding-top:9px;
	padding-bottom:6px;
	font-size: 1.3em;
	text-align: center;
	}
	
ul.nav img{
	border:none;}
	
ul.nav li{
	display:inline;
	padding:25px;
	}

ul.nav li a{
	color:#333333;
	text-decoration: none;
	text-transform: none;
	font-size: 13px; 
	}
	
ul.nav li a:hover{
	color:#666666;
	padding-top:7px;
	padding-bottom:4px;
	border-bottom:3px solid #e82931;
	}
	
ul.nav a.selected{
	color:#666666;	
	padding-top:8px;
	padding-bottom:4px;
	border-bottom:3px solid #e82931;
	}


/* Slider */
#slider{
	width:863px;
	margin:0px auto;
	position:relative;
	}
	
.scroll{
	font-size:1.2em;
	line-height:1.4em;
	border:1px solid #cccccc;
	width:863px;
	height:480px;
	overflow:auto;
/*	overflow-x: hidden; */
	position: relative;
	}
	
.scrollContainer div.panel {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    height: 415px;
    width: 823px;
	}
	
	
.scrollButtons {
	position: absolute;
    top: 240px;
    cursor: pointer;
	}

.scrollButtons.left {
	border:none;
	left: -60px;
	}

.scrollButtons.right {
    border:none;
    right: -60px;
	}