/*
Theme Name: Classy
Theme URI: http://benediktrb.de
Description: Fresh and Clean Wordpress Theme by <a href="http://benediktrb.de">BenediktRB</a>
Version: 1.0
Author: Benedikt Rieke-Benninghaus
*/


/* ------------------------------------------------------------------------------- Definitions */

* {margin: 0; padding: 0; border: none; outline:none;}

body { 
	margin: 0;
	padding: 0;
	background: #fff; 
	font-family: "Myriad", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #3B3B3B;
	text-align: left;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Myriad", Verdana, Arial, sans-serif;
	font-weight: normal;
 	padding:0;
 	margin:0;
	color:#1E1E1E;
}

a:link, a:visited { color: #BB3030; text-decoration: none;}
a:hover, a:active {color: #450B0B; text-decoration: none;}
.nodisplay {left: -5000px; position: absolute;}
p, ul, ol {line-height: 18px;}


/* -------------------------------------------------------------------------------- Containerproperties */


#header {
	background: #fff url(images/head3r-bg.png) repeat-x top left;
	height: 106px;
   	width: 100%;
	margin: 0; padding: 0 0 0 5px;
}


#wrap {
   	margin: 0px auto;
   	padding: 0;
   	width: 90%;
	min-width: 900px;
	max-width: 1200px;
}

#content {
   	float: left;
   	width: 70%;
	padding: 0 0 0 5px;
}

#infobox {
   	margin: 0px auto;
   	padding: 4px;
   	width: 100%;
	background:#F4F6FB;
	border:1px solid #AAAAAD;
	border-top:none;
}

#navigation {
   	float: right;
	background: #fff;
	margin: 0;
	padding:0;
   	width: 25%;
	line-height: 1.5em;
	font-size: 90%;
	display: inline;
	border:none;
}

#footer {
	background: #98573E;
	margin: 15px 0 0 0;
}


/* ------------------------------------------------------------------------------------------- Header */

#logo {
   	background: #fff url(images/head3r-bg.png) repeat-x top left;
	margin: 0px auto;
   	padding: 0;
   	width: 90%;
	min-width: 900px;
	max-width: 1200px;	
	height: 106px;
}
#logo h1 {
	background: url(images/head3r.png) no-repeat 0 0%;
	padding: 73px 0 0 2px;
	color:#1E1E1E;
	font-size:18px;
}
#logo h1 a{
	color:#58504D;
	
}
#logo h1 a:hover {
	color:#58504D;
}

#navcontainer ul {
	position: absolute;
	width: 300px;
	top: 76px;
	right: 100px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	font-size: 1.1em;
	text-decoration: none;
	padding: 0.4em 1.4em;
	color: #fff;
	background-color: #98573E;
}

#navcontainer ul li a:hover {
	text-decoration: underline;	
	color: #fff;
	background-color: #98573E;
}

#search {
	float:right

}
input#typein{
        background:transparent url(images/search.jpg) no-repeat;
	height:37px;
	width:185px;
	padding:10px;

}


#infobox h2{
 	font-size:13px;
}


/* ------------------------------------------------------------------------------------- right Sidebar */

#sm_main_footer {
	background-color: red;
}

#rssfeed {
	background:#fff url(images/rss_bg.gif) no-repeat bottom right;
	height:79px;
	with:305px;
	padding:4px;
	margin:0 0 15px 0;
	border-bottom:1px solid #AAAAAD;
}

#rssfeed h2 {
	padding:4px;
	font-size:22px;
}

#navigation h2 {
	margin: 5px 0 8px 0;
	padding: 0 0 4px 0;
	color: #55543C;
	font-size: 19px;
}

#navigation ul {
	width:95%;
	margin: 0 0 15px 0;
	padding: 0 0 0 5px;
	list-style: none;
}


#navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation li {
	list-style: none;
}

#navigation ul li a {
	margin: 0;
	padding: 2px;
	display: block;
	color: #3B3B3B;
	text-decoration: none;
	border-bottom:1px dotted #CFCFCF;
}

#navigation ul li a:hover {
	background:#830F0F;
	color: #fff;
}


#navigation ul li.rss a {
	padding:0 0 0 25px;
	border:none;
	background: transparent url(images/rss.jpg) no-repeat 10px 50%;
}
#navigation ul li.rss a:hover {
	color:#000;
}

