* {
    padding: 0;
    margin: 0;
} 

body {
	background: #334455;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #222;
	line-height: 17px;
}

img { border: none; }
a {
	color: #00C;
}
a:hover { text-decoration: none; color : #c99c53; }
h1 {
	border-bottom: 1px dotted #aaa;
	color: #c99c53;
	padding-bottom: 4px;
	font-weight: 100;
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
h1 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h1 a:hover { color: #333; }

h2 {
	color: #c99c53;
	padding-bottom: 4px;
	font-weight: 100;
	font-size: 18px;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#wrap {
background: #fafafa;
padding: 15px;
width: 840px;
margin: 0 auto;
}

#header {
	height: 180px;
	background-color: #fafafa;
	background-image: url(images/header-kladdkaka-med-glass.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
}
#header .sitename {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -2px;
	padding: 30px 33px 0 0;
	text-align: right;
}
#header .sitename a {
color: #fff;
text-decoration: none;
}
#header .sitename a:hover {
color: #111;
text-decoration: none;
}
#header .subtitle {
	font-size: 16px;
	color: #eee;
	padding: 9px 33px 0 0;
	text-align: right;
	font-weight: bold;
}

#content {
	padding: 0 5px;
}

#right {
	margin-top: 10px;
	width: 500px;
	float: right;
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
}

#left {
	margin-top: 10px;
	width: 300px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
}
#left .menuheading {
	color: #c99c53;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 4px;
	font-weight: 100;
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#left .menuheading a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
#left .menuheading a hover { color: #333; }
#left ul { list-style-type: none; padding: 10px 0 10px 0; }
#left ul li { padding: 2px 0 3px 0; }
#left ul li a {
	color: #39180d;
	font-weight: normal;
	display: block;
	text-decoration: none;
	font-size: 14px;
}
#left ul li a:hover { color : #8DCA3F; }



#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 10px 0;
margin: 70px 0 0 0;
border-top: 1px dotted #aaa;

}
#footer a { 
color: #999;
}
#footer a:hover {
color: #000; 
text-decoration: underline; 
}
#content p{
	margin-bottom: 20px;
}

#right ul{
	margin-left: 30px;
	margin-bottom: 20px;
}

#right ol{
	margin-left: 30px;
	margin-bottom: 20px;
}
#commentlist {
	margin-left: 50px;
	margin-top: 10px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}
#commentlist li{
	margin-bottom: 20px;
}
#commentlist li a{
	color: #444;
}
#left .menuheading2 {
	color: #c99c53;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 4px;
	font-weight: 100;
	font-size: 18px;
	letter-spacing: -1px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
h3 {
	color: #c99c53;
	padding-bottom: 4px;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#commentbox {
	margin-top: 10px;
	clear: both;
	width: 500px;
	margin-bottom: 30px;
}
#gravatarbox {
	float: left;
	margin-top: 10px;
}
#gravatarbox img {
	border: 1px solid #555;
}
#commenttextbox {
	background-image: url(images/kommentar-bakgrund.png);
	background-repeat: no-repeat;
	float: right;
	width: 410px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#headerad {
	height: 20px;
	background-color: #fafafa;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	text-align: center;
}
