/*
Theme Name: Trendy
Theme URI: http://benediktrb.de
Description: Trendy von <a href="http://benediktrb.de">Benedikt</a>
Version: 1.0
Author: Benedikt Rieke-Benninghaus
*/

/* ------------------------------------------------------------------------------- Definitions */

* {margin: 0; padding: 0; border: none; outline:none;}




body { 
	margin: 0;
	padding: 0;
	background: #c9c9c9 url(images/background_kath-4.jpg) repeat-x top left;
	font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 80%;
 	color: #262626;
	text-align: left;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-weight: normal;
 	padding:0;
 	margin:0;
 	color:#262626;
}


a:link, a:visited { color: #d237ed; text-decoration: none;}

a:hover, a:active {color: #d237ed; text-decoration: underline;}

.nodisplay {left: -5000px; position: absolute;}

p, ul, ol {line-height: 20px;}

ol, ul {list-style-type: square; padding:5px 0 0 20px}


/* -------------------------------------------------------------------------------- Containerproperties */
#container {
	background: #efefef;

	margin:0 auto;
	padding:0;
	width:768px;
}

#header {
	background: #1E1E1E url(images/logo_kath-4.jpg) no-repeat top center;
	height: 143px;
    width:768px;
	margin: 0; padding: 0;
}

#menu {
        width:768px;
        height:50px;
	background: #1E1E1E url(images/button_bg-4.jpg) no-repeat top center;
	text-align: left;
}

#buttons {
        width:768px;
        height:29px;
	background: #efefef url(images/u_head-4.jpg) no-repeat top center;
	text-align: right;
}

#info {
        width: 708px;
        padding: 5px 30px 10px 30px;
        font-size: 18px;
        letter-spacing:0.01em;
        line-height: 0.7em;
        font-family: 'Times New Roman', Times, Georgia, serif;
        
       
        
}

#banner {
        width: 768px;
        height:100px;
        padding: 10px 19px 5px 19px;

}

#content {
        background: #efefef url(images/corner_2.jpg) no-repeat top left;
        float: left;
    	width: 497px;
        padding:15px;
}

#navigation {
   	float: right;
	margin: 8px 8px 8px 0px;
	padding: 10px;
   	width: 200px;
	line-height: 1em;
	display: inline;
}

#footer {
	background: #1E1E1E url(images/footer-2.jpg) no-repeat top center;
	height: 45px;
        width:768px;
	margin: 0; padding: 0;

}


/* ------------------------------------------------------------------------------------------- Header */

#header h1 {
        color:#efefef;
        
        float:left;
	margin: 36px 0 0 70px;
        padding: 0;
	clear:right;
	font-size:1em;
}

#header h1 a, #header h1 a:hover {
        color:#efefef;
        text-decoration:none;
}

#menu ul {
        font-weight:bold;
	padding: 8px 0 0 50px;
}
#menu li {
        padding: 0 10px 0 5px;
	display: inline;
}
#menu li a {
		color: #d237ed;
}
#menu li a:hover {
	border-top:3px solid #A11FAF;
        text-decoration: none;
	color: #A11FAF;
}

#buttons ul {
        font-size:11px;
        font-weight:bold;
	padding: 2px 10px 0 0;
}
#buttons li {
	background: transparent url(images/rss-2.gif) no-repeat 0px 50%;
        padding: 0 10px 0 20px;
	display: inline;
}
#buttons li a {
	color: #fff;
}
#buttons li a:hover {
        text-decoration: none;
	color: #EFEFEF;
}

/* ------------------------------------------------------------------------------------- right Sidebar */


#navigation h2 {
	
	margin: 5px 0 8px 0;
	padding: 0 0 4px 0;
	color: #262626;
	font-size: 20px;
	border-bottom: 2px solid #d237ed;
}

#navigation ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	margin: 0;
	padding: 0
	display: inline;
}

#navigation li {
	list-style: none;
}

#navigation ul li a {
	margin: 0;
	padding: 4px 0 4px 30px;
	background:transparent url(images/bull-3.gif) no-repeat 10px 50%;
	display: block;
	color: #262626;
	text-decoration: none;
}


