/* CSS Document */
/*
 *	Typografie (Absatzformatierungen)
 *
 *@author Daniel Kussin
 *@version 1.0
 *@date 2010-07-09
 */


/* Allgemein */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-rendering: optimizeLegibility; /* Kerning-Fix für alle Browser, siehe http://www.aestheticallyloyal.com/public/optimize-legibility */
}

p {
	margin-bottom:15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

h1 {
	margin:75px 0 50px 0;
	font-size:13px;
}
h2 {
	margin:60px 0 40px 0;
	font-size:13px;
}
h3 {
	margin:30px 0 20px 0;
	padding-bottom:3px!important;
	font-size:13px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.post h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.post h4 {
	font-size: 12px;
	margin-bottom: 4px;
}

#footer h3 {
	font-family:Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

/* Layout */
#header {
	font-family:Georgia, Times, serif;
	font-size:13px;
	letter-spacing: 0.03em;
	font-style:italic;
}
#footer p,
#footer li {
	line-height:20px;
}
#footer p {
	margin-bottom:6px;
}

#copyright {
	font-family:Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size:12px;
}

/* Navigation */
/* Hauptmenü */
#navigation ul.menu li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	letter-spacing:0.75px;
	
}
#navigation ul.menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal !important;
}

/* Blog/Page */
.post .title h2,
.post .title h2 a,
.page .title h2,
.attachment .title h2 {
	margin:0 0 8px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
}
.post .teaser p,
.page .teaser p,
.attachment .teaser p {    
	line-height:20px;
	
}

.post .title .date,
.attachment .title .date {
  margin:0;
  padding-top:6px;
}
.post .title .date span, 
.attachment .title .date span, 
.post .title .date a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;  
}

/* "jüngere Beiträge" etc. kursiv und mit richtiger Font */
.post-navigation .col1 a , 
.post-navigation .col3 a {
	font-family:Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size:12px;
}
