/*
Theme Name: dueckers
Theme URI: http://www.tanja-dueckers.de
Description: Einspaltiges Theme. Die Ausgabesprache ist Deutsch.
Author: S. Steden und vanhaven 
Author URI: http://www.vanhaven.com


/* resets */
img { border: none;}
a img { border: none;}
a {outline: none;}
ul, ol { margin: 0; padding: 0;}
div { margin: 0; padding: 0;}

/* Typography, colors, paddings main blocks */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Georgia, "Times New Roman", Times, serif;
  background: #a9ac99 url(images/baa_bgcolor.gif);
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0;
}

#page {
  background-color: #fff;
  margin: 0px auto;
  padding: 0;
  width: 615px;
  border: 1px solid #959596;
  text-align: left;
  position: relative;
}

#header {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

#content {
  font-size: 1.3em;
}

.narrowcolumn {
  padding: 0px 20px 0px 20px;
  margin: 0px 0 0;
  line-height: 1.8em;
}

.narrowcolumn .postmetadata {
  text-align: right;
  font-size: 0.9em;
  padding: 5px 0 3px 0;
}

.post { 
  width: 573px;
}
		
.entry  {
  margin: 20px 0 0 0;
}

#footer {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 1.2em;
  padding: 0;
  margin: 0px  auto!important;
  width: 615px;
  clear: both;
}

#footer p {
  margin: 0 20px;
  padding: 20px 0;
  text-align: left;
}

#footer p a {
  float: right;
  text-transform: uppercase;
  text-decoration: none;
}

/*   Headings */
h1, h2, h3, h4 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #000;	
}

h1 {
  font-size: 4em;
  text-align: center;
  padding-top: 22px;
  padding-left: 28px;
}

h2 {
  font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
  letter-spacing: 0.1em;
  font-size: 1.6em;
  color: #00481B;
  padding: 20px 0 0;
}

h2.pagetitle {
  font-size: 1.6em;
  margin-top: 10px;
  text-align: left;
}

h2.thumbnail {
  clear:right;
}

h2.startseite {
  font-family: Helvetica,Arial,sans-serif;
  font-size:1.2em;
  font-weight:normal;
  letter-spacing:0.1em;
  text-transform:uppercase;
  border-bottom: 1px solid #336633;
  padding: 0 0 10px 0;
  margin: 0 20px 0 20px;
}

h3 {
  font-size: 1.3em;
  color: #00481B;
  margin: 30px 0 0;
}

h3.comments {
  margin: 40px auto 20px ;
}

.entry h3  { 
  font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
  font-size: 1.2em;
  line-height: 0.9em;
  color:#00481B;
}		

h4 {
  font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
  font-size: 1.1em;
  line-height: 1.3em;
  padding-top: 15px;
}
		
h1 a, h1 a:hover, h1 a:visited, 
h4 a:hover {
  text-decoration: underline;
}

h2 a, h2 a:visited, h2 a:hover, 
h3 a, h3 a:visited {
  color: #00481B;
}

h2 a, h2 a:hover, h2 a:visited, 
h3 a, h3 a:hover, h3 a:visited, h4 a {
  text-decoration: none;
}


/* Links */
a {
  color: #000;
  text-decoration: underline;
}

a.more-link:link, a.more-link:visited {
  font-weight:bold;
  text-decoration: none;
}

a.more-link:hover, a.more-link:active, a.more-link:focus {
  text-decoration: underline;
}

/* Images */
p img {
  padding: 0;
  max-width: 100%;
}

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

.grquerimg {
  margin: 0;
  padding: 10px 0 30px 10px;
}	

img.attachment-post-thumbnail {
        padding: 1px;
        margin: 10px 0 20px 7px;
		border: 1px solid  #336633;
        float: right;
}
		
img.alignright {
        padding: 0;
        margin: 5px 0 5px 5px;
} 

img.alignnone {
        padding: 0;
        margin: 5px 5px 5px 0;
}

img.alignleft {
        padding: 0;
        margin: 5px 7px 5px 0;
}

.alignright { float: right; }

.alignleft { float: left; }


/* Lists in posts */

.entry ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	margin-top:0;
}

.entry li {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
        background:#FFFFFF url(images/list_style_image.gif) no-repeat scroll 0 0;
		font-size: 1.0em;
		line-height:1.3em;
		margin: 7px 0 8px;
		padding:0 0 0 18px;
}

