@charset "UTF-8";
/*
Theme Name:	ART UND WEISE
Theme URI: http://bruensicke.com
Description: Improving old styles.
Version:1.00
Author:	 <a href="http://bruensicke.com/">Dirk Bruensicke</a>
Author URI: http://bruensicke.com/
*/

/* change default html styles */
* {
	margin: 0;
	padding: 0;
	}

li {
	list-style-type: none;
	}

h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl {
}
a img, .lnk {
	border-width: 0;
	border-style: none;
	}

/* general styling */
body {
	background: #fff url('images/bg.png') repeat-y;
	color: #1b1b1b;
	font: normal 76% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

	h1, h2, h3, h4, h5, h6 {
		margin-top: 0em;
		margin-bottom: .25em;
		font-weight: normal;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
		}

		h1 { font-size: 2.6em; text-indent: -5000px; }
		h2 { font-size: 2.3em; }
		h3 { font-size: 2.0em; }
		h4 { font-size: 1.8em; }
		h5 { font-size: 1.6em; }
		h6 { font-size: 1.4em; }

	p {
		margin-bottom: 1em;
		line-height: 1.3;
		}

	a {
		color: #98194d;
		text-decoration: none;
		}

	a:hover {
		text-decoration: underline;
		}

	blockquote {
		font-size: 1em;
		line-height: 1.25em;
		margin: 2em 2em 2em 2em;
		text-align:justify;
		}

	ul.list, ol.list {
		margin-left: 3em;
		margin-bottom: 1em;
		}

	.list li {
		margin-bottom: .5em;
		color: #1b1b1b;
		}

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

	ol.list li {
		list-style-type: decimal;
		}

/* layout */
#wrapper {
	width: 990px;
	margin: 0;
	font-size: 1.11em;
	}

	#header {
		text-align: right;
		padding: 10px 200px 0 220px;
		height: 90px;
		}

		#header img {
			border: 0px; padding: 0; margin: 0;
			}

		#sidebar h4 {
			color: #fff;
			padding: 10px;
			}

			#sidebar ul{
				width: 195px;
				margin-left: 0;
				padding-left: 0;
				list-style-type: none;
				font-family: Arial, Helvetica, sans-serif;
				}

			#sidebar li  a {
				display: block;
				padding: 3px;
				font-weight: bold;
				width: 196px;
				background-color: transparent;

				}

			#sidebar li a:link, #sidebar li a:visited  {
				color: #EEE;
				text-decoration: none;
				}

			#sidebar li a:hover {
				background-color: #fff;
				color: #555;
				}
			
			
			#sidebar li.current_page_item a:link, #sidebar li.current_page_item a:visited{
				color: #000;
				background-color: #fff;
				}
				
			#gallery {
				float: left;
				width: 200px;
				height: 200px;
				}


#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
font-size: 80%;
display: block;
padding: 5px 0px 5px 10px;
width: 192px;
color: #fff;
background-color: transparent;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #555;
background-color: #eee;
text-decoration: none;
}
				
				
				
				
				
				
				
				

	#content {
		margin: 0px;
		padding: 15px;
		float: left;
		width: 560px;
		}

	#sidebar {
		float: left;
		width: 200px;
		padding-top: 20px;
		padding-bottom: 20px;
		}

			#sidebar h1 a,
			#sidebar h2 a,
			#sidebar h3 a,
			#sidebar h4 a,
			#sidebar h5 a,
			#sidebar h6 a {
				font-weight: normal;
			}

			#subscribe a {
				font-weight: normal;
				font-size: 1.4em;
			}

	#footer {
		padding: 14px 20px 40px 200px;
		color: #000;
		font-size: .8em;
		line-height: 1em;
		text-align: center;
		clear: both;
		}

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

		#footer a:hover {
			color: #eaeaea;
			}


/**************************************************************
 Navigation classes [Thanks to the Cutline Wordpress Theme]
 **************************************************************/
	.navigation {
		 width: 450px;
		 margin: 2em 0 2em 0;
		 float: left;
		}

		* html .navigation {
			margin: 0 0 2.5em 0;
			}

		.previous {
			font-size: 1.1em;
			padding: 0 20px 0 0;
			float: left;
			}

		.next {
			font-size: 1.1em;
			float: right;
			}

		.clear {
			 width: 450px;
			height: 1px;
			clear: both;
			}



	.tabrand {
	border: solid 1px #98194d }
.tklein {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif }
	
	
/* article/post styles */
.breadcrumb_navigation_xt {
	padding: 5em 0 5em 0;
	font-size: .7em;
}
.article {
	margin-bottom: 20px;
}
.article h2.title {
	letter-spacing: -2px;
	clear: both;
	font-size: 2.2em;
}
.article h2.title a {
	color: #f79910; /* default color */
}
.article h2.title a:hover {
}
.article .meta {
	margin-bottom: 1em;
	color: #838383;
	font-size: .9em;
}
.article a {
	color: #98194d;
}
.article a:hover {
}
.article .body {
	margin-bottom: 1em;
}
.article img .body  img {
	margin: 1em;
}
.article .comments {
	background: url(images/comments.gif) left center no-repeat;
	padding-bottom: 5px;
	color: #838383;
}
.article .comments a {
	padding: 5px 0px 10px 20px;
	color: #838383;
	line-height: 30px;
}
.article .comments a:hover {
}
.article .footer p, .article .footer li, .article .footer h4.meta {
	font-size: .9em;
}
.article .footer ul, .article .footer h4.meta, .article .footer p {
	display: inline;
	font-weight: normal;
}
.article .footer p {
	margin-right: 1em;
	padding-right: 1em;
	border-right: dotted 1px #838383;
}
.article .footer, .article .footer a {
	color: #838383;
}
.article .footer li {
	padding-left: 5px;
	border-left: dotted 1px #838383;
}
.article .footer li.first {
	border-left-style: none;
	}

.article img {
	border: 1px solid #bbb;
	margin: 0.4em auto;
	padding: 3px;
	}

	.article img.center {
	display: block;
	margin: 0.4em auto;
	}

.article img.alignright {
	margin: 0.4em 0 0.4em 1.1em
	}

.article img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
	padding: 3px;
	border: 1px solid #bbb;
	}

	.article a img {
	border: 0;
	}
