/*
Theme Name: lagarafa_wp_theme
Description: Tested on WP2.5
Version: 2.0
Author: LaGARAFA Productions
Author URI: http://www.lagarafa.de/
Tags: fixed width, two columns, widgets
*/

/*
Webdesign for LaGARAFA Productions
Copyright &copy; 2010. All rights reserved.

Webdesign &amp; Programming by
       LaGARAFA Productions
       Lars Gatting Film- und Medienproduktionen
       Bahnhofstrasse 2
       D-51580 Reichshof-Bruechermuehle
       Fon: +49 (0)2296-800 97 52
       Fax: +49 (0)2296-800 97 54
       Mail: media@lagarafa.de
       Web: www.lagarafa.de

       PRINT CSS
*/

body {
        margin: 0px;
        background: #999;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #036;
}

h1, h2, h3 {
        margin: 0;
        color: #369;
}

h1 {
        font-size: 20px;
        font-weight: normal;
}

h2 {
        font-size: 1.2em;
        font-weight: bold;
}

h3 {
        font-size: 1.2em;
        font-weight: bold;
}

p, ul, ol {
        margin-top: 0;
        line-height: 140%;
        color: #036;
}

ul, ol {
}

a {
        font-weight: bold;
        text-decoration: none;
        color: #630;
}

a:hover {
        background: none;
        text-decoration: underline;
}

#textflussbutton {
        padding-bottom: 15px;
}

#textflussbutton a {
        display: block;
        padding: 6px 25px 3px 28px;
        text-transform: none;
        text-decoration: none;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #036;
        border: none;
        width: auto;
        height: 28px;
        background: url(images/cms_textfluss_button_vorlage.jpg) no-repeat;
}

#textflussbutton a:hover {
        background: url(images/cms_textfluss_button_vorlage_hover.jpg) no-repeat;
        text-decoration: none;
        color: #630;
}

#wrapper {
        position: relative;
        width: 910px;
        margin: 0 auto;
        padding-top: 0px;
}

/* Header */

#header {
        display:none;
}

/* Logo */

#maingraphic {
        display:none;
}

div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

#logo {
        display:none;
}

#text_caption {
        display:none;
}

#upperlinks {
        display:none;
}

/* Search */

#search {
        display:none;
}

/* Menu */

#menu {
        display:none;
}

/* Untermenu */

#untermenu {
        display:none;
}

/* Page */

#page {
        background: #ffffff url(images/contentbg.gif) repeat-y left top;
        width: 910px;
        margin: 0 auto;
        z-index: 16;
}

/* Content */

#content {
        float: right;
        /* width: 495px; */
        padding: 30px 30px 0 0;
        z-index: 17;
}

.post {
}

.post .title {
        color: #369;
        font-size: 14px;
}

.post .title a {
        background: none;
        color: #369;
        border: none;
}

.post .title a:hover {
        text-decoration: underline;
}

.post .meta {
        border-bottom: 1px dashed #D2D4C9;
        text-transform: uppercase;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
}

.post .entry {
        padding: 10px 0 20px 0;
        text-align: justify;
}

/* Sidebar */

#sidebar {
        display:none;
}

#sidebaraktuelles {
        display:none;
}

/* Moodbar */

#moodbar {
        display:none;
}

/* Footer */

#footer {
        display:none;
}

#page .title {
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: normal;
}

#sondertabelle table {
        border-style: dotted;
        border-width: 1px;
        border-spacing: 0;
}

#logoprint {
       display: block;
       width: 100%;
       height: 100%;
}
