/*------------Clearing the way to content----------------*/z
.hide	{
	display:none;
	}
/*---------------------------------------------------*/


/*----------Begin General Page Layout-----------*/
/*-------This section describes things in the order they appear on the page--------------*/

body {
	margin: 0; z
	padding: 0;
        border: 0;
        font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 10pt;
	color: #463928;
	text-align: center;
        background: #615E5A url(http://blogg.jkorvik.com/bilder/line.gif) top center repeat-y;
        scrollbar-face-color: #2a2a2a;
        scrollbar-highlight-color: #615E5A;
        scrollbar-3dlight-color: #615E5A;
        scrollbar-shadow-color: #2a2a2a;
        scrollbar-darkshadow-color: #2a2a2a;
        scrollbar-arrow-color: #2a2a2a;
        scrollbar-track-color: #615E5A;
}

#wrapper	{
	background: #e5e5e5;
	width: 780px;
	margin: 0 auto;
	border: solid #707C99;
	border-width: 0 0 0 0;
	text-align: left;
	color: #333;
	position:relative;
	}

#header	{
	background: #615e5a url(http://www.jkorvik.com/blogg/bilder/overskrift.jpg) no-repeat;
	background-position: 0 0;
	height:400px;
	width:100%;
	}

#header h1 {
	padding-top: 0;
	margin: 0;
        padding: 330px 0 0 16px;
	font-size: 39pt;
	line-height: 15pt;
	text-align: left;
        text-decoration : none;
	}

.description {
        padding: 0 0 0 16px;
	font-size: 11pt;
	text-align: left;
	line-height: 17pt;
	}

.underskrift  {
        font-size: 10px;
        color: #2a2a2a;
        text-align: center;
        text-transform: uppercase;
        }

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #2E1F0C;
	text-align: left;
	}

.profil {
        text-align:left;
        margin: -5px 0 0 3px;
	}

/* ---------- Begin mainnav ----------------------- */
#mainnav {
  background:#515e5a url(images/navmenu_back.gif) top left repeat-x;
  float:left;
  width:100%;
  border:solid #999999;
  border-width:1px 0;
  }
  
#mainnav ul { padding: 0; }
#mainnav ul li { display: inline; }

#mainnav ul
{
margin: 0;
padding: 0 0 0 2px;
color: #e5e5e5;
font-size: 8pt;
letter-spacing: 1px;
}

#mainnav ul li a
{
/* --- OVRE LINJEMENY --- */
padding: 3px 12px;
color: #e5e5e5;
text-decoration: none;
float: left;
	line-height: 15pt;
border-right: 0px solid #615e5a;
}

#mainnav zz li a:hover
{
background-color: #615e5a;
color: #e5e5e5;
}

#navlist li a:hover, #navlist li a:active
{
color: #e5e5e5;
text-decoration: none;
background: #615e5a;
text-align: left;
}

/* ---------- End mainnav ----------------------- */

#content_container	{
	position: relative;
	margin: 0;
	padding: 0;
	}

#left	{
	float: left;
	width: 490px;
/*	position-top: 0;
	position-left: 0;	*/
	}

.content	{
        width: 515px;
	margin: -10px 0 0 0;
	padding: 0;
	cursor: default;
	}

.content p {
        text-align: justify;
}

#right	{
	float:right;
	width: 250px;
/*	position-top: 0;
	position-right: 0;	*/
	}
/* --- KATEGORI OVER LINKER --- */
.menu_links	{
	margin: 0px;
	padding:5px;
	font-size:.9em;
	color:#615e5a;
	}

.menu_links img	{
	margin: 0 0 0 -15px;
	padding: 0;
	}

#footer	{
	clear:both;
	margin: 0;
	padding: 40px 0 70px 0;
	width:100%;
	border-top: 0px solid #666666;
	background:#e5e5e5 url(http://www.jkorvik.com/blogg/bilder/footer.jpg) repeat-x;
	font-size:.9em;
	line-height: 1.8em;
	color: #e5e5e5; 
	}

.disclaimers	{
	margin:0;
	padding: 5px;
	text-align:center;
	}

/*----------End General Page Layout-----------*/

/*---This next segment goes through and adds elements per template page, such as the tags needed for the index page, or header page, etc ---*/

/*--------Start of Possible Header Template CSS elements---------------*/
h1 {
	font-size: 4em;
	text-align: center;
        color: #ccc;
	}

.description {
	font-size: 14pt;
	text-align: left;
        color: #ccc;
	}


/*--------Start of Main Index CSS elements---------------*/

#left a:link	{
	text-decoration:none;
	color: #704a30;
        font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

