/*  
Theme Name: Kulturladen Huchting
Theme URI: 
Description: Hat noch ein paar macken, aber das wird schon.
Version: 0.5 Beta
Author: Christian Ohmstede
Author URI: http://www.digitalr3public.com/

	This theme was designed and built by Christian Ohmstede
	fanmail@digitalr3public.com
	http://www.digitalr3public.com
*/

/* general */
* {
	padding: 0;
	margin: 0;
	}
	
body {
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	margin-bottom: 25px;
	}

#page {
	background: url(images/page.gif) repeat-y top;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size: 2.4em;
	}
	
h2 {
	font-size: 2em;
	}

h3 {
	font-size: 1.6em;
	}
	
h4 {
	font-size: 1.4em;
	}

p {
	font-size: 1.2em;
	}
	
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
blockquote {
	font-style: italic;
	color: #888;
	margin: 0 50px 0;
	}
	
img {
	border: 0;
	}
		
a {
	color:#ff8400;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	
a:hover, a:active {
	background: #fff1e4;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ff8400;
	}
	
cite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	}
/* end general */

/* header */
#hdleft {
	width: 125px;
	height: 200px;
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	}
	
#hdleft a {
	border: none;
	}
	
#hdleft a:hover, #hdleft a:active {
	background: none;
	border: none;
	}
	
#hdtop {
	background: #fff url(images/hdtop.gif) no-repeat right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	width: 825px;
	height: 50px;
	float: right;
	display: inline;
	margin: 0 5px 0 0;
	}
	
#hdtop ul {
	font-size: 1em;
	list-style: none;
	margin: 35px 15px 0 0;
	}

#hdtop li {
	display:inline;
	margin: 0 0 0 15px;
	}

#hdtop a {
	color: #ff8400;
	border: none;
	}

#hdtop a:hover, #hdtop a:active {
	background: none;
	border-bottom: 1px solid #ff8400;
	}
	
#hdpic {
	background: url(images/hdpic.jpg) no-repeat;
	width: 825px;
	height: 150px;
	float: right;
	display: inline;	
	margin: 0 5px 0 0;
	}
	
#hdbottom {
	background: url(images/hdbottom.gif) no-repeat;
	width: 950px;
	height: 10px;
	clear: both;
	margin: 0 5px;
	}
/* end header */

/* content */
#content {
	background: #fff;
	width: 695px;
	float: left;
	padding: 25px;
	margin-left: 5px;
	}

#content p {
	line-height: 1.6em;
	margin: 0 0 10px;
	}
	
#content h2, #content h2 a {
	color: #ff8400;
	text-decoration: none;
	border-bottom: none;
	margin: 0 0 10px;
	}
	
#content h2 a:hover, #content h2 a:active {
	color: #ff8400;
	border-bottom: 1px solid #ff8400;
	}
	
#content h1, h3, h4 {
	color: #ff8400;
	margin-bottom: 10px;
	}

#content p.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #888;
	margin: 0 0 15px;
	}
	
#content p.meta a{
	font-size: 1em;
	color: #888;
	border-bottom: none;
	}
	
#content p.meta a:hover, #content p.meta a:active {
	background: none;
	border-bottom: 1px solid #888;
	}
	
#content p.autor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #888;
	text-align: right;
	margin: 0 0 15px;
	}
	
#content p.postmetadata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff1e4;
	font-size: 1em;
	line-height: 1.4em;
	color: #888;
	border-top: #ffc996 1px solid;
	border-bottom: #ffc996 1px solid;
	padding: 10px 15px;
	margin: 20px 0;
	}

#content p.postmetadata a:hover, #content p.postmetadata a:active {
	background: none;
	color: #ff8400;
	}
	
#content ul {
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-type: disc;
	margin: 0 50px 10px;
	}
	
#content ul li {
	padding: 0 0 5px;
	}

#content img.alignright {
	border: 1px solid #ccc;
	display: inline;
	padding: 4px;
	margin: 4px 0 5px 10px;
	}
	
