/*=

	Theme Name: Dietertheme
	Theme URI: http://blog.dieter-janecek.de
	Description: Theme nur fuer Dieters Blog
	Author: Karin Wehle
	Author URI: http://www.minnadesign.de
	Version: 1.0.0
	
=== === === === === === === === === === */


/*=STRUCTURE
=== === === === === === === === === === */

@import 'reset.css';


html {
	height: 100%;
	width: 100%;
	background-image: url(img/stripes.gif);
}

body {
	height: 100%;
	width: 100%;
	z-index: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #52574f;
	line-height: 18px;
}

div#WrapOuter {
	height: 100%;
	width: 100%;
	background: transparent url(img/back.gif) no-repeat;
	min-height: 1200px;
}

div#WrapInner {
	width: 100%;
	max-width: 1150px;
	text-align: left;
	padding-top:15px;
}

/*=COMMON
=== === === === === === === === === === */

* {
	padding: 0;
	margin: 0
}

#SideColumn1, #SideColumn2 {
	font-size: 11px;
	line-height: 16px;
}

p, li {
	margin-bottom: 12px;
}

#SideColumn1 li, #SideColumn2 li {
	margin-bottom: 6px;
}

h1 {
	font-size: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2d6d14;
	text-transform: uppercase;
	margin-top: 15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2d6d14;
}

#Content h2 {
	clear: both;
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	border-bottom: 1px solid #a0d200;
	padding-bottom: 8px;
	margin-bottom: 5px;
}

#SideColumn1 h2,
#SideColumn2 h2,
#Content h3 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	background: url(img/blatt.gif) no-repeat 0 2px;
	padding-left: 20px;
	margin-bottom: 10px;
}

a {
	color: #2d6d14;
	/*font-weight: bold;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	color: #3a80ff;
	text-decoration: none;
}

.line {
	height: 2px;
	border-top: 0px dotted #fff;
	border-right: 0px dotted #fff;
	border-left: 0px dotted #fff;
	border-bottom: 1px dotted #6f6f6f;
	display: block;
}

/*=MASTHEAD
=== === === === === === === === === === */

#masthead {

}

/*=NAVIGATION
=== === === === === === === === === === */

/*Fat Erik's Pipelist*/

div#MetaNav {
	color: #889085;
	font-size: 10px;
	height: 18px;
	text-align: right;
	list-style: none;
	margin: 0;
	margin-top: -32px;
	padding-right: 96px;
}

div#MetaNav a {
	color: #889085;
}

div#MainNav {
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2d6d14;
	font-size: 13px;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	height: 64px;
}

#MainNav ul {

}

div#MetaNav li {
	line-height: 18px;
	display: inline;
	padding: 0;
	margin: 0;
}

div#MainNav li {
	line-height: 22px;
	display: inline;
	padding: 0;
	margin: 0;
}

div#MetaNav li,
div#MainNav li {
	display: inline;
	padding: 0;
	margin: 0;
}

div#MetaNav li:before,
div#MainNav li:before { content: "| "; }

div#MetaNav li:first-child:before,
div#MainNav li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html div#MetaNav li,
* html div#MainNav li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html div#MetaNav,
* html div#MainNav { height: 1%; }

* html div#MetaNav li,
* html div#MainNav li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html div#MetaNav li:first-child,
* html div#MainNav li:first-child { border-left: 0; }


/*=CONTENT
=== === === === === === === === === === */

div#PageContainer {
	background: transparent url(img/header.gif) no-repeat 0 0;
	width: 960px;
	/*float: left;*/
	margin-left: auto;
	margin-right: auto;
}

div#Header {
	/*border-top: 5px solid #a0d200;*/
	margin: 25px 0 0;
}

#SiteTitle {
	display: none;
	float: right;
	color: #2d6d14;
	}
	
#SiteSubTitle {
	float: right;
	clear: both;
	display: none;
	}
	
div#Content {
	width: 490px;
	min-height: 300px;
	float: left;
	margin-right: 20px;
}

.post small{
	font-size: 12px;
	color: #889085;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

	.post {
		margin-bottom: 14px;
		padding-bottom: 14px;
	}

	div.entry {
		margin-top: 10px;
		
	}



	div.navigation {
		margin-bottom: 10px;
	}

	div.alignleft,
	div.alignright {
		width: 430px;
		clear: both;
	}
	
	div.alignright {
		text-align: right;
	}
	
	#Content ul {
		margin-bottom: 8px;
		padding-right: 5px;
		padding-left: 20px;
	}
	
	#Content ul li {
		list-style-type: circle;
	}

.postmetadata {
	font-size: 12px;
	color: #889085;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 35px;
}



div#CommentsContainer {
	width: 490px;
}

h3#comments {
	margin-bottom: 8px;
}

img.avatar {
	float: left;
	position: relative;
}

div#CommentText {
	padding-left: 50px;
	margin-bottom: 20px;
}

