﻿/*
Theme Name: reboot
Theme URI: http://defx.de/
Description: Dwoo-basiertes, schlankes Design für Anwendungszwecke
Author: Markus Mayer
Version: 0.9.1 incubation
Tags: dwoo
*/

@import url(https://fonts.googleapis.com/css?family=Lato);

em {
	font-style: italic;
}

body {
    position: relative;
    height: 100%;
}

body {
  height: 100%;
  color: #454545;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Calibri,Verdana,sans-serif;
  font-weight: 300;
  -webkit-text-stroke: 1px transparent;
}

a, a code {
  color: #238db1;
  text-decoration: none;
}

a.more-link {
  font-size: 75%;
  text-transform: uppercase;
  color: #EE7600 !important; /* crimson */
  font-weight: bold;
  line-height: 20pt;
  display: block;
  margin-top: 10pt;
}

a:hover, a:active {
  text-decoration: underline;
  color: #ff3300;
}

a:visited {
  color: #68bdda;
}

a:visited:hover, a:visited:active {
  color: #f25c37;
}

h2.title a.title:hover, h2.title a.title:active,
a.tag:hover, a.tag:active, a.category:hover, a.category:active{
  text-decoration: none;
}

.post h2 {
	margin-top: 2em;
}
.post h2.title a.title:link {
	color: #127CA0;
}

.post h2.title a.title:visited {
	color: #222222;
}

p {
  margin: 0 0 14px 0;
}

.post p {
   font-family: "Lato", "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,Verdana,sans-serif;
   font-size: 12pt;
}


blockquote {
  border-left: 4px solid #EFEFEF;
  margin: 0 0 14px 0;
  padding: 0 0 0 15px;
}

#page {
  width: 600px;
  height: 100%;
  margin: auto;
  padding: 50px 45px;
  /*padding: 0 45px;
  margin-top: 50px;*/
  position: relative;
}

  #page #header {
    width: 635px;
    overflow: hidden;
    height: 85px;
    /*background: black url(images/backdrop-4.jpg);*/
    /*background-position: 0px -30px;*/
    background-position: 0px -60px;
    margin: -50px 0 0 -35px;
    padding: 50px 0 0 35px;
  }

    /*
    #page #header .transparency {
      z-index: 0;
      background-image: url(images/raster2.gif);
      background-repeat: repeat;
      float: left;
      width: 170px;
      height: 50px;
      position: absolute;
      top: 35px;
      left: 40px;

      filter:alpha(opacity=50);
    	  -moz-opacity: 0.5;
    	  -khtml-opacity: 0.5;
    	  opacity: 0.5;
    }
    */

    #page #header .title {
      float: left ;
      height: 40px;

      position: relative;
      top: -10px;
      left: 0px;
    }


    #page #header .title h1 {
      font-size: 36pt;
      font-weight: 700;
      letter-spacing: -2pt;
      font-family: "Lato", 'Palatino Linotype', Palatino, Baskerville, Georgia, serif;
      float: left;
      /*color: #454545;*/
      color: #444444;
      text-decoration: none;
      /*text-shadow: 1px 1px #000;*/
    }

    .entry-content h1 {
	font-weight: 700;
	font-size: 16pt;
	margin-bottom: 2pt;
    }

    .entry-content h2 {
        font-weight: 700;
	font-size: 14pt;
    }

    .entry-content h3 {
        font-size: 12pt;
        font-weight: 700;
    }

    #page #header .description {
      clear: both;

      font-size: 11pt;
      line-height: 11pt;
      text-align: left;
	  margin-left: 1pt;
	  
      color: black;

      float: left;
      position: relative;
      right: 0px;
      top: -15px;
    }

  @media print {
    	#page #mainnavigation,
	#page div.separate,
	#page #header-sidebar,
	#page #respond,
	#page div.pagination,
	#page #footer
	 {
		visibility: hidden;
		display: none;
	}
  }

  #page #mainnavigation {
    position: absolute;
    width: 670px;
    height: 25px;
    top: 121px;
    left: 45px;
    margin: none;

    font-size: 10px;

    // navigation temporarily disabled
    display: none;
    visibility: hidden;
  }

    #page #mainnavigation .mainnavlink {

      color: black;

      border-top-right-radius: 6px;
      border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-topleft: 6px;

      background: #EFEFEF;
      float: left;
      height: 14px;
      padding: 0px 10px 0px 10px;
      margin: 0 4px;
	  margin-left: 0px;
    }

    #page #mainnavigation .mainnavlink div {
      padding: none;
      margin: none;
      position: relative;
      top: -2px;
    }

    #page #mainnavigation #navtoglobal {
        padding: 0px 5px 0px 5px;
    }

    #page #mainnavigation #navtoglobal img {
        top: 4px;
        position: relative;
    }


    #page #mainnavigation .mainnavlink.currenttopic {

    /*
      filter:alpha(opacity=100);
    	  -moz-opacity:1.0;
    	  -khtml-opacity: 1.0;
    	  opacity: 1.0;
        */

      height: 14px;
      /* background: white; */
	  background: #666666;
      font-weight: 700;
	  color: white;

      border-bottom: 8px solid #666666;
    }

    #page #mainnavigation .mainnavlink.currenttopic:hover {

      filter:alpha(opacity=100);
    	  -moz-opacity: 1.0;
    	  -khtml-opacity: 1.0;
    	  opacity: 1.0;

      background: #238db1 /*#888888*/;
      border-bottom: 8px solid #238db1;

    }

    #page #mainnavigation .mainnavlink:hover {


      filter:alpha(opacity=90);
    	  -moz-opacity:0.9;
    	  -khtml-opacity: 0.9;
    	  opacity: 0.9;

      height: 14px;
      background: #68bdda;
	  text-decoration: none;  

      border-bottom: 8px solid /*#F9F9F9*/ #68bdda;
    }


  #page .separate {
    width: 600px;
    height: 8px;
    background: #EFEFEF;
    clear: both;
    /*margin: 0 0 50px -35px;*/
	margin: 0 0 50px 0;
  }

  #page .separate.lighter {
    background: #FAFAFA;
    /*margin: 0 0 10px -35px;*/
	margin: 0 0 10px 0;
  }

	#content {
		margin-bottom: 50px;
	}

  #page .posts {
  }

    #page .post {
      min-height: 104px;
      list-style-type: none;
      margin: 0 0 80px 0;
      position: relative;
    }
      #page .post h2.title,
      #page #searchresult_header h2,
      #page .posts h2.main,
      #page .posts h2.otherblog {
        /*text-shadow: 1px 1px #CCCCDD;*/
        margin: 0 0 14px 0;
        font-size: 18pt;
        line-height: 20pt;
      }

      #page .posts h2.otherblog {
        font-size: 12pt;
      }

      #page .post h3,
      #page .posts h3{
        color: #666; /* #036d91; */
        /*text-shadow: 1px 1px #EEEEFF;*/
        margin: 0 0 14px 0;
        font-weight: 700;
        line-height: 18pt;
      }
      
      #page .post p {
         margin-top: 14px;
      } 
      #page .post ul {
         margin: 0 0 14px 14px;
         font-family: "Lato", "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,Verdana,sans-serif;
         font-size: 12pt;
      } 

    #page li.post span.commentlink span:before {
        content: '(';
    }
    
    #page li.post span.commentlink span:after {
        content: ')';
    }

    li.post .hidden {
	display: none;
	visibility: hidden;
    }

    li.post img,
    .posts img#fourohfour {
      /*border: 1px solid silver;*/
      padding: 5px;
      left: -5px;
      position: relative;
      max-width: 100%;
      border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	  /*
      box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 20px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 20px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 20px;
	*/
    }

    .posts img#fourohfour {
        margin-bottom: 20px;
    }

    li.post a img {
      /*border: 1px solid silver;*/
      padding: 5px;
      left: -5px;
      position: relative;
      max-width: 100%;
      border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	  /*
      box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 20px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 20px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 20px;
	*/

     -moz-transform: rotate(0.5deg);  /* FF3.5+ */
       -o-transform: rotate(0.5deg);  /* Opera 10.5 */
  -webkit-transform: rotate(0.5deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.006);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.006)"; /* IE8  */
    }


    li.post img.wp-smiley,
    li.post img.noborder,
    li.post img.borderless {
      border: none;
      padding: none;
      border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;

      box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;

     -moz-transform: none;  /* FF3.5+ */
       -o-transform: none;  /* Opera 10.5 */
  -webkit-transform: none;  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.0);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.0)"; /* IE8  */
    }

    li.post a img:hover,
    li.post a img:focus {
      box-shadow: rgba(40, 40, 140, 0.3) 2px 2px 20px;
        -moz-box-shadow: rgba(40, 40, 140, 0.3) 2px 2px 20px;
        -webkit-box-shadow: rgba(40, 40, 140, 0.3) 2px 2px 20px;
    }

    li.post img.wp-smiley {
      border: none !important;
      padding: 0 !important;
      left: 0px;
      vertical-align: baseline;
      top: 1px;
    }

    li.post div.syntaxhighlighter {
      font-size: 13px !important;
      background: url("images/code.png") no-repeat scroll 0 0 #CCCCCC !important;
	border-right: 1px solid #cccccc;

      border-radius: 10px 0px 0px 10px;
        -moz-border-radius: 10px 0px 0px 10px;
        -webkit-border-radius: 10px 0px 0px 10px;
    }

    	li.post div.syntaxhighlighter .gutter .line {
		background: url("images/code.png");
		background: none !important;
		color: #5c5c5c;
	}

	li.post div.syntaxhighlighter .code .alt1 {
		background-color: #eeeeee !important;
	}

