/*
CSS-file for Savio.no
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
background: url(/layout/images/body-background.gif)  repeat-x #fff;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center;
height:100%;
font-size:  100%;
}
body {
font-size:  0.7em;
}
div, td, th { 
text-align: left;
}
td {
vertical-align: top;
border-collapse: collapse;
padding: 2px;
}
p {
margin: 4px 0 10px 0;
}

h1, h2, h3 {
font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
padding-bottom: 3px;
}
h4, h5 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
padding-bottom: 3px;
}
h1 {
font-size: 1.7em;
}
h2 {
font-size: 1.7em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.3em;
}
h5 {
font-size: 1.1em;
}
h2 a, h3 a, h4 a, h5 a {
text-decoration: none;
color: #000 !important;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
color: #999 !important;
}
/*Behandling av FORM og INPUT */
input {
margin: 2px 0 2px 0;
}
input,textarea,select {
background: #F7F7F8;
}
input,textarea, select, option {
border: 1px solid #3B3831;
font-size: 11px;
padding: 2px;
}
.postButton {
padding: 1px;
background: #3B3831;
color: #ABB746;
font-weight: bold;
cursor:pointer;
}
.postButton:hover {
background:#C8D087;
color: #000;
}
legend {
display: none;
}
blockquote {
clear: both;
margin: 4px 0 10px 30px;
padding: 7px 7px 7px 35px;
border: 1px dotted #ccc;
background: url(/layout/icons/blockqoute.gif) -2px -2px no-repeat #F9F9F9; 
}
/*Generell linkdefinering */		
a:link {
color: #CC6600;
}
a:visited {
color: #336633;
}
a:hover {
text-decoration:none;
}
.clear { clear: both; }
.msg {
color: red;
}
.tblColor {
background: #f5f5f5;
}
#mainContainer {
margin: 0 auto; /*** Centers the design ***/
width: 775px;
min-height:100%;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
height: 242px;
}
#logo {
width: 260px; 
height: 202px;
float: left;	
}
#logo h1 {
overflow: hidden;
height: 130px;
width: 260px;
}
#logo h1 a {
display: block;
overflow: hidden;
padding: 130px 0 0 0;
background:url(/layout/images/header/logo.gif) no-repeat;
}
#logo h1 a:hover {
background-position: 0 0;
}
#headerRight {
float: right;
margin-top: 7px;
width: 360px;
height: 170px;
background: #C8D087;
border: 7px solid #fff;				
}
.skip {
position: absolute;
top: -3000px;
}
#headerBottom {
float: left;
width: 775px;
margin-top: 10px;
}
#headerBottom ul {
padding: 0 0 5px 5px;
}
#headerBottom li {
float: left;
display: inline;
}
#headerTrack {
float: left;
padding: 0 0 5px 10px;
color: #8F8671;
font-size: 11px;
}
#headerTrack li {
float: left;
display: inline;
margin: 0 5px 0 2px;
}
#headerTrack a {
color: #514F4C;
background:url(/layout/images/header/header-track-list.gif) top right no-repeat;
padding: 0 15px 0 0;
text-decoration: none;
}
#headerTrack a:hover {
color: #8F8671;
background:url(/layout/images/header/header-track-list.gif) bottom right no-repeat;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 160px;  
padding-bottom: 10px;
}
* html .outer {
padding-right: 130px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 614px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 112px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 640px;
margin-left: -160px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
width: 645px;
}
#content {
float: right;
width: 470px;
background: #fff;
margin-bottom: 10px;
font-size: 102%;
line-height: 1.2;
position: relative;  /*** IE needs this  ***/
}
#content ul, #content ol {
margin: 6px 0 10px 30px;
}
#content h2 a, #content h3 a {
text-decoration: none;
color: #804000 !important;
}
#content li {
margin: 3px 0 3px 10px;
}
#content2 {
margin: 0 5px 10px 160px;
background: #fff;
}
.ingress {
font-weight: bold;
}
.contentWrap{
padding: 5px 7px 5px 7px;
}
.contentWrap img {
margin: 4px !important;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
.wrapLeft {
float: left;
padding: 0 3px 10px 7px;
}
.wrapRight {
float: right;
padding: 0 7px 10px 3px;
}
.wrapLeft, .wrapRight {
width: 218px;
}
.imgCls {
margin: 0 0 4px 4px !important;
float:right;
}
.infoText {
font-family: Arial, Tahoma, Verdana, sans-serif;
padding: 3px 5px 2px 5px;
margin: 0 0 10px 0 !important;
border: 1px solid #f5f5f5;
float: left;
width: 450px;
}
.postedDate {
display: inline;
float: left !important;
background: url(/layout/icons/time.gif) no-repeat;
padding: 1px 0 0 17px !important;
}
.blogAuthor {
display: inline;
float: right !important;
}
.readMore, .artDate {
font-family: Arial, Tahoma, Verdana, sans-serif;
padding: 5px 0 4px 5px;
margin: 0 0 8px 0 !important;
background: #F9F9F9;
float: left;
width: 100%;
}
.readMore li, .artDate li {
display: inline;
padding: 0 !important;
margin: 0 15px 0 0 !important;
}
.readMore a {
font-weight: bold;
}
.kudos, .glugg, .facebook, .delicious, .google-bookmarks, .magnolia, .stumbleupon, .wiki-comments, .msn-reporter, .tweet {
float: right !important;
}
.kudos a, .facebook a, .delicious a, .google-bookmarks a, .magnolia a, .stumbleupon a, .wiki-comments a, .msn-reporter a, .tweet a {
display: block;
overflow: hidden;
padding: 16px 0 0 0;
height: 0;
width: 16px !important;
margin: 0;
}
.kudos a {
background: url(/layout/icons/bookmarks/kudos.gif) 0 0 no-repeat;
}
.facebook a {
background: url(/layout/icons/bookmarks/facebook.gif) 0 0 no-repeat;
}
.delicious a {
background: url(/layout/icons/bookmarks/delicious.gif) 0 0 no-repeat;
}
.google-bookmarks a{
background: url(/layout/icons/bookmarks/google-bookmarks.gif) 0 0 no-repeat;
}
.magnolia a{
background: url(/layout/icons/bookmarks/magnolia.gif) 0 0 no-repeat;
}
.stumbleupon a{
background: url(/layout/icons/bookmarks/stumbleupon.gif) 0 0 no-repeat;
}
.wiki-comments a{
background: url(/layout/icons/bookmarks/comments.gif) 0 0 no-repeat;
}
.msn-reporter a{
background: url(/layout/icons/bookmarks/msnreporter.gif) 0 0 no-repeat;
}
.tweet a{
background: url(/layout/icons/bookmarks/Twitter-16x16.png) 0 0 no-repeat;
}
.more a {
float: left;
background: url(/layout/icons/text-icon.gif) 0 1px no-repeat;
padding: 1px 10px 5px 22px !important;
}
li.comments {
float: left;
font-weight: bold;
background: url(/layout/icons/comment-icon.gif) no-repeat;
padding: 1px 0 1px 22px !important;
}
.other a {
float: left;
font-weight: bold;
padding: 1px 0 5px 0px !important;
}
.comments2 a {
float: right;
background: url(/layout/icons/comment-icon-add.gif) no-repeat;
padding: 0 10px 0 17px !important;
}
.permalink a {
float: right;
background: url(/layout/icons/permalink-icon.gif) no-repeat;
padding: 0 10px 0 17px !important;
}
.infoText2 {
font-family: Arial, Tahoma, Verdana, sans-serif;
padding: 0 5px 0 0;
margin: 0 !important;
}
.infoText2 a, .tags a {
color: #5D7523;
}
.infoText2 li {
display: inline !important;
padding: 0 0 7px 0 !important;
margin: 0 !important;
}
.commentUser {
float: left;
font-weight: bold;
}
.commentDate {
float: right !important;
}
.infoText2 img {
float: left;
}
a.saveIt {
font-weight: bold;
background: url(/layout/icons/save-icon.gif) no-repeat;
padding: 1px 10px 10px 20px !important;
}
a.preview {
font-weight: bold;
background: url(/layout/icons/preview.gif) no-repeat;
padding: 1px 10px 10px 20px !important;
}
#commentWrapper {
clear: both;
background: #FBFBFB;
width: 465px;
position:relative;
z-index:10;
}
#reply {
background: #FBFBFB;
}
#drag {
cursor: move;
padding:5px;
background:#C8D087;
}
#drag span a {
float: right;
font-weight: bold;
text-decoration: none;
color: #000;
}
#drag span a:hover {
text-decoration: underline;
}
.bbButton {
border: 1px solid #FBFBFB;
cursor:pointer;
float: left;
}
.bbButton:hover {
border: 1px solid #3B3831;
background: #F7F7F8;
}
.preloader {
float:left;
height: 20px;
width: 450px;
background: url(/layout/icons/working.gif) no-repeat center center; 
}
.feedLink {
padding-left:13px;
background: url(/layout/icons/feed-icon-10x10.gif) no-repeat center left;
}
/*** TAG CLOUD ***/
.tagWrap {
clear: both;
margin: 0 2px 0 7px;
padding: 5px 7px 2px 7px;
background: #E2E9C1;
text-align: center;
}
.tagWrap a {
text-decoration: none;
color: #000;
}
.tagWrap a:hover {
text-decoration: underline;
}
a.tvsmall {
font-size: 0.9em;
}
a.tsmall {
font-size: 1.2em;
color: #9C742F;
}
a.tmedio {
font-size: 1.5em;
color: #9C742F;
}
a.tlarge {
font-size: 1.8em;
color: #006633;
}
a.tvlarge {
font-size: 2.1em;
color: #0033CC;
}
/*** CODE ***/
ol.code, .selector {
margin-left: 0 !important;
padding-left: 20px;
}
.code, .selector {
padding:3px 5px 3px 35px;
border:1px solid #999 !important;
list-style-type:decimal-leading-zero;
font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
.code li, .RuleList {
margin:2px 0;
padding:0 5px;
background:#f5f5f5 !important;
}
.code code {font-family:Tahoma,"Courier New",Tahoma;}
.code li.tab1, .Rule {padding-left:20px;}
.code li.tab2 {padding-left:40px;}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 160px;
margin-top: 5px;
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style: none;
}
.leftMenu li {
font-weight: bold;
margin: 0 !important;
padding: 0 !important;
}
.leftMenu li li {
padding: 0 !important;
font-weight: normal;
}
.leftMenu a {
display: block;
width: 145px;
padding: 7px 10px 7px 10px;
text-decoration: none !important;
border-top: 1px solid #C8D087;
color: #3B3831 !important;
}
.leftMenu a:hover, .leftMenu a.navSel {
padding: 7px 10px 5px 10px;
border-bottom: 2px solid #C8D087;
background: #E2E9C1 !important;
}
.leftMenu li li a {
border-top: 1px solid #f3f3f3 !important;
color: #666 !important;
padding-left: 20px;
width: 135px;
}
.leftMenu li li a:hover, .leftMenu li li a.navSel {
border-bottom: 2px solid #F9F9F9;
background: #F9F9F9 !important;
padding-left: 20px !important;
}
.leftCol {
padding: 5px;
}
.leftCol li {
padding-bottom: 4px;
}
.leftCol a {
color: #514F4C;
text-decoration: none;
}
.leftCol a:hover {
color: #8F8671;
text-decoration: underline;
}
#left h4, #right h4 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
background: #E2E9C1;
padding: 2px 2px 2px 5px;
margin: 5px 0 0 0;
}
#left h4 {
width: 158px;
}
.feedLarge {
margin-top: 2px;
overflow: hidden;
/**height: 46px;**/
height: 60px;
width: 160px;
}
.feedLarge a {
display: block;
overflow: hidden;
/**padding: 46px 0 0 0;**/
padding: 60px 0 0 0;
background: url(/layout/icons/feed-large-3.gif) no-repeat;
/**background: url(/layout/icons/feed-large.png) no-repeat;**/
}
/*** Google Website Optimizer test ***/
.feedLarge2, .feedLarge3 {
margin-top: 2px;
overflow: hidden;
height: 60px;
width: 160px;
}
.feedLarge2 a {
display: block;
overflow: hidden;
padding: 60px 0 0 0;
background: url(/layout/icons/feed-large-2.gif) no-repeat;
}
.feedLarge3 a {
display: block;
overflow: hidden;
padding: 60px 0 0 0;
background: url(/layout/icons/feed-large-3.gif) no-repeat;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 130px;
position: relative;  /*** IE needs this  ***/
}
* html #right {
margin-right: -130px; /*** IE gets this margin. ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 4px;
}
#right a {
color: #514F4C;
text-decoration: none;
}
#right a:hover {
color: #8F8671;
text-decoration: underline;
}
.rightCol {
padding: 5px 3px 5px 5px;
}
#topMenuLeft {
position: absolute;
z-index: 2;
top: -228px;
margin-left: -236px;
list-style: none;
width: 167px !important;
height: 66px;
text-align: right;
padding-right: 10px;
background: #E2E9C1;
}
* html #topMenuLeft {
margin-left: -237px;
}
#topMenuRight {
position: absolute;
z-index: 2;
top: -228px;
margin-left: -59px;
list-style: none;
border-left: 7px solid #fff;
width: 176px !important;
height: 66px;
background: #E2E9C1;
}
* html #topMenuRight {
margin-left: -60px;
}
#topMenuLeft li, #topMenuRight li {
margin: 6px 0 0 7px;
}
#topMenuLeft a.navSel, #topMenuRight a.navSel {
text-decoration: underline;
}
#headerText {
position: absolute;
top: -145px;
margin-left: -210px;
width: 300px;
text-align: center;
}
#search {
position: absolute;
top: -95px;
margin-left: -236px;
background: #3B3831;
width: 349px;
padding: 7px 4px 7px 7px;
}
* html #search {
position: absolute;
top: -97px;
margin-left: -237px;
}
#search select {
padding: 0 2px 0 2px !important;
}
#search #q {
background: #fff;
}
.searchButton {
height: 17px !important;
width: 50px !important;
background: url(/layout/icons/searchButton.gif) top left no-repeat;
color: #ABB746;
font-weight: bold !important;
border: 0;
text-align: right;
cursor: pointer;
}
.searchButton:hover {
color: #f5f5f5;
background: url(/layout/icons/searchButton.gif) bottom left no-repeat !important;
}
h5.john {
display: block;
overflow: hidden;
margin:0px 0 0 10px;
padding: 30px 0 0 0;
height: 0 !important;
height /**/ : 30px;
}
h5.john a {
padding: 30px 0 0 0; 
background: url(/layout/images/john-savio.gif) no-repeat; 
height: 30px; 
margin: 2px 0 2px 0;
}
#twitter_div {
padding: 5px 3px 5px 5px;
}
h5.twitter {
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
height: 22px;
width: 120px;
}
h5.twitter a {
display: block;
overflow: hidden;
padding: 22px 0 0 0; 
background: url(/layout/images/twitter.gif) no-repeat; 
margin: 0;
}
/**************************
FOOTER
**************************/
#footer {
clear: both;
height: 100px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -120px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
border-top: 20px solid #E2E9C1;
background: #C8D087;
}
* html #footer {
margin-top: -122px;
}
#footer ul {
list-style-type: none;
}
#footerWrap {
margin: 0 auto;
width: 775px;
text-align: center;
padding: 5px;
}
.feeds, .info, .resources {
width: 251px;
margin-top: -24px;
}
.info, .resources {
float:left;
margin-right:11px;
}
.feeds {
float: right;
}
.resources h5, .feeds h5, .info h5 {
position: relative; /* IE needs this */
color: #333;
font-weight: normal;
padding: 3px 0 3px 0;
margin-bottom: 5px;
font-size: 11px;
text-transform: uppercase;
}
.resources a, .info a, .feeds a, .resources a:visited, .info a:visited, .feeds a:visited {
display:block;
padding: 4px 0 4px 25px;
text-decoration: none;
width: 225px;
color: #514F4C;
}
.resources a {
background: url(/layout/icons/resources-small.gif) 3px 2px no-repeat;
}
.resources a:hover{
background: url(/layout/icons/resources-small.gif) 3px -32px no-repeat #E2E9C1;
}
.info a {
background: url(/layout/icons/info-small.gif) 3px 2px no-repeat;
}
.info a:hover{
background: url(/layout/icons/info-small.gif) 3px -32px no-repeat #E2E9C1;
}
.feeds a {
background: url(/layout/icons/feed-small.gif) 3px 2px no-repeat;
}
.feeds a:hover{
background: url(/layout/icons/feed-small.gif) 3px -32px no-repeat #E2E9C1;
}
#footerText {
clear: both;
color: #514F4C;
text-align: right;
padding: 5px 5px 5px 5px;
}
#footerText a {
text-decoration: none;
color: #514F4C;
}
#footerText a:hover {
text-decoration: underline;
}
/*** EXTRA ***/
.posthidden {display:none}
#count {
display: none;
position: absolute;
top: -200px;
}
.ytIframe {
height: 430px;
width: 466px;
overflow: hidden;
border: 0;
background: #000;
}