/*
Theme Name: Heimatdesign
Theme URI: http://www.heimatdesign.net
Description: Das Magazin f&uuml;r Mode, Objekte, M&ouml;bel und Accessoires.
Version: 2.0
Author: Heimatdesign
Author URI: http://www.heimatdesign.de

*/

html, body {
	margin:0;
	padding:0;
	line-height:139%;
	font-size: 11.5px;
   	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #444444;
	text-align: left;
}

#page {
	margin:0;
}

/* ----------- Header ---------------*/

#header {
	position: fixed;
	font-size:13px;
	width: 100%;
	margin: 0;
	background-color:#ffffff;
	height:180px;
}

#headerimg {
	margin: 40px 0 0 40px;
	padding: 0;
	height: 110px;
}

#headerimg img {
	border:none;
}

#header_cont {
	margin:0;
	padding:0;
}

/* ----------- Navigation ---------------*/

.navigation {
	display:block;
	margin:0;
	padding:0;
}

#navigation {
	font-size: 13px;
	font-weight: bold;
	margin:0;
	padding:0;
}
#navmenu {
	float:left;
	width: 762px;
	color: #555555;
	text-transform:uppercase;
	margin:0 0 0 40px;
	padding:6px 0 0 0;
	height:32px;
	background:url(images/back_navigation.gif) no-repeat;
	display:block;
}

#navmenu li {
	float:left;
	margin:0 3.35em 0 0;
	padding:0;
	display: inline;
}
#navmenu a {
	color: #555555;
	text-decoration: none;
}
#navmenu a:visited {
	color: #555555;
}

#navmenu a:active {
	color: #e0dd00;
}

#navmenu a:hover {
	color: #e0dd00;
}

/* ----------- Sidebar-Left ---------------*/

#sidebar-left {
	float: left;
	padding: 0 0 10px 0;
	margin-left: 40px;
	margin-top:0px;
	width: 232px;
	display:inline;
}

#sidebar-left h2, #sidebar-left h4{
	background:url(images/back_sidebar_l.gif) no-repeat;
}

#sidebar-left h4{
	margin: 26px 0 0 0;
}

#sidebar-left br {
	margin:0;
	padding:0;
}

#sidebar-left form {
	margin: 0;
}

#sidebar-left a {
	text-decoration:underline;
}

small, #sidebar-left ul ul li, #sidebar-left ul ol li, .nocomments, .postmetadata, strike {
	color: #444444;
}

/* ----------- Sidebar-Right ---------------*/

#sidebar-right {
	float:left;
	padding: 0 0 10px 0;
	width: 232px;
	margin:0;
	display: inline;
}

#sidebar-right h2 {
	background:url(images/back_sidebar_r.gif) no-repeat;
}

#sidebar-right form {
	margin: 0;
}

small, #sidebar-right ul ul li, #sidebar-right ul ol li, .nocomments, .postmetadata, strike {
	color: #444444;
}
	
/* ----------- Content ---------------*/

#content {
	padding:198px 0 0 0;
	font-size:13px;
	width:1100px;
}

.narrowcolumn {
	float: left;
	padding:0 0 10px 0;
	margin: 0 45px 0 45px;
	width: 438px;
	display:inline;
}

.post {
	margin: 0 0 26px 0;
}

.post a img{
	border:1px solid #dddddd;
}

.post p {
	margin-top:0px;
	margin-bottom:16px;
}

.post_archive {
	margin: 0 0 16px 0;
}

ul.listpost {
	padding:0 0 0 16px;
	margin:0;
	display:block;
}

li.listpost_li {
	list-style-image:url(images/icon-date.gif);
	padding:0;
	text-align:left;
}
.narrowcolumn .postmetadata {
	padding-top: 0;
}

.narrowcolumn .entry {
}

.entry {
	margin-top:32px;
}

.entry a {
	text-decoration:underline;
}

.postmetadata {
	text-align: right;
}

.alt {
	float:left;
	background-color: #eeeeee;
	border:1px solid #dddddd;
	text-align:left;
	width:413px;
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:inside;
	display:block;
}

/* ----------- Footer ---------------*/

#footer {
	background-color: #ffffff;
	color: #fff;
	padding-top: 0;
	clear: both;
}

#footer-left {
	float: left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin-left: 40px;
	margin-top:0px;
	width: 232px;
	background:url(images/back_sidebar_l.gif) no-repeat;
	height:22px;
}

#footer-middle {
	float: left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin-left: 46px;
	margin-top:0px;
	width: 436px;
	height:22px;
	display:inline;
}

#footer-right {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin-left: 46px;
	margin-top:0px;
	width: 232px;
	height:24px;
	display:inline;
}

#footer-left h2 {
	font-weight:normal;
	font-size:11.5px;
	padding: 7px 0 0 0;
	
	text-transform:none;
}

#footer-right h2 {
	font-weight:normal;
	font-size:11.5px;
	padding: 7px 0 0 0;
	background:url(images/back_sidebar_r.gif) no-repeat;
	text-transform:none;
}

#footer-middle h2 {
	font-weight:normal;
	font-size:11.5px;
	padding: 7px 0 0 0;
	background:url(images/back_narrowcolumn.gif) no-repeat;
	text-transform:none;
}

#footer p {
	margin: 0;
	padding: 30px 0 20px 20px;
	text-align: left;
	color: #555555;
}

#footer a {
	color: #444444;
	text-decoration: underline;
}

#footer a:hover {
	color: #444444;
	text-decoration: none;
}



small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
	text-transform:uppercase;
}

h1, .description {
	display: none;
	color: #555555;
}

