/* 
Theme Name: HannaNitsch
Description: Weblog der Künstlerin Hanna Nitsch.
Author: Thomas Sander, Dipl.-Designer
Author URI: http://thomassander.org/
Date: 29.05.2009
Last Update: 31.05.2009
*/

@charset "UTF-8";

/*  
The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:collapse;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/* ////////End Reset///////////////////////////////////////////////////////// */

body {
	background-image: url(images/aaron_bg.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed; 
	background-color: #f7f7f7;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333346;
	text-decoration: none;
}



#container{
	background-image: url(images/container_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	position: relative;
	padding-bottom: 35px;
} 

#fauxcol {
	float: left;
	width: 940px;
	background-image: url(images/fauxcol_bg.png);
	background-repeat: repeat-y;
}

/* ////////End Wrapping///////////////////////////////////////////////////////// */

#topnav {
    font-size: 12px;
	line-height: 45px;
	font-weight: bold;
    text-transform: uppercase;
	border: 5px solid #FFFFFF;
	float: right;
	padding-left: 0;
	min-width: 530px;
	padding-right: 0;
	background-image: url(images/white_trans_bg.png);
	background-repeat: repeat;
}

#topnav ul {
	list-style-type: none; 
}

#topnav li {
	background-color: transparent;
    display: inline;
	padding: 0 15px 0 15px;
    line-height: 45px;
    border-right: 1px solid #eaeaec;
    float: left;
}

#topnav li:hover {
	background-color: #F5F5F6;
}

#topnav a {
        display: block;
        line-height: 45px;
}

#topnav a:hover {
	text-decoration: none;
}

/* ////////End TopNavigation///////////////////////////////////////////////////////// */

#header{
	float: left;
	padding-right: 20px;
}

/* ////////End Header///////////////////////////////////////////////////////// */

#banner {
	clear: both;
	float: right;
	padding: 15px;
	width: 500px;
	border: 5px solid #C7095F;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(images/banner_trans_aaron_bg.png);
	background-repeat: repeat;
}

#banner p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
        clear: none;
        display: inline;
}

#banner h2 {
       font-size: 24px;
       line-height: 30px;
       margin: 0;
       clear: none;
       display: inline;
}

#banner h2:after {
       content: " // ";
}

/* ////////End Banner///////////////////////////////////////////////////////// */

#content {
	width: 580px;
	padding: 20px;
	float: left;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

#content p {
    margin-top: 12px;
	margin-bottom: 12px;
    clear: both;
}

/* ////////End Content///////////////////////////////////////////////////////// */

#sidebar{
	width: 260px;
	padding: 20px;
	float: right;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

#sidebar ul {
	margin-bottom: 12px;
}

#sidebar li {
	list-style-type: none;
	line-height: 20px;
}

#sidebar li a {
}

#sidebar h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#left_sidebar {
}

#right_sidebar {
}

/* ////////End Sidebar///////////////////////////////////////////////////////// */

#footer{
	padding: 15px;
	background-image: url(images/white_trans_bg.png);
	background-repeat: repeat;
	border: 5px solid #FFFFFF;
	margin-top: 20px;
        width: 900px;
}

#footer h1 {
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
}

#footer p {
	font-size: 11px;
	line-height: 16px;
}

/* ////////End Footer///////////////////////////////////////////////////////// */

#post{
}

#post p a {
color: #45669F;
}

.post{
}

.post p a{
color: #45669F;
}

.post h4 {
	margin-bottom: 12px;
}

.postdate {
	color: #666678;
	line-height: 22px;
}

#postmeta {
	padding: 12px 0 12px 0;
	margin: 8px 0 24px 0;
	border-bottom: 1px solid #d6d6da;
	border-top: 1px solid #d6d6da;
	font-size: 11px;
	line-height: 15px;
	clear: both;
	float: left;
	width: 100%;
}

#postmeta p {
	color: #666678;
	margin: 0;
}

#postmeta p a {
	color: #666678;
}

/* ////////End Post + Postmeta///////////////////////////////////////////////////////// */

#postnavigation{
	color:#000099;
}

/* ////////End PostNavigation///////////////////////////////////////////////////////// */

#searchform{
	margin: 0px 0 12px 0;
	padding: 0 0 20px 0;
}

#s {
	padding: 2px;
	border: 1px solid #666678;
	height: 20px;
	float: left;
	width: 170px
}

#searchsubmit {
	background-color: #333346;
	color: #fff;
	border: none;
	padding: 4px 0 4px 0;
	height: 26px;
	width: 60px;
	margin: 0 0 0 10px;
	text-align: center;
	font-weight: bold;
}

/* ////////End SearchForm///////////////////////////////////////////////////////// */

#s1, #s2, #s3 {
       padding: 2px;
       border: 1px solid #666678;
       height: 20px;
       margin: 0;
}

#s4 {
	padding: 12px;
	width: 554px;
	border: 1px solid #666678;
	color: #333346;
	font-family: helvetica, arial;
	font-size: 12px;
	line-height: 18px;
}

#sbutt {
	background-color: #333346;
	color: #fff;
	border: none;
	padding: 4px;
	margin: 0;
	font-weight: bold;
}

/* ////////End KommentarForm///////////////////////////////////////////////////////// */

a {
	color: #333346;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.more-link {
	font-weight: bold;
	margin: 8px 0 0 0;
	float: left;
	clear: both;
}

.rss_small {
	background-image: url(images/rss11.png);
	background-repeat: no-repeat;
	padding-left: 14px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 12px;
	clear: both;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	clear: both;
        text-transform: uppercase;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 12px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

small {
	font-size: 11px;
	line-height: 15px;
	clear: both;
	display: block;
}

label {
       font-size: 11px;
       padding: 0;
       margin: 0;
}

/* ////////End Typo Standard///////////////////////////////////////////////////////// */

.comments {
	font-weight: bold;
}

#commentlist {
	list-style-type: none;
	border-bottom: 1px solid #d6d6da;
	margin-bottom: 24px;
}

#commentlist li {
}

.singlecomment {
}

.singlecomment p {
	margin: 0;
}

.commenttext {
}

.standard, .alt {
	padding: 12px;
	border-top: 1px solid #fff;
}

.alt {
	background-color: #eaeaec;
}

.standard {
	background-color: #f5f5f6;
}

/* ////////End Kommentare///////////////////////////////////////////////////////// */

.marker_tr {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	right: -15px;
}
.marker_tl {
	height: 20px;
	width: 20px;
	position: absolute;
	left: -15px;
	top: 15px;
}
.marker_bl {
	height: 20px;
	width: 20px;
	position: absolute;
	left: -15px;
	bottom: 15px;
}
.marker_br {
	height: 20px;
	width: 20px;
	position: absolute;
	right: -15px;
	bottom: 15px;
}

/* ////////End Marker///////////////////////////////////////////////////////// */


.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

.reset_margin_padding {
margin: 0;
padding: 0;
}

/* ////////End Positioning///////////////////////////////////////////////////////// */

.featuredpost h3, .featuredpost a {
display: none;
}

.featuredpost h2 a {
display: inline;
}

/* ////////End PlugIns///////////////////////////////////////////////////////// */

#sidebar .textwidget p {
background-color: #C7095F;
color: #FFF;
font-size: 11px;
line-height: 16px;
margin: 6px 0 12px 0;
padding: 12px;
}

#sidebar .textwidget a {
color: #FFF;
}

#sidebar .textwidget a:before {
content: " › ";
}

/* ////////End Widgets///////////////////////////////////////////////////////// */

.warning_red {
color: #CC0000;
}
