/* @override http://asapehrsson.se/static/css/main.css */

body {
	padding: 0;
	margin: 0;
	background: #fff url(../images/bg.gif) no-repeat;
}

a {
	border-style: none;
	text-decoration: none;
}

#minihistdist {
	height: 20px;
}

div.minihist a {
	color: #878787;
	text-decoration: none;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

div.minihist a:hover {
	color: #000;
}

div.minihist {
	margin-bottom: 7px;
	margin-right: 35px;
}

#container {
	width: 830px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* @group container */

/* @group top */

#top {
	width: auto;
	margin-bottom: 50px;
}

#top img {
	border-width: 0;
}

/* @end */

/* @group menu */

#menu {
	width: 210px;
	margin: 0;
	padding: 0;
	float: left;
}


h5 {
	margin: 0;
	padding: 0;
	display: inline;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 12px;
}

#menu ul li h1 {
	color: #343434;
	font: 15px/15px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#menu ul li h1 a {
	color: #343434;
	font: 15px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 1px 2px;
}

#menu ul li.selected h1 a {
	font: 15px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #f1f1f1;
	background-color: #000;
}

#menu ul li h1 a span {
	border-bottom: 1px solid #000;
}

#menu ul li.selected h1 a span {
	border-bottom: none;
}

#menu ul li a.selected {
	text-decoration: none;
}

/* @end */

/* @group content */


#content {
	width: 590px;
	position: relative;
	float: left;
	margin-left: 30px;
}

#content a {
	text-decoration: none;
	color: #23349e;
	border-bottom: 1px solid #23349e;
	padding-bottom: 1px;
}

/* @group p */



/* @end */

/* @end */

/* @group comment */

#comment {
	color: #b8b8b8;
	background: #282828 url(../images/comment_loop.gif) repeat-x;
	padding-left: 240px;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 15px;
}

#comment form {
	margin: 0;
	padding: 0;
}

#comment p {
	font: 13px/13px Arial, Helvetica, Geneva, sans-serif;
	width: 590px;
}

#comment h1 {
	margin: 0 0 15px;
	font: 25px/25px Helvetica, Arial, Geneva, sans-serif;
}

#comment label {
	width: 84px;
	float: left;
	font: 14px/14px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 4px;
}

#comment .row {
	margin-bottom: 10px;
}

#comment #button_submit_comment {
	margin-left: 84px;
}

#comment #name, #comment #email, #comment #confirm {
	width: 300px;
	background-color: #3e3e3e;
	border-style: none;
	font: 12px/12px Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #c6c6c6;
}

#comment #confirm {
	width: 40px;
}

#comment #text {
	width: 400px;
	background-color: #3e3e3e;
	border-style: none;
	font: 12px/12px Arial, Helvetica, Geneva, sans-serif;
	height: 100px;
	color: #c6c6c6;
	padding: 5px;
}

/* @end */

/* @group blog */

#content .blog {
	margin-bottom: 55px;
}

#content .blog .date {
	font: 12px/1em Arial, Helvetica, Geneva, sans-serif;
	color: #8d8d8d;
}

#content .blog p, #content .blog {
	position: relative;
	font: 14px/23px Georgia, "Times New Roman", Times, serif;
	color: #363636;
}

#content .blog div.comments {
	margin-top: 10px;
}

#content .blog div.comments a {
	background-color: #515151;
	font: 12px/13px Georgia, "Times New Roman", Times, serif;
	color: #fcfcfc;
	padding-right: 1px;
	padding-left: 1px;
	border-style: none;
}

#content .blog .subject a {
	text-indent: 0;
	letter-spacing: 0;
	word-spacing: 0;
	white-space: normal;
	color: #000;
	margin: 3px 0 8px;
	font: normal normal 32px/39px Helvetica, Arial, Geneva, sans-serif;
	border-style: none;
}

#content .usercomment {
	padding: 10px;
	background-color: #eee;
	margin-bottom: 11px;
	font: 14px/23px Georgia, "Times New Roman", Times, serif;
	color: #363636;
}

#content .usercomment p {

}

#content .usercomment .name {
	margin-top: 12px;
	font-style: italic;
}

#content .usercomment .name a {
	text-decoration: underline;
	color: #363636;
	border-style: none;
}

/* @end */

/* @end */

/* @group misc */

.clear {
	clear: both;
}

#content div.paging {
}

#content div.paging div.left {
	float: left;
}

#content div.paging div.right {
	float: right;
}

#content div.paging div a {
	font: 15px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-decoration: underline;
	border-bottom-style: none;
}

/* @end */