@charset "UTF-8";

/*
Theme Name: Grey-Green Design
Description: Ein Design für für ThomasLow.de
Version: 1.0
Author: Thomas Low
Author URI: http://www.thomaslow.de/

	Grey-Green Design v1.0
	
	Ein Design für ThomasLow.de.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  color: #444444;
  font: 10pt/1.5em Verdana, "Lucida Sans", "Lucida Grande", Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

a {
  color: #466fd4;
  text-decoration: underline;
}

abbr[title], acronym[title], span[title] {
  border-bottom: 1px dotted #1A1A1A;
}

kbd {}

blockquote {
  padding: 0 10px;
  font-style: italic;
}

div#text img,
div#sidebar img {
  border: #EEEEEE 1px solid;
  background-color: #FFFFFF;
  padding: 4px;
}

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

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

.offsite {
	 background: url(images/offsite.gif) no-repeat center right;
	 padding-right: 9px; 
}


/* Globale Auszeichnung */

.break {
  clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* header */

div#header {
  background: #515151 url(images/header_bg.gif) repeat-x 0px 0px;
  height: 125px;
  min-width: 930px;
}

div#pagelist {
  width: 900px;
  margin: auto;
  padding: 27px 10px 0 10px;
}

div#pagelist ul {
  width: 900px;
  height: 70px;
  list-style: none;
  border-right: #757474 1px solid;
}

div#pagelist ul li {
  float: left;
  display: block;
  text-align: center;
  width: 223px;
  height: 70px;
  border-left: #757474 1px solid;
}

div#pagelist a {
  display: block;
  margin-top: 0.7em;
  color: #d5d4d4;
  font: 17pt/1.5em Georgia, Times, "Times New Roman", Serif;
  text-decoration: none;
}

div#pagelist a:hover {
  color: #ffffff;
}

div#pagelist .current_page_item a,
div#pagelist .current_page_parent a {
  text-decoration: underline;
}

/* Content */

div#page {
  min-width: 930px;
}

div#content {
  width: 900px;
  margin: auto;
  padding: 0 0 0 10px;
}

/* Green */

div#green_layer {
  background: #ddffc9 url(images/green_bg.gif) repeat-x 0px 0px;
  border-bottom: #cfedbd 1px solid;
  margin-bottom: 10px;
  min-width: 930px;
}

div#green_content {
  width: 900px;
  margin: auto;
  padding: 0 0 0 10px;
  font: 11pt/1.5em Georgia, Times, "Times New Roman", Serif;
}

div#green_left {
  float: left;
  width: 630px;
}

div#green_left h1 {
  padding: 20px 0 20px 0;
  font-weight: normal;
  font-size: 26pt;
  line-height: 1.5em;
}

div#green_left p {
  margin: 0 0 25px 0;
}

div#green_right {
  float: right;
  width: 225px;
  margin: 20px 0;
  text-align: center;
}

/* Text */

div#text {
  float: left;
  width: 630px;
}

div#text p {
  margin: 15px 0;
}

div#text p img {
  margin: 0 10px 10px 10px;
}

div#text p img.wp-smiley {
  float: none;
  border: 0;
  margin: 0 0 2px 0;
  padding: 0;
  vertical-align: middle;
}

div#text ul,
div#text ol {
  margin: 10px 0;
}

div#text li {
  margin-left: 2em;
}

div#text h2 {
  font-size: 18pt;
  line-height: 1.4em;
  font-weight: normal;
  margin: 0;
}

div#text h3 {
  font-size: 10pt;
}

div#text form {
  margin: 0 0 0 20px;
}

div#text legend {
  font-weight: bold;
  color: #444444;
}

div#text fieldset {
  margin-top: 10px;
  border: 0;
  
}

div#text fieldset table {
  margin: 10px 0px 10px 35px;
  width: 460px;
}

div#text fieldset table th {
  width: 120px;
  font-weight: normal;
}


div#text fieldset table input[type=text],
div#text fieldset table textarea {
  width: 350px;
}

div#text table {
  width: 100%;
}

div#text table th {
  width: 120px;
}

div#text .post {
  margin-top: 30px;
}

