﻿/*
Theme Name: Kellve 
Author: Friendly Web Development
Author URI: http://www.friendly.se/
Text Domain: kellve

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	width: 996px;
	margin: 0 auto;
}

#header {
	background: url('images/top.gif') no-repeat;
	height: 172px;
	position: relative;
}

#menu {
	width: 210px;
	min-height: 300px;
	float: left;
}

	#menu ul {
		margin: 0 0 ;
		padding: 0;
	}
	
	#menu ul li {
		padding: 0 0 0 20px;
		list-style-type: none;
		border-bottom: 1px #000 dashed;
		text-transform: uppercase;
		font-size: 13px;
	}
	
	#menu ul li a {
		text-decoration: none;
		color: #000;
	}
	
	#menu ul li.page_item {
		padding: 10px 20px;
	}
	
	#menu ul li.current_page_item {
		background: url('images/arrow.gif') 20px 12px no-repeat;
		padding: 10px 20px 10px 40px;
	}

	#menu ul li.current_page_item a, #menu li.current_page_item .subpages li.current_page_item a {
		text-decoration: none;
		color: #00467F;
	}
	
	#menu ul li.current_page_item ul.subpages li.current_page_item {
		background: url('images/arrow.gif') 60px 12px no-repeat;
		padding: 10px 20px 10px 40px;
	}
	
	#menu ul li ul.subpages li.page_item a {
		text-decoration: none;
		color: #9b9a9a;
		font-size: 11px;
	}
	
	#menu ul li ul.subpages li.subpage_item_last {
		border-bottom: none;
	}
	
	#menu ul li.page_item_active a {
		color: #00467F;	
	}

	#menu p {
		margin: 0 0 0 20px;
		padding: 15px 0 0 0;
	}
	
	#menu div.grey {
		padding-top: 25px;
		margin-top: 30px;
	}
	

#headerimage {
	overflow: hidden;
	width: 760px;
	height: 225px;
	margin-bottom: 10px;
}


#content {
	width: 760px;
	float:right;
}

	#content div.grey {
		padding-top: 35px;
	}
	
.post {
	width: 500px;
	float: left;
}

.totalwidth {
	width: 100%;
	clear: left;
}

#news {
	width: 245px;
	float: right;
}

	#news h2 {
		background: #00467F;
		padding: 9px 20px;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
	}

	#news ul {
		list-style-type: none;
	}
	
	#news ul li {
		margin: 10px 0;
	}
	
#image {
	width: 245px;
	float: right;
	overflow: hidden;
}

	#image.grey {
		padding-top: 35px;
	}
	
	#image ul li {
		list-style-type: none;
	}

#footer {
	border-top: 2px solid #799ab1;
	text-align: right;
	margin-top: 20px;
}


h1 {
	font-size: 22px;
	padding: 25px 0 0 0;
}

h2 {
	font-size: 18px;
	padding: 18px 0 0 0;
}

h3 {
	font-size: 16px;
	padding: 18px 0 0 0;
}

h4 {
	font-size: 14px;
	padding: 18px 0 0 0;
}



h2.grey {
	background: #eeeeee;
	padding: 5px;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: normal;
}

h4.grey {
	background: #eeeeee;
	padding: 5px;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: normal;
}



p {
	font-size: 12px;
	margin: 15px 0 0 0;
}

ul, ol {
	font-size: 12px;
	margin-left: 15px;
}

img {
	border: none;
}

a {
	color: #00467F;
	text-decoration: none;
}

#content li {
	margin-bottom: .8em;
}

#content p {
	line-height: 1.6em;
}


#arkiv {
	padding: 30px;
}

#arkiv ul {
	margin: 0px;
}

#arkiv h4 {
	margin-bottom: 20px;
}


.grey {
	background: #eeeeee;
}

.white {
	background: #fff;
}

.postmetadata {
	padding-bottom: 20px;
}

.navigation {
	font-size: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#page #content .post .entry .3col {
	width: 33%;
	float: left;
}