/*
Theme Name: hella
Description: theme for wordpress
Version: 1.0
Author: elsta
Author URI: http://www.elsta.de
*/
html, body {
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	background: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#4D4D4D;
}
div#wrapper {
	padding: 0 50px 10px 50px;
	/*
	border-left: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	*/
	margin:0 auto;
	width: 824px;
	background-color:#fff;
	text-align:left;
}
a, a:link, a:focus, a:hover,a:active, a:visited {
	text-decoration:none;
}

a, a:link, a:visited {
	color: #4D4D4D;
}

a:hover {
	color: #7F7F7F;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
div#header {
	border-bottom: 1px solid #BFBFBF;
	width:100%;
	line-height:26px;
	padding-top:50px;
}
h1 {
	font-size: 16px;
	float:left;
	width:250px;
	margin-left:3px;
}
h1 a {
	text-decoration: none;
}

ul#navigation {
	margin-left: 6px;
	font-weight: normal;
	display: block;
	width: 500px;
	text-align: right;
}
ul#navigation li {
	display: inline;
	background-image: url(/wp-content/themes/hella/images/back_nav.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
ul#navigation li a {
	text-decoration: none;
	font-size: 12px;
	margin: 0 5px 0 20px;
}
ul#navigation li a:hover {
}

ul.vita {
	margin-top: 20px;
}
ul.subnav {
	font-weight: normal;
	display: block;
	margin-bottom:20px;
}
ul.subnav li {
	list-style-image: url(/wp-content/themes/hella/images/back_subnav.gif);
	/*
	background-image: url(/wp-content/themes/hella/images/back_subnav.gif);
	background-position: top left;
    background-repeat: no-repeat;
    */
	list-style-position: inside;
	margin-bottom: 5px;
}
ul.subnav li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
ul.subnav li a:hover {

}

ul.subnav li.current_page_item a {
	color: #7F7F7F;
}



span.f {
	font-style: italic;
}
div#content {
	margin: 50px 0 20px 0;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 250px;
	float: right;
}
div#content h2 {
	font-size: 24px;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	text-decoration: underline;
}
div#footer p {
	line-height: 25px;
	text-align: right;
	border-top: 1px solid #BFBFBF;
	font-size: 9px;
}
div.post {
	margin: 0 0 76px;
}
h3#comments, h3#respond {
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-size: 18px;
	text-decoration: none;
}
div.alignleft a:hover, div.alignright a:hover {
	text-decoration: underline;
}
div#projekte {
	margin-top:23px;
}
div#content img {
	margin:0 5px 5px 0;
}
div#content h1 {
	font-size: 14px;
	margin:40px 0 10px 0;
	float: none;
}
div#content p {
	margin:10px 0 10px 0;
}

div#content a {
	color:#7F7F7F;
}
div#content a:hover {
	color:#4D4D4D;
}

div.press {
	width:620px;
}

div.top_image {
	float:left;
	margin:0 4px 4px 0;
	overflow: hidden;
	height: 66px;
}
div.top_image a {
	display: block;
}
div.top_image a:hover {
	margin-top: -66px;
}
div.top_image#current a {
	margin-top: -66px;
}
