/*
Theme Name: Teichwirtschaft Jarlingen
Theme URI: http://www.offczorz.de
Description: Custom Wordpress Theme.
Version: 1.0
Author: Patrick Offczorz
*/

/* @group Elements */

body {
	color: #262626;
	background: url(images/back.jpg) repeat-x scroll center top;
	padding: 0;
	margin: 0 auto;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:0.95em;
	line-height:1.7em;
}

.wp-caption {
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #eee;

	}
.wp-caption img {
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px 5px;
	font-size: .9em;
	line-height: 1em;
	}

.logo {
	margin-top: 30px;
}

.clear {
	clear: both;
}

.left 	{float: left; margin-right: 20px;}
.right 	{float: right; margin-left: 10px;}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 7px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 7px;
}

a {
	color: blue;
}

a img {
	border: none;
}

a:visited {
	color: #70b3ff;
}

a:hover {
	color: #145ead;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	font-family: serif;
	font-style: italic;
	font-size: 1.35em; 
	line-height: 1.3em;
}

cite {
	font-size: 90%;
	font-style: normal;
}

hr {
	margin-bottom: 35px;
	background: url(images/hr.jpg) repeat-x;
}

h2 {
	padding-bottom: 10px;
	font-size-adjust: none;
	font: bolder 1,95em Arial Helvetica, sans-serif;
}

h3 {
	margin-top: 0;
	font: 1.20em;
}



/* @end */

/* @group News */

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
	color: #262626;
	font-weight: normal;
	font-style: normal;
	font-size: 33px;
	line-height:36px;
}

.storytitle a:hover {
	text-decoration: underline;
	color: #262626;
}

.storycontent {
	font-size: 1em;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

ul.post-meta {
	list-style: none;
}



/* @end */

/* @group Navigation */

.navi_logo {
	background: url(images/navi_logo.jpg) no-repeat;
	width: 169px;
	height: 48px;
	float: left;
}

#naviborder {
	border-bottom: 1px solid;
	height: 48px;
	background: url(images/back_navi.jpg) repeat-x;
	border-color: #cecece;
}

#naviborder ul {
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	background-color: #303030;
	list-style: none;	

}

#naviborder li {
	float: left;
	line-height: 28px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 2px 0 0;
}

#naviborder li a {
	color: #39608f;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	font-weight: bold;
}

#naviborder li a span{
	display: block;
	float: left;
	height: 27px;
	padding: 0 13px 0 0;
	list-style: none;
}

#naviborder li.current_page_item a{
	background: url(images/tab-hover.gif) no-repeat left;
}
#naviborder li.current_page_item a span{
	background: url(images/tab-hover.gif) no-repeat right;
	color: #e8e8e8;
}
#naviborder li a:hover{
	background: url(images/tab-hover.gif) no-repeat left;
	color: #e8e8e8;
	text-decoration: none;
}
#naviborder li a:hover span{
	background: url(images/tab-hover.gif) no-repeat right;
}



/* @end */

/* @group Aufbau */

.box {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	border: 1px solid #40AAF4;
	padding: 20px;
	background: #f0f0f0 url(images/boxbg.jpg) repeat-x;
}

#rap {
	margin: 0 auto;
	max-width: 945px;
	min-width: 945px;
	padding: 140px 0 0;
}

#content {
	margin: 0 450px 0 0;
	padding: 20px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
}
#content_nosidebar {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	background: #F8F8F0 url(images/boxbg.jpg) repeat-x;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}

#footer {
	width: 100%;
	font-size: 11px;
	margin-top: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	clear: both;
}

.container {
	padding: 30px;
}

#header {
	max-width: 1150px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0;	
}

.post-wrapper {
	padding: 15px;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}

/* @end */

/* @group Calendar */

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}



/* @end */

/* @group Sidebar */

#side_all {
	font-size: 0.80em;
	clear: both;
	width: 400px;
}

.sideli li a {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	text-decoration: none;
	background: #ddd5d1 url(images/bullet.gif) no-repeat 10px 4px;
	padding: 5px 5px 5px 33px;
	line-height: 1.2em;
	color: #807c79;
	font-size: 1.10em;
}

.sideli li a:hover {
	background-color: #aba5a2;
	color: #f1e9e5;
}

.sideli h2 {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	font-size: 1.65em;
	color: #b08850;
	background-color: #333;
	padding-left: 7px;
	padding-top: 8px;
}

#menu {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: right;
	width: 420px;
	background: #fff url(images/bg_sidebar.jpg) repeat-y;
}

#menu form {
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	padding-left: 4px;
}



/* @end */

/* @group Meta */

.meta {
	padding: 5px;
	margin-top: 15px;
	background-color: #5BBEFA;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	font-size: .75em;
	color: #fff;
	width: auto;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	font-weight: normal;
	letter-spacing: 0;
}

.meta2 a {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius-bottomleft:4px;
	-webkit-border-radius-bottomright:4px;
	-webkit-border-radius-topleft:4px;
	-webkit-border-radius-topright:4px;
	background-color: #A1E1FD;
	color: #3e9ae7;
	padding: 4px 6px;
}

.meta2 a:hover {
	color: #fff;
	background-color: #3481fb;
}

/* @end */

/* @group Kontakt Formular */

#anschrift {
	margin-right:70px;
	width: 300px;
}

#kontakt {
	padding: 20px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	background-color: #e8e7e0;
}

.box6 {
	width: 400px;
}

.contactform input{
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	background-color: #d2dd94;
	border-top:1px solid #615d51;
	border-left:1px solid #918c7a;
	border-bottom:1px solid #f1ecdb;
	border-right:1px solid #ebe4cc;
	font-family: sans-serif;
	font-size:0.90em;
	margin-right:5px;
	padding-right:5px;
	padding-top:5px;
	width:160px;
	height: 18px;
}

.contactform textarea {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	background-color: #d2dd94;
	border-top:1px solid #615d51;
	border-left:1px solid #918c7a;
	border-bottom:1px solid #f1ecdb;
	border-right:1px solid #ebe4cc;
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.95em;
	margin-right:20px;
	padding-right:5px;
	padding-top:5px;
	width:385px;
	height: 200px;
}

.contactformback {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	background-color: #bfddfc;
	padding: 20px;
	border-bottom: 1px solid #ffffff
}

/* @end */