#left a:visited	{
	text-decoration:none;
	color: #704a30;
	}

#left a:hover	{
	text-decoration:none;
	color: #98908b;
	}

#left a:active	{
	text-decoration:none;
	}

acronym		{
	cursor: help;
	}

h1, h2, h3 {
        font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#left h2 {
	font-size: 16pt;
	color: #524533;
	line-height: 10pt;
	}


#left h2 a:link	{
	text-decoration:none;
	color: #4c443a;
        font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

#left h2 a:visited	{
	text-decoration:none;
	color: #4c443a;
	}

#left h2 a:hover	{
	text-decoration:none;
	color: #98908b;
	}

#left h2 a:active	{
	text-decoration:none;
	}

.post {
	margin: 0 0 0 0;
	padding: 35px 0 0 15px;
	text-align: left;
	}

.postdato {
	margin: -13px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 09pt;
	color: #65615b;
	}

.small	{
        font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: 0;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 15pt;
	}
	
.entry	{
	text-indent: 0;
	font-size: 9pt;
	margin: 0;
	padding:0;
	line-height: 10pt;
	}

.entrytext	{
	text-indent: 0;
	font-size: 1em;
	margin: 0 0 0 0;
	padding:0;
	line-height: 10pt;
	}

.related-links ul	{
	list-style: none;
	}

.related-links ul li	{
	}

.post blockquote	{
	margin: 0 20px;
	padding: 5px;
	background: #e5e5e5 url(bilde) top left no-repeat;
	border: 0px solid #A9BBE5;
	text-indent: 30px;
	}

.post ul	{
	list-style: none;
	}

.post ul li	{
	background: url(images/bullet.gif) no-repeat 0 50%;
	padding-left: 12px;
	}

.post ol	{
	margin: 0 0 0 0;
	list-style: upper-roman;
	}

.post ol li	{
	color: #615e5a;
	}

.bt	{
	font-size: 8pt;
        letter-spacing: 0px;
	line-height: 12pt;
	}

.cafe	{
	font-size: 7pt;
        letter-spacing: 0px;
	line-height: 10pt;
	}

.tt	{
	font-size: 8pt;
        letter-spacing: 0px;
	line-height: 10pt;
	color: #777777;
	}

.ud	{
	font-size: 9pt;
        letter-spacing: 1px;
	font-weight: bold;
	line-height: 15pt;
	padding: -17px 0 10px 2px;
	margin: -17px 0 10px 2px;
	}

.postmetadata	{
	text-align: right;
	font-size: 8pt;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	line-height: 10pt;
	}

#left h5 {
	text-align: left;
	font-size: 8pt;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	line-height: 10pt;
	font-style: normal;
	text-decoration:none;
	font-weight: normal;
}

#left h5 a:link	{
	text-decoration:none;
	color: #524533;
	}

#left h5 a:visited	{
	text-decoration:none;
	color: #524533;
	}

#left h5 a:hover	{
	text-decoration:none;
	color: #98908b;
	}

#left h5 a:active	{
	text-decoration:none;
	}




.postmetadataen	{
	text-align: right;
	font-size: 7pt;
	margin: 0;
	padding: 8px 0 0 0;
	line-height: 10pt;
	}

.comment_class	{
	padding-left: 3px;
	}

.postmetadata a:hover, .entry a:hover	{
	
	}
/*------still figuring out what these last three do-----------*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 0;
	}

.nestepost	{
	text-align: right;
	font-size: 8pt;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	line-height: 10pt;
	}


/*-------------------------------------------------*/
.center {
	text-align: left;
        color: #2a2a2a;
	margin: 0 0 0 0;
        background: #e5e5e5;
	}
.feilmelding {
	text-align: left;
        color: #2a2a2a;
	margin: 70px 0 0 100px;
        background: #e5e5e5;
	}













/*-------SIDEBAR------------*/





#right ol, #right ul	{
	list-style: none;
	cursor: default;
        margin: 0;
	padding: 0;
	}

#right a:link {
	text-decoration: none;
	color: #615E5A;
        margin: 0;
	padding: 0;
	}

#right a:visited	{
	text-decoration:none;
	color: #615E5A;
        margin: 0;
	padding: 0;
	}

#right a:hover	{
	text-decoration:none;
	color: #2a2a2a;
        margin: 0;
	padding: 0;
	}

#right a:active	{
	text-decoration:none;
        margin: 0;
	padding: 0;
	}

.soundbox {
        text-align: right;
        margin: 0;
	padding: 0 18px 0 0;
	}

