@charset 'utf-8';
@import url(css/reset.css);
/*  
Theme Name: KT Style
Theme URI: http://katharinatimner.de/
Description: Theme für katharinatimner.de
Version: 1.0
Author: Florian Hardwig
Author URI: http://florian.hardwig.com/
*/

/* COLORS */
/* lila 9d2576 */

body {
	font-family: Georgia, Constantia, "Hoefler Text", serif;
	line-height: 1.3;
}

#wrapper {
	padding: 0 30px 10px;	
}


/* HEADER */
p#header {
	text-indent: -999px;
	width: 258px;
	height: 27px;
	padding: 0 1px 6px;
	margin: 30px 0 25px 30px;
}
p#header a {
	display: block;
	height: 100%;
	width: 100%;
	background: #fff url(images/katharina-timner-1.gif) no-repeat 0 0;
}
p#header a:hover {
	border-bottom: 4px solid #9d2576;
}
#home p#header a:hover {
	border-bottom: none;
	cursor: default;
}

/* INDEX */
#index {
	clear: left;
	padding-bottom: 20px;
}
#index h2 {
	clear: left;
	float: left;
	margin-right: 1.8em;
	font-size: .6em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #9d2576;
	position: relative;
	top: 1.2em;
	margin-bottom: 23px;
}
#index ul {
	margin-bottom: .4em;
}
#index ul:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

#index ul {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html #index ul { height: 1%; }
#index ul { display: block; }
/* End hide from IE-mac */

#index li {
	font-size: 1.5em;
	display: block;
	float: left;
	margin-right: .4em;
}
#index li a {
	color: #000;
	text-decoration: none;
	padding: 1px 0;
	border-bottom: 1px solid #000;
	word-spacing: -.1em;
}
#index li a:visited {
}
#index li a:hover {
	border-bottom: 2px solid #000;
}
/* CONTENT */
#content, #archive {
	margin-bottom: 25px;
	font-size: .8em;
}
.bild {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.bild p, #beschreibung {
	margin: 5px 0 10px;
}
#beschreibung {
	clear: left;
}
.einzelbild {
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, #archive h2 {
	font-size: 1.3em;
	margin-bottom: .3em;
	clear: left;
}


/* INFO */ /* ARCHIV */
#info {
	margin-top: 2em;
}
#info h2, h1#archiv {
	text-transform: uppercase;
	font-size: .86em;
	font-weight: bold;
	margin-bottom: 1.2em;
	letter-spacing: 2px;
}
h1#archiv {
	font-size: .66em;
	margin-top: 4em;
	margin-bottom: 2em;
}
#info ul {
	margin-bottom: 2.4em;
}
#info li {
	margin-bottom: .6em;
}
#info .year {
	font-size: 115%;
	position: relative;
	top: .1em;
}
.year:after {
	content: "\0020\00BB\0020";
	color: #9d2576;
}
/* LINKS */
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #333;
}
a:hover {
	color: #9d2576;
}

/* CONTACT FORM */
.adresse {
	margin-bottom: 2em;
}
#c_form_2 div {
	margin-bottom: .3em;
}
#c_form_2 label, #carbon_copy input {
	padding-left: .05em;
}
 
p.fehler {
	border-bottom: 1px solid red;
	background-color: #FFE9EC;
	padding: .2em .3em .3em;
	margin-bottom: .6em;
	width: 30em;
}
#contactsubmit {
	margin-top: 1em;
}

/* CLEARFIX */
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
