/*  
Theme Name: aktuelles vom stoffhaus jonek
Theme URI:  www.gbrauckmann.de
Description: F&uuml;r Stoffhaus Jonek
Author: Gerhard Brauckmann
Author URI: http://www.gbrauckmann.de/
Version: 1.0

*/
/* PARAGRAPHS */
#sidebar p
{
	text-transform: uppercase;
	font-size: .9em;
	color: #717171;
	line-height: 1.5em;
}
.date
{
	font-size: .9em;
	color: #C09B9B;
}
.entry p
{
	line-height: 200%;
}
/* LISTS */
#sidebar ul
{
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-bottom: 15px;
        border-bottom: 1px dotted #9B0101;
}
/*--mts--*/
#sidebar ul.links 
{
	list-style: none;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	padding-bottom: 15px;
	border-bottom: none;
}
/*--mts aus--*/
#sidebar li
{
	list-style: none;
	padding: 3px;
}
/* IMAGES */

.rss
{
	border: 0;
	margin-right: 4px;
	margin-bottom: -3px;
}

/* HEADINGS */
#sidebar h2
{
	text-transform: uppercase;
	font-weight: normal;
	color: #9B0101;
	font-size: 100%;
	font-family: "Verdana",Arial,Sans-serif;
	letter-spacing: .1em;
	margin-top: 20px;
}
.post h2
{
color: #9B0101;	
font-size:160%;
font-weight:bold;
line-height:1.4em;
}

/* ANCHORS */

.postmetadata a:link, #sidebar a:link, #footer a:link, .navigation a:link {
  color:#000000;
  text-decoration:none;
  }
.postmetadata a:visited, #sidebar a:visited, #footer a:visited, .navigation a:visited {
  color:#000000;
  text-decoration:none;
  }
.postmetadata a:hover, #sidebar a:hover, #footer a:hover, .navigation a:hover {
  color:#000000;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

.post h2 a, .post a
{
	color:   #9B0101;
	text-decoration: none;
}
/* GLOBALS */
body
{
	background-color: #fff;
	/*margin: 0 auto 0 auto;
	padding: 40px 20px;*/
	font-family: Arial, Helvetica, sans-serif;
	/*width: 920px;*/
	color: #333;
	font-size: 12px;
}


#container, #sidebar, #content
{
	overflow: hidden;
	display: block;
} 
/*------hack eingefuegt von mts------*/

/* Hides from IE5-mac \*/
* html #container {height: 1%;}
/* End hide from IE5-mac */



#header
{
    width:960px;
    height: 323px;
	/*margin-left:-2px;*/
    margin: 0 auto 10px auto;
    padding: 40px 20px;
}
#container
{
    	border:1px solid #9B0101;
    	text-align:left;
    	margin: 0 auto 0 auto;
	    padding: 40px 20px;
        width:920px;
}
#sidebar 
{
	width:220px;
	float:right;
	margin-right: 50px;
}
* html #sidebar
{
	margin-right: 25px;
}
#content
{
	margin-left: 50px;
	width: 60%;
}
* html #content
{
	padding-top: 20px;
}
.post 
{
	border-bottom: 1px dotted #9B0101;
	padding-bottom: 10px;
}
.navigation
{
	font-size: .95em;
	margin-top: 5px;
}
.postmetadata
{
	text-transform: uppercase;
	 color:#8B4513;
	 font-size: 95%;
	 font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	 letter-spacing: .1em;
	 line-height: 1em;
}
#footer
{
	margin-left: 50px;
}
/* COMMENT FORM */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