/* article and comment body */
.body ul, .article .body ol {
  margin-bottom: 1em;
}
.body li {
	margin-bottom: .5em;
	color: #1b1b1b;
}
.body ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.body ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
	color: #1b1b1b;
	text-transform: none;
}
.body pre {
	overflow: auto;
	width: 100%;
	margin-bottom: 1.5em;
	border: dotted 1px #cacaca;
	background-color: #f6f6f6;
	color: #666;
}
/**************************************************************
 Comment classes
 **************************************************************/
.comment-meta {
	margin: 10px 0 18px 0;
}
.comment-text {
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 5px;
}
h4.comments-header {
	margin: 2px 0 10px 0;
	color: #f79910;
	border-bottom: 2px dotted #DDD;
}
h4.openid {
	background: #fff url(images/openid.gif) left no-repeat;
	padding-left: 18px;
	font-size: 1.1em;
}
#comments-form {
	margin: 4em 0 0 0;
}
#comments-form a img {
border:none !important;
}
h4.comments-form {
	font-size: 1.1em;
}
#respond {
	font-size: 105%;
}
#trackbacks {
	margin: 0 0 2em 0;
}
img.gravatar {
	margin:0px 5px 0 3px;
	padding: 5px 5px 5px 5px;
	float:left;
	border:1px solid #E0E0E0;
}
.comment-author, .comment-date {
	font-size: 1.2em;
}
.even {
	background: #F0F0F0;
}
.odd {
	background: #FAFAFA;
}
.highlight {
	background: #FBFBFE;
	padding: 3px;
	border-top: 3px double #BBBBBB;
	border-bottom:  3px double #BBBBBB;
}
#live-preview {
	margin: 20px 0 100px 0;
}


/* forms */
#comment-message, #comment-errors {
	margin-bottom: 1em;
	padding: .5em 3%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #1b1b1b;
	font-weight: bold;
}
#comment-message {
	background-color: #f6f6f6;
	border-bottom-color: #3a3a3a;
}
#comment-errors {
	border-bottom-color: #9a3a3a;
	background-color: #fff0f0;
}
.fieldset {
	margin-bottom: 1em;
	border-style: none;
}
.fieldset dt {
	margin-bottom: .25em;
	color: #838383;
	font-weight: bold;
}
.fieldset dd {
	margin-bottom: 1em;
}
.fieldset input, fieldset textarea {
	padding: 2px 4px;
	border: solid 1px #838383;
	background-color: #eaeada;
	font-family: monospace;
	font-size: 1.2em;
}
.fieldset input:hover, fieldset textarea:hover {
	 background-color: #f2f2e2;
}
.fieldset input:focus, fieldset textarea:focus {
	background-color: #fafaea;
}
input {
	padding: 2px 4px;
}
.fieldset textarea {
	width: 480px;
	height: 200px;
}
#search {
}
#search fieldset {
	text-align: right;
}
#search fieldset input {
	width: 90%;
}




/* side boxes */
.boxy {
	margin: 5px 10px 5px 10px;
	padding: 0px 5px 10px 10px;
	color: #fff;
	}
	
/* ems are nifty, eh? :) */
#sidebar .minor {
	font-size: .8em;
	}

#sidebar .minor h3 {
	font-size: 2em;
	}

#sidebar .minor dt {
	font-size: 1.5em;
	}

.boxy a {
	color: #fff;
	}

.boxy a:hover {
	}

.boxy h3 {
	margin: .5em 0 .5em 0;
	color: #fff;
	font-size: 1.6em;
	}

.boxy h4 {
	margin: 1em 0 .25em 0;
	}

.boxy li {
	margin-left: 1em;
	margin-bottom: .25em;
	}

.boxy ul, .boxy dt {
	margin-top: 1em;
	margin-bottom: .45em;
	}

.boxy dt {
	font-size: 1.2em;
	line-height: 2;
	vertical-align: middle;
	}

.boxy dt a {
	}

.boxy dt a.feed {
	}

.boxy dd {
	margin-left: 1em;
	margin-bottom: .25em;
	}

.boxy ul dd, .boxy dl li {
	margin-left: 0;
	}

.boxy ul dt, .boxy dl ul {
	margin-top: 0 !important;
	}
#s {
   	background: #fff url(images/search.gif) right no-repeat;
	}

.suchschlitz {
	width: 300px;
	}

/* feed icons */
.feed {
	margin-left: 5px;
	padding-left: 20px;
   	background: url(images/feed.gif) 0% 100% no-repeat;
	}

.feed span {
	font-size: .8em;
	}


.alignleft, div.nav-previous {
	float: left;
	}
.alignright, div.nav-next {
	float: right;
	}

/*-smilies without a border-*/
body img.wp-smiley {
	border:none;
	}

.hide, .hidden, .h {
	display: none;
	}
