/* base
----------------------------------------------- */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.7em;
	background: #f8f8f4 url(/images/masthead.png) repeat-x left 10px;
	color: #444;
	border-top: 10px solid #FF8700;
}

blockquote, h3, p, li, table {
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.75em;
}

blockquote p {
	line-height: 2.2em;
	color: black;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	font-weight: normal;
}

h1, h2, h3 {
	font-family: Verdana, Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 2em;
	border-top: 1px dotted #C0C0C0;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

code {
	font-family: "Lucida Console", "Courier New", courier, mono-spaced;
}

label {
	font-size: 0.8em;
}

pre {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 10px solid white;
	background-color: white;
	overflow: auto;
	line-height: 1.5em;
	margin-bottom: 4em;

}

sup {
	font-size: 0.6em;
	vertical-align: top;
}

sub {
	font-size: 0.6em;
	vertical-align: bottom;
}

.rounded  {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #FF8700;
}

a:hover {
	color: white;
	background-color: #FF8700;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a, #content h1 a:visited, #content h2 a:visited, #content h3 a:visited {
	color: #444;
	border: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, #content h1 a:visited:hover, #content h2 a:visited:hover, #content h3 a:visited:hover {
	color: #000;
	background-color: transparent;
}

#site-name a {
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#head, #utility {
	margin-top: 30px;
	height: 150px;
}

#head #site-name {
	height: 65px;
	width: 475px;
	text-indent: -10000px;
	background: transparent url(/images/logotype.gif) no-repeat top left;
}

#head #site-name a {
	height: 65px;
	width: 475px;
	display: block;
}

#head #site-name a:hover{
	background-color: transparent;
}

#site-name {
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#site-slogan span {
	display: block;
}

#sidebar-2 {
	margin-top: 180px;
}

#foot {
	clear: both;
	background-color: #efefe8;
	font-size: 0.8em;
	padding: 10px;
	width: 920px;
}

#foot .grid_6.alpha {
	width: 330px;
}

#foot .grid_5.omega {
	width: 270px;
}

#foot h4 {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

/* navigation
----------------------------------------------- */

#head .section_list {
	list-style-type: none;
	position:relative;
	top: 8px;
	padding-left: 0;
}

/* IE6, dammit */
* html #head .section_list {
	height: 30px;
}

#head .section_list li {
	float: left;
	margin-right: 5px;
}

#head .section_list li a {
	display: block;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	background-color: #EFEFE8;
	line-height: 30px;
	padding: 0 20px;
	color: #989894;
}

#head .section_list li strong a, #head .section_list li a:hover {
	background-color: #f8f8f4;
	border-color: #f8f8f4;
	color: #f08000;
	border-bottom: 5px solid #f8f8f4;
	font-weight: normal;
}

/* overrides
----------------------------------------------- */

/* IE 6, dammit */
* html .container_16 .grid_5 {width: 260px;}

#sidebar-2 p, #sidebar-2 ul, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

#sidebar-2 h3 {
	border-top: none;
	margin-top: 0;
}

#content p, #content ul, #content ol {
	margin-bottom: 1em;
}

#content ul, #content ol {
	padding-left: 20px;
	list-style-type: square;
}

#content .inlay {
	padding: 10px;
	background-color: white;
}

#content .ad {
	margin-bottom: 15px;
}

#content .related {
	background-color: white;
	font-size: 0.8em;
	margin-top: 15px;
}

#content .related ul {
	list-style: none;
	padding: 10px;
}

#content .related h4 {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1em;
	padding: 10px 0 0 10px;
}

#content a:visited, #foot a:visited {
	color: #666688;
}

#content a:visited:hover, #foot a:visited:hover {
	background-color: #666688;
	color: white;
}

h1.entry-title, h2.entry-title, h2#Kommentar {
	clear: both;
	border-bottom: 1px dotted #C0C0C0;

	border-top: 1px dotted #C0C0C0;
}

p.posted{
	color: #989894;
	font-size: 0.7em;
}

