/*
Theme Name: limango Blog
Theme URI: http://www.limango.de/blog/
Description: Wordpress Theme fuer den limango  Blog
Version: 1.0
Author: Michael Szumielewski
Author URI: http://www.limango.de
Tags: green, white, awesome
*/

* {
	padding:0;
	margin:0;
	border:0;
	border-spacing:0;
	list-style:none;
}

body {
	color:#4d4d4d; 
	font-family:Trebuchet MS, Helvetica, sans-serif; 
	font-size:13px; 
	background:#fff url(images/bg.jpg) top center no-repeat;
	line-height:140%;
	text-align:center;
}

a { 
	color:#B5156C; 
	text-decoration:none; 
} 

a:visited { 
	text-decoration:none; 
}

a:hover { 
	text-decoration:underline; 
}

h1 {

}

h2 {

}

h3 {

}

input, textarea {
	color:#000; 
	font-size:11px; 
	padding:2px 3px;
	border:1px solid #d373a7;
}

input.hoverbutton1 { 
	background-image:url(../../../../images/button_abschicken.gif); 
	padding:0;
}

input.hoverbutton1:hover { 
	background-image:url(../../../../images/button_abschicken_h.gif); 
	padding:0;
}


/* Main elements */
	
#main {
	width:1000px;
	margin:0 auto;
	padding:0 0 30px 0;	
	text-align:left;
}


/* Header */

#header {
	height:90px;
	position:relative;
}

#header1 {
	position:absolute;
	top:30px;
	left:30px;
}

a#header2_login {
	display:block;
	position:absolute;
	top:0;
	right:25px;
	width:76px;
	height:24px;
	background:url(images/header2_login.png) no-repeat;
}

a#header2_logout {
	display:block;
	position:absolute;
	top:0;
	right:25px;
	width:19px;
	height:24px;
	background:url(images/header2_logout.png) no-repeat;
}

#header3 {
	position:absolute;
	top:38px;
	right:35px;
}

#header3_navi {
	display:block;
	width:378px;
	height:11px;
	padding:0 11px 10px 0;
	background:url(images/header3_navi.png) no-repeat;
	position:relative;
}

#header3_navi1 {
	position:absolute;
	top:0;
	left:0;
	width:55px;
	height:11px;
} 

#header3_navi2 {
	position:absolute;
	top:0;
	left:75px;
	width:135px;
	height:11px;
} 

#header3_navi3 {
	position:absolute;
	top:0;
	left:245px;
	width:135px;
	height:11px;
}

#header3_navi21 {
	position:absolute;
	top:0;
	left:0;
	width:55px;
	height:11px;
} 

#header3_navi22 {
	position:absolute;
	top:0;
	left:75px;
	width:135px;
	height:11px;
}


/* Screen */

#screen {
	height:455px;
	padding:35px 35px 35px 30px;
	background:url(images/bg-screen.png) no-repeat;
}


#screen h2 {
	font-size:24px;
	font-family:Georgia;
	line-height:34px;
	font-weight:normal;
	padding:0 0 7px 0;
	color:#bf297b;
}

#screen #screen_post h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5c9e00;
	font-weight:normal;
	padding:0 0 10px 0;
}

#screen #screen_post p {
	padding:0 0 10px 0;
	line-height:17px;
}

#screen_meta {
	color:#999;
	padding:0 0 15px 0;
}

#screen_meta img {
	float:left;
	width:50px;
	height:50px;
	margin:5px 18px 0 0;
	border:1px solid #d4d4d4;
}

#screen_meta p {
	padding:0 0 0 62px;
}

#screen_post {
	/*width:345px;*/
}

#screen_post table {
	width:100%;
}

#screen_content {
	padding:0 16px 0 0;
}

#screen_more {
	padding:10px 0 0 0;
}

#screen_more a {
	color:#444;
	text-decoration:underline;
}

#screen_social {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	padding:5px 0;
	margin:10px 0 0 0;
	font-size:12px;
}

#screen_social a {
	color:#444;
	font-size:12px;
	text-decoration:underline;
}


