/*  
Theme Name: Grafen-Tee Blog
Description: Ein Grafen-Tee Design von <a href="http://www.geralmedia.de">Geralmedia</a>
Version: 1.2
Author: Geralmedia
Author URI: http://www.geralmedia.de
*/


body {
	padding: 0;
	margin: 0;
	background: #453d32 url(images/back_kachel.jpg) repeat;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #883717;
}

#container {
	margin: 0 auto 0 auto;
	width: 1006px;
	background: #453d32 url(images/background.jpg) repeat;
	text-align: left;
}

a img {
	border: none;
}

a {
	color: #883717;
	text-decoration: none;
}

a:hover {
	color: #883717;
	text-decoration: underline;
}

ul, ol {
	margin: 4px 0 15px 35px;
	padding: 0;
}

ul ul, ol ol {
	margin: 4px 0 0 15px;
	padding: 0;
}

li {
	margin: 0 0 4px 0;
	padding: 0;
}

#header {
        position: relative;
        background: #453d32;
	
}

#header img {
	display: block;
}






#search-box {
        position : relative; 
        width    : 128px;  
        height   : 23px;  
        left     : 137px; 
        top      : 16px;        
        background: #551c11 url(images/search_background.jpg) no-repeat;    
        /*border: 1px solid #FF0000;*/
}	

#search-box form {
	margin: 0;
	padding: 0;
    
}

#search-box input {
        position : relative;  
        padding  : 0px;  
        width    : 117px; 
        height   : 16px;
        left     : 5px;  
        top      : 3px;  
        border   : none; 
        font-weight : bold; 
        color       : #e7af5f; 
        font-size   : 11px; 
        font-family : Tahoma, Verdana, Arial;  
        background  : url(images/search_bg.jpg) repeat-x; 
        /* border: 1px solid #FF0000;*/
}




#outer-nav {
        position: relative;
        width:1006px;
        height:80px;
        background: #453d32 url(images/menu_top.jpg) no-repeat;
        /* border: 1px solid #FF0000;*/
}





#top-nav {
       position:relative;
       text-align: center;
       font-size   : 0.95em; 
       font-family : Tahoma, Verdana, Arial;  
       width: 630px;
       height: 30px;
       top  : 13px;
       left : 320px;
       /*border: 1px solid #FF0000;*/
}



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

#top-nav li {
       margin: 0 40px 0 0;                /*Abstand zwischen den Menüpunkten*/
       height: 20px;  
       background: url(images/arrow.jpg) left center no-repeat;
       padding-left: 35px;
       padding-right: 20px;
       display: inline;
}

#top-nav a {
       font-size: 11px;
       font-family: Tahoma, Verdana, Arial;
       color: #E7AF5F;
       font-weight: bold;
       text-decoration: none;
}

#top-nav a:hover {
	color: #C0B599;
	text-decoration: none;
}

#content {
	width: 565px;
	float: right;
	display: inline;
	margin: 0px 20px 20px 0;
        margin-right: 115px;
       }

.post {
        width: 555px; 
	margin: 0px 0px 50px 0px;
        margin-left: 4px;
        border: 2px solid #FFFFFF;
        background: url(images/content_middle.jpg) repeat-y;
        
}

.post_page {
        width: 555px; 
	margin: 0px 0px 50px 0px;
        margin-left: 4px;
        border-left: 0px solid #FFFFFF;
        border-top: 2px solid #FFFFFF;
        border-right: 0px solid #FFFFFF;
        background: url(images/content_middle_page.jpg) repeat-y;
}

.post_page_ornament_bottom {
      margin-top:0px;
      padding-top: 0px;
      width: 555px;
      height: 83px;
      background: url(images/content_box_ornamental_foot.jpg) no-repeat;
}

#post_content {
      
	padding-left: 8px;
        padding-rigt: 15px;
        padding-top: 5px;
        width: 540px; 
        /*border: 1px solid #FF0000;*/
}

#post_content_page {
      
	padding-left: 10px;
        padding-rigt: 15px;
        padding-top: 5px;
        width: 538px; 
        /*border: 1px solid #FF0000;*/
}


#content h1 {
        margin-top:0px;
        padding-top: 0px;
	font-family: Georgia, Tahoma, Verdana, Arial; 
	font-size: 16px;
	color: #883717;
        /*border: 0px solid #FF00F0;*/

}

#content_h1_align {
        padding: 5px 0px 0px 8px;
        height: 22px;
        background: url(images/content_top.jpg) no-repeat;
        border-bottom: 2px solid #FFFFFF;
} 

#content_h1_align_page {
        padding: 5px 0px 0px 8px;
        height: 22px;
        background: url(images/content_top.jpg) no-repeat;
        border-bottom: 2px solid #FFFFFF;
        border-left: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
} 

#content h1 a {
	text-decoration: none;
}

#content h1 a:hover {
	text-decoration: underline;
}

#content h1.pagetitle {
	font-size: 16px;
	color: #883717;
	/*margin-bottom: 6px;*/
}

#content h2 {
	font-family:  Georgia, Tahoma, Verdana, Arial;
	margin: 0 0 2px 0;
	font-size: 1.25em;
	color: #883717;
}

#content h3 {
	font-family:  Georgia, Tahoma, Verdana, Arial;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #883717;

}

#content h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.05em;
	color: #883717;

}

#content h5 {
        margin-top:0px;
        padding-top: 0px;
	font-family: Georgia, Tahoma, Verdana, Arial; 
	font-size: 16px;
	color: #883717;
}
       
#content .post-date {
	color: #883717;
	font-size: 0.8em;
	margin: 0 0 3px 0;
}

#content p {
	margin: 0 0 12px 0;
	line-height: 140%;
}