.single h2.entry-title{
	margin-bottom: 1px;
}

.paging {
	font-size:0.71em;
	overflow: hide;
	background-color: white;
	margin: 30px 0;
	padding: 0 10px;
}

.paging a {
	text-decoration: none;
	border: none;
}

.zruck {text-align: left}
.vire {text-align: right; float: right;}

label.l {
	display: block;
}

#sidebar-2 .box  {
	background-color: white;
	padding: 10px;
	margin: 0 0 15px 0;
}

#sidebar-2 .feed a  {margin-right: 6px}
#sidebar-2 .feed img  {margin-bottom: -3px}

#content img.wet_article_thumb , #content img.left {
    float: left;
    margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

#content .entry-content img {
	border: 1px solid #ccc;
}

#content img.articleimg {
	float: left;
	margin: 0 10px 10px 0;
}

/*== gallery ==*/
#content ul.gallery {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;

}
  #content ul.gallery li {
    clear: both;
    overflow: auto;
    padding: 0;
    margin: 0 0 2em 0;
  }
  #content ul.gallery li p {
    padding: 0;
    margin: 0;
    _margin-top: -1.5em; /* too cool for ie */
  }
  #content ul.gallery li img {
    float: left;
    margin: 0 1em 1em 0;
	border: 1px solid #ccc;
  }

/*== special f/x == */
p.notice, div.notice {
    border: 1px solid #ddc;
    padding: 1em 3em;
    background: #ffe url(/style/information.png) no-repeat 10px 50%;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

.hentry.list {
	margin-bottom: 4em;
}
.hentry table {
	width: 640px;
	font-size: 0.75em;
	margin-bottom: 1.5em;
}

.hentry th {
	padding: 0.3em 1em;
	background-color: #EFEFE8;
	font-weight: normal;
}

.hentry td {
	padding: 0 1em;
	background-color: #f4f2f0;
}

/* comments
----------------------------------------------- */
h2#Kommentar {
	margin-top: 3em;
}

#txpCommentInputForm, .zemContactForm {
	background-color:white;
	padding:10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

ul.comments_error , ul.zemError, .zemThanks {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 1em;
	list-style-position: inside;
	border: 2px solid #BE0027;
	background-color: white;
}

.zemThanks {
	border: 2px solid green;
}

div#cpreview {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 1em;
	background-color: #efefe8;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

#content ol.comments {
	padding: 0;
}

#content ol.comments li.comment  {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #efefe8;
	padding: 1em;
	list-style: none;
	margin-bottom: 20px;
	clear: both;
	overflow: auto;
}

#content div.comment_meta {
	float: left;
	width: 120px;
}


#content div.comment_meta p {
	margin-bottom: 0;
	padding-bottom: 0;
}


#content div.comment_meta .comment_time a {
	font-size: 0.8em;
	color: #989894;
}

#content div.comment_meta .comment_time a:hover {
	background-color: transparent;
	color: #686864;
}

#content div.comment_meta .comment_time {
	line-height: 1em;
}

#content div.comment_message {
	width: 480px;
	border-left: 1px solid #b8b8b4;
	padding-left: 10px;
	float: right;
}

.zemContactForm input#name,
.zemContactForm input#email,
.zemContactForm textarea#nachricht,

#txpCommentInputForm #name,
#txpCommentInputForm #email,
#txpCommentInputForm #web,
#txpCommentInputForm #message {
	width: 610px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;

}

.zemContactForm textarea   {
	height: 60px;
}

#txpCommentInputForm #message   {
	height: 140px;
}

#search input {
	width: 240px;
}

/* IE 6, dammit */
* html #search input {
	width: 220px;
}


/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

div.error {
	border: 2px solid #BE0027;
	background-color: white;
	color: #BE0027;
	padding: 1em;
}

/* external feed ticker
----------------------------------------------- */
.ticker small {color: #bbb; font-size: 0.65em;}
.ticker .item {margin-bottom: 10px;}
