/*
Theme Name: Achterhold
Theme URI: http://www.achterhold.de/
Version: 1.0
Author: Sabine Rödiger
Author URI: http://www.pixilla.org/
Last updated: 2009-07-19
*/

/* standard elements */
html {min-height: 100%;}

* {
        margin: 0;
	padding: 0;
}

a {
color: #900;
font-weight: bold;
text-decoration: none;
}
a:hover {color: #990000;
text-decoration: none;
}

body {
	background-color: #e5f3f3;
	color: #003;
	font: normal 62.5% Verdana
}

p,code,ul {padding-bottom: 10px;}


h1 {
	font: bold 1.4em Verdana,sans-serif;
	margin-bottom: 4px;
        color: #900;
}
.post h2, .post .aktuelles h2, h2 {
font: bold 1.2em sans-serif;
color: #900;
padding-top: 6px;
padding-bottom: 10px;
}
h3 {font: bold 1.1em sans-serif;}
h2 a, .aktuelles a {
text-decoration:none;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Verdana,sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	float:left;
        padding-left: 60px;  
}
.sidenav li {
margin-left:15px;
}
big {font-size: 1.1em;}

h1, h3 {
padding-top: 6px;
padding-bottom: 10px;
}

label {
	display: block;
	font-size: 0.9em;
}
hr {
	color: #990000;
        background-color: #990000;
        height: 1px;
	margin: 20px 0 20px 0;
	width: 100%;
        clear:both;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.outline {
        width: 832px;
        background-color: #FFF;
        border: 1px solid #990000;
        margin: 0 auto;
	padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
}
.container {
	background: #FFF;
	font-size: 1.2em;
	width: 822px;
        margin: 0 auto;
}
/*.aktuelles {
        border: 1px solid #990000;
        margin-bottom: 20px;
        padding:10px;
        padding-top:0px;
}*/

/* header */

/* title */
.header {
	background: #FFF url('img/header.jpg') no-repeat;
	height: 175px;
	margin: 0 auto;
        padding-bottom: 8px;
	width: 822px;
}

/* navigation */
.navigation {	
	background-color: #0375ae;
	width: 822px;
        height: 24px;
}
.navigation a {
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	font: bold 1.5em sans-serif;
}
.navigation ul {display: inline;}
.navigation li {float: left; list-style:none;}

/* main */
.main {
	border-top: 4px solid #FFF;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
        background-color: #edf6f6;
        margin-top: 7px;
        padding: 10px;
}
.sidenav h2 {
	color: #5A5A43;
	font: bold 1em Verdana,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}


/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 555px;
}


.content ul {margin-left: 18px;}
.content ol li {list-style: decimal;}

.content p {font-family: "Verdana",sans-serif;}

/* footer */
.footer {	
	background-color: #0375ae;
	width: 822px;
        height: 24px;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}

/* posts 

.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:none;}

.post {margin: 6px 0 10px 0;color: #003; clear:both;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.post img {border: 4px solid #DDD; margin: 4px 0;}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}
.info a {text-decoration: none;}
.info a:hover {text-decoration: none;}
.entry_ref {
  padding: 10px;
  border: 1px solid #900;
  width: auto;
  height:auto;
}*/
.entry_ref p {
  clear:left;
}
/* comments */
.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #664;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidenav table caption {border-bottom-color:#000;}

.sidenav table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.sidenav table th {border-bottom-color:#000;}

.sidenav table td#today {
  border-color:#000;
  color:#A53512;
}

.sidenav table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.sidenav table tfoot {border-top-color:#000;}

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

#searchform {padding:10px;}


/* 
   Wordpress 
------------------------------------------------------------------- */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Images */
img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.alignleft {margin: 0 15px 12px 0;}
img.alignright {margin: 0 0 15px 12px;}


/* Floats */
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {margin: 0 auto;}