/* Container */

#container {
	clear:both;
	float:left;
	width:1000px;
	padding:0 0 40px 0;
}


/* Container left */

#container_left {
	position:relative;
	float:left;
	width:687px;
	padding:0 23px 0 0;
	background:url(images/bg-content.png) repeat-y;
}

body.single #container_left {
	position:relative;
	float:left;
	width:687px;
	padding:0 23px 0 0;
	background:url(images/bg-post.png) no-repeat;
}

#container_left_head1 {
	position:absolute;
	top:0;
	left:0;
	background:url(images/bg-content1.jpg) no-repeat;
	width:109px;
	height:144px;
}

#container_left_head2 {
	position:absolute;
	top:0;
	left:109px;
	background:url(images/bg-content2.jpg) no-repeat;
	width:578px;
	height:42px;
}

#container_left_content {
	width:535px;
	padding:50px 30px 30px 110px;
}

body.single #container_left_content {
	width:535px;
	padding:40px 30px 30px 80px;
}

#container_left_footer {
	background:url(images/bg-content3.jpg) no-repeat;
	width:687px;
	height:31px;
}


/* Posts */

.post {
}

.size-full {
	max-width:535px;
}

.pagetitle {
	padding:0 0 25px 0;
}

.post p {
	padding:0 0 10px 0;

	line-height:17px;
}

.post small {
	display:block;
	color:#999;
	font-size:11px;
	padding:0 0 10px 0;	
}

.postmetadata {
	font-size:11px;
	padding:10px 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #B5156C;
}

.postmetadata a {
	padding:0 20px 0 0;
}

.social {
	padding:15px 0 0 0;
}

.post h1 {
	font-family:Georgia;
	font-size:28px;
	font-weight:normal;
	line-height:34px;
	color:#bf297b;
}

.post h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5c9e00;
	font-weight:normal;
	padding:0 0 10px 0;
}

body.home .post h3 , body.archive .post h3 {
	font-family:Georgia;
	font-size:24px;
	font-weight:normal;
	line-height:34px;
	color:#bf297b;
}

.post ul, .post ol  {
	padding:0 0 10px 0; 
}

.post ul li, .post ol li {
	padding:0 0 2px 5px; 
	list-style-image: url(../../../../images/bullet.gif); 
	list-style-position:inside;
}

#container_left h5 {
	color:#1d1d1d;
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px 0;
}

h5#comments {
	margin-top:20px;
}

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;
}

.author_meta {
	color:#999;
	padding:0 0 15px 0;
}

.author_meta img {
	float:left;
	width:50px;
	height:50px;
	margin:5px 18px 0 0;
	border:1px solid #d4d4d4;
}

.author_meta h1, .author_meta h3 {
	padding:0 0 7px 70px;
}

.author_meta p {
	padding:0 0 0 72px;
}
/* BG COLOR HACK */
.byuser, .bypostauthor {
	background-color: #D8EFB3 !important;
}

.commentlist {
	padding:0 0 2px 0;
}

.commentlist .comment {
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:8px 10px;
	margin:0 0 10px 0;
}

.commentlist .comment p {
	padding:5px 10px 3px;
}

.commentlist .comment-meta, .commentlist .comment-author {
	display:inline;
	font-size:11px
}

.commentlist .byuser {
	background:#e3e3e3;
	border-top:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
}

.commentlist .byuser .comment-author {
	font-weight:bold
}

#commentform label small {
	display:block;
	font-size:11px;
	padding:0 0 3px 1px;
}

#commentform input, #commentform textarea {
	font-family:Trebuchet MS, Helvetica, sans-serif; 
	margin:0 0 10px 0;
	width:300px;
}

#commentform textarea {
	width:570px;
}

#commentform input#submit {
	border:0;
	height:21px;
	margin:10px 0;
	width:111px;
}

.comments_navi {
	padding:0 0 12px 0;
}

.comments_navi a {
	padding:0 15px 0 0;
}

.navigation {
	text-align:center;
	float:left;
}

