/*
Theme Name: Stromflut
Theme URI: http://www.stromflut.com/
Version: 1.0
Description: Das offizielle stromflut.com Theme.
Author: Stefan Gubatz
Author URI: http://www.stromflut.com
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0; /* abstand zwischen menupunkten */
}

a {color: #000000;}
a:hover {color: #5b5b5b;}

body { background: #ffffff url(img/str_head.gif) no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #000000; font: 8pt/160% Georgia, "times new roman", times, Verdana, sans-serif; padding-left: 90px; }


p,code,ul,ol {padding-bottom: 1.2em;} /* abstand zwischen eintrag und kommentarleiste */

h1 { color: #000; font: 2em Georgia, "times new roman", times, Verdana, sans-serif; }
h1 a { color: #000; text-decoration: none; }
h1 a:hover {
	color: #5b5b5b;
}

h2 {font: normal, Georgia, Verdana, sans-serif;}

h1,h2 { margin-bottom: 20px; padding-top: 15px; }

blockquote {
	color: #5b5b5b; font-style: italic; display: block; padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay /* {
	background: url('img/decay.gif') no-repeat left center;
	color: #000;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
} */


h2.decay /* {
	background: url('img/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}*/

p.postinfo {
	border-top: 1px dashed #000000;
	color: #000000;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {color: #000000;}
p.postinfo a:hover {color: #5d5d5d;}

.descr {
	color: #7d8b16;
	margin-bottom: 6px;
}

/* structure */
#container {
	font-size: 1.3em;
}

/* title */
#site-title {font: 3em Tahoma, verdana, sans-serif;}
#site-title a {
	color: #DDD;
	text-decoration: line-through;
}
#site-title a:hover {
	color: #FFF;
	text-decoration: none;
}
#site-description {color: #CCC;}

/* content */
#content {
	left: 375px;
	position: absolute;
	top: 320px;
	width: 610px;
}
#content li {margin-left: 18px;}



/* navigation */
#navigation { text-align: right; left: 98px; position: absolute; top: 374px; width: 210px; }


#navigation h2 { color: #000; font-size: 10pt; font-weight: normal; margin: 0 0 2px; }

#navigation ul {  }
#navigation li {list-style: none;}

#navigation li a { color: #777; font-size: 10pt; text-decoration: none; }

#navigation li a:hover {color: #000000;}

/* archives */
.post h1 a { color: #7d8b16; font-size: 16px; }
.post h1 a:hover {color: #000;}
.post .descr {color: #82929a;}
.post .descr a {color: #5b5b5b;}
.post .descr a:hover {color: #000;}

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	margin-top: 12px;
	position: absolute;
	top: 100%;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}

/* comments */
.content ol li { font-weight: normal; background-position: 0 0; }

.commentlist { font-weight: normal; margin: 20px 0 0; padding-top: 0; padding-right: 0; padding-left: 0; }
.commentlist li { font-weight: normal; margin-bottom: 1em; list-style: decimal; }
#commentform { margin: 1em 0; width: 500px; }
.commentmetadata { color: black; font-weight: normal; padding: 2px 0 4px; }
.commentmetadata a { color: #7d8b16; text-decoration: none; margin-bottom: 10px; }
.commentmetadata a:hover { text-decoration: underline; }

/* forms */
textarea.styled {width: 500px;}

.styled {
	background: #ddd;
	border: solid 1px #000;
	font: 1em Verdana, sans-serif;
	padding: 2px;
}
.styled:hover {background: #EEE;}
.styled:focus {background: #FFF;}

#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

#navigation table caption {border-bottom-color:#000;}

#navigation table thead tr { border-bottom-color:#000; color:#7d8b16; font-size: 16px; }

#navigation table th {border-bottom-color:#000;}

#navigation table td#today { border-color:#000; color:#7d8b16; font-size: 16px; }

#navigation table td a {
  border-bottom-color:#000;
  background-color:#ddd;
}

#navigation table tfoot {border-top-color:#000;}
#navigation table tfoot a {background:none;}

#wp-calendar {
  /* display: inline-table; */
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

#navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

#navigation table thead tr {border-bottom:1px solid;}

#navigation table th {border-bottom:1px solid;}

#navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

#navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

#navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

#navigation table tfoot {border-top:1px solid;}
#navigation table tfoot a {
  border: none;
  font-weight: bold;
}
#navigation table tfoot #prev a {text-align:left;}
#navigation table tfoot #next a {text-align:center;}

/* search form */
#searchform { margin-right: 1px; }

#searchform input.sfield { border: solid 1px #000000; width: 100px; margin-right: -3px; margin-bottom: 5px; }