/*
typography.css
regelt alles bezueglich der Schriftzeichen
*/

#dateikontrolle {
display: none;
}

/*--------------------------------------------------------------*/

body {
font-family: Lucida Grande, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
text-align: justify;
}

/*--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0px;
padding: 0px;
}

h2 {
}

h3 {
}

#header h1 {
margin-top: 90px;
padding: 37px 10px 3px 10px;
font-size: 14px;
text-align: right;
color: #000;
}

#header h1 a {
color: rgb(190,80,0);
text-decoration: none;
}

#header h1 a:hover {
color: #000;
}

.post h2,
.post h3 {
padding: 0px 5px;
border-bottom: 1px solid #000;
font-size: 14px;
line-height: 20px;
color: rgb(190,80,0);
}

.post h2 a,
.post h3 a {
color: rgb(190,80,0);
text-decoration: none;
}

.post h2 a:hover,
.post h3 a:hover {
font-style: italic;
}

.linkcat h2 {
}

.entry h3,
h2.pagetitle {
margin-top: 10px;
padding: 0px 5px;
border-bottom: 1px dashed rgb(190,80,0);
font-size: 14px;
line-height: 20px;
text-align: right;
color: rgb(190,80,0);
}

h2.pagetitle {
margin-bottom: 20px;
font-size: 12px;
}

.entry h4 {
margin-top: 5px;
padding: 0px 5px;
text-align: left;
color: rgb(190,80,0);
}

/*--------------------------------------------------------------*/

.description {

}

/*--------------------------------------------------------------*/

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

.post p {
padding: 3px 5px;
}

.entry p {

}

p.postmetadata {
margin: 5px 0px 10px 0px;
padding: 0px 5px;
border-top: 1px dotted #000;
font-size: 10px;
color: #666;
}

.post .postmetadata small {
padding: 0px; 
}

.post small {
padding: 0px 5px;
font-size: 10px;
line-height: 20px;
color: #666;
}

div.wp-caption {
margin-top: 5px;
padding: 0px 5px;
font-style: italic;
}

p.wp-caption-text { /*unterschrift >> bilder im fliesstext*/
padding: 0px 5px;
font-size: 10px;
text-align: left;
line-height: 15px;
}

p.nocomments {

}

/*--------------------------------------------------------------*/

ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

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

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

.entry ul {
margin: 0px 15px 10px 15px;
}

.entry li {
list-style-type: square;
list-style-position: inside;
}

/*--------------------------------------------------------------*/

.entry #links {
margin: 0px 5px 0px 0px;
}

.entry #links ul {
margin: 0px 5px;
}

.entry #links li{
list-style-type: none;
}

.entry #links ul li {
padding: 5px 0px;
}

/*--------------------------------------------------------------*/

a {

}

a:hover {

}

.entry a {
color: rgb(190,80,0);
}

.entry a:hover {
}

.postmetadata a {
color: #666;
}

.postmetadata a:hover {
color: rgb(190,80,0);
}

.entry li a {

}

.entry li a:hover {

}

.post-edit-link {
padding: 0px 5px;
font-size: 10px;
text-decoration: underline;
color: #666;
}

.post-edit-link:hover {
color: rgb(190,80,0);
}

.postmetadata .post-edit-link {
font-size: 10px;
}

/*--------------------------------------------------------------*/

.entry ul#links {


}

.entry ul#links ul {

}

.entry ul#links li {

}

.entry ul#links li ul li {

}

ul#links h2 {
}

.linkcat h2 {

}

/*--------------------------------------------------------------*/

div.navigation {
color: rgb(190,80,0);
}

div.navigation a {
text-decoration: none;
color: rgb(190,80,0);
}

div.navigation a:hover {
font-style: italic;
}

.alignleft a {

}

.alignright a {

}

/*--------------------------------------------------------------*/

/*
comments.php
*/

h3#comments {
margin-top: 30px;
padding: 0px 10px;
border-bottom: 1px dotted #333;
color: #666;
}

.commentlist {
list-style-position: inside;
}

.commentlist li {
color: #666;
}

.commentlist a {
text-decoration: none;
color: #666;
}

#respond {
margin-top: 10px;
padding: 10px 0px 0px 0px;
text-align: right;
color: #666;
}

#respond h3 {
margin-bottom: 10px;
padding: 0px 5px;
border-bottom: 1px dotted #333;
}

#respond #commentform {
padding: 0px 5px;
}

#respond a {
text-decoration: none;
color: #666;
}

#respond p {
margin-bottom: 10px;
}

#respond label {
margin-right: 5px;
}

#respond input {
width: 250px;
padding: 3px;
border: 1px solid #666;
}

#respond textarea {
width: 781px;
padding: 3px;
border: 1px solid #666;
}

li.comment {
padding: 0px 10px;
}

#respond #submit {
width: auto;
margin: 10px 0px 0px 0px;
background-color: transparent;
border: 1px solid #666;
}

/*--------------------------------------------------------------*/

#footer {
text-align: center;
}

#footer p {

}

#footer p.notice {
font-size: 10px;
font-style: normal;
line-height: 15px;
}

#footer a {
color: #000;
}

#footer .notice a {
font-style: normal;
text-decoration: none;
}

#footer a:hover {
color: rgb(208,96,3);
}

/*--------------------------------------------------------------*/

#footer div.shortlinks {

}

/*--------------------------------------------------------------*/

