/*  
Theme Name: vG Block 2
Theme URI: http://visuellegedanken.de
Description: Theme fuer meinen Blog.
Author: Martin Wolf
Author URI: http://www.visuellegedanken.de
*/

* {
	margin: 0px;
	padding: 0px;
}

@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: normal;
  src: local('Droid Serif'), url('http://themes.googleusercontent.com/font?kit=cj2hUnSRBhwmSPr9kS5895bd9NUM7myrQQz30yPaGQ4') format('truetype');
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Serif'), url('http://themes.googleusercontent.com/font?kit=70P0G8gxVDIV6F9om0DsKg') format('truetype');
}

@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: bold;
  src: local('Droid Serif'), url('http://themes.googleusercontent.com/font?kit=c92rD_x0V1LslSFt3-QEps5gzdOPyAFVZA8FnZ4sZC0') format('truetype');
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Serif'), url('http://themes.googleusercontent.com/font?kit=QQt14e8dY39u-eYBZmppwf5Jgr8ufe5A6KahQF76Xmg') format('truetype');
}

BODY {
	font-family: Droid Serif, Georgia, Times New Roman, Times, Serif;
	font-size: 14px;
	line-height: 26px;
	color: #444444;
	background-color: #fff;
}

P {
	margin-bottom: 15px;
}

A {
	color: #000;
	/* b33030 */
	text-decoration: none;
}

A IMG {
	border: none;
	text-decoration: none;
}

STRONG {
	font-weight: bold;
}

BLOCKQUOTE {
	margin-left: 30px;
	padding-left: 20px;
	border-left: 1px solid #D1D1D1;
}

CITE {
	font-style: italic;
}

SMALL {
	font-size: 11px;
}

A:HOVER {
	color: #000;
}

A IMG {
	border: none;
}

::-moz-selection {
	color: #fff;
	background: #B33030;
}

::selection {
	color: #fff;
	background: #B33030;
}

PRE {
	font-size: 13px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #000;
	background: #fff;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background: #f6f6f6;
	line-height: 20px; /*--Height of each line of code--*/
	width: 600px;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
PRE CODE {
	margin: 0 0 0 20px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
	background: #f6f6f6;
}

CODE {
	font-family: monospace;
	background: #e9e9e9;
}

.border {
	border: 1px solid #D1D1D1;
}

.copyright {
	text-align: left;
	display: block;
	margin-top: -13px;
	font-size: 11px;
	color: #626262;
	font-style: italic;
}

P.intro {
	font-weight: normal;
	font-size: 17px;
	color: #000;
}

.affiliate {
	color: #7a7a7a;
	font-size: 13px;
	line-height: 20px;
}

/* Grundgerüst */

#page {
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	width: 920px;
}

#header_wrapper {
	margin-bottom: 70px;
	height: 230px;
	background: #fff;
}

#header {
	margin: 0 auto;
	width: 920px;
}

#topnavi {
	position: absolute;
	padding-left: 0px;
	top: 205px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-image: url(images/vg_block_topnavi_bg.png);
	z-index: 100;
}

#content {
	float: left;
	margin-bottom: 20px;
	padding-right: 30px;
	width: 600px;
}

#content.fullwidth {
	width: 920px;
	padding-right: 0px;
}

#sidebar {
	float: right;
	width: 260px;
	font-size: 13px;
	line-height: 24px;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0px 30px 0px;
	width: 100%;
	color: #fff;
	background-color: #000;
}

/* Header */

#header H1 {
	padding-top: 90px;
	font-family: Georgia;
	color: #000;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
}

/* Topnavi */

#topnavi_wrapper {
	margin: 0 auto;
	width: 920px;
}

#topnavi UL {
	list-style-type: none;
}

#topnavi UL LI {
	height: 40px;
	float: left;
}

#topnavi UL LI A {
	padding: 0px 10px;
	display: block;
	color: #2f2f2f;
	font-size: 12px;
	line-height: 40px;
	background-color: #f2f2f2;
	border-left: 1px solid #e1e1e1;
}

#topnavi UL LI A:HOVER {
	color: #fff;
	background-color: #b33030;
	background-image: url(images/vg_block_topnavi_active.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
}

#topnavi UL LI UL LI A {
	border-left: none;
	line-height: 30px;
}

#topnavi UL LI UL LI {
	border-bottom: 1px solid #e1e1e1;
	height: 30px;
}

#topnavi LI.current_page_item A, #topnavi LI.current-cat A {
	color: #fff;
	background-color: #b33030;
	background-image: url(images/vg_block_topnavi_active.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#topnavi UL LI UL {
	display: none;
}

.sf-menu ul {
	position: absolute;
	margin-left: 0px;
	width: 150px;
}

