/*****************************  
Theme: NYNORSK
Author: Omsett og tilpassa av Atle Hansson <a href="http://www.illustrasjon.net">Illustrasjon.net</a>
Version: 1.1
******************************/

/* Global reset */


table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/*********************************************/
/* Containers */

body{
	background:#000000 url(./images/bg4.jpg) top left no-repeat;
 	color:#a8ab98;
        font-family:'Lucida Grande','Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size:74%;
	line-height:1.7;
	text-align: left;
}

body p {
	margin:2px;
	padding:2px;
	}

#wrap{
	margin-bottom: 30px;
        text-align:left;
	width: 90em;
}

#content{
	float: left;
	position: absolute;
	left: 138px;
	top: 230px; 
	font-size: 11px;
	width: 515px;
	clear: both;
}
p #content {
	margin:2px;
	padding:2px;
	}

#sidebar{
	position: absolute;
	top: 230px;
	right: 145px;
	float: right;
	clear: both;
	font-size: 12px;
	text-align: left;
	padding:2em 0 2em 2em;
	width:335px;

}

#rss {
	background:url(./images/rss.gif) no-repeat;
	padding:3px;
	padding-left:20px;
	padding-top: 3px;
}

/* Top_logo */

a.logo {
	position: absolute;
	top: 62px;
	left: -5px; 	
        background:url(/wp-content/themes/images/logo.png);
	background-repeat: no-repeat;
	}
	
/* About box */

div .om_sidekolonne { 
	width: 335px; 
	height: 370px;
	margin: 0px 0 30px 0;
	}


/**  Footer  */

#footer p {
	font-size:9px;
	clear: both;
	margin: 20px 0 30px;
	color: #626262;		
}

#footer p a {
    color:#949494;
}
#footer p a:hover {
    color:#b9b9b9;
}		
p#validate{
	color:#bb8d38;
	font-size: 11px;
	text-align:left;
	padding:0.5em;
	margin-left: -4px;
	margin-bottom:30px;
}


/**  Headlines and links  **/

a{
	color:#bb8d38;
	text-decoration:none;
}
a:hover{
	color:#f2d8b1;
}
h1, h2, h3{
	font-family:'Lucida Grande','Lucida Sans Unicode', Arial;
	font-weight:bold;
	font-size: 15px;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: 'Lucida Grande','Lucida Sans Unicode', Arial;
	font-size:2em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#c3933b;
}
#header h1 a:hover{
	color:#ffbd42;
}
#header p{
	color:#c3933b;
	font-size:1.1em;
	margin:0;
	margin-top: 0;
}
.entrytitle h2{
	font-size:21px;
}
.entrytitle h2 a {
	color:#a17a33;
}
.entrytitle h2 a:hover{
	color:#ffbd42;
}
.entrytitle h3{
	font-size:1em;
	color:#87623a;
	font-weight: normal;
	border-bottom: 1px dotted #3c3c3c;
	margin-bottom: 10px;
}
#sidebar h3{
	color:#a8ab98;
	font-size:1.4em;
	margin:1em 0;
}
#sidebar h2{
	color:#a8ab98;
	font-size:14px;
	margin-left: 19px;
}

/**  Entries   **/

.entry{
	border-bottom: 1px dotted #3c3c3c;
	margin-bottom:0px;
	margin-top: 10px;
	padding: 0em;
}
	
.entry img {
	border:0px;
	padding:0px;
	background:#000000;	
}
.entry img:hover{
	padding:0px;
	background:#a17a33;
}

.entry code{
	background:#312218;	
	color:#8b9a6d;
	font-size:11px;
	margin-top: 15px;
}
.entrymeta{
	font-size:0.8em;
	padding-top:0.5em;
	color:#8b9a6d;
	margin-top: 12px;
}
.postedby{
	background:url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:28px;
}
.filedto{
	background:url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/**  Side column   **/

#sidebar ul{
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
	margin-bottom:2px;
	clear:both;
}
#sidebar ul li{
	border-bottom:1px dotted #232323;
	margin-bottom:3px;
	margin-top: 3px;
	margin-left: 10px;
	padding:0px;
}

/**  Top nav   **/

.menu ul{
	position: absolute;
	top: 140px;
	right: 145px;
	float: right;
	clear: both;
	font-size:15px;
	font-family: Garamond, Times New Roman, Times, serif;
	font-weight: bold;
	line-height:0.6em;
	list-style: none;
	text-align:left;
	padding:0;
}

.menu li{
	float: right;
	border-bottom:0px;
}
.menu li a{
	padding:3px 7px 3px 7px ;
	margin-left:6px;
	background:#000000;
	display:block;
}
.menu li a:hover{
	background:#2e3839;
}
.menu ul li ul {
	display:none;
}

/**  Comments   **/

.commentsblock{
	font-size:1.0em;
	margin: 1.5em;
	padding: 10px;
	text-align:left;
}
.commentsblock textarea{
	width:444px;
	height: 160px;
	background:#cbd5c8;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #333333;
	padding: 5px;
}
.commentsblock textarea:focus{
	background:#cbd5c8;
	border:1px solid #cccccc;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#cbd5c8;
	border:1px solid #ffffff;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#a8ab98;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
ol.commentlist a{
	color:#c3933b;
}

ol.commentlist a:hover{
	color:#ffbd42;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#151515;
	border:1px dotted #333333;
	padding:0.5em;
}
h3#comments{
font-size:1.2em;
}

a .buttonTop-page {
	margin-top: 15px;
	text-align: right;
	margin-right: 15px;
	}