@charset "UTF-8";
/*  
Theme Name: ILoveDark
Theme URI: http://www.augenstille.de/
Description: A dark theme layout for photo presentation: Two floating columns with header and footer wrapped to fit easily within 1024 pixel of screen width.
Version: 1.0
Author: Boris Stumpf
Author URI: http://www.dyingeyes.de/

CSS an eigene Bedürfnisse angepasst: Christian Leipnitz, cl21.net
*/


/* Browser-Reset ----------------------------- */

* {
	margin: 0;
	padding: 0;
}


/* Body ----------------------------- */

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #927272;
	background: #fff url(http://augensprache.de/wp-content/images/_bg-01.png) repeat-y;
	text-align: center;
}


/* Seitenlayout ----------------------------- */

#seitenkopf {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	border-bottom: 2px solid #b1b1b1;	
	text-align: left;
}

#container {
	width: 800px;
	margin: 0 auto;
}

.no-display {
        display: none;
}

#artikelspalte {
	float: left;
	width: 600px;
	margin: 0 auto;
	padding: 10px 20px 25px 0;
	text-align: left;	
}

#seitenspalte {
	float: left;
	width: 150px;
	margin: 0 auto;
	padding: 40px 0 25px 25px;
        text-align: left;
}

#metabox {
	width: 600px;
	padding: 5px 0 10px 0;
}

#bildnavi {
	width: 585px;
	margin: 20px 0 30px 0;
	padding: 2px 0 4px 0;
	text-align: center;
	border-top: 1px solid #b1b1b1;
	font-size: 1.2em;
        font-weight: normal;
}

#textblock {
	width: 90%;
}

#tagwolke {
	clear: both;
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 15px;
	background: #FFEFEF;
        border: 1px solid #c0c0c0;
        text-align: justify;
}

#seitenfuss {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
}



/* Bild-Elemente  ----------------------------- */

img {
        border: 0;
}

.bildbox img {
	border: 1px solid #ccc;
        padding: 2px;
	background-color: #eee;
}

.bildbox img:hover {
	background-color: #b4b4b4;
}

.thumbnail {
	/* margin: 3px; */
	/* padding: 4px; */
	/* border: 1px solid #303028; */
}

.bildbox {
	width: 600px;
        position: relative;
}

.bildbox em {
        width: 24px;
        height: 24px;
        position: absolute;
        display: none;
        left: 3px;
        top: 414px;
        background: transparent url(http://www.augensprache.de/wp-content/images/_lupe_01.png) no-repeat;
}

.bildbox a:hover em {
        display: block;
}

.bildlegende {
	width: 500px;
	background: #444;
}


/* Typografie  ----------------------------- */

/* Hyperlinks  ----------------------------- */

a {
	text-decoration: none;
	color: #0000ff;
	outline: none;
}

a:visited {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

a:active {
	text-decoration: underline;
	color: #0000ff;
}

a:focus {
	text-decoration: underline;
	color: #0000ff;
}


/* Text-Elemente  ----------------------------- */

h1 {
	font-weight: bold;
	font-size: 3.0em;
	line-height: 1.2em;
}

.zur-startseite {
       margin: 0;
       padding: 0;
       height: 39px;
       width: 281px;
       background: transparent url(http://www.augensprache.de/wp-content/images/_logo_01.png) no-repeat top;
}

.zur-startseite a {
       display: block;
       height: 39px;
       width: 281px;
       background: transparent url(http://www.augensprache.de/wp-content/images/_logo_01.png) no-repeat top;
}

.zur-startseite a:hover {
       display: block;
       height: 39px;
       width: 281px;
       background: transparent url(http://www.augensprache.de/wp-content/images/_logo_hover_01.png) no-repeat top;
}

a.homelink {
	color: #b2b2b2;
	text-decoration: none;
}

a.homelink:hover {
	color: #808080;
}

h2 {
	font-size: 1.6em;
	line-height: 1.2em;
}

h2.uebersicht {
	font-size: 1.5em;
	margin: 15px 0;
}

#textblock h2 {
	margin: 1em 0 1.5em 0;
}

#textblock ul li h2 {
	margin: 1.2em 0 1em 0;
	font-size: 1.1em;
}

#seitenspalte h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 15px 0 0.25em 0;
	/*padding-left: 12px;*/
}

#seitenspalte h2 a {
	color: #0000ff;
}

h3 {
	font-size: 1.5em;
	padding: .25em 0 .75em 0;
	line-height: 1.2em;
}

#textblock h3 {
	font-size: 1.5em;
	margin: 1em 0 .5em 0;
}

#tagwolke h3 {
        letter-spacing: 0.3em;
}

p,li {
	font-size: 1.3em;
	line-height: 1.4em;
}

#textblock p {
	padding-bottom: 1em;
}

small {
	font-size: 90%;
}
.tagline {
	font-size: 1.2em;
}

.vcard {
	font-size: 120%;
}

/* Listen  ----------------------------- */

/* Artikelspalte  ----------------------------- */

#textblock ul {
	list-style-type: square;

	margin-left: 14px;
	padding: .5em 0 1.75em 0;
}


/* Kommentare  ----------------------------- */

ol.commentlist {
	margin: 0.5em 0 2em 20px;
}

.commentlist li, .commentlist li.author {
	margin-left: 1px;
	padding: 15px;
	background: #191918;
        font-size: 1.3em;
}

.commentlist li.alt {
	background: #efe9e9;
        border: 1px solid #c0c0c0;
	width: 527px;
}

ol.commentlist li p {
	font-size: 95%;
	font-weight: normal;
	line-height: 1.4em;
	padding-top: .25em;
}


/* Seitenspalte  ----------------------------- */


#seitenspalte ul {
	list-style-type: none;
}

#seitenspalte ul li, #seitenspalte ul li p {
	font-size: 1.1em;
	line-height: 1.8em;
	padding-top: 0em;
	color: #000;
}

#seitenspalte li.sidebuttons {
	padding-top: 1.5em;
	line-height: 1.2em;
}


/* andere Listen  ----------------------------- */

li.thumbliste {
	display: inline;
        padding: 0 7px 0 0;
}

.thumbliste img {
	border: 1px solid #ccc;
	padding: 3px;
        margin: 0 0 7px 0;
	background-color: #eee;
	 }

.thumbliste img:hover {
	background-color: #b4b4b4;
	 }

ul.linkliste {
	list-style: none;
}

ul.linkliste li ul li {
	display: inline;
	font-size: 1.1em;
}



/* Formulare  ----------------------------- */

input, textarea {
	font-family: sans-serif;
	margin-top: 6px;
	padding: 2px;
	font-size: 12px;
	color: #333;
	border: 1px solid #c0c0c0;
	background: #f8f8f8;
}

input:focus, textarea:focus {
	border: 1px solid #323232;
	background: #efe9e9;
}



input#submit {
	font-weight: bold;
	padding: 2px 15px;
}

input#submit:hover {
	/* color: #FDFDFA; */
	border: 1px solid #323232;
	background: #efe9e9;
        cursor: pointer;
}

label {
	font-size: 1.0em;
}

