@charset "UTF-8";
/*    
Theme Name: KotH v2 
Theme URI: http://www.kingofthehill.no/ 
Description: A new wordpress theme designed by Remi Juliebø 
Author: Martin Holm
Author URI: http://www.martinholm.com 
Version: 1.0 
*/

body, html {
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	word-spacing:4px;
	line-height:13px;
 	background:url(images/bg_tiled.jpg) repeat; 
}

a:link, a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:underline;
}


h1{  
	font-size:24px;
	font-family:Verdana, Arial, sans-serif;
    line-height:28px;
    font-weight:normal;
	margin-bottom: 4px; 
}

h2{  
    font-size:18px;
	font-family:Verdana, Arial, sans-serif;
	margin-bottom:15px;
    line-height:18px;
    font-weight:normal;
}

/* CSS for background-stuff */

	
#main-wrapper {
	width:1280px;
}

.column-left {
	float:left;
	width:364px;
}

.column-right {
	float:right;
	width:916px;
}	

#nav {
	margin:0;
        height:32px;
}

#nav ul{
clear: both;
}

#nav li{
	display: inline;
	list-style-type: none;
	margin:-1px 0; /* -1 0 But WHY? */
        padding:0;
        float: left;
}
#ff-fix img {
        margin-top:-1px;
}

#footer {
	clear:both;
}



/*  CSS for main content window  */

#content-wrapper {
	position:absolute;
	top:256px;
	left:320px;
	width:825px;
	height:560px;
	padding-left:25px;
        padding-top:30px;
	overflow:auto;
	z-index:9;
	}

.post-content {
	width:515px; /* Different from normal theme*/
	padding-bottom:40px;
}

#blog-header {
	margin-top:15px;
	margin-bottom:10px;
}

.divider{
	margin-left:-25px;
	margin-bottom:15px;
	}

.post-content p {
	padding-bottom:10px;
}
	
	
/*  CSS for Product of the Month frame  */
#potm-wrapper {
	position:absolute;
	top:700px;
	left:90px;
	height:144px;
	width:246px;
	overflow:hidden;
	z-index:9;
}



/*  CSS for Product of the Month frame  */
.commentlist {
	width:398px;
}

form p {
	padding-bottom:7px;
}

li.comment {
	width:395px;
	border-top:solid;
	padding-bottom:10px;
	padding-top:10px;
}

li.comment img.avatar {
	display:none;
}

.fn {
font-weight:bold;
}

.comment-meta {
	font-size:9px;
	color:#666666;
	padding-bottom:12px;
}