.entry ol {
        padding: 0 0 0 35px;
        margin: 0;
}

.entry ol li {
        margin: 0;
        padding: 0;
}

.essayliste li{
		line-height: 1.1em;
		font-weight:normal;
		list-style:none;
		background-image: none;
		margin: 7px 0 8px 0;
		padding: 0;
}
		
.postmetadata ul, .postmetadata li {
        display: inline;
        list-style-type: none;
        list-style-image: none;
}
		
.category-gespraeche p {
		padding: 0 0 8px 0;
		margin: 0;
}


/* Form Elements */
#searchform {
   margin: 0 auto;
   padding: 0;
   height:25px;
}

.searchfield {
   background: #00481B none repeat scroll 0 0;
   border: 1px solid green;
   color: #FFFFFF;
   padding: 2px;
   margin: 0;
   width: 105px;
   text-align: right;
}

#search {
 	margin:0 auto;
	padding-top:10px;
}


/* Floatboxes mainmenue */
.spalten { width: 100%; overflow:hidden;background-color: #fff; border-top: 10px solid white;}

.floatbox { overflow:hidden; }

.c25li {float: left; width: 25%; }
.c25re {float: right;width: 25%; margin-left: -5px; }

.innen { 
 	height: 225px;
	margin: 0 5px;
	padding: 0 15px 5px 0;
	text-align:right;
	background-color: #03481C; 	
	color:#fff;
}

.re {
 	margin: 0 10px 0 5px;
}

.li {
 	margin: 0 5px 0 10px;
	background: #03481C url(images/logo.gif) no-repeat 0 0;
}

 /*  lists and headings mainmenue */
 #header h2 {
 	margin: 0;
    padding: 100px 0 0 0;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing:0.1em;
}

 #header ul {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
	list-style:none;
    padding: 0;
}

#header ul.service {
    padding: 1.2em 0 0 0;
	text-transform: uppercase;
}

#header li a:link, #header li a:visited {
	color:#ffffff;
	text-decoration: none;
}
  
#header li a:active,#header li a:hover, #header li a:focus {
    color: #64CC00;
	text-decoration: none;
}

#header li.current-cat a {
    color: #64CC00;
}


/* Various Tags and Classes */
small {
        font-family: Book Antiqua, Palatino, Times New Roman, Times, serif;
        font-size: 0.9em;
		font-weight: normal;
        line-height: 1.6em;
}

small a {
		color: #00481B;
}
		
.description {
        font-size: 1.2em;
        text-align: left; 
		padding-left: 30px;
}

.postmetadata, strike {
        font-weight: normal;
}
		
blockquote {
        font-style: italic;
}

code {
        font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
        font-size: 0.9em;
        letter-spacing: .07em;
        cursor: help;
}

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

blockquote {
        margin: 15px 30px 0 10px;
        padding-left: 20px;
}

blockquote cite {
        margin: 5px 0 0;
        display: block;
}

.center { text-align: center; }

hr {
    border: 1px #336633;
    display: none;
}

.unsichtbar {
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.druck {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 140px;
	height: 100px;
	z-index: 1;
}


/* breadcrumbs */
.breadcrumb { 
	width: 570px; 
	display: block; 
	text-align:right; 
	font-size: .9em; 
	font-family: Helvetica, Arial, sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
}

.breadcrumb a { text-decoration: none }
.breadcrumb a:hover,.breadcrumb a:active, .breadcrumb a:focus { text-decoration: underline }


/* special post formats */
.essayliste {
    font-family: "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    font-size: 1.1em;
    line-height: 1.8em;
}

.essayliste a {
    font-weight:bold;
	color: #000;
	text-decoration:none;
}

.essayliste h2 {
	margin: 0 0 18px 0;
}
		
.essayliste a:hover{
	text-decoration:underline;
}
	
.narrowcolumn hr { 
	float:none;
	clear:both;
	width: 100%;
	background-color:#336633;
	height:1px; 
	border:1px ;
	margin-bottom:10px;
	display: block;
}


/* override styles from plugin simple lightbox */
#slb_viewer_wrap .slb_theme_slb_baseline {
    font-family: Georgia, "Times New Roman", Times, serif !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-size: 18px !important;
}