/*
Theme Name: HannoForum
Theme URI: http://idolsavenue.com/forums/topic.php?id=1
Description: Meine Anpassung von WP Mimic für das Bloggende Hannover
Version: 0.02a
Author: Elias Schwerdtfeger
Author URI: http://www.tamagothi.de/
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; list-style: none;}
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }

body {
	font-size: 12px;
	background: #fff;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #444;
	text-align: center;
}

.clear	{
	clear: both;
}
	
a	{
	color: #205070;
}
	
a:hover	{
	color: #D54E21;
}
	
a:visited	{
	font-weight: normal;
}

#header h1 a,
#header h1 a:hover,
#header h1 a:visited	{
	color: #fff;
}
	
#header ul li a	{
	color: #999;
	display: block;
	padding: 8px 10px 7px 10px;
	text-shadow: 1px 1px 1px #333;
	font-weight: normal;
}
	
#header ul li a:hover	{
	color: #fff;
}


.pform a {
	color: #444;
}

#header ul li.current a	{
	color: #444;
	background: #e8e8d0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-shadow: #c6d9e9 1px 1px 1px;
}

#forums a,
#topics #aboutpost a	{
	font-weight: normal;
}
	
#forums #sidebar table td.title a	{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-style: normal;	
}
	
.wrapper {
	width: 100%;
	float: left;
}

#header	{
	width: 950px;
	height: 88px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-image: url(images/wappen.png);
	background-repeat: no-repeat;
}
	
.header	{
	background-color: #04501c;
	background-image: url(images/gruenkeil.gif);
	background-repeat: repeat-x;
}
	
#header h1	{
	font-size: 35px;
	color: #fff;
	text-align: left;
	margin-top: 20px;
	padding-left: 90px;
}
	
#header h1 span	{
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #ccc;
}
	
#header input, 
#headline input,
.pform input,
.pform textarea,
.pform #postformsub,
.pform select	{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid #444;
	padding: 3px;
	font-size: 11px;
	height: 16px;
}
	
#headline input#submit,
.pform input#postformsub,
.pform select	{
	height: 22px;
}
	
.pform input#postformsub	{
}
	
.pform textarea	{
	height: 150px;
}
	
#header input:hover	{
	border: 1px solid #fff;
	background: #e4f2fd;
}		
			
#header ul {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	font-size: 14px;
}
	
#header ul li	{
	float: left;
}	

#headline	{
	width: 950px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
	
.headline	{
	background-color: #e8e8d0;
	border-bottom: 1px solid #D9D9E9;
}
	
#headline h2	{
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: left;
	font-size: 25px;
}
	
#headline .hlright	{
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}
	
#headline .hlright ul li	{
	display: inline;
}
	
#headline .hlright form	{
	font-size: 10px;
}
		
#headline .hlright form .register	{
	margin-bottom: 10px;
}
	
#headline .hlright form .remember	{
	display: none;
}

#headline .hlright form ul.lform input	{
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
}
	
#forums	{
	width: 950px;
	margin: 0 auto;
	top: 30px;
	text-align: left;
	position: relative;
	font-size: 12px;
}
	
#forums #sidebar	{
	width: 300px;
	float: left;
}
		
#forums #sidebar table	{
	width: 300px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
}
	
#forums #sidebar table td.title	{
	font-size: 14px;
	line-height: 1.4em;
}
	
#forums #sidebar table td span	{
	font-size: 11px;
	display: block;
}
	
#forums #content	{
	width: 620px;
	float: right;
	overflow: hidden;
}
	
#forums #content .highlight	{
	padding: 5px 0;
	border-bottom: 1px solid #C6D9E9;
}
	
#forums #sidebar .sbox	{
	margin-bottom: 24px !important;
}
	
#forums #sidebar h2,
#forums #content h2,
#forums h3.uprofile,
#forums h3#comments,
#forums h3#respond,
#topics #aboutpost h3,
h2.post-form	{
	border-bottom: 2px solid #aaa;
	padding: 5px 0;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px !important;
}
		
#forums #sidebar ul li,
#topics #aboutpost ul li
{
	padding: 1px 0;
	border-bottom: 1px solid #dadada;
}
	
#forums #sidebar #useravatar	{
	text-align: left;
	min-height: 80px;
	clear: both;
	border-bottom: 2px solid #aaa;
	padding-bottom: 10px;
}

#useravatar {
	overflow: visible;
}
	
#forums #sidebar #useravatar .avatar	{
	float: left;
	margin-right: 10px;
}
	
#forums #sidebar fieldset	{
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #dadada;
}
		
#topics #aboutpost ul	{
	margin-bottom: 24px !important;
}
	
#footer	{
	clear: both;
	width: 950px;
	margin: 0 auto;
	margin-top: 40px !important;
	padding: 10px 0;
	border-top: 2px solid #aaa;
	font-size: 10px;
}

.required, tr.required th {
	font-weight: bold;
}

tr.form-field th {
	border-bottom: 1px solid #dadada;
}

.post p, .post li, .post ol li, .post ul li, .post li p, .post blockquote {
	margin-bottom: 1em;
	border: 0px;
}

.post h3 {
	font-size: 13px;
}

.post h3 a {
	color: #333;
}

.post h3 a:hover {
	color: #D54E21;
}

.postbyline {
	font-size: 10px;
	color: #555;
}

.post ol, .post ul {
	padding-left: 2em;
}

.post ul, .post ul li {
	list-style-type: disc;
}

.post ol, .post ol li {
	list-style-type: decimal;
	border: 0px;
}

.post blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #999;
}

.post .alignleft {
	float: left;
	margin-right: .8em;
	text-align: center;
}

.post .alignright {
	float: right;
	margin-left: .8em;
	text-align: center;
}

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

.post em, .post i {
	font-style: italic;
}

div.alignleft, div.alignright {
	padding: 4px;
	border: 1px solid #dadada;
	margin-bottom: 0px;
}

div.alignleft p, div.alignright p {
	margin: 0px;
}

.postmetadata, .singlepostmetadata {
	clear: both;
	font-size: 10px;
	color: #888;
}

.singlepostmetadata {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	border-top: 1px solid #dadada !important;
	border-bottom: 1px solid #dadada !important;
}

.dlft {
	width: 300px;
	float: left;
	text-align: left;
}

.drgt {
	width: 300px;
	float: right;
	text-align: right;
}

.navigation {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}

.pxs_css_spamcheck {
	display: none !important;
	width: 0;
	height: 0;
	overflow: hidden;
}

ol.commentlist {
	margin: 0px;
	padding: 0px;
}

ol.commentlist li {
	margin: 0px;
	list-style-type: none;
	margin-bottom: 8px;
	padding: 8px;
}

ol.commentlist li.alt {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
}

.comment-author, .comment-meta {
	font-size: 10px;
}

.comment-meta {
	margin-bottom: 6px;
}

img.avatar {
	border: 1px solid #dadada;
	float: right;
	padding: 1px;
}

.entry h3 {
	/* background-color: #e8e8d0; */
	background-color: #04501c;
	background-image: url(images/gruenkeil.gif);
	background-repeat: repeat-x;
	padding-left: 6px;
	padding-right: 6px;
	color: #fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.entry h3 a {
	color: #fff;
}

.entry h3 a:hover {
	color: #fff;
	text-decoration: underline;
}

.rsselement {
	padding: 8px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #a9a9b9;
	margin-bottom: 8px;
}

.rssseparator {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 1px;
	border-bottom: 1px solid #c9c9d9;
	clear: both;
}

.rsselement img {
	max-width: 592px;
}


/*
** Code is Prosa, not Poetry!
** --------------------------
*/

