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

/* header */
.header {
        padding: 0px 0px 50px 10px;
}

#header-wrap {
background-image:url("http://banquo.de/wp-content/themes/simon-wp-framework/images/bg.png");
background-position:-4px 37px;
background-repeat:no-repeat;
}

#header-wrap h1 {
        width: 500px;
        top: 90px;
        padding: 0px;
        margin: 0px;
position: absolute;
letter-spacing: 30px;

}

.header h1 a {
	color: transparent;
	text-decoration: none;
}
#header-wrap .description {
        clear: both;
}
#search-bar {
        width: 400px;
        float: right;
text-align: right;
}

/* links */
a:link, a:visited {
	color: #006699;
	}
	
a:hover {
	text-decoration: underline;
	}
/* navigation */
#nav-bar {
        border-bottom: solid 1px #ccc;
	width: 960px;
	height: 26px;
	margin: 20px 0px 26px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#navbar-left {
	width: 750px;
	height: 26px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar-right {
	width: 130px;
	height: 26px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	}
	
#navbar-right a img {
	border: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
#navbar-right a {
display: inline;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	display: none;
}
	
#nav a:hover {
	display: block;
	text-decoration: underline;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav li li {
	display: none;
	}
/* header */
#footer {
        margin: 30px 0px 30px 0px;
        padding: 30px 0px 30px 0px;
        border-top: solid 3px #ccc;
}
/* 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 */
.meta {
}
/* 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: solid 1px #ccc;
}
/* 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: solid 1px #ccc
}

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

#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;
}

.mf_postcommentwrapper {
	background-image:url("http://www.banquo.de/wp-content/themes/simon-wp-framework/images/commenttop.gif");
	background-repeat: no-repeat;
	background-position: 0 -30px;
	padding-left: 36px;
}

.mf_postcomment {
	padding: 10px;
	background-color: #BBBBBB;
}

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

li.widget_rss a {
	display: block;
	background-image: url(http://banquo.de/wp-content/themes/simon-wp-framework/images/mytweets.png);
	height: 76px;
	text-decoration: none;
	color: #AEE6D1;
	font-size: 0.1em;
}

li.widget_rss a:first-child {
	display: none;
}

li.widget_rss ul {
	border-bottom: 16px solid #ADE0D5;
}

li.widget_rss ul li a.rsswidget {
	display: block;
	color: #333333;
	min-height: 50px;
	font-family:georgia;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 0.9em;
	padding: 36px 26px 0 90px;
	background-image: url(http://banquo.de/wp-content/themes/simon-wp-framework/images/tweet.png);
	background-repeat: no-repeat;
}

.rss-date {
	display: none;
}

#entry-content-single p {
	clear: both;
}

.hireMe {
	left:auto;
	margin-left:850px;
	position:absolute;
	top:227px;
}

#commentform {
	display: none;
}