/*
	Theme Name: Sommermorgen
	URI: http://blog.andrekolell.de
	Description: Ein harmonisch sommerliches WordPress-Theme.
	Author: Andre Kolell
	Author URI: http://blog.andrekolell.de
	
	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* GLOBAL */
html, body { margin: 0; padding: 0; text-align: center; }
body { background: #fff6d0 url('images/body.gif') repeat-x; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
p { margin: 0px 0px 12px 0px; }
a {color: #b95802; text-decoration: none;}
a:hover {color: #3a2300; text-decoration: none;}
#content a:hover {text-decoration: none; color: #993d00;}
#archiv a:hover {text-decoration: none; color: #993d00;}
#head a, img {border: none;}

/* ABSCHNITTE */
#seite { margin: 0 auto; padding: 0 1px; text-align: left; width: 900px; border-left: 1px solid #474B52; border-right: 1px solid #474B52; position: relative; background-color: #ffffff; }
#kopfbereich { margin-top: -1px; padding: 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: url(images/kopfbereich_oben.jpg) no-repeat top center; height: 156px; }

/* HORIZONTALE NAVIGATION */
#navigation { width: 100%; height: 33px; padding: 4px 0 0 16px; margin: 0; background: url('images/kopfbereich_unten.jpg') no-repeat; font: 1.4em Georgia, serif; letter-spacing: 1px; }
#navigation li a { color: #4a2a00; }
#navigation li a:hover { color: #221100; }
ul.dropdown { position: relative; z-index: 597; float: left; margin: 0; padding: 0; color: #7a4a00;}
ul.dropdown li,ul.dropdown ul { list-style: none;}
ul.dropdown li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; text-decoration: none; }
ul.dropdown li.hover,ul.dropdown li:hover { position: relative; z-index: 599; cursor: default; }
ul.dropdown ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
ul.dropdown ul li { float: none;}
ul.dropdown ul ul { top: 1px; left: 99%;}
ul.dropdown li:hover > ul { visibility: visible;}
ul.dropdown li.rtl ul { top: 100%; right: 0; left: auto;}
ul.dropdown li.rtl ul ul { top: 1px; right: 99%; left: auto;}
ul.dropdown li { padding: 2px; color: #fff;	}
ul.dropdown li.divider { border-top: solid 1px #ff0000;}
ul.dropdown li:hover { color: #442200; background-color: #CC6D11; }
ul.dropdown ul { width: 170px; padding: 2px 0 3px 0; border: solid 1px #925f00; background-color: #efb13f; font-weight: normal; font: 11px Georgia, serif; letter-spacing: -0.5px; }
ul.dropdown ul li {padding-left: 5px; }
ul.dropdown-horizontal { width: 100%;}
ul.dropdown a, ul.dropdown span { display: block; padding: 4px 8px;}
ul.dropdown ul a,ul.dropdown ul span { padding: 4px 1px;}
ul.dropdown li { padding: 0; border: none; line-height: 18px;}
ul.dropdown ul li a,ul.dropdown ul *.dir { border: none;}

/* INHALT */	
#inhalt { float: left; margin: 0px 0px 40px 0px; padding: 0px 20px 0px 15px; text-align: left; width: 585px; }

/* SIDEBAR */
.border_gallery { border: 1px solid #7a4a00; padding: 2px; background: #fff;  margin: 0 5px 5px 0; }
#sidebar .border_gallery { border: 1px solid #7a4a00; padding: 2px; background: #fff;  margin: 0 5px 5px 0; }
#sidebar { color: #5A3700; float: right; font-size: 11px; margin: 16px 0px 0px 0px; padding: 0px 10px 0px 0px; text-align: left; width: 268px; }
#sidebar a { background: none; color: #d68301; }
#sidebar a:hover { background: none; color: #5A3700; }
#sidebar div.box { border: solid 1px #efb13f; background-color: #ffffda; padding: 10px; margin-bottom: 20px; }
#sidebar div.recent_comments img { float: left; display: inline; border: 1px solid #7a4a00; padding: 2px; background: #fff; margin:0 8px 8px 0; }
#sidebar div.recent_comment { clear: left; float: none; display: block; }
#sidebar .kommentare { float: right; text-align: right; color: #7a4a00; font: 10px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; margin: 5px 0 -5px 0; }

/* FEATURED BLOG POSTS */
#featured { margin-bottom: 10px; clear: both; }
#featured .left { float: left; display: inline; }
#featured .right { float: right; display: inline; }
#loopedSlider { position: relative;  border: solid 1px #efb13f; background-color: #ffffda; margin-top: 3px; padding: 0px 10px 10px 10px; }
#loopedSlider a.previous, #loopedSlider a.next { position: absolute; top: 105px; left:12px; z-index: 999; }
#loopedSlider img.prev { width: 36px; height: 58px; } 
#loopedSlider img.next { width: 36px; height: 58px; } 
#loopedSlider a.next {left: auto; right: 5px;}
.container { text-align: left; width:560px; height:245px; overflow:hidden; position:relative; margin-top:-10px; }
.slides { position:absolute; top:0; left:0; }
.slides div.slide { position:absolute; top:0; width: 560px; height: 245px; display:none; }
.slides div div{ position:static; display:block; top:auto; width: auto; padding:0; }
#loopedSlider img.prev {background: url(images/arrow_left_dark.png) no-repeat 0 0; } 
#loopedSlider img.prev:hover {background: url(images/arrow_left_dark.png) no-repeat 0 -100px; }
#loopedSlider img.next {background: url(images/arrow_right_dark.png) no-repeat 0 0; } 
#loopedSlider img.next:hover {background: url(images/arrow_right_dark.png) no-repeat 0 -100px; }
.slides div div{ background:none; border:none; }
.post .cover  {  }
.post .cover img { border: solid 5px #222; margin-right: 15px; }

/* FOTOS & VIDEOS */
#galleries .gallery { float:left; display: inline; width: 157px; height: 225px; padding: 12px; margin: 0 10px 10px 0; border: solid 1px #efb13f; background-color: #ffffda; }
#galleries .gallery:hover {background-color: #ffffba; }
#galleries div.cover {float: left; display: inline; width: 160px; margin-bottom: 10px; }
#galleries div.cover img { border: 1px solid #7a4a00; padding: 2px; background: #fff; }
#galleries div.info { clear:left; float: left; display: inline; width: 160px;}
.gallery p.postmetadata { float: right; font-size: 10px; line-height: 20px; margin-top: 2px; font-family: Arial; }
.gallery p.content { clear: both; color: #5A3700; font-size: 11px; font-family: Verdana, Arial;}
.gallery h2 {font-size: 15px; line-height: 19px; font-family: Georgia, serif; letter-spacing: 0; text-transform: none; margin: 0px; border: none; }


/* ---------------------------------------------------------------------------------- */
/* ------------------------------------- DATUM ------------------------------------- */



.datum_x {
	background: none;
	border-bottom: 1px solid #cad7d9;
	color: #86abb3; 
	font: 10px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0px 0px 70px;
	padding: 0px 0px 4px 0px;}


/* EINTRAG (BLOG POST) */
.eintrag { border: solid 1px #efb13f; background-color: #ffffda; padding: 10px 12px 10px 10px; margin-bottom: 20px; }
.eintrag h1 { letter-spacing: 1px; color: #CC6D11; font-size: 24px; font-weight: normal; font-family: 'Times New Roman', Times, serif; margin: 0px; padding: 0px; text-decoration: none; }
.eintrag h1 a {text-decoration: none; }
.datum { text-align:right; background: none; color: #7a4a00; font: 10px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; margin: 2px 0px 8px 0px; padding: 0px 0px 4px 0px; border-bottom: 1px solid #7a4a00;}
.eintrag_inhalt { text-align: justify; margin: 4px 0 20px 0; line-height: 1.6em; color: #3a2300; }
.eintrag_inhalt a { text-decoration: none; }
.eintrag_inhalt img { display: inline; margin: 5px 0 0 3px; }
.eintrag_inhalt .right img { float: right; margin: 6px 0px 0px 10px; display: inline; }
.eintrag_inhalt ol { padding: 0px 0px 0px 0px; margin: 0px 0px 12px 40px; list-style-type: square; background: none; color: #5A3700; }
.eintrag_inhalt ul { padding: 0px 0px 0px 0px; margin: 0px 0px 12px 40px; list-style-type: disc; background: none; color: #5A3700; }
.eintrag_inhalt ol li { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 12px; list-style-type: decimal; background: none; color: #5A3700; }
.eintrag_inhalt ul li { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 12px; list-style-type: circle; background: none; color: #5A3700; }
.eintrag-datum { margin: 4px 10px 0px 0px; width: 45px; height: 49px; float:left; background: url(images/date-bg.gif) no-repeat; }
.eintrag-monat { font-size: 10px; color: #FFFFFF; text-align: center; display:block; line-height: 11px; padding-top: 1px; margin-left: 0px; }
.alignleft { float: left; text-align: left; padding: 0 5px 2px 0; }
.alignright { float: right; text-align: right; padding: 0 0 2px 5px; }
#inhalt div.pages {clear: both; font-size: 10px; text-transform: uppercase; text-align:right; margin-bottom: 15px; padding-left: 20px; background: url(images/icon_page.png) no-repeat top left; }
#inhalt div.pages {clear: both; background-image: url(images/icon_page.png); float:right; }

.eintrag-tag {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -1px;
}
	
.text {
	text-align: justify;
	margin: 12px 0px 0px 0px;
	line-height: 1.6em;
	color: #707d80;
}

.text a {
	color: #d68301; 
	text-decoration: none;
}

blockquote { clear: left; border-left: 4px solid #ffdd8c; color: #5A3700; text-align: justify; padding: 0px 0px 0px 10px; margin: 18px 30px 16px 15px; font-size: 11px; line-height: 13px; }

.info_m { text-transform: uppercase; clear: left; color: #7a4a00; font-size: 10px; text-align: right; letter-spacing: 0.01em; margin: 10px 0px 5px 0px; padding: 4px 0px 0px 0px; background: none; border-top: 1px solid #7a4a00; }
.info_m a:hover { color: #5A3700; }


#info {
	background: url('images/book_illustration.png') no-repeat top left transparent;
}

.info_s {
	clear: left;
	color: #993d00;
	font-size: 10px;
	line-height: 1.2em;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 5px 60px;
}

.info_s a {
	color: #CC6D11;
}

.info_s a:hover {
	color: #993d00;
}

/* ---------------------------------------------------------------------------------- */
/* ------------------------------------- LINIE ------------------------------------- */

.linie {
	border-top: 1px solid #b87101;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

/* BEITRAGSNAVIGATION */
.navigation { border-top: 2px solid #efb13f; border-bottom: 1px solid #efb13f; font-size: 11px; margin: 20px 0px 10px 0px; padding: 2px 0px 17px 0px; color: #CC6D11; }
.navigation a { background: none; color: #d68301; }
.navigation a:hover { background: none; color: #5A3700; }
.navigation_x { border-top: 2px solid #efb13f; border-bottom: 1px solid #efb13f; font-size: 11px; margin: 40px 0px 20px 57px; padding: 2px 0px 17px 0px; color: #CC6D11; }
.navigation_x a { background: none; color: #d68301; }
.navigation_x a:hover { background: none; color: #5A3700; }
.navigation .alignleft { float: left; text-align: left; padding: 0 0 0 5px; }
.navigation .alignright { float: right; text-align: right; padding: 0 5px 0 0; }

/* TAGCLOUD */
#tagcloud { border-top: 4px solid #ffdd8c; border-bottom: 4px solid #ffdd8c; text-align: center; color: #86abb3; margin: 0px 0px 15px 0px; padding: 4px 0px 7px 0px; font-variant: normal; }
#tagcloud a { text-align: center; color: #d68301; background: none; }
.tags { clear: both; font-size: 12px; border-top: 1px dotted #7a4a00; border-bottom: 1px solid #7a4a00; background: none; color: #7a4a00; margin: 20px 0px 0px 0px; padding: 4px 10px 4px 0px; font-variant: normal; }
	
/* FUSSBEREICH */
#prefooter { clear: both; min-height: 5px; padding-top: 15px; border-top: solid 5px #aa3d00; background-color: #ffdd99; }
#prefooter ul { padding-left: 20px; }
#footer p.header, #prefooter p.header { font-size: 17px; font-family: customfont,Georgia,Arial,Helvetica,sans-serif; text-transform: uppercase; margin: 0 0 10px 0; }
#footer { clear: both; text-align: left; padding: 15px 20px 10px 20px;  border-top: solid 3px #aa3d00; background-color: #d2541d; color: #e5d38f; font-size: 10px; }
#footer a { background: none; color: #f9e2b8; }
#footer-narrow div.widget {float: left; display: inline; text-align:left; margin: 0 0 20px 8px; padding-left: 10px; font-size: 11px; }
#search { margin: -10px 0 0 0; float: right; display: inline; position: relative; }
#setop { padding: 7px 33px 7px 5px; width: 150px; background-color: #fff; }
#searchsubmittop { position: absolute; top: 18px; right: 5px; }

/* KOMMENTARE */
#commentlist_title { text-align: left; color: #3a2300; margin: 22px 0 -8px 0; font-size: 20px; }
.commentlist { padding: 0; text-align: justify; }
.commentlist li { border: 1px dotted #f8a117; font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold; color: #3a2300; margin: 17px 0 10px; padding: 5px 5px 10px 10px; list-style: none; }
.commentlist li .avatar { float: right; border: 1px solid #7a4a00; padding: 2px; margin: 0 0 2px 6px; background: #fff; }

.commentlist .odd {
	background: #fdf8ca;
}

.commentlist li ul li { 
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	color: #3a2300;
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

.comment-author {
	margin-bottom: 3px; 
}
	


#submit {
	background: #ffffff;
	border: 1px solid #ffdd8c;
	color: #3a2300;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px;
}

#commentform {
	border-color: #CC6D11;
	font-size: 12px;
}

#commentform p {
	border-color: #CC6D11; 
	color: #CC6D11;
}

#commentform label {
	border-color: #CC6D11;
	color: #CC6D11;
}

#commentform input {
	border-color: #CC6D11; 
	color: #3a2300;
	font-size: 12px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #CC6D11; 
	color: #3a2300;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	width: 99%; 
}

.nocomments {background: none; color: #CC6D11;}

/* ---------------------------------------------------------------------------------- */
/* -------------------------- SONSTIGE VERWENDETE FORMATE --------------------------- */


h2 {
	border-bottom: 1px solid #7a4a00;
	letter-spacing: 1px;
	color: #CC6D11;
	font-size: 23px;
	font-weight: normal;
	font-family: Georgia, serif;	
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	text-decoration: none;}

h2 a {
	text-decoration: none;
}

h3 {
	letter-spacing: 1px;
	color: #3a2300;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Times New Roman', Times, serif;	
	margin: 20px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	letter-spacing: 1px;
	color: #CC6D11;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Times New Roman', Times, serif;	
	margin: 16px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}
	
	
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

#sidebar h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 4px solid #cad7d9;
	background: none;
	color: #4d7780;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 30px 0px 3px 0px;
	padding: 0px 0px 3px 0px;}

#sidebar h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 4px solid #cad7d9;
	background: none;
	color: #4d7780;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 27px 0px 3px 0px;
	padding: 0px 0px 3px 0px;}

#sidebar h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #cad7d9;
	background: none;
	color: #4d7780;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 30px 0px 3px 0px;
	padding: 0px 0px 3px 0px;}


h6 {
	border-bottom: 2px solid #b87101;
	letter-spacing: 1px;
	color: #CC6D11;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Times New Roman', Times, serif;	
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	text-decoration: none;}

	h6 a {text-decoration: none;}

#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #cad7d9;
	background: none;
	color: #006a80;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	margin: 25px 0px 7px 0px;
	padding: 0px 0px 2px 0px;}

#content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #cad7d9;
	background: none;
	color: #006a80;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	margin: 12px 0px 10px 0px;
	padding: 0px 0px 0px 0px;}

/* ---------------------------------------------------------------------------------- */

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 4px solid #cad7d9;
	background: none;
	color: #4d7780;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 16px 0px 3px 0px;
	padding: 0px 0px 3px 0px;}

.tagtitle {
	border-bottom: 4px solid #cad7d9;
	letter-spacing: 0.09em;
	color: #CC6D11;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Times New Roman', Times, serif;	
	margin: 20px 0px 40px 70px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;}

/* ---------------------------------------------------------------------------------- */

.description {
	text-align: center;
	font-size: 12px; 
	font-variant: small-caps; 
	color: #ebebeb;
	padding: 5px 0px 0px 0px;
	letter-spacing: 1px;}

#email, #author, #url {
	background: #ffffff;
	border: 1px solid #cad6d9;
	color: #CC6D11;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;}

/* ---------------------------------------------------------------------------------- */

#sidebar img {
	vertical-align: text-bottom;
	border: none;
	padding: 0px;
	margin: 0px;}


#content .wp-smiley {
	background: transparent;
	border: none; 
	float: none;
	padding: 0;
	margin: 0;}

#archiv .wp-smiley {
	background: transparent;
	border: none; 
	float: none;
	padding: 0;
	margin: 0;}

/* ---------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------- */



.spacer {

	border-top: 1px dotted #cad6d9;
	margin: 25px 0px 7px 0px;
	padding: 0px 0px 0px 0px;}

.navbutton {
	background: none;
	border-bottom: 1px dotted #cad6d9;
	color: #86b0b3;
	line-height: 1.5em;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	text-align: left;}



/* ---------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------- */


acronym {text-decoration: none; color: #0095b3; font-style: italic;}

code {background: inherit; color: #CC6D11; text-align: right;}

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

html[xmlns] .commentcount {position: absolute; right: 7px; top: 0;}

html>body #wp-calendar {width: 165px; text-align: left; margin-top: 8px;}

/* ---------------------------------------------------------------------------------- */

#wp-calendar caption {

	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 2px;
	border: 1px solid #cad6d9;
	background: none;
	color: #b34700; 
	font-size: 11px;
	text-align: left;}

#wp-calendar td {

	border: 1px solid #cad6d9;
	border-collapse: collapse; 
	background: none;}

#wp-calendar td a {

	color: #b34700;
	font-weight: normal;
	display: block;
	width: 100%;}

	#wp-calendar td.pad {border: 1px solid #cad6d9; background: transparent;}

	#wp-calendar td#next {padding: 0.1em 0px; background: transparent;}

	#wp-calendar td#prev {padding: 0.1em 0px; background: transparent;}

	#wp-calendar td#next a, #wp-calendar td#prev a {display: inline;}

	#wp-calendar td#next {text-align: right;}

	#wp-calendar td#prev {text-align: left;}

/* ---------------------------------------------------------------------------------- */

.myinlinepicture {padding: 0px 0px 0px 0px;}

.myinlinepictureleft {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px ;}

.myinlinepictureright {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px ;}

/* ---------------------------------------------------------------------------------- */


