/*
Theme Name: XmasCat
Theme URI: http://www.gabis-wordpress-templates.de/
Description: 2-spaltiges festes Layout, unterst&uuml;tzt Wordpress-Widgets, Lokalisierung, ab WP Version 1.5.2
Version: 1.0
Author: Gabriele von der Ohe
Author URI: http://www.gabis-wordpress-templates.de/
*/

/*---| Dateiweite Einstellungen |---*/

* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #dff1e1 url(images/kachel.jpg);
color: #23632e;
font: 80% Verdana,Arial,Helvetica,sans-serif;
text-align: center;
padding:0.8em;
}
input, textarea {
background: #f2faf7;
color: inherit;
border: 1px solid #d5e3d8;
margin: 0 3px 3px 0;
padding: .2em;
}
textarea {
overflow: auto;
}
.absenden,
#contactsubmit {
background: transparent url(images/abs.jpg) no-repeat 0 0;
color: #e5eee7;
padding-bottom: 5px;
width: 104px;
height: 25px;
border: none;
cursor: pointer;
margin-top: 10px;
}
.absenden:hover {
background: transparent url(images/abs.jpg) no-repeat 0 -25px;
}
.zentrieren {
text-align: center;
}
.clear {
clear: both;
}
/*---| Wrapper |---*/

#wrapper {
width: 750px;
background: url(images/content.jpg) repeat-y;
margin: 0 auto;
text-align: left;
}

/*---| Kopfbereich |---*/

#kopf {
background: url(images/header2.jpg) no-repeat;
height: 200px;
text-align: center;
}
#kopf h1 {
padding-top: 70px;
}
#kopf a:link,
#kopf a:visited {
color: #d7e7da;
background: inherit;
text-decoration:none;
}
#kopf a:hover,
#kopf a:active,
#kopf a:focus {
color: #a60b02;
background: inherit;
}
#blogtitel {
}

/*---| Navigationsleiste |---*/

#sidebar {
display: inline;
width: 213px;
margin: -14px 0 10px 0px;
float: right;
}
#sidebar ul {
margin-left: 25px;
}
#sidebar ul li {
list-style-type: none;
}
#sidebar ul ul,
#sidebar ul ul ul {
margin: 0 0 0 0;
padding: 0;
}
#sidebar li {
padding:2px 5px 2px 0px;
}
#sidebar li li,
#sidebar li li li {
padding: 2px 5px 2px 0px;
}

#sidebar form {
text-align: center;
}
#theme li {
list-style-image: url(images/theme.gif);
}
#archives li {
list-style-image: url(images/archiv.gif);
}
#pages li {
list-style-image: url(images/page.gif);
}
#feed li.rss {
list-style-image: url(images/feed.gif);
}
#kategorien li,
.widget_categories li {
list-style-image: url(images/kategorie.gif);
}
#links li {
list-style-image: url(images/links.gif);
}
#letzte_beitraege li {
list-style-image: url(images/letzte_beitraege.gif);
}
#meta li {
list-style-image: url(images/register.gif);
}
#meta li.login {
list-style-image: url(images/login.gif);
}
#meta li.valid {
list-style-image: url(images/valid.gif);
}
#meta li.wp {
list-style-image: url(images/wp.gif);
}
#meta li.xfn {
list-style-image: url(images/xfn.gif);
}
#recent-posts {
list-style-image: url(images/stift.gif);
}
#recent-comments {
list-style-image: url(images/kommentar.gif);
}
.widget_rss li {
list-style-image: url(images/rss.gif);
}
.widget_rss img {
display: none;
}
#sidebar .widget_rss h2 a:link,
#sidebar .widget_rss h2 a:visited  {
color: #d5e3d8; 
background: transparent;
text-decoration: none;
}
#sidebar .widget_rss h2 a:hover,
#sidebar .widget_rss h2 a:active,
#sidebar .widget_rss h2 a:focus  {
color: #fff; 
background: transparent;
text-decoration: underline;
}


/*--- | Inhaltsbereich - allgemeing&uuml;ltige Formatierungen |---*/