.laste, .category {
	padding: 0 0 0 5px;
}


#navigation .category h2 {
	padding: 0 0 0 40px;
	line-height: 35px;
	background: url(images/categ0ries.gif) no-repeat 0px 50%;
}


#navigation .laste h2 {
        padding: 0 0 0 40px;
        line-height: 35px;
	background: url(images/last3.gif) no-repeat 0px 50%;
}


#navigation .blogroll {
/*	float:left;
	width:49%;*/
}

#navigation .blogroll h2 {
        padding: 0 0 0 40px;
        line-height: 35px;
	background: url(images/bl0gr0ll.gif) no-repeat 0px 50%;
}

#navigation .meta {
	padding: 0 0 0 5px;
}

#navigation .meta h2 {
        padding: 0 0 0 40px;
        line-height: 35px;
	background: url(images/m3ta.gif) no-repeat 0px 50%;
}

#navigation .archive {
	padding: 0 0 0 5px;
}

#navigation .archive h2 {
        padding: 0 0 0 40px;
        line-height: 35px;
	background: url(images/arch1ves.gif) no-repeat 0px 50%;
}


/* --------------------------------------------------------------------------------------- Content Area */

.article {
	margin: 25px 0 0 0;
} 

.article img {
        margin: 0 15px 0 0;
}

.article h2 {
	padding: 0 0 0 40px;
	background: url(images/art1cle.gif) no-repeat 0px 50%;
	margin: 0 0 10px 0;
	font-size: 25px;
}


.article h2 a:link, 
.article h2 a:visited {
	color: #3B3B3B;
	text-decoration: none;
}

.article a:hover, 
.article a:active {
	color: #710D0D;
	text-decoration: none;
}

#content .postmetadata, 
#content .thecontent {
	margin: 15px 0 10px 3px;
}

.thecontent p, .article p{
	margin: 15px 0 0 0;
}

.postmetadata {
	border:1px solid #DADADA;
	height:32px;
	width: 100%;
	background: #fff url(images/m3ta1.gif) repeat-x top left;
	}

.postmetadata p {
	padding: 4px;
	position: relative;
	top: -15px;
}

.social_bookmark {
	text-align: right;	
	margin: 0;
	padding: 5px;
	/*border: 1px #ddd dotted;
	background: #F5F5F5;*/
}

.article-separator {
	background: #fff url(images/l3af.gif) no-repeat center;
	padding: 0 0 60px 0;
	border-top: 1px dotted #EDE0DA;
	border-width: medium;
}

/*#content blockquote {
   	padding: 3px 0 0 50px;
   	margin: 5px 5px 5px 20px;
	background:#fff url(images/quote.gif) no-repeat top left;

}*/

blockquote {
        font-size: 0.9em;
        font-style: italic;
	margin: 20px 40px 20px 40px;
	text-align: left;
	text-indent: 25px;
	background: url(images/qu0te1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

blockquote p {
	line-height: 1.8;
	margin: 0;
	display: inline;
	padding-right: 24px;
	background: url(images/qu0te2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}


#content code {
	overflow: auto;
        font-family: "Lucida Console", "Andale Mono", monospace;
	font-size: 90%;
        color: #fff;
        margin: 0;
        padding: 12px 10px 5px 40px;
        display: block;
        border: 1px #000 solid;
        background:#595959 url(images/c0de.gif) no-repeat 1px 5px;
}

#content code span {
        margin: 0;
        padding: 0 0 10px 0;
}

.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 5px 0 0 0;
  overflow: auto;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 12px;
  line-height: 1.333;
  white-space: pre;
}


.searcherg {
   	padding: 5px;
   	margin: 5px 5px 5px 20px;
	background: #F5F6FB;
   	border-left: 4px solid #444;
}

#content ul, 
#content ol {
	margin: 1.25em 0 1.25em 0;
}

#content li {
	margin-bottom: 0.66em; 
	line-height: 1.6em;
}

#content ul {
        list-style: none;
}

#content ul li {
	padding: 0 0 0 20px;
	background:transparent url(images/list.gif) no-repeat 0px 8px;
	display: block;
	text-decoration: none;
}

#content ol {
	padding-left: 40px; 
	list-style: decimal;
}

#content ol li {
        margin: 10px 0 0 0;
	padding-left: 5px;
	background-image: none;
	background: #f6f6f6;
}

