/*
Theme Name: Brendhagen
Theme URI: http://brendhagen.no
Description: Brendhagen.no theme
Version: 1.0
Author: Alexander Skjolden / Eyego AS
Author URI: http://www.eyego.no
Tags: Eyego.no, brendhagen
*/

@import "style/reset.css";

/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
   height: 100%;
   line-height: 20px;
   color: #292728;
}

input {
  border: 1px solid grey;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

li {
  list-style: none;
}

/*------- backgroundimage ------*/

#backgroundimg{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;

}

img.source-image {
	position: absolute;
	top: 0;
	left: 0;
}

#rotator {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: -1;
}
#rotator ul li {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#rotator ul li.show {
	z-index:500
}


/*------- header -----*/

#nikng {
  position: absolute;
  left: 200px;
  top: -10px;
  background: url('images/nikng.png') no-repeat;
  height: 62px;
  width: 210px;
}

#mininikonlink {
  float: left;
  margin: 5px 5px 5px 10px;
}

#mininglink {
  float: left;
  margin: 5px 5px 5px 7px;

}


#topheaderwrapper{
  width: 100%;
  background: url('images/topheader.png') repeat-x;
  height: 20px;
}

#headerwrapper {
  width: 100%;
  background: #ffcc33;
  border-top: 1px solid #fff533;
  border-bottom: 1px solid #fff533;
}

#header {
  height: 80px;
  width: 970px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}

#header img{
}

#playpause {
  font-size: 0.8em;
  color: #585454;
  font-family: "Verdana";
  position: absolute;
  top: 40px;
  right: 37px;
  cursor: pointer;
  text-transform: uppercase;
}

#search {
  right: 2px;
  top: 10px;
  position: absolute;
}



/*------- page ------*/


#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -180px;
}


.screen-reader-text{
  font-size: 0.9em;
}

#topmenu {
  width: 970px;
  margin: 0 auto;
}

#topmenu img {
  padding: 3px;
  float: right;
}

#hideshow_content {
  color: #fff;
  background: #252525;
  padding: 0px 5px 3px 5px;
  float: left;
  cursor: pointer;
}

#contentwrapper {
    width: 970px;
    margin: 0 auto;
    position: relative;
}

#menuwrapper {
  width: 100%;
  height: 40px;
  background: url('images/menuwrapper.png');
  text-align: center;
}

#mainmenu {
  width: 970px;
  margin: 0 auto;
  padding-top: 10px;
}

#mainmenu a {
  text-align: left;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  padding: 0px 7px 12px 3px;
}
#mainmenu a:hover {
  padding: 0px 7px 12px 3px;
}

.page_item {
  display: inline;
}
#content {
  position: relative;
  float: left;
  background: #f7f7f7;
  width: 930px;
  padding: 20px; 
}

#roundcorner{
  position: absolute;
  background: url('images/roundcorner.png') no-repeat;
  bottom: -15px;
  right: 0px;
  height: 32px;
  width: 970px;
}


#twitter {
  position: absolute;
  right: -30px;
  top: 14px;
  height: 32px;
  width: 32px;
  width: 30px;  
}


#facebook {
  position: absolute;
  right: -30px;
  top: 85px;
  height: 32px;
  width: 32px;
  width: 30px;  
}

#linkedin {
   position: absolute;
  right: -30px;
  top: 49px;
  height: 32px;
  width: 32px;
  width: 30px;  
}

#rssicon{
   position: absolute;
  right: -30px;
  top: 120px;
  height: 32px;
  width: 32px;
  width: 30px; 
}

.pagetitle {
  font-size: 0.95em;
  font-style: italic;
  padding: 3px;
  border: 1px solid #d5d5d5;
  text-align: center;
  margin-bottom: 8px;
}

#content h3 {
  padding: 10px;
  border: 1px solid #d5d5d5;
}

.navigation {
  padding: 10px;
  font-size: 0.9em;
  font-weight: bold;
}

