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

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

BODY {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 21px;
	color: #2f2f2f;
	background-color: #d9d9d9;
	background-image: url();
	background-position: top center;
	background-repeat: repeat-x;
}

P {
	margin-bottom: 15px;
}

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

STRONG {
	font-weight: bold;
}

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

CITE {
	font-style: italic;
}

A:HOVER {
	color: #000;
}

A IMG {
	border: none;
}

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

.copyright {
	text-align: right;
	display: block;
	margin-top: -13px;
	font-size: 10px;
	color: #626262;
}

.copyright A, .copyright A:VISITED {
	color: #000;
}

.copyright A:HOVER, .copyright A:ACTIVE {
	text-decoration: underline;
}

/* Grundgerüst */

#page {
	margin: 0 auto;
	padding: 30px 30px 10px 30px;
	width: 920px;
	background-color: #fff;
	background-image: url(images/vg_block_container_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#header {
	height: 180px;
	margin-bottom: 70px;
}

#topnavi {
	position: absolute;
	margin-left: -30px;
	padding-left: 0px;
	top: 205px;
	width: 980px;
	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;
	border-right: 1px dotted #d1d1d1;
}

#sidebar {
	float: right;
	width: 260px;
}

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

/* Header */

#header IMG {
	margin-top: 80px;
}

.photokina_gewinnen {
	position: absolute;
	margin: 70px 0px 0px 370px;
}

/* Topnavi */

#topnavi UL {
	margin-left: 30px;
	list-style-type: none;
}

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

#topnavi UL LI A {
	padding: 0px 10px;
	display: block;
	color: #2f2f2f;
	font-size: 11px;
	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;
	left: 49px;
	width: 140px;
}

.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;
}

#topnavi .rss {
	position: absolute;
	top: 10px;
	margin-left: 638px;
}

#topnavi .twitter {
	position: absolute;
	top: 10px;
	margin-left: 593px;
}

/* Content */

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

#content H3, #content H3 A {
	margin-bottom: 7px;
	font-size: 17px;
	font-weight: normal;
}

#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;
	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);
}

P.intro {
	color: #000;
	font-weight: bold;
}

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

DIV.eintragdetails {
	padding: 10px;
	border: 1px dotted #d1d1d1;
	font-size: 11px;
}

DIV.eintragdetails A {
	color: #90613c;
}

DIV.eintragdetails A:HOVER {
	color: #90613c;
	text-decoration: underline;
}

DIV.bewertung {
	margin-top: 30px;
	padding: 5px 8px;
	background-color: #F2F2F2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

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-left: 0px;
}

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

/* Indexseite mit Thumbnails und Teasertexten */

#content #lastposts_slider {
	margin-bottom: 10px;
	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 H2 A, #content #lastposts_slider H2 A:VISITED {
	position: absolute;
	margin-top: 50px;
	margin-left: 0px;
	padding: 5px 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;
	border: 1px solid #D1D1D1;
}

#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: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#content DIV.teaser_eintrag DIV.text H2 A:HOVER, #content DIV.teaser_eintrag DIV.text H2 A:ACTIVE {
	color: #b33030;
}

#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, #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 {
	color: #b33030;
}

#content DIV.teaser_eintrag DIV.text P {
	margin: 0px;
	line-height: 19px;
}

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

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

/* Sidebar */

#sidebar UL {
	padding-bottom: 20px;
	margin-bottom: 30px;
	list-style-type: none;
	border-bottom: 1px dotted #d1d1d1;
}

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

#sidebar H2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: Georgia, Times New Roman, "Serif";
	font-weight: normal;
}

#sidebar INPUT#s {
	margin-bottom: 30px;
	padding: 5px 13px;
	width: 232px;
}

#sidebar DIV.autor {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #f2f2f2;
}

#sidebar DIV.hier_werben {
	margin-bottom: 25px;
}

.ad_left {
	float: left;
	margin-bottom: 5px;
}

.ad_right {
	float: right;
}

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

#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.sidebar_flickr {
	margin-bottom: 30px;
	padding-bottom: 8px;
	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;
}

.flattr {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}

A#fbshare {

}

/* Kommentare */

TEXTAREA#comment {
	padding: 5px;
	width: 385px;
	height: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #484848;
	border: 1px solid #d1d1d1;
}

INPUT {
	padding: 5px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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;
}

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

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

OL.commentlist LI.author {

}

SPAN.commentname {
	font-weight: bold;
}

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

.comment_edit {
	font-size: 10px;
}

/* Postaddons */

#postaddons {
margin: 30px 0px 0px 0px;
padding-bottom: 10px;
color: #87827e;
}

#postaddons TABLE TD.postmetadata {
border-right: 1px dotted #d1d1d1;
border-top: 0px;
padding-right: 25px;
}

#postaddons #related {
float: right;
margin-left: 25px;
}

#postaddons H4 {
font-size: 13px;
	margin-bottom: 5px;
margin-top: 0px;
}

H4.related {
	margin-bottom: 0px;
margin-top: 0px;
text-align: left;
}

#postaddons UL {
margin: 0px 0px 0px 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 {
font-weight: normal;
}


/* fuer unterschiedliche Kommentare */

.alt {

	}
	
/* Footer */

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

#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;
}
