/*
Theme Name: Dream Theme - Pink
Theme URI: http://www.joergmeyer.de/
Description: Dream Theme Wordpress Theme - Pink
Version: 0.9
Author: Joerg Meyer
Author URI: http://www.joergmeyer.de/
*/

html, body {
	margin: 0; 
	padding: 0; 
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #535353;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #E21075;
	font-style: normal;
	text-decoration: none;
	border-bottom: none;
}

a:active, a:focus {
	color: #E21075;
	text-decoration: none;
	border-bottom: none;
}

blockquote {
	background-color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	color: #5C5959;
	border: 1px solid #E6E6E6;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #F4F4F4;
}

img {
	border: none;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/*  Alte Formatierung Formulare
form {
	background: none;
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	margin: 1px 0;
	font-size: 100%;
}
input.text, textarea.text {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
} */

tr, td {
	vertical-align: top;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#blog { 
	width: 1070px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}

#header {
	width: 1070px;
	height: 157px;
	background: url(images/header.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

#header #sitetitle {
	padding-left: 670px;
	padding-top: 100px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

#header #sitetitle h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

#header #sitedescription {
	font-size: 50%;
	color: #666666;
	width: 500px;
	padding-left: 15px;
	padding-top: 124px;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/bg-wrapper.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#wrapperleft {
	width: 790px;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
} 

#main {
	width: 600px;
	float: left;
	padding: 0px;
	margin: 20px;
	line-height: 1.4em;
}

#main ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#main li {
	padding: 0px 0px 4px 12px;
}

ol .aehn li {
	padding: 0px 0px 4px 12px;
	background: url(images/bullet-doc.gif) no-repeat 0 3px;
}

/* DATE */
#main h1 {
	font-size: 85%;
	color: #888888;
	padding: 0px;
	padding-left: 10px;
}

/* TOPIC */
#main .entry h1, #main #comments h1 {
	font-size: 150%;
	padding: 0px;
	color: #333333;
}

#main .entry {
	padding: 0px 10px 30px 10px;
	margin: 0px;
}

#main .entrycontent {
	padding: 0px;
	margin: 0px;
}

#main .entryfooter {
	font-size: 85%;
	color: #747474;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

#main .contentimage {
	margin-top: 5px;
}

.contentimage {
	padding-top: 0px;
}

#contentimage {
	margin-top: 5px;
}

#main .asides {
	padding: 0px 10px 10px 10px;
}

.moretext {
	background: url(images/bullet-doc.gif) no-repeat left;
	padding-left: 10px;
}

.nextlink {
	background: url(images/bullet-doc.gif) no-repeat right;
	padding-right: 10px;
}

.prevlink {
	background: url(images/bullet-doc-l.gif) no-repeat left;
	padding-left: 10px;
}

/* Sidebars */
.sidebar1 {
	width: 125px;
	float: left;
	padding-left: 25px;
	padding-bottom: 40px;
	position: relative;
	color: #747474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar2 {
	width: 250px;
	float: left;
	padding-left: 30px;
	padding-bottom: 40px;
	position: relative;
	color: #747474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar1 p, sidebar2 p {
	text-align: left;
}

.kommentar {
        font-size: 85%;
	color: #747474;
}
.kommentar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar1 #wp-calendar, .sidebar2 #wp-calendar {
	padding-left: 30px;
}

.sidebar1 a:link, .sidebar1 a:visited {
	color: #747474;
	text-decoration: none;
	border-bottom: none;
}
.sidebar2 a:link, .sidebar2 a:visited {
	color: #444444;
	text-decoration: none;
	border-bottom: none;
}

.sidebar1 a:hover {
	color: #E21075;
	font-style: normal;
	text-decoration: none;
	border-bottom: none;
}
.sidebar2 a:hover {
	color: #E21075;
	font-style: normal;
	text-decoration: none;
	border-bottom: none;
}

.sidebar1 a:active, .sidebar1 a:focus {
	color: #747474;
	text-decoration: none;
	border-bottom: none;
}
.sidebar2 a:active, .sidebar2 a:focus {
	color: #444444;
	text-decoration: none;
	border-bottom: none;
}