#content {
width: 506px;
padding: 0 10px;
overflow: hidden;
color: #23632e;
}
#content a:link,
#content a:visited {
color: #398746;
background: #fff;
text-decoration:none;
}
#content a:hover,
#content a:active,
#content a:focus {
color: #ce5e2e;
background: #fff;
}
#content p {
line-height: 1.4em;
}
#content ul,
#content ol {
margin: 5px 5px 5px 20px;
}
#content ul li {
list-style-image: url(images/list.jpg);
}
#content h2 {
font-size: 1.2em;
}
#content h3 {
font-size: 1.1em;
}
#content h4 {
font-size: 1.0em;
margin: .8em 0;
}
#content blockquote {
background: url(images/blockquote.jpg) no-repeat;
padding: .3em;
text-indent: 2.0em;
margin: 10px;
color: inherit;
min-height: 34px;
}
#content q {
font-style: oblique;
}
#content pre {
margin: 10px;
}
#content code,
#content pre {
font-size: 1.2em;
}
#content acronym, 
#content abbr {
border-bottom: 1px dashed #d5e3d8;
cursor: help;
}
#content table {
border-collapse: collapse;
margin: 1.0em;
}
#content caption {
font-weight: bold;
margin: 1.2em 0 1.0em 0;
}
#content th {
color: inherit;
background: #f2faf7;
border: 1px solid #d5e3d8;
padding: .2em;
}
#content td {
border: 1px solid #d5e3d8;
padding: .2em;
}
#content img {
padding: 4px;
margin: .1em 0;
border: 1px solid #d5e3d8;
}
#content img.wp-smiley,
#content table img,
#content #wp_grins img, /*entfernt die img-border um die Smilies im Kommentarbereich*/
#content #kommentare #wp_grins img {
border: none;
padding: 0;
}

/*---| Inhaltsbereich - Beitr&auml;ge und Kommentare |---*/

#content .ueberschrift {
text-align: center;
}
#content .beitrag {
padding: 5px 5px 5px 10px;
}
#content .beitrag h2 {
padding-bottom: 5px;
}
#content .datum {
height: 64px;
width: 58px;
background: url(images/kalender.jpg) no-repeat;
text-align: center;
float: left;
}
#content .datum  .monat {
height: 16px;
display: block;
color: #fff;
text-align: center;
padding-top: 3px;
}
#content .datum  .tag {	
font-size: 1.5em;
padding-top: 4px;
width: 58px;
display: block;
}
#content .datum .jahr {
width: 58px;
display: block;
}
#content .beitragskopf {
float: left;
margin-left: 10px;
width: 423px;
border-bottom: 1px dotted #b1c8b4;
}
#content .text {
clear: left;
padding: 10px 0;
}
#content .beitragsinfo {
font-size: 0.8em;
}
#content .beitragsinfo .kat {
background: url(images/kategorie.gif) no-repeat;
display: block;
float: left;
padding: 5px 0 5px 20px;
width: 250px;
}
#content .beitragsinfo .komm {
background: url(images/kommentar.gif) no-repeat;
display: block;
float: right;
padding: 5px 0 5px 20px;
width: 130px;
}
#content .beitragsfuss {
border-top: 1px dotted #b1c8b4;
border-bottom: 1px dotted #b1c8b4;
padding: 5px 0;
font-size: 0.8em;
line-height: 1.3em;
}
#content .beitragsinfo .tag {
background: url(images/tags.gif) no-repeat;
display: block;
float: right;
padding: 5px 0 5px 20px;
}
#content .tags {
margin: 1.5em 0;
font-size: .8em;
}
#content p.keinkommentar {
background: url(images/keinkommentar.gif) no-repeat;
padding-left: 20px;
}
#content #kommentare {
float: left;
width: 466px;
margin: 15px 35px 0px 15px;
margin: 15px 35px 0px 15px;
display: inline;
padding: 0 5px;
}
#content #kommentare p {
margin-bottom: 10px;
}
#content #kommentare .kom {
background: url(images/kommentar.gif) no-repeat;
padding-left: 20px;
}
#content #kommentare ol {
margin: 10px 0;
}
#content #kommentare ol li {
padding-bottom: 10px;
}
#content #kommentare h3.stift {
background: url(images/stift.gif) no-repeat;
padding: 0 0 10px 20px;
}
#content p.moderation {
font-style: italic;
color: #db8a67;
background: inherit;
}
#content .kommentarmeta {
font-size: 0.8em;
}
#content .kommentar,
#content .autorenkommentar {
padding: 5px;
margin-bottom: 5px;
}
#content .kommentar {
background: #f2faf7;
color: inherit;
border: 1px solid #d5e3d8;
}
#content .autorenkommentar {
border: 1px solid #eabba7;
background: #fcf6f3;
color: inherit;
}
#content .kommentar a:link,
#content .kommentar a:visited{
background: #f2faf7;
color: inherit;
}
#content .autorenkommentar a:link,
#content .autorenkommentar a:visited{
background: #f2faf7;
color: inherit;
}
#content .kommentar a:hover,
#content .kommentar a:active,
#content .kommentar a:visited,
#content .autorenkommentar a:hover,
#content .autorenkommentar a:active,
#content .autorenkommentar a:visited {
background: #fff;
color: inherit;
}
#content .kommentar:hover,
#content .autorenkommentar:hover {
background: #fff;
color: inherit;
}