/*
	li.post div.syntaxhighlighter table {
	border-right: 1px solid #cccccc !important;
	}*/

    li.post div.syntaxhighlighter .gutter {
	padding-left: 8px !important;
        padding-top: 1px !important;
        padding-bottom: 2px !important;
    }

	li.post div.syntaxhighlighter .line.highlighted {
		background: #2386b1 !important;
	}
	li.post div.syntaxhighlighter .line.highlighted code {
		color: white !important;
	}

    li.post div.syntaxhighlighter .bar .toolbar .about {
        visibility: hidden;
        display: none;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    li.post div.syntaxhighlighter caption {
	margin-left: 2em !important;
	color: black !important;
	font-weight: bold !important;
	}

    .post code, kbd {
        font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 10pt;
	white-space: pre;
     }

    pre code {
	background-color: transparent;
	}

    code, kbd {
 	background-color: #eeeeee;
	color: black;
    }

    /*
    li.post pre {
      font-family: "Lucida Console", "Courier New", Courier, monospace;
      background: url("images/code.png") no-repeat scroll 0 0 transparent;
      margin-left: -18px;
      margin-top: 5px;
      margin-bottom: 5px;

      border-radius: 7px 10px 10px 10px;
        -moz-border-radius: 7px 10px 10px 10px;
        -webkit-border-radius: 7px 10px 10px 10px;
    }


    li.post pre code {
      display: block;
      font-size: 90%;
      margin-left: 18px;
      overflow: auto;
      padding: 5px;

      border-radius: 0px 10px 10px 10px;
        -moz-border-radius: 0px 10px 10px 10px;
        -webkit-border-radius: 0px 10px 10px 10px;
    }

    li.post pre code:hover {
      background-color: rgba(240, 240, 240, 0.5);
    }
    */


    li.post div.info {
      margin-top: 2px;
      font-size: 10px;
      color: #a3a3a3;
    }

    li.post div.postmetadata {
    }


      li.post .tags {
      }

        li.post .tags a {
          color: #fff;
          font-size: 12px;
          font-weight: bold;
          text-transform: uppercase;
          background: #e3e3e3;
          border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
          padding: 1px 5px;
        }

        li.post .tags a.lonely {
          color: #ccc;
          background: #f0f0f0;
          font-weight: normal;
        }

          li.post .tags a:before {
            content: '#';
          }

          li.post .tags a:hover {
            color: #fff;
            background: #b69ec8;
          }

      li.post .categories {
      }

        li.post .categories a {
          color: #fff;
          font-size: 12px;
          font-weight: bold;
          text-transform: uppercase;
          background: #e3e3e3;
          border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
          padding: 1px 5px;
        }

        li.post .categories a.lonely {
          color: #ccc;
          background: #f0f0f0;
          font-weight: normal;
        }

          li.post .categories a:before {
            content: '+';
          }

          li.post .categories a:hover {
            color: #fff;
            background: #b69ec8;
          }

        li.post address.author {
            display: inline;
        }


  #sidebar {
  /*
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    background-color: red;
    */
  }
  div.pagination-fu {
    margin-bottom: 10px;
    font-size: 14px;
  }

  div.pagination-fu-comments {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  div.pagination-fu li span,
  div.pagination-fu li a
  {
   box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 20px;
      -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 20px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 20px;
  }


  #page .post div.comments {
      margin-top: 50px;
  }


  #page .post .comments h3 {
      margin-top: 20px;
      /* text-shadow: none; */
      border-bottom: 2px solid #ccc;
  }

  ol.commentlist,
  ol.commentlist ul.children {
      list-style: none;
  }

  ol.commentlist li + li,
  ol.commentlist ul.children li {
      border-top: 1px dotted #aaa;
  }

  ol.commentlist ul.children li {
      border-top: 1px dotted #bbb;
  }

  ol.commentlist li {
      position: relative;
      padding-left: 40px;
      padding-top: 14px;
      margin-top: 10px;
  }

  ol.commentlist ul li {
      padding-left: 20px;
  }

  ol.commentlist li div.comment-author,
  ol.commentlist li div.comment-meta,
  ol.commentlist li div.reply {
      font-size: 10pt;
      line-height: 17px;
  }

  ol.commentlist li div.comment-author {
      display: inline;
  }

  ol.commentlist li div.comment-author img.avatar {
      position: absolute;
      left: -7px;
      top: 5px;
      padding: 3px;
      background: white;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
  }

  ol.commentlist ul li div.comment-author img.avatar {
       left: -25px;
  }


  ol.commentlist li div.comment-meta,
  ol.commentlist li div.reply {
      font-size: 10pt;
      display: inline;
  }

  ol.commentlist li div.comment-meta a:before {
      content: '(';
  }

  ol.commentlist li div.comment-meta a:after {
      content: ')';
  }

  ol.commentlist li div.comment-meta a.comment-edit-link {
    color: #238db1;
  }


  ol.commentlist li div.comment-meta a.comment-edit-link:before {
      content: none;
  }

  ol.commentlist li div.comment-meta a.comment-edit-link:after {
      content: none;
  }

  ol.commentlist li div.comment-meta a {
      color: #999;
      padding-left: 5px;
  }

  ol.commentlist li div.comment-author a {
      background: url("images/arrow.gif") no-repeat scroll right center transparent;
      color: #333;
      padding-right: 12px;
      margin-right: 2px;
  }

  ol.commentlist li.bypostauthor div.comment-author a {
      /* font-style: italic; */
  }

  ol.commentlist li.bypostauthor > div.comment-body div.comment-author {
      background: url("images/star.gif") no-repeat scroll left center transparent;
      padding-left: 12px;
  }
  
  ol.commentlist li.comment div.comment-author {
      background: none;
	  padding-left: 0px;
  }  

  ol.commentlist li div.comment-author cite {
      font-weight: bold;
  }

  ol.commentlist li div.comment-body p {
      line-height: 16pt;
	  font-size: 11.5pt;
      margin: 1em 0;
      position: relative;
      top: -5px;
      word-wrap: break-word;
       -moz-word-wrap: break-word;
       -webkit-word-wrap: break-word;
     overflow: auto;
  }

  ol.commentlist li div.reply {
      position: absolute;
      top: 13px;
      right: 3px;
  }

  #respond #commentform div {
      margin: 0 0 14px 0;
  }

  #respond #commentform div.new-comment-author-info,
  #respond #commentform div.button-row
  {
      max-width: 200px;
	  width: 200px;
      overflow: visible;
      height: 50px;
  }

  #respond #commentform div.comment-row {
    max-width: 350px;
    height: 210px;
    float: left;
  }

  #respond.user-logged-in #commentform div.comment-row {
      max-width: 590px;
      float: none;
  }

  /* fix für threaded comments */
  li.comment #respond #commentform div.comment-row {
      width: 100%;
      max-width: 100%;
  }

  li.pingback div.reply {
      display: none;
      visibility: hidden;
  }

  li.pingback div.comment-author {
      margin-left: -45px;
      padding-left: 45px;
      background: url("images/pingback.png") no-repeat 0 -2px;
      display: block !important;
      height: 20px;
  }

  li.pingback div.comment-meta a {
      padding-left: 0 !important;
  }

  #respond #commentform div.button-row {
    vertical-align: top;
    clear: left;
    width: auto;
  }
  
  #respond #commentform div.button-row #submit {
    margin-top: 15px;
  }  
  
  #respond #commentform div.subscription-row  {
    float: right;
    height: 50px;
    max-width: 200px;
	width: 200px;
    margin-top: 18px;
    position: relative;
    left: 2px;
  }
  
  li.comment #respond #commentform div.subscription-row  {
    max-width: 180px;
    vertical-align: bottom;
    padding-top: 20px;
    margin-top: 0px;
  }

  #respond #commentform div.subscription-row p {
    display: inline;
  }
  
  #respond #commentform div.subscription-row p label {
    font-weight: normal;
    display: inline;
  }

  #respond #commentform div.button-row input[type="submit"] {
  }

  #respond #commentform div.new-comment-author-info {
    float: right;
    clear: right;
  }

  /* fix für threaded comments */
  li.comment #respond #commentform div.new-comment-author-info {
    float: left;
    clear: left;
  }

  /* fix für threaded comments */
  li.comment #respond #commentform div.email-row {
    float: right;
    clear: right;
    margin-top: 17px;
    margin-bottom: 10px;
  }


  #respond #commentform div.author-row {
      margin-top: 17px;
      margin-bottom: 10px;
  }

  #respond #commentform div.email-row {
      /* height: 70px; */
  }

  #respond #commentform div label {
        color: #bbb; /* #036d91; */
        font-weight: bold;
        display: block;
        margin-left: 2px;
  }

  #respond #commentform div label span.not-published-note {
    /* display: none; */
  }


  #respond #commentform div label span.not-published-note,
  #respond #commentform div label span.required-note
  {
      font-size: 12px;
  }

    #respond #commentform div label span.required-note {
      font-weight: normal;
    }


  #respond #commentform div input[type="text"],
  #respond #commentform div textarea {
      border: 2px solid #ccc;
      background-color: #fdfdfd;
      padding: 3px;
      color: #999;
      font-size: 14px;
      font-family: "Lato", 'Helvetica Neue', Helvetica, Arial, sans-serif;
      width: 100%;

      border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
	/*
    box-shadow: rgba(128, 128, 128, 0.1) 2px 2px 20px;
      -moz-box-shadow: rgba(128, 128, 128, 0.1) 2px 2px 20px;
      -webkit-box-shadow: rgba(128, 128, 128, 0.1) 2px 2px 20px;*/
  }

  #respond #commentform div:hover input[type="text"],
  #respond #commentform div:hover textarea {
      border-color: #999;
      background-color: #fefefe;
  }

  #respond #commentform div:hover label {
      color: #aaa;
  }
  
  #respond #commentform div input[type="text"].invalid,
  #respond #commentform div textarea.invalid {
    border-bottom-color: #D8A5AA;
    border-bottom-width: 3px;

    box-shadow: rgba(255, 128, 128, 0.1) 2px 2px 20px;
      -moz-box-shadow: rgba(255, 128, 128, 0.1) 2px 2px 20px;
      -webkit-box-shadow: rgba(255, 128, 128, 0.1) 2px 2px 20px;
  }
  /*
  #respond #commentform div:hover input[type="text"].invalid,
  #respond #commentform div:hover textarea.invalid {
      border-color: #9C434B;
  }
  */

  #respond #commentform div input[type="text"]:focus,
  #respond #commentform div input[type="text"].invalid:focus,
  #respond #commentform div textarea:focus,
  #respond #commentform div textarea.invalid:focus {
      border: 2px solid #5f87ae;
      background-color: #fefefe;
      color: #555;

    box-shadow: rgba(40, 40, 140, 0.3) 2px 2px 20px;
      -moz-box-shadow: rgba(40, 40, 140, 0.3) 2px 2px 20px;
      -webkit-box-shadow: rgba(40, 40, 140, 0.3) 2px 2px 20px;
  }

  #respond #commentform div label.focused {
    color: #5f87ae;
  }


  #respond #commentform div textarea {
    width: 100%;
  }

  #footer-head {
      margin-top: -20px;
      margin-bottom: 20px;
  }

  #footer-right, #footer-left {
    width: 50%;
  }

  #footer-left {
      float: left;
      clear: left;
      width: 200px;
    }

  #footer-center {
	width: 200px;
	float: left;
  } 

  #footer-right {
      float: right;
      clear: right;
      width: 180px;
    }


  #footer .credit {
    height: 50px;
    font-size: 11px;
    line-height: 17px;
    border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
    border: 3px solid #efefef;
    float: left;
    padding: 7px 17px;
  }

  #searchform input {
    color: #7F7F7F;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 10px;
    width: 150px;
  }

  #searchform input:focus {
    color: black;
    border: 1px solid #38C;
  }

  div.searchform label {
    display: none;
    visibility: hidden;
  }

