/*
Theme Name: Zeltverleih Theme
Theme URI: http://www.BLG-Konzept.de
Description: A child theme of the 2010 default theme for WordPress.
Author: Michael Bollow based on work by the WordPress team
Author URI: http://www.BLG-Konzept.de
Version: 1.7
Tags: black, blue, white, three-columns, fixed-width, custom-header
Template: twentyten
*/

@import url('../twentyten/style.css');
@import url('./3c-fixed.css');

/* =Fonts -------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* =Main Page Wrapper
-------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	margin-top: 20px;
	border: 2px solid #666226;
	padding: 0 0px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	display: none;
	position:relative;
	top: 10px;
	left:50px;
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #591827;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	position:relative;
	top: -3px;
	clear: right;
	float: right;
    font-size: 20px;
	font-style: normal;
	margin: 15px 0 8px 0;
	width: 350px;
}

/* This is the custom header image */
#branding img {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #591827;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
    border-bottom: 4px solid #666226;
    border-left: 1px solid #591827;
    border-right: 1px solid #591827;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #591827;
	color: #fff;
    border-bottom: 4px solid #2483A5;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	border-bottom: 4px solid #fff;
}


/* Change our default link colors */
a:link{
color:#666226;
}
a:visited{
color:#591827;
}
a:hover{
color:#186D8C;
}
a:active{
color:#666226;
}


/* Inhalt der Beiträge  */
#content .entry-title {
	display:none;
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-meta {
	color: rgba(255, 255, 255, 0);
	font-size: 1px; display:none !important;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: none !important;
}

/* Tabellen in  den Beiträgen  */
#content table {
	border: 1px solid #454545;
	margin: 0 5px 5px 5px;
	text-align: left;
	width: 90%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #454545;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}

/* Fotos in den Beiträgen (da eine Beschriftung unter den Fotos ist) */
.wp-caption {
	background: #f2f2f2;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 20px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #000;
	font-size: 18px;
	margin: 20px 5px;
}

/* =Attachment pages, für die Katalofunktion
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 100%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* Footer  */

#colophon {
	border-top: 1px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info{
position: relative;
left: 10px;
width:250px;
}
#site-generator{
position: relative;
left: 100px;
width: 690px;
font-style:normal;
}

#site-generator a{
background: none;
padding: 0 7px;
}

/* Main sidebars */
#main .widget-area ul {
    font-size: 15px;
	margin-left: 0;
	padding: 0 20px 0 0;
    margin: 0 0 10px 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
.widget-title {
    margin: 0 0 10px 0;
	color: #222;
	font-weight: bold;
}


/* Looks good?  Drink a glass of wine and enjoy */
