body { 
	color: #dedede; 
	font: normal 100% verdana, tahoma, geneva, sans-serif; 
	}
	
#pagewrapper { max-width: 980px; 
	margin: 0 auto; 
	padding: 0 3%
	}

ul  { 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	}
	
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

/* @group fonts */

a  { 
	color: #787878; 
	text-decoration: none; 
	}

a:hover  { 
	text-decoration: underline; 
	}

h1 { 
	color: silver; 
	font: normal small-caps 200% verdana, tahoma, geneva, sans-serif; 
	letter-spacing: 10px; 
	}

h2 { 
	font: normal 120% "Courier new", Courier, mono; 
	color: #222222;
	}

h3 { 
	background: #780000; 
	color: #fff; 
	text-decoration: none; 
	letter-spacing: 2px; 
	border-top: 2px solid #6f0f0c;  
	text-indent: 9px; 
	font: normal 120% "Courier New", Courier, mono; 
	padding: 5px; 
	margin-top: 0; 
	}

/* @end */


/* @group layout */


#header { width: 100%; 
	}
	

#main { 
	float:left;
	width: 100%; 
	border: 1px solid #000000; 
	padding: 40px 3%; 
	background-color: #f8f8f8;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}

#blogentries { 
	float: left; 
	}

#blogentries #bild { 
	text-align: center; 
	margin-top: 15px; 
	}

.entry { 
	max-width: 470px;  
	color: #4f4f4f; 
	}

#submenu { 
	float: left; 
	margin: 0px 40px; 
	padding: 11px 11px 40px 11px; 
	border-bottom: 2px dotted #6c6260; 
	}

#submenu ul li a { 
	font-size: 95%; 
	color: #222222; 
	}
	
#submenu a:hover { 
	text-decoration: underline; 
	}

.commentlink  {  
	margin: 10px 0px 20px 10px; 
	font-size: 90%; 
	text-align: right; 
	font-weight: bold; 
	}
	
.commentlink a { 
	color: #989898; 
	font-weight: bold;
	}
	
.commentlink a:hover { 
	color: #111111; 
	text-decoration: none 
	}

/* @end */


/* @group feedback */


fieldset { 
	padding: 15px; 
	margin: 20px 3% 0 1%; 
	color: #787878; 
	width: 370px; 
	border: none; 
	}
	
legend { 
	font: normal small-caps 90% verdana, tahoma, geneva, sans-serif; 
	letter-spacing: 2px; 
	color: #111111; 
	}
	
label {
	margin-top: 10px;
	display: block;
	}

input[type=text], input[type=email] {
	color: #999; 
	font-size: 90%;   
	width: 200px;
	}
	 
textarea { 
	border-top: 2px solid #585858; 
	border-left: 2px solid #585858; 
	border-bottom:1px solid #585858; 
	border-right:1px solid #585858; 
	color: #111111;
	font-size: 12px; 
	padding:0; 
	margin:0;
	width:200px;
	height: 150px;
	}	

/* @end */






           