.postmetadata {
  padding: 30px 3px 3px;
  padding-top: 5px;
  font-size: 0.70em !important;
}

.post {
  padding-bottom: 10px;
}

.thetime {
  float: right;
  font-size: 0.8em;
  margin-top: -25px;
  margin-right: 10px;
}

.entry {
  margin-top: 5px;
}

.entry img{
  padding: 5px 10px;
}

#sidebar {
  float:right;
  background: #fff;
  width: 200px;

}

#hideshow_footer{
  float: left;
  cursor: pointer;
}

#push {
  height: 210px;
  clear: both;
}

#author{
margin-top: 3px;
}

#email {
margin-top: 3px;
}

#url {
margin-top: 3px;
}

#comment {
margin-top: 3px;
}

#submit {
margin-top: 3px;
}

.nextpage {
  font-size: 0.9em;
  width: 450px;
  float: left;
}
.prevpage {
  font-size: 0.9em;
  width: 450px;
  float: left;
  text-align: right;
}

#commentform label {
  font-size: 0.8em;
  margin-left: 10px;
}

.entry p {
  padding-left: 5px;
  padding-bottom: 15px;
  font-size: 0.9em;
}

.ec3_schedule {
  width: 100%;
  font-size: 0.8em !important;  
}

.postmetadata {
  clear: both;
}

.post-edit-link{
  font-size: 0.9em;
}
/*------- footer ------*/

#footerwrapper{
  line-height: 14px;
  clear: both;
  height: 500px;
  width: 100%;
  background: #ffcc33;
  border-top: 2px solid #fff533;
}

#footer {
  width: 980px;
  margin: 0 auto;
}

.footerbox {
  background: #fefefe;
  border: 1px solid grey;
  float:left;
  width: 290px;
  margin: 15px 10px 0px 10px;
  height: 400px;
  padding: 6px;
  font-size: 0.9em;
  position: relative;
}
.footerbox3 {
  background: #fefefe;
  border: 1px solid grey;
  float:left;
  width: 290px;
  margin: 15px 10px 0px 10px;
  height: 400px;
  padding: 6px;
  font-size: 0.9em;
  position: relative;
}

.footerbox3 div {
  margin-left: 10px;
  
}


.footerbox ul{
  padding-top: 5px;
  padding-left: 15px;
}

.footerbox3 ul{
  padding-top: 5px;
  padding-left: 15px;
}

#footertext {
  margin-right: 20px;
  text-align: right;
  font-size: 0.7em;
  height: 20px;
}

.footerbox h2 {
  margin-top: 2px;
  margin-left: 12px;
}

.footerbox3 h2 {
  margin-top: 2px;
  margin-left: 12px;
}

.ec3_list {
  margin-top: 2px !important;
  margin-left: 12px !important;
  padding: 5px 0px !important;
  color: #000 !important;
}

.ec3_schedule {
  float: left !important;
  border: none !important; 
}


.ec3_list li a {
  display: block;
  margin-left: 10px;
  margin-top: 2px;
}

#wp-calendar {
  line-height: 12px;
  margin-left: 5px !important;
  margin-top: 0px !important;
  font-size: 0.8em !important;
}

#wp-calendar td{
  padding: 1px 0px !important;
}

#wp-calendar table a{
  
}

#wp-calendar tbody td a {
  text-decoration: none !important;
  font-weight: bold !important;
  background: none !important; 
}


#today {
  
}

.fdw_widget {
  padding: 10px;

}

#showit {
  display: none !important;
}

.claendar-caption {
  padding: 5px 2px;
  font-size: 1em !important;
}

#prev a{
  margin-left: 20px;
  background: none !important;
}

#next a {
  margin-right: 20px;
}

.twitter-item {
  padding: 4px;
  margin: 3px 0px; 
}

.twitter-timestamp {
  font-size: 0.7em;
  text-align: right;
}

#kontaktinfo{
font-size: 0.8em;
position: absolute;
top: 2px;
left: 450px;
}

