/*
Theme Name: hafeneck
Theme URI: http://hafeneck.de
Description: das hafeneck theme
Version: 1.0
Author: Rainer Rapp
Author URI: http://xquiro.de
*/

/*---------------------
SOME BASIC STUFF
---------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul ul li {
  list-style: none;
  padding-left: 5px;
	}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
	background: #FFF;
	background-image: url(img/bg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 80%;
	line-height: 1.5;
}

p {
  padding: 5px 0 5px 0;
}

hr {
   border: 1px solid #000;
   height:1px;
}

h2 {
   font-size: 14px;
}

h3 {
   font-size: 14px;
}

h4, h5, h6 {
    font-size: 110%;
}

small {
	font-size: 80%;
}

blockquote p:before {
	content:open-quote;
	font-size: 1.5em;
}

blockquote p:after {
	content:close-quote;
	font-size: 1.5em;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

img {
  border: 0;
  vertical-align:bottom;
  }

/*---------------------
SEITE
---------------------*/

#wrap {
  width: 780px;
  margin: 20px 0 20px 40px;
	background-color: transparent;
}

/*---------------------
HEADER
---------------------*/

#header {
  width: 780px;
	height: 153px;
	border-bottom: 5px solid #009;
}

#header h1 {
	display: none;
}

#header p {
	display: none;
}

#header a:hover, a:link {
	background-color: transparent;
}

#raucher {
	float: right;
}

/*---------------------
TOPNAVI
---------------------*/

#topnavi {
  margin: 0 0 60px 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

#topnavi ul li {
  list-style-type: none;
  float: left;
  display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

/*---------------------
CONTENT
---------------------*/

#content {
  float: left;
  width: 500px;
  padding: 10px 0 0 0;
}

#content h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

#content input, textarea {
  border: 1px solid #AAA;
  background-color: #FFF;
}

#content ol {
	list-style-position:outside;
	margin-left: 20px;
}

#content ul {
    margin-left: 20px;
}

#content ul li {
  background:url(img/liste.png) 0px 8px no-repeat;
  padding-left: 5px;
}

.post {
  margin-bottom: 10px;
}

.postmetadata {
	font-size: 85%;
	color: #aaa;
	border: 1px solid #aaa;
	border-width: 1px 0;
	margin: 10px 0;
}

.posttrenner {
	text-align: center;
	padding: 10px;
	margin: 0 0 20px 0;
}

span .topmetadatacomments {
	text-align: right;
}

.info {
    font-size: 10px;
    color: #aaa;
}

#commentlist li {
 	font-family: arial, helvetica, serif; 
  /*border: 1px solid #aaa;
	border-width: 0 0 1px 0;*/
  padding: 5px;
  margin-bottom: 5px;
}

.comment_time {
	font-size: 80%;
}

/*---------------------
SIDEBAR
---------------------*/

#sidebar {
	float: right;
	font-size: 85%;
  width: 220px;
	margin: 0;
}

#sidebar ul {
  list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar ul ul {
}

#sidebar ul ul ul {
}

#sidebar li div {
}

#sidebar input {
  border: 1px solid #aaa;
  background-color: #FFF;
}

#sidebar select {
	font-size: 100%;
	width: 184px;
	margin-left: 5px;
}

#sidebar h2 {
	color: #aaa;
}

#sidebar table {
	width: 100%;
}

#sidebar th {
	text-align: left;
}

#sidebar input {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
  border: 5px solid #009;
  background-color: #FFF;
	width: 190px;
}

#sidebar #searchsubmit {
	border: none !important;
	width: 14px;
}

/*---------------------
IMAGES
---------------------*/

img {
  border: 0;
  vertical-align:bottom;
	padding: 0;
	margin: 0;
  }
	
a:hover img {
	border: none;
	background-color: transparent;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/*---------------------
LINKS
---------------------*/
#topnavi a, a:visited, a:active {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

#topnavi a:hover {
	color: #009;
	text-decoration: none;
	background-color: transparent;
}

#topnavi .current_page_item a, a:active {
	color: #009;
	background-color: transparent;
}

#content a, a:visited {
	color: #009;
	text-decoration: none;
}

#content a:hover, a:active {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

#sidebar a, a:visited {
	color: #009;
	text-decoration: none;
}

#sidebar a:hover, a:active {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

.imglink a, a:visited, a:hover {
	background-color: transparent;
}

#footer a, a:visited {
	color: #009;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

/*---------------------
CLEAR
---------------------*/

.clear {
  clear: both;
  height: 1px;
}

/*---------------------
FOOTER
---------------------*/

#footer {
	font-family: arial, helvetica, serif;
	font-size: 10px;
	border-top: 1px dotted #666;
	color: #666;
	margin: 20px auto 0 auto;
  padding: 10px 20px 10px 0;
	width: 760px;
}

#footer ul {
	margin-left: 0 !important;
	list-style: none;
}


#footer ul ul li {
  background:url(img/liste.png) 2px 6px no-repeat;
  padding-left: 8px;
}

#footer ul ul {
	list-style: none;
	margin-bottom: 20px;
}

#footer li div {
	margin: 0 0 0 2px;
}