#content img.aligncenter {
	border: 1px solid #ccc;
	display: block;
	padding: 4px;
	margin: 0 auto 5px;
	}

#content img.alignleft {
	border: 1px solid #ccc;
	display: inline;
	padding: 4px;
	margin: 4px 10px 5px 0;
	}

.post {
	border-bottom: #ff8400 1px dotted;
	margin: 0 0 15px;
	clear: both;
	}
	
.alt {
	background-color: #fff1e4;
	list-style: none;
	border-top: 1px solid #ffc996;
	border-bottom: 1px solid #ffc996;
	padding: 10px 15px 0;
	margin: 0 25px 5px;
	}
					/* .alt und .alt2 dienen dazu die kommentare unterschiedlich zu stylen */
.alt2 {
	background-color: #fff;
	list-style: none;
	padding: 10px 15px 0;
	margin: 0 25px 5px;
	}
/* end content */

/* sidebar*/
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
       font-weight: bold;
	width: 160px;
	clear: right;
	padding: 10px 0px 10px 10px;
	margin: 0 0 0 755px;
	}
	
#sidebar h2 {
	font-size: 1.6em;
	margin: 0 0 10px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0 0 20px;
	}
	
#sidebar ul li {
	padding: 0 0 10px 10px;
	}
	
#sidebar ul ul {
	margin: 5px 0 -5px;
	}
	
#sidebar a {
	font-size: 1.1em;
	color: #fff;
	border-bottom: none;
	}
	
#sidebar a:hover, #sidebar a:active{
	background: none;
	border-bottom: 1px solid #fff;
	}
	
#sidebar li.current_page_item a{
	font-weight: bold;
	border-bottom: 1px solid #fff;
	}
	
#sidebar li.current-cat a {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	}
/* end sidebar */

/* footer */
#footer {
	background: #fff url(images/footer.gif) no-repeat top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	width: 960px;
	text-align: center;
	clear: both;
	padding: 40px 0 0;
	margin: 0 auto;
	}
	
#footer a {
	color: #888;
	border-bottom: none;
	}
	
#footer a:hover, #footer a:active {
	color: #ff8400;
	}
	
a.kulaicon {
	background: url(images/kula_icon.gif) no-repeat left center;
	width: 16px;
	height: 16px;
	padding: 5px 0 5px 18px;
	}
	
a.kulaicon:hover, a.kulaicon:active {
	background: url(images/kula_icon_over.gif) no-repeat left center;
	width: 16px;
	height: 16px;
	padding: 5px 0 5px 18px;
	}
	
a.wpicon {
	background: url(images/wp_icon.gif) no-repeat left center;
	width: 16px;
	height: 16px;
	padding: 5px 0 5px 18px;
	}
	
a.wpicon:hover, a.wpicon:active {
	background: url(images/wp_icon_over.gif) no-repeat left center;
	width: 16px;
	height: 16px;
	padding: 5px 0 5px 18px;
	}
	
a.feedicon {
	background: url(images/feed_icon.gif) no-repeat left center;
	width: 16px;
	height: 16px;
	padding: 5px 0 5px 18px;
	}

a.feedicon:hover, a.feedicon:active {
	background: url(images/feed_icon_over.gif) no-repeat left center;
	width: 16px;
	height: 16px;
	padding: 5px 0 5px 18px;
	}
	
a.validateicon {
	background: url(images/validate_icon.gif) no-repeat left center;
	width: 16px;
	height: 16px;
	padding: 5px 0 5px 18px;
	}

a.validateicon:hover, a.validateicon:active {
	background: url(images/validate_icon_over.gif) no-repeat left center;
	width: 16px;
	height: 16px;
	padding: 5px 0 5px 18px;
	}
/* end footer */

/* forms */
#commentform {
	}
/* end forms */

/* various tags and classes */
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.center {
	text-align: center;
	}

.navigation {
	margin-bottom: 60px;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}
.clear {
	clear: both;
	}
/* end various tags and classes*/