div#text .date {
  float: right;
  font-style: italic;
}

div#text .excerpt_postmetadata {
  width: 100%;
  text-align: right;
  font-style: italic;
  font-size: 9pt;
}

div#text .postmetadata {
  clear: both;
}

div#text .postmetadata p {
  font-size: 8pt;
  line-height: 1.5em;
  margin: 15px 0;
}

div#text .related_posts {
  float: left;
  width: 310px;
}

div#text .navigate_posts {
  float: right;
  width: 310px;
}

div#text .navigation {
  margin-top: 50px;
}

div#text .ngg-galleryoverview {
  margin: 10px 0 10px 20px;
}

div#comments {
  margin-top: 50px;
}

div#comments .comments_heading {
  font-size: 12pt;
  font-weight: bold;
}

div#comments .commentlist {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

div#comments .commentlist li { 
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  padding: 10px 1px 1px 10px;
}

div#comments .alt { 
  background-color: #F5FAF5;
}

div#comments .comment_text {
  float: left;
  width: 500px;
}

div#comments .avatar {
  float: right;
}

div#comments .avatar img {
  margin: 0 10px 10px 10px;
}

div#comments .commentlist li cite {
  font-weight: bold;
}



/* Sidebar */

div#sidebar {
  float: right;
  width: 220px;
  font: 9pt/1.5em Verdana, "Lucida Sans", "Lucida Grande", Helvetica, Sans-Serif;
}

div#sidebar ul, 
div#green_right ul {
  list-style: none;
}

div#sidebar ul li {
  margin: 15px 0 0 0;
}


div#sidebar ul li ul li ul.children {
  margin: 0;
}

div#sidebar ul li ul, 
div#green_right ul li ul,
div#text .related_posts ul,
div#text .navigate_posts ul,
div#footer .footer_box ul {
  list-style: none;
  margin: 5px 0 0 0;
}



div#sidebar ul li ul li, 
div#green_right ul li ul li,
div#text .related_posts ul li,
div#text .navigate_posts ul li,
div#footer .footer_box ul li  {
  background: transparent url(images/sidebar_bullet_trans.gif) no-repeat 0.2em 0.50em;
  margin: 0;
  padding: 0 0 0 15px;
}

div#sidebar h3, div#green_right h3 {
  color: #4677d4;
  font-size: 10pt;
  font-weight: bold;
}

div#sidebar a, 
div#green_right a, 
div#footer .footer_box a {
  color: #444444;
  text-decoration: none;
}

div#sidebar a:hover, 
div#green_right a:hover, 
div#footer .footer_box a:hover {
  text-decoration: underline;
}

form#searchform {
  padding: 5px;
}

form#searchform input {
  display: inline;
  color: #444444;
  font-size: 10pt;
  font-family: Verdana, "Lucida Sans", "Lucida Grande", Helvetica, Sans-Serif;
  
}

form#searchform input[type=text] {
  width: 100px;
}

form#searchform input[type=submit] {
  font-size: 9pt;
}

div#random_images .ngg-widget {
  margin: 5px 0 0 5px;
}


/* Footer */

div#footer {
  clear: both;
  margin-top: 30px; 
  background-color: #f9f9f9;
  font: 11pt/1.5em Georgia, Times, "Times New Roman", Serif;
  border-top: #eeeeee 1px solid;
  min-width: 930px;
}

div#footer_content {
  width: 900px;
  margin: auto;
  padding: 20px 0;
  font-size: 10pt;
  text-align: center;
}

div#footer p {
  margin: 10px 0;
}

div#footer_bottom {
  clear: both;
  padding-top: 20px;
}

div#footer_middle .footer_box {
  margin: 0 20px ;
}

div#footer .footer_box {
  float: left;
  text-align: left;
  width: 254px;
  padding: 12px 14px 12px 14px;
  border: #EEEEEE 1px solid;
  background-color: #fcfcfc;
}

div#footer .footer_box h3 {
  font-size: 14pt;
  font-weight: normal;
  padding-bottom: 5px;
}

div#footer .footer_box img{
  border: 0;
}

img#wpstats{display:none}
