body {
	background-color: #dedede;	
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Arial;
}

.clear{
	clear: both;
}


#container {
	width: 917px;
	background-image: url(gfx/top_bg2.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#top{
	height: 270px;
	width: 917px;
}

	#top img{
		border: 0px;
	}

#content{
	width: 899px;
	min-height: 400px;
	background-color: #FFF;	
}
	
	#left-content{
		width: 590px;
		float: left;
		margin-left: 55px;
		margin-right: 55px;
	}
	
	.post{
		width: 590px;	
	}
	
	.post h4{padding: 0px; margin: 0px; margin-bottom: 3px;}
	
		.post-datum{
			background-image: url(gfx/datum.png);
			background-repeat: no-repeat;
			width: 49px;
			height: 46px;
			padding: 0px;
			margin: 0px;
			line-height: 0px;
			float: left;
		}
		
			.post-datum p{
				padding: 10px;
				padding-top: 0px;
				margin: 0px;
				text-align: center;
				font-family: Georgia;
				font-size: 12px;
				font-weight: bold;
				line-height: 12px;
				color: #FFF;
			}
			
		.post-header{
			width: 521px;
			height: 46px;
			float: left;
			padding: 0px;
			margin: 0px;
		}
		
			.post-header h1{ 
				display: block;
				font-family: Georgia;
				font-size: 24px;
				padding-left: 10px;
				margin: 0px;
				margin-top: -3px;
				color: #262626;
			}
			
			.post-header a{
				color: #262626;
				text-decoration: none;
			}
			
			.post-header p{
				display: block;
				font-family: Georgia;
				font-size: 12px;
				color: #717171;
				padding:0 0 0 15px;
				margin:0;
			}
			
		.post-text{
			clear: both;
			padding-top: 15px;
		}
		
			.post-text p{
				margin-top: 0px;
				font-family: Arial;
				font-size: 12px;
				line-height: 20px;
				color: #444;
				
			}
			
				.post-text p a{
					color: #8b0d19;
					border-bottom: 1px dotted #000;
					text-decoration: none;
				}
			
			.post-text ul{
				font-size: 12px;
			}
			
		.post-comment{
			padding: 0px;
			margin: 0px;
		}
		
			.post-comment p{
				color: #8b0d19;
				font-family: Georgia;
				font-size: 11px;
				padding: 0px;
				padding-bottom: 5px;
				margin: 0px;
			}
			
			.post-comment a{
				color: #8b0d19;
				text-decoration: none;
			}
			
		.post-tag{
			padding: 0px;
			padding-bottom: 30px;
			margin: 0px;
		}
		
			.post-tag p{
				color: #717171;
				font-family: Georgia;
				font-size: 11px;
				padding: 0px;
				margin: 0px;
			}
			
			.post-tag a{
				text-decoration: none;
				color: #8b0d19;
				border-bottom: 1px dotted #000;
			}
pre{font-size: 12px;}
	
	#right-content{
		width: 174px;
		float: left;
		margin-right: 25px;
	}
	
		#right-content h2{
			font-size: 14px;
			color: #020202;
			display: block;
			padding: 0px;
			margin: 15px 0px 0px 0px;
		}
		
		#right-content p{
			font-size: 11px;
			padding: 0px;
			margin: 0px;
			line-height: 20px;
		}
		
		#right-content ul{
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}
		
		#rightcontent ul h2{
			font-size: 14px;
			color: #020202;
		}
		
		#right-content ul li{
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			font-size: 11px;
			
		}
		
		#right-content li.categories {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
		}
		
		#right-content li.categories h2{
			list-style-type: none;
		}
		
		#right-content li.linkcat{
			list-style-type: none;
			padding: 0px;
			margin: 0px;
		}

		#right-content ul li a{
			color: #8b0d19;
			border-bottom: 1px dotted #000;
			text-decoration: none;
			margin: 0px;
			padding: 0px;
			line-height: 20px;
		}
		
	.commentlist{
		font-size: 11px;
		padding: 0px;
		margin: 0px;

	}	
	
	.commentlist a{
		text-decoration: none;
		color: #8b0d19;
		border-bottom: 1px dotted #000;
		font-size: 12px;
		font-weight: bold;
	}
	
	.commentlist p{
		list-style-type: none;
		font-family: arial;
		font-size: 12px;
	}
	
	.commentlist2 p{
		list-style-type: none;
		font-family: arial;
	}
	
	p.comment{
		font-size: 10px;
	}
	
	p.comment-childs{
		font-size: 10px;
		background-color: #CCC;
	}
	
	.comment-child{
		background-color: #eee;
		padding: 5px 25px 5px 15px;
		margin: 5px 10px 5px 10px;
		margin-right: 40px;
		font-size: 10px;
	}
	
	.comment-child p{
		font-size: 11px;
	}
	
	.comment-child a{
		font-size: 11px;
	}
	
	h3{
		font-size: 16px;
	}
	
	input{
		font-family:arial;
		font-size: 12px;
	}
	
	textarea{
		font-family: arial;
		font-size: 12px;
	}
	
	form p{
		font-size: 12px;
		
	}
	
	#footer{
		background-color: #FFF;
		font-family: arial;
		font-size: 10px;
		padding: 0px;
		margin: 0px;
		width: 899px;
		-margin-left: 55px;
		padding-bottom: 10px;
		-margin-top: 20px;
		margin-bottom: 10px;
	}
	
	#footer p{
		margin: 0px;
		padding: 20px 0px 0px 55px;
	}
	
	#footer a{
		text-decoration: none;
		color: #8b0d19;
		border-bottom: 1px dotted #000;
	}
	
	img{
		border: 0px;
	}
	
p img.imgcenter {
	margin-left: 35px;
}

.code {
	font-family: monospace;
	background-color: #EEE;
	border: 1px solid #333;
	color: #000;
	padding: 20px;
}

.code p{
	font-family: monospace;
	background-color: #CCC;
	color: #000;
}

.alignleft a{
	color: #8b0d19;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
}

.alignright a{
	color: #8b0d19;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
}

/*Related posts */
abbr {
	display: none;
}

.relaterade {
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}

.post-text ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.post-text ol li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.post-text ol li a{
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #555;
	font-size: 12px;
}

/* DAILYPHOTO */

#dailyphoto{
	text-align: center;
}

#dailyphoto .ram{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000;
}

#dailyphoto p img{
	border: 1px solid #000;
}

/* BLOGGY */
#bloggy h2{
	text-align: center;
}

#bloggy p{
	padding: 5px;
	background-color: #ccc;
}

/* HERE ENDS MY CSS */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

ol {
	list-style-type: none;
}

.text-child {
	font-size: 8px;
	color: red;
}
