/* CSS Document */

#blogg_post {
	width:75%;
	float:left;
}
	#blogg_post a  {
		color:#404040;
		text-decoration:none;
	}
	
	#blogg_post ul li .title {
		width:50%;
		float:left;
	}
	
	#blogg_post ul li .date {
		width:50%;
		float:right;
		text-align:right;
	}
	
	#blogg_post ul li .text {
		clear:both;
	}
	
	#blogg_post .picture {
		float:right;
		clear:right;
		margin-bottom:10px;
		margin-left:10px;
	}
	
	#blogg_post .ingress {
		font-style:italic;
	}
	
	#blogg_post ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#blogg_post ul li {
		margin-bottom:15px;
	}
	
	#blogg_post label {
		width:200px;
		font-size:11px;
		color:#300;
	}
	
	#blogg_post .input {
		width:200px;
		border:1px solid #960;
	}
	
	#blogg_post .textarea {
		width:200px;
		border:1px solid #960;
	}
	
	#blogg_post .button {
		width:90px;
		border:1px solid #960;
	}

	#blogg_post .kommentera {
		margin-top:10px;
		clear:both;
	}
	
	#blogg_post .comment {
		border-bottom:1px solid #CCC;
		padding-bottom:10px;
	}
	
		#blogg_post .comment .date {
			color:#990;
			width:50%;
			float:left;
			text-align:right;
			margin-top:10px;
			margin-bottom:5px;
		}
	
		#blogg_post .comment .name {
			color:#990;
			width:50%;
			clear:left;
			float:left;
			margin-top:10px;
			margin-bottom:5px;
		}
	
		#blogg_post .comment .text {
			clear:both;
		}
	

#blogg_skribent {
	width:20%;
	float:right;
	clear:right;
	margin-bottom:15px;
}
	#blogg_skribent ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#blogg_skribent ul li ul {
		margin-left:15px;
	}

#blogg_arkiv {
	width:20%;
	float:right;
	clear:right;
	margin-bottom:15px;
}

	#blogg_arkiv ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#blogg_arkiv ul li ul {
		margin-left:15px;
	}

#blogg_kategori {
	width:20%;
	float:right;
	clear:right;
	margin-bottom:15px;
}
	#blogg_kategori ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#blogg_kategori ul li ul {
		margin-left:15px;
	}

/* Debug-fönster, visas genom att skicka med debug=1 i URLen */
#blogg_debug {
	border:1px solid #AAA; 
	font-size:11px; 
	position:absolute; 
	top:10px; 
	left:10px; 
	background-color:#FEFEFE; 
	width:180px;
}