.sidebar1 h2 {
	padding-bottom: 5px;
	padding-top: 20px;
	margin: 0px;
	font-size: 13px;
	color: #333333;
}
.sidebar2 h2 {
	padding-bottom: 5px;
	padding-top: 20px;
	margin: 0px;
	font-size: 13px;
	color: #E21075;
	border-bottom: 1px solid #BEBEBE;
}

.sidebar1 li {
	list-style-type: none;
	background: none 0 0px;
	margin: 0;
	padding: 0;
}
.sidebar2 li {
	list-style-type: none;
	background: none 0 0px;
	margin: 0;
	padding: 0;
}

.sidebar1 li h2 {
	list-style-type: none;
	background: none 0 0px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 13px;
	line-height: 1.4em;
	color: #FFFFFF;
}
.sidebar2 li h2 {
	list-style-type: none;
	background: none 0 0px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 13px;
	line-height: 1.4em;
	color: #FFFFFF;
}

.sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.sidebar2 ul {
	list-style-type: none;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
}

.sidebar1 ul li {
	padding: 0px 0px 4px 10px;
	background: url(images/bullet-doc.gif) no-repeat 0 4px;
	line-height: 17px;
	text-align: left;
}
.sidebar2 ul li {
	padding: 0px 0px 4px 10px;
	background: url(images/bullet-doc.gif) no-repeat 0 4px;
	line-height: 17px;
	text-align: left;
}


.sidebar1 #akismetwrap, .sidebar2 #akismetwrap {
	padding-left: 35px;
}

.sidebar1 .linkimages ul, .sidebar2 .linkimages ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.sidebar1 .linkimages li, .sidebar2 .linkimages li {
	padding: 0px;
	background-image: none;
}

.sidebar1 .linkimages a:link, .sidebar1 .linkimages a:visited, .sidebar1 .linkimages a:active, .sidebar1 .linkimages a:hover, .sidebar1 .linkimages a:focus, .sidebar2 .linkimages a:link, .sidebar2 .linkimages a:visited, .sidebar2 .linkimages a:active, .sidebar2 .linkimages a:hover, .sidebar2 .linkimages a:focus {
	text-decoration: none;
	border: none;
}

/* Footer */
#footer {
	color: #222222;
}

#footer a:link, #footer a:visited {
	color: #E21075;
	text-decoration: none;
}

#footer a:hover {
	color: #E21075;
	border-bottom: 1px solid #E21075;
}

#footer a:active, #footer a:focus {
	color: #E21075;
	text-decoration: none;
	border-bottom: 1px solid #E21075;
}

/* Flickr classes */
#flickrd {
	background-color: #FFFFFF;
	text-align: center;
}

#flickrd a:link, #flickrd a:visited, #flickrd a:active, #flickrd a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	border: 0;
}

.flickrimg {
	background-color: #FFFFFF;
	padding: 2px;
}

#flickrimg1, #flickrimg2, #flickrimg3, #flickrimg4, #flickrimg5, #flickrimg6 {
	border: 1px solid #f0670b;
	margin: 3px 5px 3px 5px;
}

.flickr-photo {
	padding-right: 20px;
	background-color: #FFFFFF;
	border: 1px solid #f0670b;
	margin: 6px 6px 6px 6px;
	padding: 4px;
}

.flickr-album, .falbum-album {
	background-color: #FFFFFF !important;
	margin: 0px 0px 10px 0px !important;
	padding: 4px !important;
}

.flickr-thumbnail {
	float: left !important;
	background-color: #FFFFFF !important;
	border: 1px solid #f0670b !important;
	padding: 4px !important;
	margin: 0px 20px 20px 0px !important;
}

.flickr-title, .falbum-title {
	font-weight: bold !important;
	font-size: 130% !important;
	background: none !important;
	padding: 0px 0px 4px 0px !important;
	margin: 0px !important;
	color: #f0670b !important;
	border: 0px solid #FFFFFF !important;
}

.flickr-description, .falbum-album-description, .falbum-description {
	padding: 0px 0px 4px 0px !important;
	margin-left: 105px !important;
}

.flickr-meta, .falbum-meta {
	font-size: 85% !important;
	color: #6699CC !important;
	padding: 4px 0px 4px 0px !important;
}

/* a.annotation { position: absolute; border: 1px solid white; padding: 0; display: none; }
a.annotation span { display: block; width: 100%; height: 100%; background: white; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); }
a.annotation:hover { border-color: yellow; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); } */