#content .post-info {
	color: #883717;
	font-size: 0.9em;
        font-weight: bold;
	/*padding: 4px 8px 4px 8px;*/
        /*background: #883717;*/
}

#content_post_info {
        padding: 7px 0px 0px 8px;
        background: url(images/content_top.jpg) no-repeat;
        border-top: 2px solid #FFFFFF;
        height: 20px;
} 

#content .post-info a {
        color: #883717;
	text-decoration: none;
}

#content .post-info a:hover {
	text-decoration: underline;
}

#content .single-date {
	text-align: right;
	font-size: 0.9em;
	color: #883717;
	margin-bottom: 3px;
}

#content .attachment-image {
	text-align: center;
	padding: 10px 0 10px 0;
}

code {
	font: 0.9em 'Courier New', Courier, Fixed;
	color: #883717;
}

blockquote {
	background: #883717;
	padding: 4px 8px 4px 8px;
	margin: 5px 0 15px 0;
	font-size: 0.9em;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #808080;
}

.navigation {
	display: block;
}


#wp-calendar caption {
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 0.9em;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #883717;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td a {
	color: #456FA2;
	font-weight: bold;
}

#wp-calendar td.pad:hover {
	background-color: #FFFFFF; 
}






img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}





.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}





#sidebar {
	width: 202px;
	float: left;
	display: inline;
	margin: 0px 0 20px 100px;
        background: url(images/bg_menu.jpg) repeat;
}






#categories {
       height: 37px;
       width: 202px;
       background: url(images/menu/categories.jpg) no-repeat;
}

#archives {
       height: 61px;
       width: 202px;
       border: 0px solid #FF0000;
       background: url(images/menu/archives.jpg) no-repeat;
}

#info {
       height: 61px;
       width: 202px;
       background: url(images/menu/info.jpg) no-repeat;
}

/*#meta {
       height: 61px;
       width: 202px;
       border: 0px solid #FF0000;
       background: url(images/menu/meta.jpg) no-repeat;
}*/

#menu_zwischen {
        height: 25px;
        width: 202px;
        background: url(images/m_zwischen.jpg) no-repeat;
}

#menu_unten {
        height: 90px;
        width: 202;
        background: url(images/m_unten.jpg) no-repeat;
}

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

#sidebar ul ul {
	margin: 0px 0 4px 15px;
	padding: 0;
        
}

#sidebar li {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 0.95em; 
        font-family: Tahoma, Verdana, Arial;
}

#sidebar a {
        font-family: Tahoma, Verdana, Arial;
        font-weight: bold;
	color: #E7AF5F;
	text-decoration: none;
        height: 9px;
        padding-left: 15px;
        background: url(images/menu/m_arrow.jpg) top left no-repeat;
}

#sidebar a:hover {
	color: #C0B599;
	text-decoration: none;
}






h3#comments, h3#respond {
	font-family: Tahoma, Verdana, Arial;
	margin-top: 50px;
	font-size: 12px;
	background: #883717;
	color: #e7af5f;
	padding: 3px 40px 3px 10px;
        
}

ol.commentlist {
	margin: 0;
	padding-left: 12px;
	list-style: none;
	font-size: 13px;
        
}

ol.commentlist li {
	margin-left: 0px;
	margin-top: 30px;
	/*padding: 3px 0 5px 0px;*/
        width: 540px;
        background: url(images/comment_bg.jpg) repeat-y;
        border: 2px solid #FFFFFF;
}

ol.commentlist li.alt {
	/*border-top: 1px dashed #883717;*/
}

.comment_top {
        height: 23px;
        padding: 3px 0 0px 0px;
        border-bottom: 2px solid #FFFFFF;
        background: url(images/comment_bg_top.jpg) no-repeat;
        
}

.comment-gap {
        padding: 0 0 0 5px;
        /*border-bottom: 1px solid #FFFFFF;*/
}

ol.commentlist .comment-date {
	width: 35%;
	float: right;
        margin-right: 4px;
        margin-top: 3px;
	text-align: right;
	font-size: 10px;
	display: inline;
        font-weight : bold; 
}

ol.commentlist .comment-author {
	width: 55%;
	float: left;
	font-family:  Tahoma, Verdana, Arial;
        margin-left: 4px;
        margin-top: 3px;
	/*margin: 0 0 3px 4px;*/
	font-size: 11px;	
	color: #883717;
	display: inline;
        font-weight : bold; 
}

#comment_written {
        color: #FF0000;
        display: inline;
}

ol.commentlist .comment-date a, ol.commentlist .comment-author a {
	text-decoration: none;
}

ol.commentlist .comment-date a:hover, ol.commentlist .comment-author a:hover {
	text-decoration: underline;
}

ol.commentlist .comment-text {
	clear: both;
}

form#commentform textarea {
	width: 99%;
}

form#commentform label {
	font-size: 0.9em;
}






#footer {
	clear: both;
        width: 1006px;
        height: 70px;
        background: url(images/footer.jpg) no-repeat;
}

#copyright_content a {
        font-family: Tahoma, Verdana, Arial;
        color: #c0b599;
	text-decoration: underline;
}

#copyright_content a:hover {
	text-decoration: underline;
}

#copyright {
        width: 1006px;
        height: auto;
        background: url(images/back_kachel.jpg) repeat;
        padding: 0px 50px 0px 0px;
        /*border: 1px solid #FF0000;*/
}

#copyright_content {
        margin-bottom: 15px;
        padding-top: 3px;
        padding-left: 160px;
        width: 700px;
        height: auto;
        font-size: 11px;
        text-align: center;
        font-family: Tahoma, Verdana, Arial;
        color: #c0b599;
        /*border: 1px solid #FF0000;*/
}