/*
Theme Name: moolin


/* basics */

*{margin:0; padding:0;}



body {
	background-image:url(images/bg.gif);
background-attachment: fixed;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 0px; margin-right:0px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #000000;
	font-style: none;
	padding: 10px 5px 5px 36px;
	}

code{
	margin:10px;

	font-family:"Tahoma", tahoma, monospace;}


/* links */

a{
	color:#6a9533;
        cursor:hand;
	text-decoration:none;
       
	}

a:hover{
color:#cce9a7;
font-size: 100%;
}



/* container */


#container {
	background: #ffffff;
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	color:#000;
	border: 0px solid #a1a09e;
	overflow: hidden;
	}
	
/* header */

#header {
        
        width: 800px;
	color: #fff; 
	height: 198px;
	}

#header h1{
	font-family: Tahoma, Tahoma, arial, times;
	font-size: 0px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;	
	padding: 50px 0 0 16px;	
	}
	
#header h1 a{color: #000000; text-decoration: none;}
#header h1 a:hover{color: #cce9a7; text-decoration: none;}


#header h2{
	font-family: Tahoma, Tahoma, arial, times;
	font-size: 14pt;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

/* main menu */


#menu {
	background-color: #FFF;
	font-family: Tahoma, Tahoma, times, serif;
	font-size: 10pt;
        font-color: #000;
	width:100%; 
	height:30px;
	border-top: 0px solid #a1a09e;
}


#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: center;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background-color: FFFF00;
	color:#000;
}



/* content */


#content {
	float: left;
	width: 70%;
	overflow: hidden;
	}	

.post {
	margin-left: 10px;
margin-top:10px;
	padding:10px 10px 10px 10px;
	line-height: 12pt;
	}
	
.post h2{
        padding-left: 5px;
        background-color:#f1ffdd;
        border: 1px dashed #cce9a7;
        padding-top: 5px;
        padding-bottom: 5px;
	font-family: Tahoma;
	font-size: 17px;
	font-weight: normal;
        letter-spacing: 0px;
        text-transform: normal;
	color: #000000;
	}
	
.post h2 a{
	color: #000000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #000000;
	text-decoration: none;
	}
	
.post p{font-size: 11px;}

.post a{text-decoration:none;
}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
background-color:#f1ffdd;
        border-bottom: 1px dashed #cce9a7;
	clear: both;
	padding:0px;
	margin-top: 50px 0 20px 0;
        float:right;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
.alignleft {float:left;}
.alignright {float:right;}

.pagetitle {}

/* sidebar */

#sidebar {
        background: #ffffff;
	font-family: tahoma;
	font-size:11px;
	width: 220px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
        padding-bottom: 10px;
	border-left: 6px solid #f1ffdd;
	}

#sidebar h2{
	
        padding: 5px;
        background: #f1ffdd;
        border: 1px dashed #cce9a7;
	font-family: Tahoma;
	font-weight: normal; 
	font-size: 14px; 
	text-align: center;
        letter-spacing: 0px;
        text-transform:bold;
	color: #000000;	
	margin: 0;
margin-bottom: 20px;
margin-top: 20px;
	padding-top: 8px;
        padding-bottom: 8px;
}

#sidebar p {margin:0; padding: 0 6px 0 5px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	background: #ffffff;
	margin:10px;
	padding:10;
	}

#sidebar ul li {
	margin: 0;
	padding-left: 0px;
	line-height: 13pt;
	}

#sidebar ul ul {
	margin: 10px 0 6px 5px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: left;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 10px 0 0 15px;
	list-style-type: none;
	color: #363636;
}


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: Tahoma, Tahoma;
	font-size: 10pt;
	font-weight: 400;
	font-style: normal;
	color: #000;
	}

#commentform{
background: #f1ffdd;
        border: 1px dashed #c5e49b;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
        
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dashed #c5e49b border-width: 300px; line-height: 11pt;}
	
#commentform h3{
	font-family: tahoma;
	font-size: 10px;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
background: #f1ffdd;
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: Tahoma, arial, times;
	font-size: 11pt;
	margin:5px 5px 0 0;
	padding: 1px;
	border: 1px dashed #c5e49b;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none; }

ol.commentlist li {
	background-color:#f7ffeb;
background-image:url(http://moolin.se/Bilder/kommentera/kommenteraljus.jpg); 
        border: 1px dashed #c5e49b;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background-color:#c5e49b;background-image:url(http://moolin.se/Bilder/kommentera/kommenteram%f6rk.jpg); border: 1px dashed #f7ffeb;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0;  line-height: 11pt;}

ol.commentlist a {color:#000000;}
cite {
                border-bottom: 0px dashed #000000;
	font-family: Tahoma;
letter-spacing: 2px;
	font-size: 14px;
	font-weight: none;
	font-style: normal;

	}
	



/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: Tahoma, arial, times;
	}

#searchform input#s{
	font-family: Tahoma, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: Tahoma, Tahoma, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}


/* footer */

#footer {
	clear: both;
	width: 100%;
        height: 53px;
	margin-top: 0px;
	border-top:solid 1px #a1a09e;
	font-family: Tahoma, Tahoma, tahoma;
	text-align:center;
	font-size: 0pt;
	}
	
#footer p{padding:6px;margin: 0; color: #fff;}
#footer a{color: #ffffff;text-decoration: none;}
#footer a:hover{color: #ffffff;text-decoration: underline;}


/* SVAR I KOMMENTAR */
.svar {
background: url("") #ffffff
no-repeat 3px 3px;
border: 1px dashed #74a334;
font-size: 11px;
font-weight: normal;
color: #000000;
margin: 60px 10px 10px 3px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
}