#navigation ul li a:hover {
	background:transparent url(images/bull-3.gif) no-repeat 10px 50%;	
	color: #d237ed;
}

#navigation .box {
	margin:10px 0 10px 0;
	padding:8px;
	background: #efefef url(images/navi.jpg) no-repeat top left;
	
}

#navigation .twitter {
	margin:10px 0 10px 0;
	padding:0px;
	background: transparent no-repeat top left;
}


/* --------------------------------------------------------------------------------------- Content Area */

.article {
	margin: 25px 0 0 0;
        padding:15px;
} 

.headline {
        clear:both;
}

.article h2 {
        float:left;
	margin: 0 0 10px 0;
	font-size: 25px;
        border-bottom:2px solid #d237ed;
}

.article h3 {
        margin: 40px 0 10px 0;
	font-size: 20px;
}

.article h2 a:link, 
.article h2 a:visited {
        color:#262626;
	padding: 4px;
	text-decoration: none;
}

.article h2 a:hover, 
.article h2 a:active {
	color: #d237ed;
	padding: 4px;
}

.comments {
        float:right;
        text-align:left;
        font-weight:bold;
	padding: 4px 4px 4px 33px;
	background: transparent url(images/comments-2.gif) no-repeat 5px 50%;
}

#content .postmetadata, 
#content .thecontent {
	margin: 15px 0 0 0;
}

#content .postmetadata {
	background: #efefef url(images/postmeta-6.jpg) no-repeat top left;
   	float: left;
   	width: 485px;
        height:65px; 
        margin:10px 0 15px 0;
}
#content .postmetadata p{
        color:#000;
        font-size:11px;
        font-weight:bold;
        padding:10px;
}

#content .postmetadata p a{
        color:#000;
}
#content .postmetadata p a:hover{
        color:#3D4141;
}

#content blockquote {
	background: #efefef url(images/quote-2.gif) no-repeat top left;
   	padding: 0 0 0 45px;
   	margin: 5px 5px 5px 20px;
        min-height:40px;
}

#content code {
	background: #121212 url(images/code.gif) no-repeat top left;
   	padding: 0 0 0 20px;
   	margin: 5px 5px 5px 20px;
        min-height:40px;
}

.search-form input {
  width: 179px;
  padding: 3px;
  font-size:14px;
}

.searcherg {
   	padding: 5px;
   	margin: 5px 5px 5px 20px;
   	border-left: 0px solid #84A439;
}

.banners{
	background: #b6b6b6;}

.code{
	font-family: 'Courier New';}

	
/* ----------------------------------------------------------------------------------------- Content Icons */

.goon {
	background: transparent url(images/link.gif) no-repeat 0px 50%;
        padding:0 0 0 15px;
	font-weight: bold;
}

.thecontent {
        clear:both;
	margin: 15px 0 0 0;
}

.thecontent p{
	margin: 10px 0 0 0;
}

/* ------------------------------------------------------------------------------------- Comment Area */

.comment {
	margin: 40px 0 0 0;
}

.comment h3 {
        color:#262626;
	padding: 10px;
	font-size: 20px;
}

.comment h4 {
        color:#262626;
	margin: 15px 0 10px 0;
	padding: 0 0 0 5px;
	font-size: 20px;
}

.service {
	margin: 0 0 20px 0;
	padding: 3px;
	background: #1A1F28;
	font-weight: bold;
}

.comment input,textarea {
   	margin: 2px;
   	padding: 4px;
   	background: #f7f7f7;
   	color: #262626;
   	border: 1px solid #cbcbcb;
}

.comment textarea {
   	width: 80%;
   	height: 150px;
}

.comment input:focus,
.comment textarea: focus {
   	background: #141414;
}

.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;
}

.kommentar {
	padding: 4px 0 2px 6px;
	margin: 5px 0 5px 5px;
}

.gravatar {
	max-width: 50px;
	max-height: 50px;
}

/* ------------------------------------------------------------------------------------------------ Footer */

#footer p { 
        padding:12px;
	font-size: 12px;
	text-align: left;
	color: #fff;
}


/* ------------------------------------------------------------------------------------------------------- */