.invisible {
    display: hidden;
    visibility: none;
}

.post blockquote {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-family:Georgia,'Times New Roman',Times,Serif;

    font-style: italic;
    color: #555;

    display: block;
    padding: 0 60px;
    width: 450px;
    max-width: 450px;

    border: none;
    padding-top: 10px;
    padding-bottom: 3px;

/*    quotes: '\2039' '\203A';  */
}

.post blockquote blockquote {
}

/*
blockquote:before, blockquote:after {
    font-style: italic;
    display: block;
    font-size: 400%;
    width: 50px;
    color: #f3f3f3;
}

blockquote:before {
    content: open-quote;
    margin-left: -0.6em;
    height: 0;
    overflow: visible;
    margin-top: -10px;
    position: relative;
    top: 0px;
}

blockquote:after {
    content: close-quote;
    height: 30px;
    margin-top: -35px;
    margin-left: 360px;
}
*/

.post blockquote blockquote {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    color: #555;
    font-size: 15px;
}

blockquote p:first-child:before {
    content: open-quote;
    color: red;
}

blockquote p:last-child:after {
    content: close-quote;
    color: red;
}

                  /*
blockquote blockquote:before,
blockquote blockquote:after {
    color: #f3f3f3;

    font-size: 38px;
    margin: 0;
    padding: 0;
}

blockquote blockquote:before {
    content: open-quote;
    left: -20px;
    height: 0;
    top: -3px;
}

blockquote blockquote:after {
    content: no-close-quote;
    height: 0;
}
*/

