/*
	bio-leben.at
	© Christian Krammer 2008
	edge07@gmx.net 
*/

/* ------------------------ */
/* Normalisieren der Styles */
/* ------------------------ */
h1, h2, h3, h4, h5, h6, p, ul, form {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}


/* ----------- */
/* Allgemeines */
/* ----------- */
html {
	background: #ececec;
	padding-bottom: 10px;
}

body {
	margin: 0 auto;
	position: relative;
	font: 62.5% Arial;
	width: 78em;
	min-width: 780px;
	max-width: 1004px;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a abbr {
	border-bottom: none;
}

blockquote {
	background: url(../textpattern/images/blockquote-trans.png) no-repeat;
	padding: 2px 0 0 34px;
	margin-left: 2em;
	font-style: italic;
	min-height: 25px;
}

strong a {
	color: #000;
}

abbr {
	border-bottom: 1px dotted #929292;
}

hr, #accessibility, #content_add #suche label {
	display: none;
}

q {
	font-style: italic;
}



/* ---- */
/* Kopf */
/* ---- */
#branding {
	position: relative;
	height: 136px;
	background: url(../textpattern/images/branding_bg.jpg) center no-repeat;
}

#branding h1 {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 333px;
	height: 86px;
	overflow: hidden;
	cursor: pointer; /* fuer IE6 */
}

#branding h1 a {
	display: block;
	text-indent: -9999px;
	height: 86px;
	background: url(../textpattern/images/logo-trans.png) no-repeat;
	cursor: pointer; /* fuer IE6 */	
}

#branding q {
	position: absolute;
	top: 112px;
	left: 19px;
	text-indent: -9999px;
	width: 400px;
	height: 19px;
	background: url(../textpattern/images/quote-trans.png) no-repeat;
}

#branding ul {
	position: absolute;
	top: 109px;
	right: 16px;
	width: 292px;
	height: 23px;
	overflow: hidden;
}

#branding li {
	float: left;
}

#branding li a {
	display: block;
	text-indent: -9999px;
	height: 23px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 11px;
	cursor: pointer;
	width: 105px; 
	background-image: url(../textpattern/images/nav2-trans.png);
}

#branding li a:hover {
	background-position: 0 -23px;
	background-repeat: no-repeat;
	background-image: url(../textpattern/images/nav2-trans.png);
}

#branding li#rss a {
	width: 75px; 
	background-image: url(../textpattern/images/nav1-trans.png);
	margin: 0;
}

#branding li#rss a:hover {
	background-image: url(../textpattern/images/nav1-trans.png);
}

#branding li#impr a {
	width: 90px; 
	background-image: url(../textpattern/images/nav3-trans.png);
}

#branding li#impr a:hover {
	background-image: url(../textpattern/images/nav3-trans.png);
}


/* ------------------ */
/* Startseite, Inhalt */
/* ------------------ */
#content {
	background: #fff;	
	padding: 20px 20px 30px;
	overflow: hidden;
	height: 1%;
}

/* Mittelteil */
#content_main {
	float: left;
	width: 53.4em;
	min-width: 534px;
	max-width: 687px;
}

/* Mittelteil, Beitrag */
#content_main .post {
	margin-bottom: 3.5em;
	overflow: hidden;
	height: 1%;
}

#content_main .post .info {
	padding-left: 85px;
	background: url(../textpattern/images/muh.gif) left bottom no-repeat;
	min-height: 36px;
}

#content_main .post .info small {
	font-size: 1.1em;
	color: #959595;
} 

#content_main .post .info small span {
	margin: 0 6px;
}

#content_main .post .info small a {
	font-weight: bold;
	color: #959595;
	padding-left: 17px;
	background: url(../textpattern/images/az_post.gif) 0 center no-repeat;
}

#content_main .post .info small span.cat {
	margin: 0;
}

#content_main .post .info small span.cat a {
	padding-left: 13px;
	background: url(../textpattern/images/az_cat.gif) 0 center no-repeat;
}

#content_main .post h2 {
	color: #5c7700;
	/* Fuer Text mit cufon */
	font-size: 2.4em;
	padding-bottom: .1em;
	margin: -.1em 0 0 -.1em;
	/* Fuer normalen Text */
	/* font-size: 1.6em;
	padding: .1em 0 .2em; */
}

