/*  
Theme Name: Dailyfoto
Theme URI: http://daily.visuellegedanken.de
Description: EInträge mit jeweils einem Foto. Rocks!
Author: Martin Wolf
Author URI: http://visuellegedanken.de
 */
 
* {
	margin: 0px;
	padding: 0px;
}

BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #46433e;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
}

#container {
	margin: 0 auto;
	width: 560px;
}

/* HEADER */

BODY > HEADER {
	display: block;
	width: 597px;
	margin: 70px auto;
}

H1 A, H1 A:VISITED {
	display: block;
	margin-bottom: 50px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

H1 A:HOVER, H1 A:ACTIVE {
	
}

/* ALLGEMEINES */

.clear {
	clear: both;
}

.unsichtbar {
	display: none;
}

A IMG {
	border: none;
}

A, A:VISITED {
	color: #824440;
	text-decoration: none;
	-webkit-transition: 0.3s linear;
}

A:HOVER, A:ACTIVE {
	color: #000;
	-webkit-transition: 0.1s linear;
}

/* ARTICLE */

ARTICLE {
	display: block;
	margin-bottom: 60px;
	text-align: center;
}

ARTICLE > HEADER {
	display: block;
	margin-bottom: 20px;
}

ARTICLE H2 A, ARTICLE H2 A:VISITED {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 25px;
	color: #664b30;
	text-decoration: none;
	text-shadow: 0px 1px 1px #e8e2d3;
	text-align: center;
}

ARTICLE H2 A:HOVER, ARTICLE H2 A:ACTIVE {
	color: #000;
}

ARTICLE IMG {
	padding: 30px 30px 60px 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(images/img_bg.png);
	background-repeat: repeat;
	background-color: #fff;
}

ARTICLE > SECTION > P {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 24px;
	background: url(images/img_left.png) left bottom no-repeat,
				url(images/img_right.png) right bottom no-repeat;
}

ARTICLE FOOTER {
	margin-bottom: 0px;
}

IFRAME#facebooklike {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-webkit-transition: 0.3s linear;
}

IFRAME#facebooklike:HOVER {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-webkit-transition: 0.1s linear;
}

.prev A, .next A {
	position: fixed;
	top: 50%;
	margin-top: -60px;
	height: 120px;
	width: 120px;
	color: #000;
	text-align: center;
	font-size: 80px;
	line-height: 110px;
	border-radius: 120px;
	-moz-border-radius: 120px;
	-webkit-border-radius: 120px;
	background-color: #fff;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-webkit-transition: 0.1s linear;
}

.prev A {
	left: 50px;
}

.next A {
	right: 50px;
}

.prev A:HOVER, .next A:HOVER {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-webkit-transition: 0.1s linear;
}

.pagebar {
	margin-bottom: 60px;
}

.pagebar A, .pagebar SPAN {
	display: inline-block;
	height: 13px;
	width: 13px;
	padding: 10px;
	color: #000;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	background-color: #fff;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-webkit-transition: 0.1s linear;
}

.pagebar SPAN {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}

.pagebar A:HOVER {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-webkit-transition: 0.1s linear;
}

/* FOOTER */

FOOTER {
	display: block;
	margin-bottom: 40px;
}

FOOTER P {
	margin: 0px;
}

FOOTER P.legal {
	margin-bottom: 15px;
	text-align: center;
}

#autorinfo {
	margin: 0 auto;
	margin-bottom: 40px;
	width: 560px;
}

IMG.martin {
	float: left;
	width: ;
}

P.autor {
	float: right;
	width: 400px;
}

FOOTER P SPAN {
	margin-right: 15px;
}

A.visuellegedanken, A.visuellegedanken:VISITED {
	display: block;
	margin-bottom: 0px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #78756c;
	text-align: center;
}

A.visuellegedanken:HOVER, A.visuellegedanken:ACTIVE {
	color: #000;
}
