/*
Theme Name: Grusskarten-Theme 2009
Theme URI: http://www.grusskarten.gabis-bloghaeuschen.de/
Description: Layout f&uuml;r die Grusskartenseite
Version: 1.0
Author: Gabi
Author URI: http://www.gabis-wordpress-templates.de/
*/

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

* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #b3bfbc url(images/body.jpg);
color: #374944;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 80%;
text-align: center;
}

/*---| Allumschliessender Wrapper |---*/

#wrapper {
max-width: 955px;
background: #7b9082;
color: #374944;
margin: 0 auto;
text-align: left;
border: 1px solid #7b9082;
}
#wrapper a:link,
#wrapper a:visited {
color: #374944;
background:inherit;
text-decoration:none;
}
#wrapper a:hover,
#wrapper a:active,
#wrapper a:focus {
color: #902b1c;
background: inherit
}
#wrapper .zentrieren {
text-align: center;
}
#wrapper .clear {
clear: both;
}
#wrapper .klein {
font-size: 75%;
}

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

#kopf {
height: 158px;
max-width: 955px;
color: #d4d4d4;
background: #374944 url(images/header.jpg) no-repeat;
border-bottom: 1px solid #d5d5d5;
}
#kopf a {
display: block;
height: 158px;
}
#blogtitel {
text-align: right;
float: right;
font-size: 0.8em;
padding-top: 135px;
padding-right: 30px;
height: 23px;
margin-top: -158px;
background: url(images/blogtitel.jpg) no-repeat top center;
}
#kopfzeilenmenue li {
list-style-type: none;
display: inline;
}
#kopfzeilenmenue li a {
display: block;
float: left;
width: 116px;
height: 20px;
text-align: center;
margin: -1px 0 0 0;
padding: 6px 2px 4px 2px;
border-right: 1px solid #d5d5d5;
border-top: 1px solid #d5d5d5;
}
#kopfzeilenmenue li .rosa a:link {
color: #d5d5d5;
background: #a48191 url(images/button_rosa.gif) no-repeat 0 0;
}
#kopfzeilenmenue li .rot a:link {
color: #d5d5d5;
background: #6f2030 url(images/button_rot.gif) no-repeat 0 0;
}
#kopfzeilenmenue li .hellblau a:link {
color: #d5d5d5;
background: #7b9eb3 url(images/button_hellblau.gif) no-repeat 0 0;
}
#kopfzeilenmenue li .blau a:link {
color: #d5d5d5;
background: #17596b url(images/button_blau.gif) no-repeat 0 0;
}
#kopfzeilenmenue li .gruen a:link {
color: #d5d5d5;
background: #556b56 url(images/button_gruen.gif) no-repeat 0 0;
}
#kopfzeilenmenue li .rosa a:visited {
color: #d5d5d5;
font-style: oblique;
background: #a48191 url(images/button_rosa.gif) no-repeat 0px -60px;
}
#kopfzeilenmenue li .rot a:visited {
color: #d5d5d5;
font-style: oblique;
background: #6f2030 url(images/button_rot.gif) no-repeat 0px -60px;
}
#kopfzeilenmenue li .hellblau a:visited {
color: #d5d5d5;
font-style: oblique;
background: #7b9eb3 url(images/button_hellblau.gif) no-repeat 0px -60px;
}
#kopfzeilenmenue li .blau a:visited {
color: #d5d5d5;
font-style: oblique;
background: #17596b url(images/button_blau.gif) no-repeat 0px -60px;
}
#kopfzeilenmenue li .gruen a:visited {
color: #d5d5d5;
font-style: oblique;
background: #556b56 url(images/button_gruen.gif) no-repeat 0px -60px;
}
#kopfzeilenmenue li .rosa a:hover,
#kopfzeilenmenue li .rosa a:active,
#kopfzeilenmenue li .rosa a:focus {
color: #fff;
background: #a48191 url(images/button_rosa.gif) no-repeat 0px -30px;
}
#kopfzeilenmenue li .rot a:hover,
#kopfzeilenmenue li .rot a:active,
#kopfzeilenmenue li .rot a:focus {
color: #fff;
background: #6f2030 url(images/button_rot.gif) no-repeat 0px -30px;
}
#kopfzeilenmenue li .hellblau a:hover,
#kopfzeilenmenue li .hellblau a:active,
#kopfzeilenmenue li .hellblau a:focus {
color: #fff;
background: #7b9eb3 url(images/button_hellblau.gif) no-repeat 0px -30px;
}
#kopfzeilenmenue li .blau a:hover,
#kopfzeilenmenue li .blau a:active,
#kopfzeilenmenue li .blau a:focus {
color: #fff;
background: #17596b url(images/button_blau.gif) no-repeat 0px -30px;
}
#kopfzeilenmenue li .gruen a:hover,
#kopfzeilenmenue li .gruen a:active,
#kopfzeilenmenue li .gruen a:focus {
color: #fff;
background: #556b56 url(images/button_gruen.gif) no-repeat 0px -30px;
}
#inner_wrapper {
clear: left;
background: #fff  url(images/wrapper.gif) repeat-y right;
color: inherit;
border-top: 1px solid #d5d5d5;
}
#breadcrumb {
font-size: 0.8em;
text-align: right;
}