#content .article ul li {
        margin: 1px 0 0 25px;
	padding: 1px 0 0 28px;
	background:transparent url(images/ch3k.gif) no-repeat 8px 6px;
}

.pages {
	margin:15px 0 0 0;
	border:1px solid #DADADA;
	float: left;
	height:32px;
	width: 100%;
	background: #fff url(images/meta.gif) repeat-x top left;
	}

.page-previous {
	float: left;
	padding: 8px;
	}
.page-next {
	float: right;
	padding: 8px;
	}

/* tables */
#general {
	margin:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	}
#general td, #general th {
	font-size:1em;
	text-align:center;
	border:2px solid #ffffff;
	padding:3px 7px 2px 7px;
	background-color:#efefef;
	}
#general th {
	font-size:1.1em;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#6b727c;
	color:#ffffff;
	}

/* ----------------------------------------------------------------------------------------- Content Icons */

.time {
	padding: 0 0 0 24px;
	background: url(images/time.gif) no-repeat 0 0;
}
.filed {
	margin:0 0 0 15px;
	padding: 0 0 0 24px;
	background: url(images/filed.gif) no-repeat 0 0;
}
.comments {
	margin:0 0 0 15px;
	padding: 0 0 0 24px;
	background: url(images/comments.gif) no-repeat 0 0;
}
.trackback {
	margin:0 0 0 15px;
	padding: 0 0 0 24px;
	background: url(images/trackback.gif) no-repeat 0 0;
}


.goon {
	margin: 5px 0 10px 0;
	padding: 3px 3px 3px 30px;
	background: #F5F6FB url(images/goon.gif) no-repeat 10px 50%;
	font-weight: bold;
}

.thecontent {
	margin: 15px 0 0 0;
}


/* ------------------------------------------------------------------------------------- Comment Area */

.comment {
	margin: 40px 0 0 0;
}

.comment p {
	background: #fbfbfb;
        margin: 1px;
        padding-left: 2px;	
}

.comment p.top {
	font-size: 80%;
	margin: 1px;
	padding-left: 2px;
	background: #DFD5D1;
}

.comment h3 {
        padding: 0 0 0 40px;
        line-height: 35px;
	background: url(images/uc0mments.gif) no-repeat 0 60%;
	border-bottom: 1px solid #525D6B;
	font-size:20px;
}

.comment h4 {
	margin: 15px 0 10px 0;
	padding: 0 0 0 24px;
	background: url(images/write.gif) no-repeat 0 50%;
	font-size: 16px;
	border-bottom: 1px solid #525D6B;
}

.comment input,textarea {
   	margin: 2px;
   	padding: 4px;
	background:#fff url(images/com_bg.gif) repeat-x top left;
   	color: #3B3B3B;
   	border: 1px solid #5A5A5A;
}

.comment textarea {
   	width: 80%;
   	height: 150px;
}

.comment input:focus,
.comment textarea: focus {
   	background: #29303C;
}

.comment input[type=submit] {
   	font-weight: bold;
}

.comment ol.commentlist {
   	margin: 5px;
   	padding: 10px;
   	list-style-type: none;
}

.comment ol.commentlist li {
   	margin: 7px;
   	padding: 10px;
}

.comment li {
	z-index:1;
   	margin: 0 0 10px 0;
	background:transparent url(images/c0mment.png) no-repeat 0px 50%;
        display: block;
        text-decoration: none;
}

.comment blockquote {
        font-size: 0.9em;
	font-style: italic;
        margin: 20px 40px 20px 40px;
        text-align: left;
        text-indent: 25px;
        background: url(images/qu0te1.png);
        background-position: 0 2px;
        background-repeat: no-repeat;
}

.comment blockquote p {
        line-height: 1.8;
        margin: 0;
        display: inline;
        padding-right: 24px;
        background: url(images/qu0te2.png);
        background-position: bottom right;
        background-repeat: no-repeat;
}


/* ------------------------------------------------------------------------------------------------ Footer */

#footer p {
	padding: 10px;
	font-size: 80%;
	text-align: center;
	color: #F3F8F2;
}

#footer a {
	color: #EAEAEA;
	text-decoration:underline;
}
#footer a:hover {
	color: #EAEAEA;
	text-decoration:none;
}


/* ------------------------------------------------------------------------------------------------------- */