/* GRAVATAR styling */
.gravatar {
	float: right;
	padding: 0px;
	border: 4px solid #DDDDDD;
	background: #FFFFFF;
	margin: 4px;
	width: 50px;
	height: 50px;
}

.postgrav {
	float: right;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000000;
	background: #FFFFFF;
}

/* Super Archives */
#livearchive {
	background: #FFFFFF;
}

#teb-super-archive {
	margin-left: 10px;
}

#teb-super-archive ul {
	padding: 4px;
	list-style-type: none;
	list-style-image: none;
}

#teb-super-archive ul li {
	text-align: left;
	padding: 1px 8px;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	background-image: none;
}

#teb-super-archive ul li:hover {
	background: #BBBBBB;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 0;
	padding-bottom: 0;
	background-image: none;
}

html>body .entry #teb-super-archive ul li {
	text-indent: 0;
	margin: 0;
	background-image: none;
}
	
.entry #teb-super-archive ul li:before {
	content: "";
}

#teb-super-archive-year {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #666666;
}

#teb-super-archive-year li {
	position: relative;
	font-weight: bold;
	background-image: none;
}

#teb-super-archive-month {
	float: left;
	width: 100px;
	margin: 0;
	border-left: 1px solid #666666;
	font-weight: bold;
}

#teb-super-archive-month li {
	position: relative;
	background-image: none;
}

#teb-super-archive-post {
	float: left;
	width: 285px;
	margin: 0;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#teb-super-archive-post li {
	position: relative;
	font-weight: bold;
	background-image: none;
}

#teb-super-archive ul li span {
	position: absolute;
	right: 8px;
	font-weight: normal;
	color: #000000;
}

#teb-super-archive .selected, #teb-super-archive-post li:hover {
	background: #f0670b;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 0;
	padding-bottom: 0;
	color: #FFFFFF;
}

/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
#wrapperleft:after, #wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
#wrapperleft, #wrapper { display: inline-table; }

/* Hides from IE-mac */
* html #wrapperleft, * html #wrapper { height: 1%; }
#wrapperleft, #wrapper { display: block; }
/* End hide from IE-mac */ 

#searchform {
	background: none;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 0;
}

.searchforminput {
	background-color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/*last.fm Cover Widget */
.lastfmcover {
	padding: 0px;
	border: 4px solid #FFFFFF;
	background: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 47px;
	height: 47px;
}

/*WP-PopIn Plugin Style */
#wpPopin {
	padding: 5px;
	border: solid 1px #FFFFFF;
	background-color: #333333;
}

#wpPopinLinks {
	height: 12px;
	padding: 4px;
	padding-top: 0px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background: #333333;
}

/* ---------------------------------------------------------------- 
 *  Comments
 * ---------------------------------------------------------------- 
*/ 

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #535353;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
.commentlist li.comment {
	margin: 0 0 24px 0;
	border:1px solid #d8d8d8;
	font-weight: normal;	
	background-color: #FFFFFF;
	position: relative;
}
.commentlist li:last-child {
	margin-bottom: 18px;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	padding-top: 15px;
}
.comment-author cite {
	color: #535353;
	font-style: normal;
	font-weight: normal;
}
.comment-author .says {
	font-weight: normal;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	width: 80px;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;	
	font-weight: normal;	
	display: block;
}
.reply a,
a.comment-edit-link {
	background:#e6e6e6;
	border: 1px #d1d1d1 solid;
	padding: 5px;
	color:#333;
	display: block;
	cursor: pointer;
	z-index: 999;
}
.reply a:hover,
a.comment-edit-link:hover {
	background:#d1d1d1;
	border: 1px #c1c1c1 solid;
	color:#FFFFFF;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border:1px solid #d8d8d8;
	background-color: #F5F5F5;
	margin: 0 10px 10px 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	padding: 0px 10px 30px 0px;
	margin-top: 35px;
}
#respond .comment-notes {
	margin-bottom: 0;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #666666;
	font-size: 12px;
}
#respond input {
	margin: 0 0 5px 0;
	width: 50%;
	color: #666666;
	border: 1px solid #CCCCCC;
}
#respond textarea {
	width: 98%;
	color: #666666;
	border: 1px solid #CCCCCC;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