/*----| Sidebar |---*/

#sidebar {
width: 250px;
display: inline;
padding: 10px 10px 90px 10px;
float: right;
line-height: 1.4em;
background: #dee4e1 url(images/sidebar.gif) no-repeat bottom right;
color: #374944;
margin-top: -1px;
}
#sidebar ul {
margin: 5px 2px;
}
#sidebar input, 
#sidebar textarea {
background: #fff;
color: #374944;
border: 1px solid #374944;
margin: 0 0 3px 3px;
padding: 3px;
}
#sidebar textarea {
width: 200px;
overflow: auto;
}
#sidebar li {
list-style-type: none;
letter-spacing: 1px;
}
#sidebar h2 {
font-size: 1.1em;
padding: 5px 0 1px 30px;
border-bottom: 1px solid #7b9082;
background:url(images/h2.gif) no-repeat left bottom;
}

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

#sidebar #suchformular {
margin: 10px 0;
}
#sidebar .suchbutton {
border: 0;
color: #374944;
background: #dee4e1;
font-weight: bold;
}
#sidebar .suchbutton:hover {
cursor: pointer;
color: #902b1c;
background: #dee4e1;
}
#sidebar .suchen {
padding: 3px;
width: 140px;
background: #fff url(images/suche.gif) no-repeat;
color: #374944;
border: 1px solid #7b9082;
}

/*--- | Inhalt |---*/

#content {
margin: 15px 290px 15px 20px;
clear:left;
line-height: 1.4em;
}
#content a:link,
#content a:visited {
color: #902b1c;
background: inherit;
text-decoration:none;
}
#content a:hover,
#content a:active,
#content a:focus {
color:#374944;
text-decoration: underline;
background: inherit;
}

/*--- Piktogramme bei Verlinkungen ---*/

#content a.extern,
#content a.extern:visited,
#content a.intern,
#content a.intern:visited,
#content a.image,
#content a.image:visited {
padding: 0 15px 0 0;
white-space: nowrap;
height: 15px;
}
#content a.extern:hover,
#content a.extern:active,
#content a.extern:focus,
#content a.intern:hover,
#content a.intern:active,
#content a.intern:focus,
#content a.image:hover,
#content a.image:active,
#content a.image:focus {
white-space: nowrap;
}
#content a.extern,
#content a.extern:visited {
background: url(images/extern.gif) no-repeat right 3px;
}
#content a.extern:hover,
#content a.extern:active,
#content a.extern:focus {
background: url(images/extern.gif) no-repeat right -17px;
}
#content a.intern,
#content a.intern:visited {
background: url(images/intern.gif) no-repeat right 3px;
}
#content a.intern:hover,
#content a.intern:active,
#content a.intern:focus {
background: url(images/intern.gif) no-repeat right -17px;
}
#content a.image,
#content a.image:visited {
background: url(images/image.gif) no-repeat right 3px;
}
#content a.image:hover,
#content a.image:active,
#content a.image:focus {
background: url(images/image.gif) no-repeat right -17px;
}

/*--- Ende Piktogramme ---*/

#content code,
#content pre {
font-size: 14px;
}
#content h2 {
font-size: 1.3em;
letter-spacing: 1px;
}
#content h3 {
font-size: 1.1em;
}
#content h4 {
font-size: 1.0em;
}
#content h5 {
font-weight: normal;
font-style: oblique;
font-size: 1.0em;
}
#content h3, 
#content h4,
#content h5,
#content p,
#content ul, 
#content ol {
margin: 0.6em 0;
}
#content li {
margin-bottom: 0.2em;
margin-left: 1.0em;
}
#content blockquote p {
background: #e9ecea url(images/blockquote.gif) no-repeat 8px 2px;
color: inherit;
border: 1px solid #7b9082;
margin: 15px 30px;
padding: 10px 10px 0px 10px;
text-indent: 50px;
}
#content blockquote ul {
text-indent: 0;
padding-left: 30px;
}
#content acronym, 
#content abbr {
border-bottom: 1px dashed #839889;
cursor: help;
}
#content input, 
#content textarea {
border: 1px solid #7b9082;
padding: 2px;
margin: 2px;
background: #fff;
color: #374944;
font-weight: normal;
}
#content textarea {
width: 400px;
height: 150px;
overflow: auto;
text-align: left;
}
#content .rss a {
display: block;
font-weight: bold;
margin-bottom: 20px;
padding-left: 20px;
background: url(images/rss.png) no-repeat;
}
#content .wp-greet-form {
text-align: center;
}
#content .wp-greet-form table {
margin: 15px auto;
padding: 15px 30px;
}
#content .wp-greet-form td img {
border: 0;
padding: 0;
margin: 0;
}
#content .wp-greet-form td {
border:0;
font-weight: bold;
padding-right: 10px;
text-align: right;
}
#content .wp-greet-form table
#content .wp-greet-form tr,
#content .wp-greet-form td {
text-align: left;
}
#content .wp-greet-form input .action {
background: #c0c0c0;
}