.sf-menu ul li {
	width: 100%;
}

.sf-shadow li ul {
	background:	url('images/vg_block_topnavi_shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#social {
	float: right;
	margin-top: 10px;
	width: 85px;
}

#social .rss {
	margin-left: 20px;
}

/* Content */

#content H2 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: normal;
}

#content H2 A {
	background-color: transparent;
}

#content H3, #content H3 A {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}

#content .eintrag H3 {
	font-size: 19px;
	color: #000;
	font-weight: normal;
}

#content #respond H3, #content #comments H3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #444;
}

#content .kommentaranzahl A {
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px 5px;
	color: #555;
	font-size: 14px;
	line-height:22px;
	text-align: center;
	font-weight: bold;
	background-color: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .kommentaranzahl A:HOVER {
	color: #fff;
	background-color: #b33030;
}

#content .kommentaranzahl_teaser A {
	position: absolute;
	margin-left: 247px;
	padding: 0px 4px 0px 4px;
	width: 25px;
	-webkit-transition: 0.1s linear;
	color: #fff;
	background-color: #000;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#content .kommentaranzahl_teaser A:HOVER {
	color: #fff;
	background-color: #000;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);
}

DIV.eintrag {
	clear: both;
	margin-bottom: 70px;
}

DIV.eintrag A {
	-webkit-transition: 0.1s linear;
	background-color: #f7f7f7;
	border-bottom: 1px solid #bfbfbf;
}

DIV.eintrag A:HOVER {
	-webkit-transition: 0.1s linear;
	background-color: #ededed;
	border-bottom: 1px solid #9b9b9b;
}

DIV.eintragscontent A {
	color: #b33030;
	background-color: transparent;
}

DIV.eintragscontent A:HOVER {
	color: #000;
	background-color: transparent;
}

DIV.eintragscontent .copyright A, .copyright A:VISITED  {
	-webkit-transition: 0.1s linear;
	color: #000;
	background-color: #f7f7f7;
	border-bottom: 1px solid #bfbfbf;
}

DIV.eintragscontent .copyright A:HOVER, .copyright A:ACTIVE{
	-webkit-transition: 0.1s linear;
	color: #000;
	background-color: #ededed;
	border-bottom: 1px solid #9b9b9b;
}

DIV.eintragdetails {
	color: #87827e;
	font-size: 13px;
	line-height: 19px;
}

DIV.eintragdetails A {
	font-weight: normal;
	color: #444444;
}

DIV.eintragdetails A:HOVER {
	text-decoration: underline;
}

UL.archiv {
	list-style-position: inside;
}

#content A.more-link {
	display: block;
	margin-top: 10px;
	padding: 3px 10px;
	background-color: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content A.more-link:HOVER {
	background-color: #b33030;
	color: #efefef;
}

#content UL, #content OL {
	margin-left: 30px;
	margin-bottom:15px;
}

#content OL.commentlist {
	margin: 0px 0px 45px 0px;
}

#content UL LI, #content OL LI {
	margin-bottom: 5px;
}

#content OL.commentlist LI {
	margin-bottom: 20px;
}

/* Indexseite mit Thumbnails und Teasertexten */

#content #lastposts_slider {
	margin-bottom: 10px;
	width: 600px;
	height: 350px;
	border: 1px solid #D1D1D1;
	z-index: 0;
}

#content #lastposts_slider_nav {
	margin-bottom: 50px;
	text-align: center;
}

#content #lastposts_slider_nav LI {
	display: inline;
	list-style-type: none;
}

#content #lastposts_slider_nav LI A {
	width: 10px;
	height: 10px;
	padding: 0px 4px;
	color: #ccc;
	background-image: url('images/slider_indicator.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#content #lastposts_slider_nav LI A.activeSlide {
	background-image: url('images/slider_indicator_active.jpg');
}

#content #lastposts_slider H2 {
	margin-bottom: 0px;
}

#content #lastposts_slider A {
	-webkit-transition: 0.1s linear;
}

#content #lastposts_slider A:HOVER {
	-webkit-transition: 0.1s linear;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #lastposts_slider H2 A, #content #lastposts_slider H2 A:VISITED {
	position: absolute;
	margin-top: 50px;
	margin-left: 0px;
	padding: 10px 15px 7px 20px;
	max-width: 540px;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	background-color: #000;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	z-index: 100;
}

#content #lastposts_slider H2 A:HOVER, #content #lastposts_slider H2 A:ACTIVE {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);
}

#content DIV.teaser_eintrag {
	clear: both;
	margin-bottom: 60px;
}

