/*
Theme Name: Lolliblog Theme
Theme URI: http://wordpress.org/
Description: Lolliblog Theme based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann, edited Kai Niemeier, www.ckai.de
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Lolliblog Styles */
body {
	background-color: #222222;
	background-image: url(images/bg_body.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	/*color: #505050;*/
	color: #333333;
	margin: 0px 10px 10px;
}

#page {
	background-color: #ffffff;
	width: 990px;
	margin: auto;
	border-top: 0px solid #000; /* 673b15 */
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#header {
	height: 150px; /* 182px */
	background-image: url(images/bg_header.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#header_tags {
	color: #f8b333;
	float: right;
	width: 550px;
	padding: 10px 20px;
	/* padding: 30px 20px; */
	font-size: 23px;
	line-height: 31px;
	text-align: justify;
}

#header_tags a {
	color: #a5a5a5;
	text-decoration: none;
}

#header_tags a:hover {
	color: #a5a5a5;
	text-decoration: underline;
}

#logo {
	width: 250px; /* 300 */
	height: auto; /* 150px; */
	margin: 10px 20px 10px 35px;
	/* margin: 16px 20px 16px 35px; */
}

ul#menu {
	background-image: url(images/bg_menu.gif);
	height: 45px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

ul#menu li {
	margin: 7px;
	padding: 5px;
	float: left;
}

ul#menu li a {
	color: #673b15;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
}

ul#menu li a:hover, ul#menu li.current_page_item a {
	padding: 5px 10px;
	background-color: #ffffff;
}

ul#menu li#search {
	float: right;
}

.search_text {
	font-size: 11px;
	padding: 4px 5px;
	width: 130px;
	background-color: #ffffff;
	border: none;
	color: #939393;
}

.search_submit {
	font-size: 11px;
	padding: 4px 5px;
	text-transform: uppercase;
	width: 60px;
	background-color: #e7501e;
	border: none;
	color: #ffffff;
}

#menu_bottom {
	background-image: url(images/bg_menu_bottom.gif);
	height: 13px;
}

#main {
	background-color: #eeeeee;
	padding: 10px;
}

#inner_main {
	background-color: #ffffff;	
	border-top: 3px solid #e7501e;
}

#content {
	width: 490px; /* 510px */
	padding: 0px 20px; /* 10px */
	margin: 10px 0px; /* 0px */
	float: left;
	line-height: 1.5em;
	border-right: 1px dotted #e7501e;
	min-height: 600px;
}

#sidebar_1, #sidebar_2 {
	width: 200px;
	float: left;
	/*background-color: #e6e6e6;*/
	margin-left: 19px; /* TEST: 20px; */
	margin-top: 10px;
	color: #444444;
	overflow: hidden;
}

#sidebar_1 {	
	margin-left: 18px; /* wegen border: content */
}

#sidebar_1 h2, #sidebar_2 h2 {
	/*background-image: url(images/bg_sidebar_box_header.gif);*/
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	color: #f29400; /* #ffffff */
	margin: 0px 0px 5px;
	padding: 8px;
}

#sidebar_1 ul, #sidebar_2 ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#sidebar_1 ul ul, #sidebar_2 ul ul {
	margin: 0px 10px 10px;
	padding: 0px;
	font-size: 12px;
	list-style: none;
}

#sidebar_1 ul ul li, #sidebar_2 ul ul li {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 15px;
	background-image: url(images/bullet_rot.png);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-position: outside;
}

#sidebar_1 a, #sidebar_2 a {
	text-decoration: underline;
	color: #333333;
}

#sidebar_1 a:hover, #sidebar_2 a:hover {
	text-decoration: none;
	color: #333333;
}

#sidebar_1 ul li div, #sidebar_2 ul li div {
	padding: 0px 10px;
	margin-bottom: 10px;
}

#sidebar_1 ul li div div, #sidebar_1 ul li ul li div, #sidebar_2 ul li div div, #sidebar_2 ul li ul li div {
	padding: 0px;
	margin-bottom: 0px;
}

#sidebar_1 ul li div.textwidget, #sidebar_2 ul li div.textwidget {
	padding: 0px;
	margin-bottom: 0px;
}

#sidebar_1 ul li div.textwidget div, #sidebar_2 ul li div.textwidget div {
	padding: 0px 10px;
	margin-bottom: 0px;
}

#sidebar_1 ul li h2 a, #sidebar_2 ul li h2 a {
	color: #f29400;
	text-decoration: none;
}

#twitter_div /* Twitter Widget */ {
	margin: 0!important;
	padding: 0!important;
}

#footer {
	background-image: url(images/bg_footer.gif);
	height: 14px; /* 50px - 2x 18px; */
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 18px 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.clear {
	clear: both;
	visibility: hidden;
}

.icon {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 32px;
	padding-top: 5px;
	height: 23px; /* 28px - 5px */
	display: block;
	margin-bottom: 5px;
}

#icon_rss {
	background-image: url(images/icon_rss.png);
}

#icon_twitter {
	background-image: url(images/icon_twitter.png);
}

#icon_facebook, .icon_facebook {
	background-image: url(images/icon_facebook.png);
}



/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	/* border-left: 1px solid #ddd; */
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	text-align: left;
	line-height: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.7em;
	font-weight: normal;	
	}

h2.pagetitle {
	font-size: 1.7em;
	}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #673b15;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	/*color: #b85b5a;*/
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #f29400;
	text-decoration: none;
	}

a:hover {
	color: #e7501e;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 25px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	padding-top: 3px;
	color: #673b15;
	font-size: 11px;
	/*border-top: 1px dotted #aaaaaa;*/
	margin-top: 3px;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.trenner {
	/*background-image: url(images/bg_trenner.gif);
	width: 100%;
	height: 16px;
	margin: 5px auto 30px;
	background-position: center;
	background-repeat: no-repeat;*/
	background-image: none;
	width: 100%;
	height: 10px;
	margin: 5px auto 20px;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 2px solid #e7501e;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 0px;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