.aligncenter,
img#fourohfour {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote, q { quotes: '»' '«' '\2039' '\203A' }
q { quotes: '\2039' '\203A' '„' '“' }

q {
    font-size: 14px;
    font-style: italic;
    font-family:Georgia,'Times New Roman',Times,Serif;
}
q:before, q:after { color: #555; }
q:before { content: open-quote; }
q:after { content: close-quote; }

del {
    color: #aaa;
    padding: 0 3px;
}

span.numbers {
    color: #444;
    font-size: 14px;
    top: -1px;
    position: relative;
    font-family:Georgia,'Times New Roman',Times,Serif;
}

.flowbreaker {
    clear: both;
}

ul.sidebar {
    list-style: none;
}

ul.sidebar li {
    margin-bottom: 20px;
}

ul.sidebar li ul li {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 2em;
    list-style-type: disc;
}

ul.sidebar h2.widgettitle {
    font-weight: bold;
}

#wp-calendar {
    font-size: 12px;
}

#wp-calendar td, #wp-calendar th {
    width: 20px;
    text-align: center;
}

#wp-calendar td {
    color: #7f7f7f;
}

#wp-calendar td a {
    font-weight: bold;
    font-style: italic;
}

strong {
    font-weight: bold;
}

div.searchresults {
    position: relative;
}