div#CommentReply {
	margin-top: 10px;
}

form#commentform input#url,
form#commentform input#email,
form#commentform input#author,
form#commentform textarea {
	border: 1px #737373 solid;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #52574f;
	padding: 2px;
}

form#commentform input#submit {
	padding: 1px 10px 1px 10px;
}

div#CommentReply #commentform p {
	margin-top: 4px;
	margin-bottom: 4px;
}

textarea#comment {
	width: 430px;
}

div#SideColumn1,
div#SideColumn2 {
	width: 200px;
	float: left;
	margin-right: 20px;
}

	div#SideColumn1 {
	}

	#SideColumn1 ul,
	#SideColumn2 ul
	 {
		margin-left: 3px;
		margin-bottom: 8px;
	}
	
	#SideColumn1 ul ul,
	#SideColumn2 ul ul
	 {
		margin-left: 0;
		margin-bottom: 0;
	}
	
	#SideColumn1 ul li,
	#SideColumn2 ul li {
		font-weight: bold;
	}
	
	#SideColumn1 .recentcomments,
	#SideColumn2 .recentcomments {
		font-weight: normal;
	}
	
	#SideColumn1 .recentcomments a,
	#SideColumn2 .recentcomments a {
		font-weight: bold;
	}
	
	#SideColumn1 ul li:before {
	   content: "\bb\20";
	}

	input#s {
		border: none;
		background: url(img/back_searchfield.gif) no-repeat 0 5px;
		width: 125px;
		height: 20px;
		padding-top: 8px;
		padding-left: 25px;
	}
	
	input#searchsubmit {
		margin-top: 11px;
		background-image: url(img/searchbutton.gif);
		overflow: hidden;
		width: 22px;
		height: 21px;
		border: none;
		font-size: 0.001em;
		color: #fff;
}
	
	#SideColumn1 ul li ul {
		margin-bottom: 7px;
	}

	div#SubContent {
		width: 930px;
		float: left;
		clear: both;
		margin-top: 10px;
	}

	div#SubContent h2 {
	}
	
	div#SubColumn1,
	div#SubColumn2,
	div#SubColumn3 {
		float: left;
		background-color: #e6e6e5;
		margin-top: 15px;
		padding: 10px;
	}
	
	div#SubColumn1 ul,
	div#SubColumn2 ul,
	div#SubColumn3 ul {
		margin-left: 3px;
		margin-bottom: 8px;
	}
	
	div#SubColumn1 ul li,
	div#SubColumn2 ul li,
	div#SubColumn3 ul li {
		line-height: 180%;
	}
	
	div#SubColumn1 {
		width: 460px;
		min-height: 80px;
		margin-right: 15px;
	}
		
	div#SubColumn2 {
		width: 160px;
		min-height: 80px;
		margin: 15px 15px 0 20px;
	}

	div#SubColumn3 {
		width: 150px;
		min-height: 80px;
		margin-left: 15px;
	}


/*=FOOTER
=== === === === === === === === === === */

div#footer {
	width: 960px;
	float: left;
	clear: both;
	height: 45px;
	margin-top: 10px;
	padding-top: 15px;
	font-size: 12px;
	color: #889085;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
}


/*=REQUIRED
=== === === === === === === === === === */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 20px;
   margin-bottom: 15px;
}

.alignright {
   float: right;
   margin-left: 20px;
   margin-bottom: 15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.widget {
	background-image: url(img/back_widget.png);
	border: 1px solid #ccd2c2;
	padding: 10px;
	margin-bottom: 20px;
}

#wp-calendar caption{
	color: #a0d200;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

#wp-calendar thead th	{
	font-weight: bold;
	height: 20px;
	padding-bottom: 3px;
	width: 24px;
	text-align: right;	
}

#wp-calendar tbody td	{
	width: 24px;
	text-align: right;	
	color: #468841;
	height: 18px;
}

#wp-calendar tfoot td	{
	font-weight: bold;
	padding-top: 5px;
}

#Content img {
	border:1px solid #CCCCCB;
	display:inline-block;
}

#cat {
	width: 170px;
	border:1px solid #CCCCCB;
	padding: 2px;
	margin-bottom: 5px;
}

#CommentText {
	margin-top: 10px;
}

#CommentText cite {
	color: #A0D200;
	font-size: 13px;
	font-weight: bold;
}

.commentmetadata,
.commentmetadata a {
	font-size: 12px;
	color: #889085;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal;
}

.commentmetadata {
	display: block;
	margin-bottom: 5px;
}

#Content input#submit {
	padding: 2px 20px 2px 20px;
	margin-top: 8px;
	margin-left: 100px;
}

.ec3_list {
	color: #52574F !important;
	margin-left:0 !important;
}

#SideColumn2 ul li {
	font-weight: normal !important;
	color: #889085;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#SideColumn2 ul li a {
	font-weight: bold !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}


