/*
CSS print file Torun Eriksen
http://www.toruneriksen.no

Made by Eivind Savio 2007
*/
* /*Set's border, padding and margin to 0 for all values*/
{
border: 0;
padding: 0;
margin: 0;
}
html, body {
color: #000;
font-family: Verdana, Arial, Tahoma, sans-serif;
background: #fff;
}
body {
font-size: 75%;
}
a {
color: #4A95BA;
}
/*a:visited {
color: #008348;
}*/
a:hover {
color: #008348;
text-decoration: none;
}

h2, h3, h4 {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-weight: bold;
color: #000;
}
h3, h4 {
margin: 5px 0 5px 0;
}
h2 {
font-size: 1.5em;
margin-bottom: 5px;
}
h2 a, h3 a, h4 a {
color: #000;
text-decoration: none;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
p {
margin: 6px 0 8px 0;
}
div, td {
text-align: left;
}
td {
vertical-align: top;
border-collapse: collapse;
padding: 2px;
}
legend { display: none }
input {
margin: 2px 0 2px 0;
}
input, textarea, select {
background: #FCFCFC;
border: 1px solid #99A9AD;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
background: #F8F4F1;
}
input, textarea, select, option {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 11px;
padding: 2px;
}
.postButton {
color: #fff;
background: #000;
cursor: pointer;
padding: 3px;
font-weight: bold;
}
.postButton:hover { /*IE only understand :hover on a, so this won't work in IE.*/
background: #008348;
}
.msg {
color: #CC0000;
}
.text1 {
font-weight: bold;
}
#mainContainer {
background:  #fff;
}
/**************************
HEADER
**************************/
#logo {
margin-bottom: 10px;		
}
#Menu, #headerRight, #headerMenu, #headerTrack {
display: none;
}
/**************************
CONTENT
**************************/
#content {
padding: 20px 0 0 0;
}
#content img {
margin: 0 3px 0 3px;
}
#content ul, #content ol {
margin: 3px 0 3px 30px;
}
#content li {
margin: 3px 0 3px 10px;
}

#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
}
#content a[href^="/"]:after {
content: " (http://www.toruneriksen.no" attr(href) ") ";
}
#contentWrap1 {
margin-bottom: 10px;
}
.wrapLeft {
float: left;
padding: 0 5px 10px 0;
}
.wrapRight {
float: right;
padding: 0 0 10px 5px;
}
.wrapLeft, .wrapRight {
width: 49%;
}
.wrapLeft , .wrapRight {
border-top: 1px solid #99A9AD;
padding-top: 5px;
}
.contentWrap3 {
margin-bottom: 10px;
}
ul.readMore {
padding: 0 !important;
margin: 0 !important;
font-family: Arial, Tahoma, Verdana, sans-serif;
}
ul.readMore li {
display: inline;
margin: 0 !important;
}
ul.readMore li a {
font-weight: bold;
}
.imgCls {
margin: 0 0 4px 4px;
float:right;
}
.imgCls {
margin: 0 0 4px 4px;
float:right;
}
.dateDetail {
font-style: italic;
}
ul.imgWrap {
list-style-type: none;
margin: 12px 0 0 0 !important;
padding: 0 !important;
}
.imgWrap li {
display: inline;
margin: 0 !important;
padding: 0 !important;
}
/**************************
FOOTER
**************************/
#footer {
display: none;
}
/**************************
EXTRA
**************************/