#content .kommentar blockquote,
#content .autorenkommentar blockquote {
border:none;
text-indent: 0;
margin: 0;
min-height: 24px;
}
#content .bearbeiten {
}

/*---| Seitennavigation |---*/

.navigation {
text-align: center;
margin: 15px;
font-size: .8em;
}
.next {
float: left;
text-align: left;
width: 50%;
}
.prev {
float: right;
text-align: right;
width: 50%;
}

/*---| Fuss |---*/

#fuss {
background: url(images/footer.jpg) no-repeat;
clear: both;
padding-top: 30px;
height: 55px;
font-size: 0.8em;
text-align: center;
}
#fuss a:link,
#fuss a:visited {
color: #dff1e1;
background: transparent;
text-decoration:none;
}
#fuss a:hover,
#fuss a:active,
#fuss a:focus {
color: #a60b02;
background: transparent;
}

/*---| Suchen |---*/

#searchform {
}
#searchform #s {
background: #f2faf7;
border: 1px solid #d5e3d8;
color: inherit;
font-weight: normal;
}
#searchform #s:hover {
cursor: default;
}
#searchform input {
border: 0;
background: transparent;
color: inherit;
font-weight: bold;
}
#searchform input:hover {
cursor: pointer;
}

/*---| Kalender |---*/

#wp-calendar {
border-collapse: collapse;
line-height: 1.3em;
margin: 0 auto;
}
#wp-calendar caption {
margin: 0 auto;
font-weight: bold;
}
#wp-calendar th {
text-align: center;
}
#wp-calendar table.nav, 
#wp-calendar th, 
#wp-calendar td {
padding: 1px 4px;
}
#wp-calendar td {
text-align: center;
}
#wp-calendar #next a {
padding-left: 1px;
text-align: right;
}
#wp-calendar #prev a {
padding-right: 1px;
text-align: left;
}
#wp-calendar a {
display: block;
text-decoration: none;
}
#wp-calendar tbody td a {
color: #ce5e2e;
background: #fff;
}
#wp-calendar tbody td a:hover {
color: #23632e;
background: #fff;
}
#wp-calendar #today {
background: #ecf3ec;
color: #23632e;
border: 1px solid #c4d4ca;
}
#wp-calendar #today a {
background: #ecf3ec;
color: #ce5e2e;
}
#wp-calendar #today a:hover {
background: #ecf3ec;
color: #23632e;
}
#wp-calendar tfoot td {
border: 0;
}
#wp-calendar tfoot td a {
color: #ce5e2e;
background: #fff;
}
#wp-calendar tfoot td a:hover {
color: #23632e;
background: #fff;
}

/*---| Pagebar |---*/

#content .pagebar {
height: 25px;
margin-top: 10px;
}
#content .pagebar span,
#content .pagebar a {
color: #23632e;
background: #ecf3ec;
border: 1px solid #c4d4ca;
padding: 2px 6px;
}

#content .pagebar a:hover,
#content .pagebar a:active,
#content .pagebar a:focus {
background: #fff;
color: #ce5e2e;
}

/*---| nicht anzeigen |---*/

hr {
display: none;
}