/*---| Beitr&auml;ge und Seiten |---*/

#content .post {
margin-bottom: 20px;
}
#content .beitrag {
margin: 15px 0;
}
#content .beitrag ol {
margin-left: 15px;
}
#content .beitrag ul {
margin-left: 15px;
}
#content .postmetadata {
border-bottom: 1px solid #7b9082;
font-size: 0.8em;
clear: left;
}
#content .postmetadata span {
display: block;
height: 15px;
width: 44px;
text-indent:-9999px;
float:left;
}
#content .Gabi {
background:url(images/gabi.gif) no-repeat left;
}
#content .bookmark h4 {
display: inline;
}
#content .bookmark li {
list-style-type: none;
display: block;
float: left;
padding: 5px 10px 5px 0;
}
#content .wp-smiley {
vertical-align: baseline;
}

/*---| Kommentare |---*/

#kommentare {
margin-top: 25px;
}
#kommentare ol {
margin-left: -13px;
}
#kommentare ol li {
background: #dee4e1;
color: #374944;
border: 1px solid #7b9082;
list-style-type: none;
padding: 10px;
margin-top: 15px;
}
#kommentare p.kommentarmeta {
margin-bottom: 15px;
}
#kommentare .avatar {
margin: 5px 15px 2px 0;
padding: 4px;
border: 1px solid #7b9082;
float:left;
width: 40px;
height: 40px;
background: #fff url(images/gravatar.jpg) no-repeat;
color: inherit;
}
#kommentare form {
background: #dee4e1;
color: #374944;
padding: 15px;
border: 1px solid #7b9082;
}
#kommentare .absenden,
#absenden {
cursor: pointer;
}

/*---| Navigation |---*/

#content .navigation {
text-align: center;
font-size: .8em;
height: 1.2em;
}
#content .prev {
float: left;
text-align: left;
width: 50%;
}
#content .next {
float: right;
text-align: right;
width: 50%;
}

/*---| Links |---*/

#links ul li {
list-style-type: none;
margin:0;
display: block;
float: left;
padding: 10px;
}
#links h3,
#links p {
clear: left;
}
#links img {
border: 0;
}

/*---| Fuß |---*/

#fuss {
max-width: 955px;
background: #374944;
color: #dee4e1;
clear:both;
}
#fuss a:link,
#fuss a:visited {
color: #dee4e1;
background: inherit;
text-decoration: none;
}
#fuss a:hover,
#fuss a:active,
#fuss a:focus {
color: #a48191;
background: inherit;
}
#fuss h2 {
font-size: 1.1em;
letter-spacing: 1px;
border-bottom: 1px solid #dee4e1;
margin-bottom: 10px;
padding: 5px 0 1px 28px;
background:url(images/h2_fuss.gif) no-repeat;
}
#lastpost,
#lastcomments,
#statistik {
max-width: 295px;
float: left;
margin: 10px 10px 0 10px;
}
#lastpost li,
#lastcomments li,
#statistik li {
list-style-type: none;
padding-bottom: 10px;
}
#lastcomments .url {
font-weight: bold;
}
#fusszeile {
text-align: center;
clear: left;
max-width: 955px;
font-size: 0.85em;
padding: 10px;
background: #7b9082;
color: #fff;
border-top: 1px solid #d5d5d5;
}

/*---| WP-polls |---*/

.umfrage {
cursor: pointer;
font-weight: bold;
}
.umfrage:hover {
cursor: pointer;
background: #637a74;
color: #fff;
}
.wp-polls a.extern {
background: url(images/wikip.gif) no-repeat;
background-position: right 3px;
padding: 0 15px 0 0;
white-space: nowrap;
border: 1px solid #dee4e1;
}
.wp-polls a.extern:hover,
.wp-polls a.extern:active,
.wp-polls a.extern:focus {
background: url(images/wikip.gif) no-repeat;
background-position: right -17px;
white-space: nowrap;
}

/*---| Landingsites |---*/

.landingsites {
margin: 20px 10px;
padding: 15px;
border: 3px solid #374944;
}
.landingsites li {
list-style-type: none;
padding: 3px;
}
.landingsites ul {
margin-bottom: 10px;
}

/* ---| Gallery style |---*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
}

.ngg-galleryoverview .desc {
margin:0px 10px 10px 0px;
padding:5px;
}

.ngg-gallery-thumbnail-box {
float: left;
margin-right: 5px;
}

.ngg-gallery-thumbnail img {
padding:4px;
}

.ngg-gallery-thumbnail img:hover {
} 

.ngg-gallery-thumbnail span {
padding-left:5px;
display:block;
}

.ngg-clear {
clear: left;
}

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

hr,
h1 span, 
#kopfzeilenmenue h2  {
display: none;
}
