/*
Theme Name: Elbklang Theme 2.0
Theme URI: http://elbklang.net
Description: Theme for Elbklang-site by <a href="http://elbklang.net">zazi</a>
Version: 0.2
Author: Bob Ferris
Author URI: http://elbklang.net
*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/water01.jpg);
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.title {
	font-size:12px;
	font-weight:bold;
}

img {
	border: 0px solid #000;
}

a {
	color: #00a;
}
a:visited {
	color: #306;
}

input, textarea {
	border: 1px solid black;
}

#sitearea {
	min-width: 800px;
}

#toparea {
	position: relative;
	background-color: #fff;
	height: 30px;
}

#toplogo {
	position: relative;
	background-image: url(images/stripe.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 260px;
	border-top: 1px solid black;
}

#toplogo #sitename {
	display: none;
}

#neunav {
	position: relative;
	background: #b8b8b8 url(images/background.gif) repeat-x center right;
	height: 2em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}

#neunav ul {
	position: absolute;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-left: 1px #aaa solid;
	border-right: 1px #fff solid;
	left: 50%;
	margin-left: -400px;
}

#neunav .page_item {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
	border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
}

#neunav .page_item a {
	display:block;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em;
}

#neunav .page_item a:hover {
    background: #eee;
    color: #333;
    text-decoration: none;
}

#neunav .current_page_item {
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
    background: transparent url("images/background_active.gif") repeat-x center right;
}

#neunav .current_page_item a, #neunav .current_page_item a:hover {
    color: #fff;
    background: transparent;
    text-decoration: none;
}

#footer, #footer a {
	text-align: center;
	font-size: 9px;
	color: #999;
	text-decoration: none;
}

#navshadow {
	position: relative;
	background-image: url(images/topshadow_1.png);
	background-repeat: repeat-x;
	background-color: #eee;
	height: 10px;
}

#contentarea {
	background-color: #fff;
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -399px;
	margin-top: -10px;
	margin-bottom: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(images/topshadow_2.png);
	background-repeat: repeat-x;
	overflow: auto;
	padding-top: 20px;
}

#content {
	float: left;
	width: 70%;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

.wideitem {
	float: left;
	width: 90%;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 30px;
	margin-bottom: 20px;
	font-size: 0.8em;
}

#blocks {
	overflow: hidden;
	margin-right: 20px;
	font-size: 0.8em;
}

#blocks .sideblock {
	position: relative;
	background-color: #eee;
}

#blocks .sideblock h4{
	text-align: center;
	font-weight: bold;
}

#blocks li {
	list-style-type: none;
}

#blocks ul {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1em;
}

.news {
	margin-bottom: 20px;
	font-size: 0.8em;
}

.news .date {
	text-align: right;
	border-bottom: 1px dashed #aaa;
	font-size: 0.8em;
	color: #666;
}

.news h3 a {
	color: #000;
	text-decoration: none;
}

.news .postmetadata,  .news .postmetadata a {
	font-size: 10px;
	text-decoration: none;
}

