@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');

article, #content {
	float: right;
}

/* header */
.header {
	background-color: #BBBAAB;
	height: 120px;
}


#header-wrap #h-logo {
	margin: 0px;
	padding: 12px 0 0 14px;
	width: 283px;
	float: left;
}

.header #h-logo a {
	display: block;
	height: 69px;
	padding-top: 18px;
	width: 233px;
}

#header-wrap .description {
	clear: both;
}
#search-bar {
	display: none;
}

/* links */
a:link, a:visited {
	color: #02ABEC;
	}
	
a:hover {
	text-decoration: underline;
	}
/* navigation */
#nav-bar {
display: none;
	}
	

/* header */
#footer {
	margin: 30px 0px 30px 0px;
	padding: 30px 0px 30px 0px;
	border-top: 10px solid #d5d5d5;
}
/* Misc */
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* post */

/* COmments */
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
	margin:20px 0px 10px 0px;
	padding:20px 0px 10px 0px;
	border-top: 10px solid #d5d5d5;
	color: transparent;
	background-image: url("/wp-content/themes/simon-wp-framework/images/comment.png");
	background-position: 0 23px;
	background-repeat: no-repeat;

}
/* featured section */
#featured-sticker {
        width: 100px;
        padding: 5px;
        margin-left: 800px;
        background-color: #f00;
        color: white;
        text-align: center;
        position: absolute;
        float: right;
}
#featured-post {
        background-color: #f3f3f3;
        padding:20px;
        margin: 0px 0px 45px 0px;
        border-top: solid 3px #ccc;
        border-bottom: solid 1px #ccc;
}

#post-entries {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 10px solid #d5d5d5;
}

.postauthor img {
float:left;
margin-right:20px;
}

#searchform #s {
width: 233px;
filter:alpha(opacity=50); /* Für IE */
-moz-opacity:0.5; /* Für Gecko-Browser */
opacity:0.5; /* Für Konqueror, Opera 9+, Safari */

}

ol#commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mf_postcomment {
	background-image: url("/wp-content/themes/simon-wp-framework/images/opinion.png");
	background-position: 0 23px;
	background-repeat: no-repeat;
	border-top: 10px solid #d5d5d5;
	min-height: 71px;
	padding: 10px 10px 10px 62px;
}

.mf_postcomment img.avatar {
	margin: 0 10px 10px 0px;
	float:left;
	border: 19px solid white;
}


.rdbWrapper {
	height: 25px;
	opacity: 0.5;
}
#sharebox {
	float: left;
	padding: 0 20px 0 0;
	position: relative;
	top: -22px;
	width: 240px;
}

.sharer {
	float: left;
	width: 53px;
	padding: 0 10px;
}

#shareheader {
	background-image: url("/wp-content/themes/simon-wp-framework/images/spread.png");
	background-position: -12px -5px;
	background-repeat: no-repeat;
	color: transparent;
	font-family: Georgia;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 11px 11px;
}

.postauthor {
	background-color: white;
	font-family: Georgia;
	font-size: 18px;
	padding: 20px 0;
}


#authoricons a img {
 margin: 9px 10px 0 0;
}

#authoricons {
	text-decoration: none;
}

/* RSS */
.rss-date, li.widget_rss a {
	display: none;
}

#sidebar li.widget_rss ul li a {
	background-color: white;
	background-image: url("/michael-fritz/css/bird.png");
	background-position: 10px 15px;
	background-repeat: no-repeat;
	display: block;
	height: 59px;
	margin-bottom: 45px;
	padding: 8px 10px 8px 100px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	font-family: Georgia;
	color: #514747;
	text-decoration:none;
	font-size: 15px;
}

#sidebar li.widget_rss ul li {
	padding-left: 8px;
	background-image: url(/michael-fritz/css/leftarrowwhite.png);
	background-repeat: no-repeat;
	background-position: -7px -19px;
}


#sidebar li.widget_rss {
	display: block;
	left: 300px;
	width: 480px;
	position: absolute;
	top: -108px;
	height: 75px;
	overflow: hidden;
}

#sidebar li.widget_rss, #h-profile, #h-follower {
	opacity:0.5;
}

#h-profile:hover {
	opacity:1;
}
#h-follower {
	background-color: white;
	border-radius: 0 0 5px 5px;
	height: 22px;
	margin-left: 308px;
	padding-left: 18px;
	position: relative;
	top: 69px;
	width: 454px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.twitter-follow-button {
	width: 420px !important;
	overflow: hidden;
	height: 20px !important;
}

#sidebar li.widget_rss ul {
	position: relative;
}

#h-profile {
	background-color: white;
	float: right;
	height: 61px;
	margin: 12px 14px 0 0;
	padding: 18px 8px;
	width: 138px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#h-profile #h-vertical {
	width: 16px;
	float: left;
}
#h-profile #h-plus {
	float:left;
	display: block;
	text-decoration: none;
	font-size: 10px;
	width: 102px;
	text-align: center;
}
#h-profile #h-vertical a {
	margin-bottom: 2px;
	display: block;
}

#tab {
	background-image: url(/michael-fritz/css/tabshardow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 9px;
	overflow: hidden;
	background-color: #bbbaab;
}

#tabcontent {
	height: 650px;
}

#tab.open {
	height: 650px;
}

a#tab-opener{
	position: relative;
	top:-3px;
	left: 370px;
	margin: auto;
	background-image: url(/michael-fritz/css/mehr-mf.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 226px;
	height: 28px;
	color: transparent;
}

a#tab-opener:hover {
	background-position: 0 -28px;
}

a#tab-opener.opentab {
	background-position: 0 -56px;
}

a#tab-opener.opentab:hover {
	background-position: 0 -84px;
}

.widget h3 {
	display: none;
}

.tagcloud {
	padding: 0 20px;
}

#c1 .c_label {
	left: 709px;
	position: relative;
	top: -523px;
	width: 260px;
}

#c1 .c_label, #c1 .c_label h3 {
	color: white;
}

#c {
	margin: 0 auto;
	width: 1024px;
}

.c_label .h-logo {
	padding-bottom: 66px;
}
