@charset "UTF-8";
/**
 * @package WordPress
 * @subpackage Basis_Theme
 */
 
/*
Theme Name: Basis
Theme URI: http://wpbasis.de/
Description: Basis theme for WordPress to start a new theme
Version: 1.2.1
Author: Frank Bueltge
Author URI: http://bueltge.de/
Tags: threaded-comments, sticky-post
License: GNU General Public License (GPL) version 3
last Date: 11.01.2010 12:34:34
*/

* {
margin: 0 auto;
padding: 0;	
}

body {
background: #f4f4f4;
color: #111;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: normal;
line-height: 1.5em;
font-size: 90%;
margin: 0;
padding: 2px 2em;
}

code, pre {
font-family: Courier, "Lucida Console","Courier New", Sans-Serif;
}

pre {
font-size: 50%;
line-height: 200%;
width: 100%;
max-height: 400px;
overflow: auto;
padding: 5px;
background: #eee;
}

p {
font-size: 100%;
padding: 0;
}

h2 {
font-size: 200%;
}

h3 {
font-size: 120%;
}

h4 {
font-size: 100%;
}

h1, h2, h3, h4 {
font-family: Georgia, 'Times New Roman', Times, serif;
color: #808080;
clear: both;
font-weight:bold;
font-style:italic;
margin: 20px 0 0 0;
padding: 2px 0;
}

blockquote {
margin-left: 0;
padding-left: 1em;
border-left: 5px solid #ddd;
}

blockquote p:before {
content:open-quote;
font-size: 1.5em;
}

blockquote p:after {
content:close-quote;
font-size: 1.5em;
}

#wrap {
border: none;
width: 760px;
text-align: left;
}

#login {
float: right;
}

#header {
border-bottom: 1px solid #e91010;
margin: 4px 4px 0 0;
padding: 15px 10px;
}

#header h1 {
font-size: 400%;
width: 80%;
margin-bottom:20px;
line-height: 70px;
}

#header p {
font-size: 90%;
margin: 5px 0;
}

#content {
width: 510px;
float: left;
font-size: 1.1em;
margin: 2px 0.1em 5px;
padding: 5px 1em;
line-height: 1.7em;
}

#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited {
color: #808080;
font-weight: 400;
text-decoration: none;
border: none;
}

#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active {
color: #e91010;
}

.post {
border-bottom: 1px solid #e91010;
	padding-bottom: 20px;
	border-width: 2px;
}

.post p{
margin: 20px 0 30px 0;
}

.post img {
border: 1px solid #eee;
padding: 5px;
}

.post .info,.post ul.link,.post ul.inline {
font-size: 0.8em;
}

.post .info {
margin: 10px 0;
padding: 0;
border-top: 1px solid #eee;
text-align: right;
}

#commentbox {
clear: both;
border-top: 1px solid #eee;
margin: 10px 0;
}

ol#commentlist {
list-style-position: inside;
margin: 2px 0;
padding: 0;
}

#commentlist li {
border-bottom: 1px solid #eee;
margin: 10px 0;
}

#commentform textarea {
width: 90%;
}

#commentform label,#commentform textarea {
display: block;
}

#commentform input.submit {
width: 40%;
margin: 2px 0;
}

.approve {
border: 1px solid #ccc;
background: #eee;
font-size: 90%;
padding: 5px;
}

#sidebar {
background: #f4f4f4;
color: #111;
width: 200px;
float: right;
margin: 5px 0;
padding: 5px 0;
}

#sidebar ul {
list-style-type: none;
margin: 2px;
padding: 0;
}

#sidebar ul li ul li {
list-style: none;
padding: 2px 0;
}

#sidebar h2 {
font-size: 100%;
margin: 20px 0 0 0;
padding: 4px 0;
}

.h2sidebar {
font-size: 100%;
font-weight: 900;
font:normal 1em/10px Arial, Helvetica, sans-serif;
color: #808080;
}

#sidebar li a {
border: none;
}

#sidebar li ul li ul li {
list-style: none;
border: none;
margin-left: 10px;
}

#searchform label {
font-weight: 700;
}

#searchform input.submit {
width: 30%;
}

#footer {
border-top: 1px solid #ccc;
color: #111;
clear: both;
text-align: center;
margin: 5px;
padding: 5px 10px;
}

#footer li {
display: inline;
margin: 0 3px;
}

.center {
text-align: center;
}

.textright {
text-align: right;
}

.right {
float: right;
}

.left {
float: left;
}

.none {
display: none;
}

.righttxt {
text-align: right;
}

.credits, .clear {
clear: both;
}

img {
margin: 0 2px;
max-width: 600px;
}

/**
 * @section for WordPress classes at images
 * @css-for (images)
 */
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
border: 1px solid #eee;
text-align: center;
padding-top: 5px;
margin: 10px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: .8em;
line-height: 1em;
padding: 0 5px 6px;
margin: 0;
}

a:link, a:visited {
font-weight: 400;
color: #e91010;
text-decoration: none;
}

a:hover, a:active {
color: #666;
text-decoration: none;
border: none;
}

input, textarea, select, option {
font:normal 1em/10px Arial, Helvetica, sans-serif;
font-size: 100%;
background: #eee;
color: #111;
border: 1px solid #ccc;
margin: 2px;
padding: 2px;
}

fieldset, legend {
background: transparent;
color: #111;
border: none;
padding: 5px;
}

label, legend {
font-weight:  400;
}

ul {
list-style-type: disc;
list-style-position: outside;
margin: 5px 2em;
padding: 2px;
}

ol {
list-style-position: outside;
margin: 5px 2em;
padding: 2px;
}

ol li {
clear: both;
padding: 10px 0;
}

.link li, .inline li {
display: inline;
margin: 5px 0;
padding: 0;
}

ul.inline, ul.link {
list-style: none;
margin: 5px 0;
padding: 0;
}

.inline li {
padding: 2px 15px 2px 0;
}

table {
color: #111;
width: 100%;
margin: 2px auto;
padding: 0;
border: 1px solid #eee;
}

table .second, table th {
background: #eee;
}

caption {
color: #333;
font-weight: 700;
padding: 5px;
}

td, th, tr {
text-align: left;
vertical-align: top;
padding: 5px;
}

hr, .border {
border: 1px solid #ccc;
}

.post h2 {
}

#commentform input, #searchform input#s {
width: 50%;
}

#sidebar p, #foot ul {
margin: 2px;
padding: 0;
}