@charset "UTF-8";
/*
Theme Name: WordPress Theme R(h)einzeichnen
Theme URI: http://rheinzeichnen.de/
Description: Wordpress theme for R(h)einzeichnen
Version: 1.0
Author: Daniel Ditgens
Author URI: http://www.ditgens.net
Tags: 
Text Domain: rheinzeichnen

	rheinzeichnen v1.0
	http://www.ditgens.net

*/
@media all {

/* reset css: many thanks to Eric Meyer 
 * http://meyerweb.com/eric/tools/css/reset/index.html
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow: scroll;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of eric meyers reset css */
.hide {
	display: none;
}

}

@media screen {

body {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
color: #022A54;
 
}

#page {
	width: 600px;
	margin: 55px auto 0;
	overflow: hidden;
}
#header {
	padding: 5px 0px;
	border-bottom: 1px solid #000;
}
h1 a:link,
h1 a:visited,
h1 a:focus,
h1 a:hover,
h1 a:active {
	display: block;
	background: #fff url(images/logo.jpg) no-repeat;
	width: 1000px;
	height: 82px;
	text-indent: -99999px;
	
}
#header #headerimg .description {
	visibility: hidden;
}
#navigation .pagenav ul {
	overflow: hidden;
	width:  100%;
}
#navigation .pagenav ul li.current_page_item {
	text-decoration: none;
	font-weight: bold;
}
#navigation .pagenav ul li.current_page_item li {
	font-weight: normal;
}
#navigation .pagenav li {
	display: inline;
}
#navigation .pagenav ul li a:link,
#navigation .pagenav ul li a:visited {
	margin-right: 15px;
	font-size: 15px;
}
#navigation .pagenav ul li ul {
	display: none;
}
#navigation .pagenav ul li ul li {
	display: block;
}
#navigation .pagenav ul li ul li a:link,
#navigation .pagenav ul li ul li a:visited {
	font-size: 10px;
	text-align: left;
}
#page hr{
	visibility: hidden;
}
/* global */
a:link,
a:visited {
	color: #543700;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/* sidebar */
#sidebar {
	margin-left: 880px;
	width: 120px;
}
#sidebar h2 {
	margin-top: 12px;
}
/* search box */
#s {
	width: 120px;
	border: 1px solid #000;
	font: bold 14px/1.5em "Courier New", mono-space;
	text-indent: 5px;
	margin: 6px 0px;
}
#searchsubmit {
	border: 1px solid #000;
	font: bold 14px/1.5em "Courier New", mono-space;
	margin-bottom: 6px;
}
/* content */
#content{
	float: left;
	width: 700px;
}
body.page #content {
	float: none;
	width: auto;
}
#content .post h2 {
font: bold 16px/1.5em "Courier New", mono-space;
  	margin-bottom: 6px;
}
#content p {
	margin-bottom: 1em;
}
#content p img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
#content p img.alignleft {
	float: left;
	margin: 0 1em 0 1em;
}
#content ul {
}
#content ul li {
	display: block;
	background: #fff url(images/listdot.gif) no-repeat 0 6px;
	padding-left: 10px;
}
#content ul li ul {
	margin-left: 0.5em;
}
#content .post .entry{
	overflow: hidden;
	width: 100%;
}
#footer {
	margin-top: 20px;
	padding: 5px 0px;
	border-top: 1px solid #000;
	text-align: right;
	clear: left;
}

}
