/*
 Theme Name: Gartenspiegel
 Theme URI: http://www.albertbauerdigital.com/wordpress/themes/gartenspiegel
 Description: Custom Design for Gartenspiegel Blog
 Author: Albert Bauer Digital Team
 Version: 1.0
 Tags: 960.gs, colorful, 2-cols
 */
 
@import url("css/reset.css");
@import url("css/text.css");
@import url("css/grid.css");

body {
    background-color: #e0e4ca;
    background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    font-size: 13px;
}

#body {
    min-height: 100%;
    width: 935px;
    background-image: url("img/body-bg.jpg");
    background-repeat: repeat-y;
    background-position: center;
    position: absolute;
    z-index: -1000;
    left: 50%;
    margin-left: -457px;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    margin: 0;
    padding: 0;
}

.innerfadeContainer {
    z-index: -1;
    margin-left: -11px;
}

.row_1 {
    height: 235px;
}

#title img {
    margin-top: 120px;
}

.row_2 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    height: 42px;
    margin-top: -21px;
    margin-bottom: 21px;
    background-color: #324e25;
}

#logo-container a img {
	width: 100%;
	margin-left: 10px;
}

#navigation {
    text-align: center;
    margin: 12px 0;
}

#navigation li {
    display: inline;
    height: 15px;
    line-height: 15px;
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
    border-right: 1px solid #fff;
}

#navigation li:last-child {
    border-right: 0;
}

#navigation li a {
    color: #fff;
    text-decoration: none;
}

.entry-meta {
    float: left;
    width: 45px;
    margin: 0 20px;
    border: 10px solid #e1ebac;
    padding: 5px 5px 8px 5px;
    color: #f00;
    text-align: center;
}

.entry-utility {
	margin-top: 20px;
    text-align: center;
	font-size: 11px;
}

.entry-date {
    font-size: 22px;
    line-height: 28px;
}

.entry-month {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}

.post {
    margin: 0 10px 0 115px;
}

#respond, #comments, .commentlist, .entry-utility {
    margin: 20px 115px 0 115px;
}

.page {
    margin: 0 10px 0 10px;
}

#content {
	padding-bottom: 40px;
    color: #414141;
}

#content a, .addthis_toolbox a {
    /*color: #66b939;*/
	color: #4c832f;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content .post h1, #content .post h1 a, #content .page h1, #content .page h1 a {
   color: #324e25;
    font-size: 27px;
    line-height: 27px;
    margin: 6px 0 6px 0;
	font-weight: normal;
}

#content .post ul, #content .page ul {
	list-style-type: disc;
}

#content .post li, #content .page li {
	margin: 0 0 7px 20px;
}

#content .post p, #content .page p {
	margin-bottom: 13px;
}

.wp-caption {
	margin: 0;
    padding: 8px 5px 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
	max-width: 500px;
}

.wp-caption-text {
    font-size: 11px;
    text-align: center;
    padding: 8px 0 0 0;
}

.wp-caption img {
    display: block;
    margin: auto;
	width: 98%;
}

.alignleft {
    margin: 5px 10px 5px 0;
    float: left;
}

.separator {
	display: block;
	margin: 20px auto;
}

#sidebar {
	margin: 32px -12px 0 12px;
}

#sidebar-bg {
    margin: -74px 0 0 2px;
	position: absolute;
	z-index: -1;
}

.xoxo {
	margin: 0 50px;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}

#get-catalog {
	margin-left: -10px;
}

.widgettitle {
	font-variant: small-caps;
	color: #324e25;
	font-weight: normal;
	font-size: 21px;
	margin: 20px 0 10px 0;
	line-height: 21px; 
}

#s {
	border: 1px solid #ccc;
	padding: 3px;
	color: #666;
	font-size: 12px;
	width: 100%;
}

.xoxo li li {
	border-bottom: 1px dashed #ccc;
	padding: 3px;
}

.xoxo li li a {
	text-decoration: none;
	color: #666;
}

.xoxo li li a:hover {
	color: #666;
	color: #324e25;
}

#nav-above {
 	clear: both;
	margin: 0 30px 40px 115px;
	font-size: 11px;
}

#nav-below {
	margin: 40px 30px 40px 115px;
	font-size: 11px;
}

.nav-previous {
 	float: left;
 }

.nav-next {
 	float: right;
}

.addthis_toolbox {
	margin-left: 5px;
}

