/*
Theme Name: Meiffe Theme
Description: Zugeschnitten f&uuml;r http://meife.duvenage.de
Version: 2.0
Author: Benjamin Radau
Author URL: http://www.theglu.de
Tags: green, grey, light, two-columns, updating-width, right-sidebar
*/

body {
	background: #d3d3d3 url(images/background.png) repeat-x;

	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	text-align: justify;
	
}

#container {
	min-width: 960px;
	width: 80%;
	margin: 0 auto;
	min-height:1020px;
	background: url(images/mainbg.png) repeat-y;
	background-position: right;
	
	
}

#header {
	height: 130px;
	min-width: 960px;
	width: 100%;
	background: url(images/header.png) no-repeat;
	background-position: right;
	font-size: 12px;
	position: relative;
}
#logo {
	height: 100px;
	width: 406px;
	background: url(images/logo.png) no-repeat;
	position: relative;
	left: 10px;
	top: 15px;
	float:left;
}
/*ICONS (oben rechts)*/
.icon{
	height: 64px;
	width: 64px;
	position: relative;
	float:right;
}

.icon a {
    display:block;
    width:64px;
    height:64px;
}

.icongoogle a:hover {background: url(icons/google_hov.png) no-repeat;}
.icontwitter a:hover {background: url(icons/twitter_hov.png) no-repeat;}
.iconfacebook a:hover {background: url(icons/facebook_hov.png) no-repeat;}
.iconrss a:hover {background: url(icons/rss_hov.png) no-repeat;}

#iconbox {
	height: 64px;
	margin:0 80px 0 0;
	float:right;
	bottom: 0px;
}
#icongoogle {
	background: url(icons/google.png) no-repeat;
}
#icontwitter {
	background: url(icons/twitter.png) no-repeat;
	left:20px;
}
#iconfacebook {
	background: url(icons/facebook.png) no-repeat;
	left:40px;
}
#iconrss {
	background: url(icons/rss.png) no-repeat;
	left:60px;
}

#logo a {
    display:block;
    width:406px;
    height:100px;
}
	
#mainbox {
	min-width: 960px;
	width: 100%;

}
#contentbox {
	height:100%;	
	margin-right:280px;


}
#sidebarbox {
	width: 280px;
	height:100%;
	font-size: 12px;
	float:right;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #FFC700;
}	

#header a:hover {
	color: #FFC700;
}

#search {
	position: relative;
	right: 15px;
	top: 4px;
	height: 20px;
	float:right;
}

#header #s {
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#navbar {
	clear: both;
	margin-right: 9px;
	height: 30px;
	
	border: solid #000000;
	border-width: 0 0 1px 	0;
}

#navbar ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	
}

#navbar li {
	display: inline;
	float: left;
	position: relative;
	left:1px;
	border: solid #000000;
	border-width: 1px;
	margin: -1px 0 -1px -1px;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 30px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	z-index: 1; 
	background: url(images/navbutton.png);
}

#navbar a:hover, #navbar .current_page_item  a{
	background: url(images/navbuttonhover.png);
	z-index: 2; 
}


#posts {
	min-width: 640px;
	width: 95%;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	float: left;
}


.date {
	background: url(images/date.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 29px;
	text-align: center;
	margin: 0 0 10px 0;
	float: left;
}


.day {
	font-size: 11px;
	height: 29px;
	color: #ffffff;
	line-height:1.4em;
	font-weight: bold;
}
.postauthor {
	font-size: 11px;
	height: 22px;
	width: 75%;
	color: #d8d8d8;
	font-weight: bold;
	float: left;
}
.postcomment {
	font-size: 11px;
	height: 22px;
	width: 25%;
	color: #d8d8d8;
	font-weight: bold;
	text-align:right;
	margin-right:0px;
	float: right;
}


.post {
	margin: 0 0 40px 0;
	padding: 0px;	
	background: #c4c4c4;
	border: 1px solid #000000;
}
.posttop {
	margin: 0 0 0 0;
	height: 29px;
	background: #c4c4c4 url(images/posttop.png) no-repeat;
	background-position: left;
	border: solid #000000;
	border-width: 0 0 1px 0;
	

}
.postshare{
	clear: both;
	margin: 0 0 0 0;
	height: 32px;
	position: relative; 
	text-align: center;
}
.postbottom {
	clear: both;
	margin: 0 0 0 0;
	height: 22px;
	background: #c4c4c4 url(images/postbottom.png) no-repeat;
	background-position: left;
	border: solid #000000;
	border-width: 1px 0 0 0;
}

.postpage {
	margin: 0 0 40px 0;
	padding: 20px;	

}



.entry {
	margin: 0 20px 20px 20px;
	clear: both;
	color: #303030;
}


.entry p {
	margin: 0 0 20px 0;
}
.post .entry a {
	color: #274f23;
	border-bottom: 1px dotted;
}
.post h2 {
	color: #dfdfdf;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0px 60px;
	vertical-align:middle;
}

.page .post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a {
	color: #dfdfdf;
	text-decoration: none;
}
.post .postbottom a  {
	color: #fdff71;
	text-decoration: none;
}

.post a:hover {
	color: #FF6A00;
}

.post a img {
	border: none;
}



.navigation a {
	color: #303030;
	text-decoration: none;
}

.navigation a:hover {
	color: #FF6A00;
}



.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.commentdate {
	font-size: 11px;
}

.sidebar {
	color: #000000;
	margin: 0 0 0 0;
	width: 250px;
	padding: 10px;
	
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #666666;
	width: 220px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: #303030;
	text-decoration: none;
}

.sidebar a:hover {
	color: #FF6A00;
}


#footer {
	clear: both;
	min-width: 960px;
	width: 80%;
	margin: 0 auto;
	height: 30px;
	background: url(images/mainbg.png) repeat-y;
	background-position: right;
	
	
}


#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #FF6A00;
}

#wp-calendar {
	width: 220px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}