#content_main .post h2 a {
	color: #5c7700;
	background: none;
	padding: 0;
}

#content_main .post .text {
	font-size: 1.2em;
	line-height: 1.5em;
	border-top: 1px solid #d7d7d7;
	padding-top: .3em;
}

#content_main .post .text p, #content_main .static .text p, #content_main .comments li .text p {
	margin-top: 1em;
}

#content_main .post .text p:first-child, #content_main .static .text p:first-child, #content_main .comments li .text p:first-child {
	margin-top: 0;
}

#content_main .post .text a, #content_main .comments li .text a {
	color: #5c7700;
	font-weight: normal; 
	text-decoration: underline;
}

#content_main .post .text a:visited, #content_main .comments .text a:visited {
	color: #000;
}

#content_main .post .text a:hover, #content_main .comments .text a:hover {
	color: #000;
}

#content_main .post .text strong a, #content_main .comments li .text strong a {
	font-weight: bold; 
}

#content_main .post img, #content_main .static img {
	padding: 2px;
	border: 1px solid #d7d7d7;
}

#content_main .post img.noborder {
	padding: 0;
	border: 0;
}

#content_main .post li {
	margin-left: 20px;
	padding-left: 11px;
	background: url(../textpattern/images/az.gif) 1px 7px no-repeat;
}

#content_main .post .img_desc {
	font-size: .9em;
	color: #777777;
	padding: 3px 0 0 8px;
}

#content_main .post small {
	font-size: 0.9em;
}

#content_main .post h4 {
	font-size: 1.1em;
	margin: 1.4em 0 1em;
}

#content_main .post h5 {
	font-size: 1em;
	margin-top: 1.2em;
}

/* Mittelteil, Social Bookmarks */
#content_main * .soc {
	margin-top: 1.6em;
	border: 1px solid #cbcbcb;
	padding: 3px 8px 4px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
}

#content_main * .soc li {
	display: inline;
	margin: 0 0 0 10px;
	font-size: 1.1em;
	background: none;
	padding: 0;
}

#content_main * .soc li:first-child {
	margin: 0;
}

#content_main * .soc li a {
	color: #6e6e6e;
	padding: 2px 0 2px 22px;
	background-repeat: no-repeat !important;
}

#content_main * .soc li:first-child a {
	background: url(../textpattern/images/icon_sb_deli.png) 0 1px;
}

#content_main * .soc li:first-child + li a {
	background: url(../textpattern/images/icon_sb_twit.png) 2px 1px;
}

#content_main * .soc li:first-child + li + li a {
	background: url(../textpattern/images/icon_sb_fb.png) 2px 1px;
}

#content_main * .soc li:first-child + li + li + li a {
	background: url(../textpattern/images/icon_sb_digg.png) 0 2px;
}

#content_main * .soc li:first-child + li + li + li + li a {
	background: url(../textpattern/images/icon_sb_stum.png);
}

/* Mittelteil, Kommentare */
#content_main .comments {
	margin-bottom: 2.5em;
	position: relative;
}

#content_main .comments ul {
	margin-bottom: 2.5em;
}

#content_main .comments li {
	margin-bottom: 1.3em;
	background: url(../textpattern/images/corner_comm.gif) left top no-repeat #eef1e5;
	padding: .6em .9em;
	position: relative;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;	
	border-bottom-right-radius: 15px;
}

#content_main .comments li.ev {
	background: url(../textpattern/images/corner_comm_ev-trans.png) left top no-repeat;
	overflow: hidden;
	border: 0 solid #ced6b2;
	border-width: 0 1px 1px 0;
}

#content_main .comments h3 {
	color: #5c7700;
	font-size: 1.6em;
	margin-bottom: .5em;
}

#content_main .comments .rss {
	position: absolute;
	top: .2em;
	right: 0
}

#content_main .comments .rss a {
	font-size: 1.2em;
	background: url(../textpattern/images/rss-trans.png) no-repeat 0 center;
	padding-left: 17px;	
}

#content_main .comments #cpreview h4 {
	font-size: 1.4em;
	padding: 0 0 .3em 0.8em;
	color: red;
}

#content_main .comments #cpreview li {
	margin-bottom: 1.6em;
}