div.searchresults p.intro {
    margin-bottom: 5px;
}

div.searchresults p.intro strong {
    padding-left: 15px;
    background: url(images/star.gif) 0px 2px no-repeat;
}

div.searchresults ol {
    margin-left: 40px;
    margin-bottom: 20px;
}

div.searchresults li a.postlink {
    margin-bottom: -5px;
}

div.searchresults li abbr.date {
    font-size: 0.8em;
    top: -5px;
    position: relative;
}

small {
    font-size: 0.75em;
}

table#tranters-corrections
{
	border-spacing: 0em;
	border-collapse: separate;
}

table#tranters-corrections td,
table#tranters-corrections th
{
	min-width: 2em;
}

table#tranters-corrections th
{
	background-color: #e0e0e0;
	vertical-align: middle;
}

table#tranters-corrections td.times,
table#tranters-corrections td.minutes,
table#tranters-corrections tr.even td.minutes
{
	background-color: /*#127CA0; */ #58bdda;
	color :white;
}

table#tranters-corrections td.dont 
{
	background-color: transparent !important;
}

table#tranters-corrections tr.even td
{
	background-color: #f8f0fd;
}

#page .wp-caption p.wp-caption-text {
	font-size: 0.8em;
	color: darkgray;
	margin-top: 0;
}

sub {
	vertical-align: sub;
}

#page table th {
	padding: 0 0.25em 0 0.25em;
}
