body {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	color: #1E1E1E;
	margin: 0;
background: #4C0000 url(bg.jpg);

}

a {
	color: #B61E25;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	width: 900px;
	margin: 20px auto 20px;
	cursor: default;
	font-family: Georgia,serif;
	font-size: 55px;
line-height: 90px;
}

#header a, header a:hover {
	color: #FFEF86;
	text-decoration: none;
}

h1 {
	font-size: 25px;
	line-height: 30px;
	margin: 0;
}


#nav {
	height: 38px;
	background: #262626 url(nav.png) repeat scroll 0 0;
	border: 1px solid #222222;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;

}

#nav li a {
	padding: 0 15px 0 15px;
	line-height: 38px;
	font-size: 12px;
	border-right: 1px solid #222222;
	color: #FFFFFF;
	font-weight:normal;
	text-align: left;
	display: block;
}

#nav li a:hover {
	background: #262626 url(nav2.png) repeat scroll 0 0;
	text-decoration: none;
}


#info { background-color: #343434; color: #FFF; border-top: 1px solid #393939; min-height: 120px; }

#infoleft { float: left; margin: 20px; width: 500px; }

#infoleft h1 { font-size: 28px; font-weight: normal; color: #33ABDC; }
#infoleft p { line-height: 19px; }

#inforight { float: right; width: 300px; margin: 30px 5px; }

#shadow { height: 32px; background-image: URL('http://humorblog.dk/wp-content/themes/humorblog/shadow.gif'); }

#content {
	padding: 5px 30px 15px 30px;
}

#content p, #content li {
	line-height: 19px;
}

#left {
	float: left;
	width: 520px;
}

#right {
	float: right;
	width: 280px;
}

div#right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#post h2 {
 	font-size: 20px;
	padding-top: 15px;
	color: #0D0D0D;
	font-weight: bold;
	text-decoration: none;
}


#left h2 a {
	font-size: 28px;
	margin: 0; padding: 0;
	color: #0D0D0D;
	font-weight: normal;
	text-decoration: underline;
}

#left h2 a:hover {
	text-decoration: none;
}

#left h1 {
	font-size: 27px;
	margin: 0; padding: 0;
	color: #0D0D0D;
	font-weight: normal;
	text-decoration: none;
}

#left h1 a {
	font-size: 28px;
	margin: 0; padding: 0;
	color: #0D0D0D;
	font-weight: normal;
	text-decoration: none;
}



.widget {
	border: 1px solid #CCCCCC;
	padding: 15px 10px 15px 10px;
	margin-bottom: 20px;
}

.widget h2 {
	color: #535353;
	font-size: 17px;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

#categories-3 li a, #recent-posts-3 li a {
	border-bottom:1px dotted #CCCCCC;
	padding: 5px 0 5px 10px;
	display:block;
}

#categories-3 li a:hover, #recent-posts-3 a:hover {
	border-bottom:1px dotted #CCCCCC;
}


#recent-comments-3 li {
	padding: 5px;
	border: 0;
}

.text {width:300px; padding:5px; background:url(bg-form-text.gif) repeat-x left top #fff; border:1px solid #ccc;}
textarea {font-family: arial; width:450px; height:150px; margin:0; padding:5px; background:url(bg-form-text.gif) repeat-x left top #fff; border:1px solid #ccc; overflow: auto;}
.submit {width:auto; padding:5px 20px; margin:5px 0; color:#fff; background:#333; border:1px solid #333;}


.clear {
	clear: both;
}