h2, h4 {
	font-size:13px;
	margin:0;
	padding:6px 0 0 0;
	height:32px;
	background:url(images/back_narrowcolumn.gif) no-repeat;
	display:block;
}

h2.pagetitle {
	text-align: left;
	width: 438px;
}

h3 {
	font-size:11.5px;
	color: #555555;
	padding: 0;
	margin: 0;
}

h1, .description, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2 {
	text-decoration: none;
	margin:0;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #555555;
}

h3.comments {
	text-align:left;
	padding: 0;
	margin: 0;
}

.commentlist li, #commentform input, #commentform textarea {
	font-family:Arial, Helvetica, sans-serif;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
}
#commentform #submit {
	float:left;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	font-weight: bold;
	width:80px;
	text-align:center;
	padding:0 20px 0 0;
	color:#555555;
	border:1px solid #aaaaaa;
	display:inline;
}

.comments {
	float:right;
}

.comments a {
	margin:0;
	padding:0 0 0 14px;
	background:url(images/icon-comments.gif) no-repeat top left;
}

#bottons {
	float:left;
	margin:0;
	padding:0;
}

#buttons ul {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

#buttons ul li {
	margin-bottom:10px;
	padding:0;
}

#buttons ul li a {
	margin:0;
	padding:0 0 0 22px;
	background:url(images/icon-rss.gif) no-repeat left;
}


span.highlight {
	background:#aaaaaa;
}

code {
	font-size:11.5px;
	font-family:Arial, Helvetica, sans-serif;
}

acronym, abbr {
	font-size: 11.5px;
	cursor: help;
	border-bottom: 1px dashed #999;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border:1px solid #444444;
}

a, h2 a:hover, h3 a:hover {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

blockquote {
	background: #dddddd;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin: 20px 25px;
	padding: 10px;
}
blockquote p {
	color:#444444;
	margin:0;
}



.count {
	float:right;
	margin:0;
	font-size:11.5px;
	color: #555555;
}

.commentlist {
	float:left;
	margin:0;
	padding: 0;
	list-style-position:inside;
	list-style:none;
}
.commentlist li {
	float:left;
	margin: 15px 0 12px 0;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	display:inline;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0 0 0;
	}
.nocomments {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}

#commentform_box {
	float:left;
	padding: 0 0 0 0;
	margin:20px 45px 0 0;
	width:435px;
}

#commentform_show {
	float:left;
	padding: 0;
	width:435px;
	display:inline;
}	

#commentform input {
	padding: 2px;
	margin: 5px 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
}
#commentform textarea {
	width: 422px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	background:url(images/bg-field.gif) top;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}



.sidebar ul ul li:before {
}
.sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 26px;
}
.sidebar ul p, #sidebar ul select {
	margin:32px 0 0 0;
}
.sidebar ul ul, #sidebar ul ol {
	margin: 0;
}
.sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
.sidebar ul ol li {
	list-style: decimal outside;
}
.sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
}
#search_container {
	float:left;
	margin:2px 0 0 -2px;
	padding:0;
}
#searchform {
	padding:0; 
}
.sidebar #searchform #s {
	width: 115px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg-field.gif) top;
}
.sidebar #searchsubmit {
	padding: 1px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:50px;
	height:25px;
	background:url(images/bg-search.gif) no-repeat;
	color:#999999;
	border:none;
	display:inline;
}



p img {
	padding: 0;
	margin-top:6px;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will align the image to
	the right. And using 'class="centered', will of course center
	the image. This is much better than using align="center", being
	much more futureproof and valid. */
img.centered {
	display: block;
	margin-left: 0;
	margin-right: 0;
	border: 1px;
	border-color: #999999;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/*	Comments  */

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.navi_entries {
	text-align: left;
	margin:10px 0 40px 0;
}



.metalinks {
	float:left;
	display:inline;
	margin:0 0 10px 0;
}
.datelink {
	background: url(images/icon-date.gif) no-repeat top left;
	padding: 0 0 0 14px;
	height: 8px;
	margin-right: 8px;
	color: #444444;
}
.editlink {
	background: url(images/icon-edit.png) no-repeat left;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 8px;
	color: #444444;
}
.categorylink {
	background: url(images/icon-category.gif) no-repeat top left;
	padding: 0 0 0 14px;
	height: 8px;
	margin-right: 8px;
	color: #444444;
}
.commentsrsslink {
	background: url(images/icon-feed.png) no-repeat left;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 10px;
}
.trackbacklink {
	background: url(images/icon-trackback.png) no-repeat left;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 10px;
}
.deliciouslink {
	background: url(images/icon-delicious.gif) no-repeat left;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 10px;
}
.technoratilink {
	background: url(images/icon-technorati.gif) no-repeat left;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right:0px;
}
.digglink {
	background: url(images/icon-digg.gif) no-repeat left;
	padding: 2px 0 2px 20px;
	height: 16px;
	margin-right: 10px;
}
.commentsrsslink a, .trackbacklink a, .deliciouslink a, .technoratilink a, .digglink a, .editlink a, .categorylink a {
	color: #444444;
}



#admin-bar {
	position:absolute;
	margin: 0;
	padding: 0;
	background: #555555;
	text-align: left;
	width: 100%;
	left:0px;
}

#admin-bar ul {
	margin: 0;
	padding: 4px;
	list-style-type: none;
}
#admin-bar ul li {
	list-style-type: none;
	display: inline;
	margin: 0 10px;
	color: #ffffff;
}
#admin-bar ul li.login {
	margin-right: 30px;
}
#admin-bar ul li.howdy {
	position: absolute;
	right: 1em;
}
#admin-bar a {
	color: #ffffff;
	text-decoration: none;
}
#admin-bar a:hover {
	color: #ffffff;
}