/*
Theme Name: Kollektiv Livet
Theme URL: http://www.kollektivlivet.se
Description: KL Site
Version: 1.0
Author: Viktor Pettersson
Author URI: mailto:viktor@attractivedesign.se
*/

/*
--------------------------------------------
-+ Basic
--------------------------------------------
*/

body,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#212121;
	font-size:75%;
	background:#d6d6d6;
}

a{
	color: black;
}

a:hover{
	text-decoration: none;	
}
	
img a{ border:none; }
/*
--------------------------------------------
-+ Layout
--------------------------------------------
*/

#wrap{
	margin:auto;
	width:960px;
}

/*
--------------------------------------------
-+ Header
--------------------------------------------
*/

#header{
	background:url(images/banner.jpg) 0 0 no-repeat;
	height:150px;
	margin:10px 0 0 0;
}

.page_item{
		list-style: none;
		display: inline;
}

.page_item a{
	font-size: 22px;
	font-weight: bold;
	float: right;
	padding: 14px 0;
	margin: 101px 5px 0;
	z-index: 2;
}



.home{
	display: block;
	height: 110px;
	width: 960px;
	float: left;
	margin-right: -960px;
}
	

/*
--------------------------------------------
-+ Menu
--------------------------------------------
*/
#menu{
	height:30px;
	background:#FFF;
	border-bottom:1px solid #000;
}
	#menu ul{
		margin:0;
		padding:0;
		float:right;
	}
	
		#menu ul li{
			float:left;
			display:block;
			list-style:none;
			font-size:14px;
			font-weight:bold;
			height:30px;
			
		}
		
			#menu ul li a{
				text-decoration:none;
				color:#231f20;
				display:block;
				height:25px;
				padding:6px 5px 0 5px;
			}
			
				#menu ul li a:hover{
					background:#231f20;
					color:#FFF;
					padding:6px 5px 0 5px;
				}

/*
--------------------------------------------
-+ Post
--------------------------------------------
*/

#post{
	background:#FFF;
	padding:20px;
	clear:both;
}

.postdata{
	background:url(images/postdata.jpg) 0 0 no-repeat;
	height:38px;
	float:right;
	width:145px;
	margin:10px 0 5px 0;
	font-size:20px;
	text-align:center;
	padding:4px 0 0 0;
	clear: right;
}

.title h2{
	font-size:24px;
	font-weight:normal;
	float: left;
}

.category{
	float: right;
	background: #eee;
	margin: -8px 0 0 8px;
	list-style: none;
}

.category a{
	display: block;
	padding: 8px;
}


.entry{
	color:#999;
	line-height:1.5em;
	clear: both;
}

/*
--------------------------------------------
-+ Footer
--------------------------------------------
*/

#footer{
	clear:both;
	width:960px;
	margin:15px auto;
	height:400px;
}

#friends{
	background:url(images/friends.png) 0 0 no-repeat;
	padding:20px;
	width:448px;
	float:left;
	height:228px;
	
}
	#friends h2{
		font-size:35px;
		font-weight:normal;
	}
		#friends ul{
			margin:0;
			padding:0;
		}
			#friends ul li{
				list-style:none;
			}
#contact{
	background:#FFF;
	width:438px;
	height:199px;
	float:left;
	padding:20px 0 0 20px;
	margin:0 0 0 13px;
}

.col1{
	width: 270px;
	float:left;
	margin:0 0 0 -5px;
	
}
	#imgfooter{
		background:url(images/map.jpg) 0 0 no-repeat;
		height:105px;
		margin-top:10px;
	}

.col2{
	width:150px;
	float:left;
}

#twitter-link a{
	display:block;
	height: 98px;
	width:116px;
	margin: 27px 0px 0px 308px
}

#links{
	width:400px;
	margin:50px 0 0 -13px;
}

.img{
	float:left;
}

/*
--------------------------------------------
-+ Other
--------------------------------------------
*/

.clear{
	clear:both;
}

#pagenav{
	clear:both;
}
	
		#prevPage{
			margin:20px 0 -15px 0;
		}
		#nextPage{
			float:right;
			margin:15px 0 18px 0;
		}
		
			#nextPage a{
				background:url(images/prevoius.jpg) 0 0 no-repeat;
				display:block;
				height:23px;
				width:136px;
			}
			
			#prevPage a{
				background:url(images/next.jpg) 0 0 no-repeat;
				display:block;
				height:23px;
				width:136px;
			}