/*--------specific list items for the dailey wanderings------*/
#wanderings	{
	border-bottom: 1px dashed #2a2a2a;
	}


#wanderings h3	{
	font: 1.6em Arial, Helvetica, sans-serif;
	text-align:center;
	}

#wanderings	dt	{
	font: bold 1em Arial, Helvetica, sans-serif;
	}

#wanderings	dd	{
	text-align: right;
	margin: 0 0 20px 0;
	}


/*----------------Begin Calendar------------*/
#right table	{
	width: 220px;
	color: #e5e5e5;
	font-size: 100%;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	}

#wp-calendar #prev a {
	font-size: .90%;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	color: #615E5A;
	}

#wp-calendar a:visited	{
	text-decoration:none;
	color: #4077F7;
	}

#wp-calendar a:hover	{
	text-decoration:none;
	color: #2a2a2a;
	background-color: #e5e5e5;
	}

#wp-calendar a:active	{
	text-decoration:none;
	}

#wp-calendar caption {
	font: bold 1em Arial, Helvetica, sans-serif;;
	text-align: center;
	width: 100%;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 1px 0;
	text-align: center;
	}

/*------------End Calendar-----------*/
	
/*-------------Begin search form elements-------*/
#searchform {
	margin: 0;
	padding: 0; 
	text-align: left;
        color: #e5e5e5;
	}

#right #searchform #s {
	width: 150px;
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #e5e5e5;
	}

#right #searchsubmit {
	padding: 1px;
	font: 1em Arial, Helvetica, sans-serif;
	}
/*--------End search form elements------------ */

/*--------List elements for the right side-------*/
#right ul li h2	{
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;

	}

#right ul	{
	margin: 0;
	padding: 5px 0 0 0;
	}

#right ul li {
	list-style: none;
	line-height: 1.4em;
	}

#right ul li ul	{
	list-style: none;
	margin: -15px 0 15px 0px;
	}

/*---If you want to make ordered lists on the right side, you'll need to make some as I didn't :) -------*/

/*--------Time for some Footer Template action--------------------------*/
#footer a:link {
	text-decoration: none;
	color: #e5e5e5;
	margin: 0; 
	padding: 0;
	}

#footer a:visited	{
	text-decoration:none;
	color: #e5e5e5;
	margin: 0; 
	padding: 0;
	}

#footer a:hover	{
	text-decoration:none;
	color: #2a2a2a;
	margin: 0; 
	padding: 0;
	}

#footer a:active	{
	text-decoration:none;
	}

/*-------------Comment Template Elements------------------*/

/* Begin Comments*/
#left h2.comment {
	margin: 0;
	padding: 0 0 10px 15px;
	color: #615e5a;
	font-size: .9em;
	}

#left .commentlist {
	padding: 0 0 0 15px;
	}

#left .commentlist ol	{
	list-style-type: upper-roman;
	}

#left .commentlist li {
	margin: 5px 0 40px 20px;
	padding: 5px;
	list-style-type: upper-roman;
	line-height: 1.1em;
	background-color: #e5e5e5;
	border: 1px solid #2a2a2a;
	}

#left .commentlist p {
	margin: 0;
	text-indent: 40px;
	padding: 0 0 0 15px;
	}

#left .commentlist p.commenter {
	margin: 0;
	text-align: right;
	color: #917961;
	padding: 0 0 0 25px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0 0 0 15px;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#left h2.postcomment {
	margin: 0;
	padding: 35px 0 0 55px;
	color: #615E5A;
	font-size: .9em;
	text-align:center; 
	}
.pa {
	margin: 0;
	padding: 0 0 0 25px;
	}

.pi {
	margin: 0;
	padding: 10px 0 10px 35px;
	}

.pr {
	margin: 0;
	padding: 0 0 0 35px;
	}

.strek {
	color: #615E5A;
	font-size: 10pt;
	}

/* End Comments */
#commentform	{
	background: #e5e5e5;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	}

#commentform p {
	margin: 5px;
	color: #615E5A;
	padding: 0 0 0 15px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/*---------------Misc------------------*/
img.centered {
	display: block;
	margin: auto;
	border: 0 solid #A9BBE5;
	background-color: #e5e5e5;
	}
	
img.alignright {
	padding: 4px;
	margin: auto;
	display: inline;
	border: 0 solid #A9BBE5;
	background-color: #e5e5e5;
	}

img.alignleft {
	padding: 4px;
	margin: auto;
	display: inline;
	border: 0 solid #A9BBE5;
	background-color: #e5e5e5;
	}

.alignright {
	float: right;
	padding-top: 15px;
	}
	
.alignleft {
	float: left
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 342px;
	}