#content_main .comments li .author {
	font-size: 1.1em;
	background: url(../textpattern/images/az_comment-trans.png) no-repeat;
	padding-left: 26px;
	height: 19px;
	margin-bottom: .1em;
}

#content_main .comments li .author strong {
	font-size: 1.1em;
}

#content_main .comments li .author span {
	position: absolute;
	top: .6em;
	right: .9em;
	width: auto;
	height: auto;
	background: none;
}

#content_main .comments li .author span a {
	color: #a6a8a0;
}

#content_main .comments li .me {
	background: url(../textpattern/images/az2_comment-trans.png) no-repeat;
}

#content_main .comments li .me strong a {
	color: #5c7700;
}

#content_main .comments li .text {
	font-size: 1.2em;
	line-height: 1.5em;
}

#content_main .comments p#txpCommentInputForm, #content_main .comments #closed {
	font-size: 1.2em; 
	font-weight: bold;
}

/* Mittelteil, Kommentare, erstellen */
#content_main .comments form a {
	text-decoration: underline;
}

#content_main .comments form ul.comments_error {
	background: red;
	margin-bottom: 1.8em;
	padding: .3em 1em 0 1em;
}

#content_main .comments form ul.comments_error li {
	background: none; 
	padding: 0 0 .3em 0;
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	margin: 0;
}

#content_main .comments form p .comments_error {
	border: 1px solid red;
}

#content_main .comments form p {
	font-size: 1.2em;
	margin-bottom: 1em;
	overflow: hidden;
	height: 1%;
}

#content_main .comments form p label {
	float: left;
	margin-top: 3px;
	width: 8em;
}

#content_main .comments form p span {
	font-size: 0.9em;
	color: red;
}

#content_main .comments form p small {
	font-size: 0.9em;
	color: #9e9e9e;
	position: relative;
	top: -1px;
	left: 2px;
}

#content_main .comments form p input, #content_main .comments form p textarea {
	padding: .2em;
	border: 0;
	background: #f1f1f1;
	font-family: Arial;	
	font-size: 1em;
}

#content_main .comments form p textarea {
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background: #e3e3e3;	
}

#content_main .comments form p#last span {
	float: left; 
	margin: .6em 0 0 0;
}

#content_main .comments form p#last label {
	float: none;
	color: #000;
	position: relative;
	top: -2px;
}

#content_main .comments form p#info {
	font-size: 1.1em;
	color: #808080;
	margin-bottom: 1.2em;
	border-left: 7px solid #5c7700;
	padding: .1em .6em;
}

#content_main .comments form p#info a {
	color: #808080;
}

#content_main .comments form p input[type=checkbox] {
	background: none;
	margin: 0 2px 1px 0;
} /* IE7 */

#content_main .comments form p input[type=submit] {
	float: right; 
	padding: .2em .15em;
	background: #5c7700;
	color: #fff;
	font-weight: bold;
	width: 6em;
	font-size: 1.1em;
	margin-left: 10px;
	cursor: pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#content_main .comments form p input[type=submit].disabled {
	background: #d6d6d6;
	color: #a4a4a4;
}

/* Mittelteil, Seitennavigation */
#content ul#navi {
	overflow: hidden;
}

#content #navi li {
	float: right;
}

#content #navi li:first-child {
	float: left;
}

#content #navi li a {
	font-size: 1.3em;
	background: url(../textpattern/images/navi_old.gif) right no-repeat;
	padding-right: 20px;
}

#content #navi li:first-child a {
	background: url(../textpattern/images/navi_new.gif) no-repeat;
	padding-left: 20px;
}

/* Mittelteil, statische Seiten */
#content_main .static h2 {
	color: #5c7700;
	/* Fuer Text mit cufon */
	font-size: 3.2em;
	padding-bottom: .1em;
	margin: -.1em 0 0 -.1em;
	/* Fuer normalen Text */
	/* font-size: 1.8em;
	padding-bottom: .3em; */
}

#content_main .static .text {
	font-size: 1.2em;
	line-height: 1.5em;
	border-top: 1px solid #d7d7d7;
	padding: .4em 0 0;
}

/* Mittelteil, Diverses */
#content_main #hits {
	font-size: 1.3em;
	color: #000;
	margin-bottom: 1.2em;
	border-left: 7px solid #5c7700;
	padding: .2em .5em;
	font-weight: bold;
	background: #ececec;
}

