/*  
Theme Name: rechthaber.com
Theme URI: http://www.rechthaber.com/
Description: The Rechthaber theme by Christian Swoboda.
Version: 1.0
Author: Matthias Slovig
Author URI: http://www.wibros.de/
*/

/*
-----------------------------------------------
$Id style.css 1217056532, 2008-07-26 09:07:32 msslovi0 $
rechthaber.com
Stylesheet:	style.css
Author:		Matt Slovig
Version:	25 July 2008
Revision:	25 July 2008
Colors:
	Ocher: #E7E2CF
	Dark Grey: #817769
	Light Grey: #9C9C9C
	Red: #B8242B
----------------------------------------------- */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 72.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #E7E2CF url(images/bg.main.png) repeat-y center;
}

/* -----------------------------------*/
/* --------->>> CLEARFIX <<<----------*/
/* -----------------------------------*/
.c,.clearBoth {
	clear: both;
	padding-top: 5px;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End hide from IE-mac */ /* End Clearfix */
/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/

/* ---------->>> WRAPPER <<<----------*/
#page {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

/* ---------->>> /WRAPPER <<<---------*/

/* ----------->>> HEADER <<<----------*/
#header {
	height: 150px;
	border-bottom: 2px solid #817769;
	background: url(images/bg.head.jpg);
}
	#header .description {
		display: none;
	}
	#header h1 {
		width: 700px;
	}
		#header h1 a {
			width: 600px;
			height: 150px;
			display: block;
			float: left;
			text-indent: -999em;
		}
	#quicknav {
		width: 250px;
		float: right;
		background: #F4F1E8;
		margin-left: 21px;
		margin-top: 10px;
		list-style: none;
		display: block;
		height: 25px;
		text-align: center;
	}
	
		#quicknav li {
			display: inline;
			line-height: 25px;
			text-transform: uppercase;
		}
		#quicknav li:before {
			content: " | ";
			color: #817769;
		}
		#quicknav li:first-child:before, #quicknav li.first {
			content: "";
		}
/* ---------->>> /HEADER <<<----------*/
/* ----------->>> CONTENT <<<---------*/
#content {
	float: left;
}
.narrowcolumn {
	width: 630px;
	padding-right: 50px;
}
	/* ------------>>> POSTS <<<----------*/
	.post {
		padding-top: 25px;
		border-bottom: 1px dotted #817769;
	}
	
		.post p, #commentform-wrapper p {
			line-height: 1.5em;
			clear: both;
			margin: 1em 0;
		}
		
		.post blockquote {
			margin-left: 1em;
			padding-left: 1em;
			border-left: 5px solid #CCC;
		}

		.post .category {}
		
		.post .date-author {
			padding-top: 5px;
			padding-bottom: 10px;
			color: #B8242B;
			width: 48%;
			float: left;
		}
		
		.post .comments {
			padding-top: 5px;
			padding-bottom: 10px;
			width: 48%;
			float: right;
			text-align: right;
		}
		
		.post .entry {
			padding-top: 10px;
		}
		
		.post .more-link {
			color: #B8242B;
			font-weight: bold;
			text-align: right;
			width: 100%;
			display: block;
		}
	
		.post h2, .archive h3 {
			font-size: 140%;
			padding-top: 10px;
			padding-bottom: 5px;
			border-bottom: 1px dotted #817769;
		}
		
		.post img {
			border: 1px solid #817769;
			padding: 5px;
			margin-bottom: 10px;
		}
		
		.archive h2 {
			padding-top: 10px;
			padding-bottom: 5px;
			border-bottom: 1px dotted #817769;
		}
	/* ----------->>> /POSTS <<<----------*/
	
