/*
Theme Name: Nationalgefuehl
Theme URI: http://or05.de/
Description: Theme f&uuml;r die Seite zum Nationalgef&uuml;hl (OR05)
Version: 1.0
Author: Klaus L&ouml;nze
Author URI: http://loenze.com/
*/

body {
  margin: 0;
  padding: 10px 0;
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
  text-align: center;
  background: url(images/bg_body.gif);
  color: #222;
  }

div, span, h1, h2, h3, h4, h5, p, ul, ol, li, table, tr, th, td, pre, blockquote, img {
  margin: 0;
  padding: 0;
  border: 0;
  }

#Page {
  width: 900px;
  text-align: left;
  margin: 0 auto;
  background: url(images/bg_Page.gif);
  padding: 30px 20px 50px 20px;
  }

h1 {
  width: 900px;
  height: 160px;
  overflow: hidden;
  background: url(images/bg_h1.gif) no-repeat center top;
  }

h1 a {
  display: block;
  width: 900px;
  height: 160px;
  text-indent: -10000px;
  font-size: 1px;
  overflow: hidden;
  }

#Description {
  width: 900px;
  height: 130px;
  text-indent: -10000px;
  overflow: hidden;
  font-size: 1px;
  background: url(images/bg_Description.jpg) no-repeat center top;
  }

#Content {
  background: url(images/bg_Content.gif) repeat-y;
  }

#mainCol {
  float: left;
  width: 650px;
  }

#Sidebar {
  width: 250px;
  margin: 0 0 0 650px;
  padding: 0 0 240px 0;
  padding: 0 0 20px 0;
  background: url(images/bg_Sidebar.gif) no-repeat center 2.25em;
  }

#Service {
  clear: both;
  padding: 0 0 0 20px;
  font-size: 13px;
  line-height: 2;
  color: #aaa;
  text-align: left;
  border-right: 250px solid #171717;
  border-right: 250px solid #f0ce7f;
  background: #eee;
  }

#Service a {
  color: #aaa;
  text-transform: uppercase;
  text-decoration: none;
  }

#Service a:hover {
  text-decoration: underline;
  }

#Footer {
  clear: both;
  height: 60px;
  background: #3d3d3d url(images/bg_Footer.gif) repeat-x;
  }

div.post {
  padding: 10px 15px;
  padding: 0 0 20px 0;
  margin: 0 0 2px 0;
  border-bottom: 0px solid #f0f0f0;
  }

div.post a {
  color: #900;
  text-decoration: underline;
  }

div.post a:hover {
  text-decoration: none;
  }

div.post h2 {
  background: #e3e3e3;
  color: #222;
  color: #777;
  padding: 10px 0 7px 20px;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  }

div.post h2 span.pagination {
  color: #aaa;
  display: block;
  float: right;
  padding-right: 20px;
  padding-top: 0;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  }

div.post p.pagination {
  clear: left;
  color: #999;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 20px 0 20px;
  }

div.post .pagination span {
  font-weight: bold;
  color: #999;
  text-decoration: none;
  border: 1px solid #aaa;
  background: #f6f6f6;
  padding: 0;
  }

div.post .pagination a span {
  font-weight: bold;
  color: #bbb;
  text-decoration: none;
  border: 1px solid #bbb;
  background: #e3e3e3;
  padding: 0;
  }

div.post p.pagination span {
  color: #999;
  border: 1px solid #999;
  background: #fefefe;
  }

div.post p.pagination a span {
  color: #bbb;
  border: 1px solid #bbb;
  background: #f9f9f9;
  font-weight: normal;
  }

div.post img {
  float: left;
  padding: 8px;
  border: 1px solid #ccc;
  margin: 6px 20px 0 0;
  }

div.post h3 {
  color: #444;
  padding: 15px 20px 0 25px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
  }

div.post p {
  padding: 15px 20px 0 25px;
  font-size: 15px;
  line-height: 1.5;
  }
  
div.post blockquote {
  padding: 20px 35px 5px 40px;
  font-size: 15px;
  line-height: 1.5;
  font-style: italic;
  }
  
div.post blockquote p {
  margin: 0;
  padding: 0;
  }
  
div.post ul, div.post ol {
  padding: 15px 20px 0 45px;
  font-size: 15px;
  line-height: 1.5;
  }

div.post p.img-view {
  text-align: center;
  }
  
div.post p.img-backlink {
  text-align: center;
  padding-top: 0;
  }

div.img-view p {
  text-align: center;
  }

div.post p.img-view img {
  float: none;
  margin: 0;
  padding: 10px;
  }

#Sidebar h2 {
  color: #ae7d0d;
  background: #dfb34e;
  padding: 13px 15px 10px 15px;
  font-weight: normal;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 0px solid #866007;
  }

#Sidebar ul {
  list-style-type: none;
  }

#Sidebar li {
  border-bottom: 1px solid #dfb34e;
  }

#Sidebar li a {
  display: block;
  padding: 7px 15px;
  width: 220px;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  color: #8e5d0d;
  }

#Sidebar li a:hover {
  background: #f3d591;
  padding-left: 10px;
  border-left: 5px solid #dfb34e;
  }

#Sidebar li.current_page_item a {
  background: #f3d591;
  padding-left: 10px;
  border-left: 5px solid #dfb34e;
  }

#Footer p {
  padding: 14px 0 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #666;
  }

#Footer p a {
  text-decoration: none;
  color: #777;
  }

#Footer p a:hover {
  text-decoration: none;
  color: #999;
  }