#content_main .post .matches strong {
	background: #aebb80;
	padding: 0 .15em 0 .2em;
	color: #fff;
}

#content_main .text img.lalign {
	float: left;
	margin: .3em 1em 0 0;
}

#content_main .text img.ralign {
	float: right;
	margin: .3em 0 0 1em;
}

#content_main .text p.first {
	margin-top: 0;
}


/* ---------- */
/* Randspalte */
/* ---------- */
#content_add {
	float: right;
	width: 19em;
	min-width: 190px;
	max-width: 244px;
}

#content_add .block {
	background: url(../textpattern/images/corner.gif) no-repeat #ddf5fd;
	margin-bottom: 2em;
	padding: .7em 1em .9em 1.2em;
	position: relative;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#content_add .block:last-child {
	margin-bottom: 0;
}

#content_add .block h3 {
	/* Fuer Text mit cufon */
	/* color: #52c9ed;
	font-size: 2.7em;
	background: none !important;
	font-weight: normal;
	margin: -.2em 0 .05em -.05em; */
	/* Fuer normalen Text */
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px; 
	width: 169px;
}

#content_add .block a {
	font-size: 1.3em;
}

#content_add .block li {
	background: url(../textpattern/images/az_add.gif) 0 5px no-repeat;
	padding-left: 11px;
	margin-top: .6em;
	overflow: hidden;
}

#content_add .block li:first-child {
	margin: 0 !important;
}

#content_add .block li span {
	position: static;
	width: auto;
	height: auto;
	background: none;
	display: block;
	font-size: 1em;
}

#content_add .block li a span {
	font-weight: normal;
	font-size: .8em;
}

/* Fuer Text mit cufon */
/* #content_add #suche h3 {
	margin-bottom: .15em;
}*/

/* Fuer normalen Text */
#content_add #about_add h3 {
	background-image: url(../textpattern/images/head_about-trans.png);
}

#content_add #suche h3 {
	background-image: url(../textpattern/images/head_suche-trans.png);
	margin-bottom: .3em;
}

#content_add #blog_roll h3 {
	background-image: url(../textpattern/images/head_blogroll-trans.png);
}

#content_add #links h3 {
	background-image: url(../textpattern/images/head_links-trans.png);
}

#content_add #alle_art h3 {
	background-image: url(../textpattern/images/head_alleart-trans.png);
}

#content_add #weit_art h3 {
	background-image: url(../textpattern/images/head_weitart-trans.png);
}

#content_add #kateg h3 {
	background-image: url(../textpattern/images/head_kateg-trans.png);
}

#content_add #neukomm h3 {
	background-image: url(../textpattern/images/head_neukomm-trans.png);
}

#content_add #about_add {
	padding-right: .8em;
	background: url(../textpattern/images/corner_about.gif) right top no-repeat #beedfb;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#content_add #about_add em {
	font-size: 1.2em;
	line-height: 1.45em;
}

#content_add #about_add a {
	background: url(../textpattern/images/az_add.gif) 0 5px no-repeat;
	padding-left: 11px;
	display: block;
	margin-top: .3em;
}

#content_add #suche {
	padding-bottom: 1.2em;
}

#content_add #suche input[type=submit] {
	background: none;
	border: none;
	cursor: pointer;
	background: url(../textpattern/images/submit-trans.png);
	width: 19px;
	height: 19px;
	margin-left: 6px;
	position: relative;
	top: 2px;
} /* IE7 */

#content_add #suche input[type=text] {
	font-size: 1.2em;
	padding: .2em;
	width: 9.6em;
	min-width: 136px;
	max-width: 197px;
	border: 1px solid #000;
}

#content_add #alle_art li {
	margin-top: .4em;
}

#content_add #alle_art li a {
	font-size: 1.2em;
}

/* -------- */
/* Fußzeile */
/* -------- */
#site_info {
	text-align: center; 
	border-top: 2px solid #bdbdbd;
	padding-top: .2em;
	color: #5e5e5e;
	font-size: 1.1em;
}

#site_info span {
	margin: 0 5px;
}

#site_info a {
	font-weight: normal;
	color: #5e5e5e;
}

#site_info img {
	vertical-align: middle;
}