.navigation .alignleft, .navigation .alignright {
	float:left;
	margin:0 0 0 110px;
	font-size:12px;
	font-weight:bold;
}

.alignleft a, .alignright a {

}


/* Container right */

#container_right {
	float:left;
	width:290px;
}

#container_right a {
	color:#444;
	text-decoration:underline;
}

#container_right h4 {
	font-family:Georgia;
	font-size:20px;
	font-weight:normal;
	color:#1d1d1d;
	padding:12px 0 15px 0;
	border-top:3px solid #bf297b;
}

#container_right ul {
	padding:0 0 20px 0;
}

#container_right li.categories ul li {
	padding:0 0 1px 5px; 
	list-style-image: url(../../../../images/bullet.gif); 
	list-style-position:inside;
}

#container_right li.categories ul li a {
	color:#B5156C;
}

#container_right li#recent-comments h4 {	
	background:#fff;
	margin:0 0 5px 0;
}

#container_right li#recent-comments {	
	font-size:12px;
	line-height:16px;
}

#container_right li#recent-comments ul li {	
	/*padding:0 0 5px 0;*/
}

#container_right li#recent-comments li {	
	border-bottom:1px solid #cccccc; 
	padding:5px 0;
	margin:0 0 5px 0;
}

#container_right li#recent-comments li.lim {	
	border-bottom:none; 
}

#container_right li#recent-comments li.lim div {	
	background:#eeeeee;
}

#recent-comments li div a.author{	
	color:#000;
	text-decoration:none;
}

#recent-comments li.lim div a.author{	
	color:#7ab51d;
}

#recent-comments li div a {	
	color:#B5156C;
}

#container_right li#recent-comments span {	
	/*font-style:italic;*/
	font-size:13px;
}

.linkcat li {
	background:#fff;
	padding:0 0 1px 5px; 
	list-style-image: url(../../../../images/bullet.gif); 
	list-style-position:inside;
	border-bottom:0;
}



#s {
	width:150px;
}

input#searchsubmit {
	border:0;
	height:21px;
	width:91px;
	background:url(images/button_suche.gif); 
}

input#s {
	font-family:Trebuchet MS, Helvetica, sans-serif; 
	padding:1px 2px;
}

#searchform2 input#s {
	font-size:12px;
	color:#8f8f8f;
	width:230px;
	height:24px;
	padding:0 6px;
	margin:0 3px 0 117px;
	border:1px solid #ccc;
}

#searchform2 input#searchsubmit {
	height:15px;
	width:15px;
	background:url(images/search_button.png) bottom no-repeat;
}


/* Footer */

#footer {
	clear:both;
	font-size:11px;
	background:#fff;
	padding:10px 0 20px 9px;
}

#footer_container {
	height:30px;
	padding:5px 0 15px 0;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}

#footer ul {
	float:left;
	padding:10px 0 0 1px;
	list-style:none;
	text-align:left;
}

#footer ul li {
	float:left;
	margin:0 15px 0 0;
}

#footer ul li a {
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;
}

#footer_container2 {	
	height:30px;
	padding:5px 0 10px 0;
}

#footer p {
	float:right;
	text-align:right;
	width:400px;
	padding:10px 0 0 0;
}


/* OVERLAY */

.overlay_background {
	width:100%;
	height:100%;
	background-color:#EBF3BE;
	position: fixed; 
	top: 0;
	left: 0;
	margin:0; 
	padding:0;
	z-index: 98;
	overflow:hidden;
}

.overlay_box {
	position: fixed; top:0; left:0;
	z-index: 99;
	width:100%;
	margin:0; 
	padding:0;
	text-align:center;
}

.overlay_back {
	margin:50px auto;
	background-color:#FFF;
	width:958px;
	min-height:580px;
	border:1px solid #C1C3BE;
}

div.overlay_content {
	margin:50px auto;
	background-color:#FFF;
	width:958px;height:580px;
	border:1px solid #C1C3BE;
}

.scroll {
	overflow:auto;
}

img#wpstats {
	display:none;
}