#searchform {
	padding-top: 25px;
}

	#searchform h2 {
		padding-top: 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #817769;
	}

	#searchform div {
		padding-top: 10px;
		color: #B8242B;
		width: 48%;
		float: left;
	}
	
	#searchform-sidebar div {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #B8242B;
		border-bottom: 1px dotted #817769;
	}
	
	
	#searchform input, #searchform-sidebar input {
		border: 1px solid #9C9C9C;
		height: 14px;
		line-height: 14px;
	}
	#searchform-sidebar input {
		width: 200px;
	}
	textarea {
		border: 1px solid #9C9C9C;
	}
	
	#searchform button, #searchform-sidebar button, #submit {
		border: 1px solid #9C9C9C;
		background: #6F6459 url(images/bg.search.png) no-repeat;
		color: #FFF;
		padding: 0 10px;
		min-height: 14px;
		line-height: 14px;
	}
	#searchform-sidebar button {
		width: 60px;
	}
	
#respond {
	clear: both;
	font-size: 140%;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #817769;
}
#comments {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #817769;
	border-top: 1px dotted #817769;
}

.commentlist {
	padding-top: 10px;
	margin-left: 2em;
	list-style: none;
}

	.commentlist .commentmetadata {
		padding-top: 5px;
		font-size: 90%;
	}
	
	.commentlist li {
		padding: 5px;
	}
	
	.commentlist li.alt {
		background: #E7E2CF;
	}
	
		.commentlist .commentmetadata cite {
			font-style: normal;
		}

/* ---------->>> /CONTENT <<<---------*/
/* ----------->>> SIDEBAR <<<---------*/
#sidebar {
	padding-top: 15px;
	width: 270px;
	float: right;
}

	#sidebar h2 {
		font-family: Georgia, Times, "Times New Roman", serif;
		border-bottom: 1px dotted #817769;
		color: #817769;
		padding-top: 10px;
		padding-bottom: 5px;
		clear: both;
	}

	#sidebar ul {
		list-style: none;
		clear: both;
	}
	
		#sidebar ul ul {}
	
			#sidebar ul ul li {
				border-bottom: 1px dotted #817769;
			}
			
			#sidebar ul ul ul {
				padding-left: 10px;
			}
			
				#sidebar ul ul ul li {
					border-top: 1px dotted #817769;
					border-bottom: none;
				}
		
			#sidebar ul li a {
				line-height: 20px;
				display: block;
				color: #000;
			}
			
				#sidebar ul li a:hover {
					background: #E7E2CF;
				}
			
			#sidebar ul li#tag_cloud a {
				display: inline;
				line-height: 100%;
			}
			
			#sidebar ul li.widget_links, #sidebar ul li.linkcat {
				border: none;
				padding-top: 10px;
				padding-bottom: 10px;
			}

				#sidebar ul li.widget_links h2, #sidebar ul li.linkcat h2 {
					display: none;
				}
				#sidebar ul li.widget_links li, #sidebar ul li.linkcat li {
					border: none;
					text-align: center;
				}
				#sidebar ul li.widget_links a:hover, #sidebar ul li.linkcat a:hover {
					background: #FFF;
				}
/* ---------->>> /SIDEBAR <<<---------*/
/* --------->>> NAVIGATION <<<--------*/
.navigation {
	clear: both;
	padding-top: 30px;
}
/* -------->>> /NAVIGATION <<<--------*/
/* ----------->>> FOOTER <<<----------*/
#footer {
	clear: both;
}
#sk2-footer {
	display: none;
}
/* ---------->>> /FOOTER <<<----------*/
/* -----------------------------------*/
/* ----------->>> LINKS <<<-----------*/
/* -----------------------------------*/
a {
	color: #817769;
	text-decoration: none;
}

	a:active {
		position: relative;
		top: 1px;
	}
/* -----------------------------------*/
/* ---------->>> CLASSES <<<----------*/
/* -----------------------------------*/
.floatLeft {
	float: left;
	width: 49%;
}
.floatRight {
	float: right;
	width: 49%;
	text-align: right;
}
.posts-by-author {
	list-style: none;
	line-height: 1.5em;
	margin-bottom: 10px;
}

	.posts-by-author li {
		clear: both;
	}

	.posts-by-author a {
		width: 80%;
		float: left;
	}
	.posts-by-author .date {
		float: right;
		text-align: right;
		width: 19%;
		color: #B8242B;
	}
/* -----------------------------------*/
/* ------------>>> TAGS <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ------------>>> IDS <<<------------*/
/* -----------------------------------*/