#content DIV.teaser_eintrag DIV.thumbnail {
	float: left;
	width: 280px;
	height: 170px;
	-webkit-transition: 0.1s linear;
	border: 1px solid #D1D1D1;
}

#content DIV.teaser_eintrag DIV.thumbnail:HOVER {
	-webkit-transition: 0.1s linear;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content DIV.teaser_eintrag DIV.text {
	float: right;
	width: 290px;
	height: 133px;
	margin-bottom: 12px;
	overflow: hidden;
}

#content DIV.teaser_eintrag DIV.text H2, #content DIV.teaser_eintrag DIV.text H2 A, #content DIV.teaser_eintrag DIV.text H2 A:VISITED {
	margin-bottom: 5px;
	font-size: 17px;
	line-height: 21px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#content DIV.teaser_eintrag DIV.text H2 A:HOVER, #content DIV.teaser_eintrag DIV.text H2 A:ACTIVE {
	text-decoration: underline;
}

#content DIV.teaser_eintrag DIV.text SPAN.teaser_metadata_details {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	color: #404040;
}

#content DIV.teaser_eintrag DIV.text SPAN.teaser_metadata_details A {
	border-bottom: 1px solid #e1e1e1;
}

#content DIV.teaser_eintrag DIV.text SPAN.teaser_metadata_details A, #content DIV.teaser_eintrag DIV.text SPAN.teaser_metadata_details A:VISITED {
	color: #404040;
}

#content DIV.teaser_eintrag DIV.text SPAN.teaser_metadata_details A:HOVER, #content DIV.teaser_eintrag DIV.text SPAN.teaser_metadata_details A:ACTIVE {
	border-bottom: 1px solid #9b9b9b;
}

#content DIV.teaser_eintrag DIV.text P {
	margin: 0px;
	font-size: 14px;
}

#content DIV.teaser_eintrag A.readmore {
	float: right;
	width: 270px;
	display: block;
	margin-top: 0px;
	padding: 0px 10px;
	-webkit-transition: 0.1s linear;
	line-height: 28px;
	height: 28px;
	background-color: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content DIV.teaser_eintrag A.readmore:HOVER {
	background-color: #000;
	color: #efefef;
}

#content UL.fragenpanels {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content UL.fragenpanels LI {
	float: left;
	margin: 0px 67px 70px 0px;
}

#content UL.fragenpanels LI.last {
	margin: 0px 0px 69px 0px;
}

#content UL.fragenpanels LI A {
	display: block;
	padding: 20px;
	width: 220px;
	height: 280px;
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	
}

UL.fragenpanels LI A IMG {
	margin-bottom: 15px;
}

#content UL.fragenpanels LI A H3 {
	margin-bottom: 0px;
}

#content UL.fragenpanels LI A P {
	margin-bottom: 0px;
}

#content .elffragen H3 {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar UL {
	list-style-type: none;
}

#sidebar UL LI {
	list-style-type: none;
}

#sidebar H2 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #dfdfdf;
}

#sidebar P {
	margin-bottom: 0px;
}

#sidebar A {
	border-bottom: 1px solid #BFBFBF;
}

#sidebar A:HOVER {
	border-bottom: 1px solid #9b9b9b;
}

.sidebarbox {
	margin-bottom: 50px;
}

#sidebar INPUT#s {
	padding: 5px 13px;
	width: 232px;
}

#sidebar DIV.autor IMG {
	margin-bottom: 2px;
}

#sidebar DIV.autor SPAN {
	border-bottom: 1px solid #e1e1e1;
	background-color: #f4f4f4;
	font-style: italic;
}

#sidebar UL.recent_comments {
	padding: 0px;
}

UL.recent_comments LI {
	margin-bottom: 15px;
}

UL.recent_comments LI P {
	margin: 0px;
}

UL.recent_comments LI IMG.kjgrcGravatar {
	float: right;
}

DIV.tagebuch {
	margin-bottom: 30px;
	border-bottom: 1px dotted #d1d1d1;
}

#sidebar UL.flickr_group_pool {
	border: none;
}

UL.flickr_group_pool LI {
	display: block;
	float: left;
	margin: 0px 7px 7px 0px;
}

SPAN.feedburner {
	display: block;
	height: 46px;
}

/* Single Beitrag */

#content .beitragsnavi {
	height: 35px;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}

#content .beitragsnavi A {
	color: #666666;
}

#content .beitragsnavi A:HOVER {
	color: #000;
}

#content .beitragsnavi .weiter {
	float: right;
	width: 290px;
	text-align: right;
}

#content .beitragsnavi .zurueck {
	float: left;
	width: 290px;
	text-align: left;
}

#fblike {
	margin-bottom: 20px;
}

