/*
Välkommen till Anpassad CSS!

Om du vill lära dig hur det fungerar kan du läsa mer på
http://wp.me/PEmnE-Bt
*/
#navcontainer {
	height: 36px;
	display: block;
	overflow: hidden;
	padding: 0 0 0 10px;
	background: #4e4e4e;
}

/* CONTENT */
#content {
	padding: 15px 5px 15px 15px;
	color: #4e4e4e;
}

h1,h2,h3,h4,h5 {
	color: #4e4e4e;
}

pre {
	overflow: auto;
	width: 470px;
}

.post {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 0 solid #272828;
}

.post p {
	margin-bottom: 10px;
}

.title {
	margin: 0 0 8px;
	padding: 0;
	line-height: 26px;
	font-size: 22px;
	font-family: Arial, Verdana;
	color: #4e4e4e;
	font-weight: bold;
}

.title a {
	text-decoration: none;
	color: #4e4e4e;
}

.title a:hover {
	text-decoration: none;
	color: #339933;
}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
	color: #BDC2C2;
}

.readmorecontent {
	text-align: right;
}

a.readmore {
	padding: 4px 15px;
	background: #686B6B;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.readmore:hover {
	color: #339933;
	background: #686B6B;
}

.postdate {
	font-size: 12px;
	padding: 1px 0;
	font-family: Arial, Verdana;
	color: #BDC2C2;
}

.postmeta {
	font-size: 12px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	color: #BDC2C2;
}

.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin: 2px;
}

.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
}

.navigation {
	padding: 10px 0;
}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
}

.post img {
	max-width: 680px;
}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	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;
}