.flattr, .twitter-share-button, .fb_share {
	float: left;
	margin-right: 20px;
	-webkit-transition: 0.1s;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.flattr:HOVER, .twitter-share-button:HOVER, .fb_share:HOVER {
	-webkit-transition: 0.1s;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* Kommentare */

#comments {
	width: 600px;
	font-size: 13px;
	line-height: 24px;
	color: #626262;
}

#comments A {
	color: #000;
}

#comments A.comment-reply-link:HOVER {
	text-decoration: underline;
}

TEXTAREA#comment {
	padding: 5px;
	width: 385px;
	height: 98px;
	font-family: Droid Serif, Georgia, Times New Roman, Times, Serif;
	font-size: 12px;
	line-height: 20px;
	color: #484848;
	border: 1px solid #d1d1d1;
}

DIV#respond P {
	margin-bottom: 7px;
}

INPUT {
	padding: 5px;
	width: 175px;
	font-family: Droid Serif, Georgia, Times New Roman, Times, Serif;
	font-size: 12px;
	line-height: 20px;
	color: #484848;
	border: 1px solid #d1d1d1;
}

INPUT#submit {
	margin-top: 0px;
	color: #fff;
	background-color: #b33030;
	background-image: url(images/vg_block_submit.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

TD.kommentarfeld {
	width: 415px;
}

IMG.avatar {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	border: 2px solid #000;
}

LI.comment DIV#respond {
	position: absolute;
	padding: 12px 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px #6f6f6f;
	-moz-box-shadow: 0px 0px 7px #6f6f6f;
	box-shadow: 0px 0px 7px #6f6f6f;
	z-index: 1000;
}

OL.commentlist {
	margin-bottom: 50px;
	list-style-type: none;
}

OL.commentlist LI {
	margin-bottom: 25px;
	padding: 10px 0px;
	border-bottom: 1px solid #d1d1d1;
}

DIV.comment-text P {
	margin-bottom: 2px;
}

DIV.trackbacktext P {
	margin-bottom: 20px;
}

DIV.reply {
	text-align: right;
	margin-bottom: 20px;
}

DIV.reply A {
	-webkit-transition: 0.1s linear;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

DIV.reply A:HOVER {
	-webkit-transition: 0.1s linear;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

OL.commentlist LI.depth-2 {
	margin-left: 40px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

OL.commentlist LI.depth-3 {
	margin-left: 50px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

OL.commentlist LI.depth-4 {
	margin-left: 60px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

OL.commentlist LI.depth-5 {
	margin-left: 70px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

OL.commentlist LI.depth-6 {
	margin-left: 80px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

OL.commentlist LI.depth-7 {
	margin-left: 90px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

#content UL.children {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

OL.commentlist UL.children LI {
	list-style-type: none;
}

OL.commentlist LI.depth-4 {
	margin-left: 50px;
	padding: 0px;
	list-style-type: none;
	border: none;
}

SPAN.commentname {
	font-size: 14px;
	font-weight: normal;
}

SPAN.commentname A:HOVER {
	text-decoration: underline;
}

SMALL.commentmetadata {
	display: block;
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #666666;
}

.comment_edit {
	font-size: 10px;
}

/* Postaddons */

#postaddons {
	width: 600px;
	margin: 30px 0px 0px 0px;
	color: #868686;
	font-size: 13px;
	line-height: 19px;
}

#postaddons H4 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 15px;
	color: #000;
	font-weight: normal;
}

#postaddons UL {
	margin: 0px 0px 20px 15px;
	padding: 0px;
	list-style-type: square;
}

#postaddons OL {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: square;
}

#postaddons LI {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#postaddons A {
	text-decoration: none;
	font-weight: normal;
	color: #444444;
	background-color: transparent;
	border: none;
}

#postaddons A:HOVER {
	text-decoration: underline;
}

.post-ratings {
	margin-bottom: 15px;
}

DIV.bewertung {
	margin-top: 30px;
}

DIV.bewertung IMG {
	vertical-align: middle;
}


/* fuer unterschiedliche Kommentare */

.alt {

	}
	
/* Footer */

#footer_wrapper {
	margin: 0 auto;
	width: 920px;
}

#footer P {
	margin: 0px;
	font-size: 10px;
}

#footer A {
	color: #b33030;
}

#footer A:HOVER {
	color: #b33030;
	text-decoration: underline;
}

/* braucht man immer */
acronym, abbr, span.caps {
	cursor: help;
}

.alignright {
	float: right;
	text-align: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	text-align: left;
	margin-right: 10px;
}

.wp-smiley {
	vertical-align: text-bottom;
}

.clear {
	clear: both;
}

/* Kontakt */

FORM.contact-form FIELDSET {
	border: none;
}
