/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
/*@import url( 'library/media/css/reset.css' );*

/* Apply base theme styles and colors */
/*@import url( 'library/media/css/base.css' );*/

/* Basic 2 Column Layout */
/*@import url( 'library/media/layouts/2col-r.css' );*/

/* Stylistic CSS Styles */
/*@import url( 'library/media/css/screen.css' );*/

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/** Copied all style into this file 24.05.2010 - Markus **/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }

body, input, textarea { font: 12px/1.5 verdana, helvetica, arial, sans-serif; }
/* "Palatino Linotype", "Book Antiqua", "Times New Roman", times, serif; */

/* Font Styles */
.serif { font-family: "Palatino Linotype", "Book Antiqua", cambria, georgia, "Times New Roman", times, serif; }
.sans-serif { font-family: verdana, helvetica, arial, sans-serif; }

/* Vertical Rhythm  */
p, pre, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol, #leave-a-reply, .comment-title { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 12px; }

/* Logo */
#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo a:hover { color: #0968b3; text-decoration: none; }
#tagline { color: #3b3b3b; }

/* .alert */
.alert { -moz-border-radius: 4px; }

/* Menu */
.nav { float: left; line-height: 1; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; font-weight: bold; font-size: 7pt; }
.nav ul li { float: left;}
.nav ul li a { display: block; }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #0968b3; text-decoration: none; }
a:hover { text-decoration: underline; color: #e71a00; }
a:visited { color: #00234e; }
.entry-content .url:link, .entry-content .url:active, .entry-content .url:visited { color: #0968b3; text-decoration: underline; }
.entry-content .url:hover { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 0px 4px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; display: none; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #fff; font-weight: bold; font-size: 25px; line-height: 28px; }
.entry-title a:active { color: #e71a00; }
.entry-content { font-size: 14px; /*font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", times, serif;*/ }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 consolas, "Andale Mono", courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 10px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 1.5em; }
li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
dt { font-weight: bold; }
.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea { background: #fffffe; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; clear: both; }
input, textarea, button { font-family: "Palatino Linotype", "Book Antiqua", cambria, georgia, "Times New Roman", times, serif; }
button { font-size: 12px; padding: 2px 10px; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 0px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { float: left; clear: left; margin: 2px 0 0 2px; width: 90%; overflow: visible; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
input[type=submit], label, select, button, .pointer { cursor: pointer; cursor: hand; } 
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 10px helvetica, arial, sans-serif; padding: 4px 12px; background: #fffffe; border: 1px #ddd dotted; margin: 12px 6px 12px 0; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

.container { width: 1000px; }
.hfeed { width: 750px; float: left; }
.aside { width: 250px; float: right; }
.footer { clear: both; }

/**
 * CSS - hier-Luebeck.de Standard 2009
 *
 * @package WPFramework
 * @subpackage Media
 */

/* body */
body { background: url(./library/media/images/site-bg.jpg) repeat-x fixed; background-color: #272727; }
 
 
/* .header */
.header { background: url(./library/media/images/header-bg.jpg) no-repeat; position: fixed; z-Index: 9999; width: 1000px; height:154px; top: 0px; }

/* .menu */
.header .menu { height: 32px; position: absolute; left: 170px; top: 122px; font-size: 90%; }
.header .menu .nav li a { background: url(./library/media/images/tabs-left.png) 0 -64px no-repeat; margin-right: 1px; padding: 0 0 0 8px; float: left; }
.header .menu .nav li a span { background: url(./library/media/images/tabs-right.png) 100% -64px no-repeat; height: 32px; padding: 0 8px 0 0; display: table-cell; vertical-align: middle; color: #00234e; }
.header .menu .nav li a:hover { background-position: 0 -32px; }
.header .menu .nav li a:hover span { background-position: 100% -32px; padding: 2px 8px 0 0; color: #0968b3; }
.header .menu .nav li a:active { background-position: 0 -96px; }
.header .menu .nav li a:active span { background-position: 100% -96px; padding: 2px 8px 0 0; }
.header .menu .nav li.current-cat a  { background-position: 0 0; margin-bottom: 1px; }
.header .menu .nav li.current-cat a span  { background-position: 100% 0; padding: 0 8px 0 0; color: #0968b3; font-weight: bold; }

/* .header .widget */
.header input[type=text],
.header input[type=password] { color: #272727; border: 0; margin-left: 6px; -moz-border-radius: 4px; padding-left: 4px; width: 100px; }
.header label[for|=rememberme] { width: 56px; line-height: 1; padding-left: 2px; font-size: 8pt; }
.header .widget_theme_my_login,
.header .widget_theme_my_login .links li { float: right; margin: 0 9px 0 0; }
.header .widget_theme_my_login .widget-title { color: #E9E5DD; font-size: 12pt; }
.header .widget_theme_my_login * { float: left; color: #fffffe; }
.header .widget_theme_my_login form { margin-top: 3px; }
.header .widget_theme_my_login .login-links { list-style-type: none; margin-top: 2px; }
.header .links  { font-size: 8pt; margin: -2px 0 0; line-height: 1.1em; list-style-type: none; width: 120px; margin-top: 3px; }
.header .widget_theme_my_login input[type=submit] { float: left; color: #272727; }
.header .widget_theme_my_login label[for|=pwd], 
.header .widget_theme_my_login label[for|=log] { display: none; }
.header .widget_theme_my_login p { margin: 2px 6px 0; }
.header .avatar { margin: 0 6px 0 10px; }
.header h3 { margin: 4px 0 0; }
.header .login-links li+li { padding-left: 6px; }
.header .login-links li a { color: #e9e5dd; background-color: transparent; padding: 4px; }
.header .login-links li a:hover { color: #0968b3; background-color: #fffffe; }

.header .login .error { position: absolute; z-Index: 1000; top: 32px; text-align: center; display: block; width: 400px; min-height: 40px; margin: 0 auto; background: #272727 url(./library/media/images/warning.png) 8px 6px no-repeat; -moz-border-radius: 8px; padding: 2px 2px 2px 32px; }
.error * { float: none !important; }
.header .widget_search { position: absolute; right: 24px; top : 48px; margin: 0 }
.widget .search { -moz-border-radius: 0 !important; margin-right: -3px; top: -1px; position: relative; padding: 3px 0 0; width: 142px !important; height: 26px; background: url(./library/media/images/search-box.png) no-repeat; }
.widget .search-btn { border: 0; text-indent: -9999em; width: 38px; height: 26px; background: url(./library/media/images/search-btn.png) no-repeat 0 0; }
.widget .search-btn:hover { background-position: 0 -26px; }
.widget .search-btn:active { background-position: 0 -52px; }

.entry-content .search { width: 400px; margin: 0 4px 12px; }
.enhanced_search_options select { vertical-align: text-top; float: left; width: 49% }
.enhanced_search_options label { clear: left; float:left; width: 49%; }

/* Sonderbehandlung für Lübeck-Lupe */
.luebeck-lupe { position: absolute; right: 9px; top: 87px; clear: both; }
.luebeck-lupe a { text-indent: -9999em; width: 82px; height: 66px; background: url(./library/media/images/luebeck-lupe.jpg); display: block; }
.luebeck-lupe a:hover { background-position: 0 -66px; }
.luebeck-lupe a:active { background-position: 0 -132px; }

/* #logo */
#logo { position: absolute; top: 21px; left: 18px; width: 135px; height: 121px; }
#logo a { display: block; height: 121px; width: 135px; text-indent: -9999em; background: url(./library/media/images/logo.png) no-repeat; }
#logo a:hover { border-bottom: 2px solid #0968b3; }
#logo a:active { border-bottom: 2px solid #e71a00; }

/* #tagline */
#tagline { position: absolute; left: 170px; top: 70px; text-indent: -9999em; background: url(./library/media/images/logo-tagline.png) no-repeat; height: 45px; width: 293px; }

/* .container */
.container { position: absolute; left: 0; top: 0; }

/* .ads */
.ads { position: absolute; left: 991px; top: 16px; min-width: 125px; z-Index: 99999; background: #fff; overflow: auto; text-align: center; }
.ads .widget_betterblogroll { clear: left; float: left; min-width: 121px; margin-bottom: 0; padding: 0 2px; border: 1px solid #0f0f0f; }
.ads .widget .widget-title { background: url(./library/media/images/ads-title.jpg) repeat-x center 0; height: 11px; display: block; margin-bottom: 7px; text-indent: -9999em; }
.ads .widget ul { list-style: none; margin-left: 0; }
.ads .widget ul li+li { margin-bottom: 7px; border-top: 1px dotted #272727; padding-top: 8px; }


/* #primary */
#primary { width: 719px; overflow: hidden; }
#primary .widget_get_recent_comments ul,
#primary .widget_recent_entries ul { padding-left: 12px; }
#primary .widget_get_recent_comments ul li,
#primary .widget_recent_entries ul li { list-style-image: url(./library/media/images/red-dot.png); margin-bottom: 8px; }

/* post-x */
*[id^="post"] {
margin-right: 12px; background-color: #fffffe; width: 719px; min-height: 232px; position: relative; display: block; float: left; clear: both; }

/* #content */
div#content { background: url(./library/media/images/page-bg.jpg) repeat-y; width: 1000px; display: block; float: left; padding: 4px 0; }
div#content>div { margin-left: 20px; }
.breadcrumb { height: 24px; margin: 154px 0 4px; width: 719px; border-bottom: 1px solid #e8e0c6; padding-top: 4px; }
.datetime { margin-right: 20px; top: 44px; left: 171px; font-size: 80%; position: relative; }
.breadcrumb span { font-weight: bold; }
.cfi-loop { list-style: none; margin: 0; }

/* .edit-post */
.edit-post a,  .edit-comment a {
background-color: #fffffe !important;
padding: 2px;
color: #D54E21 !important;
border: 1px solid;
-moz-border-radius: 4px;
}

.edit-post:hover a, .edit-comment:hover a { background-color: #D54E21 !important; padding: 2px; color: #fffffe !important; }
.post-edit-link, .author { text-decoration: none; }
.entry-header { height: 18px; padding: 2px 4px; background: url(./library/media/images/article-meta-bg.jpg) repeat-x; font-size: 0.9em; }
.entry-footer { height: 16px; background: #a71803; bottom: 0; padding: 2px 4px; clear: left; font-size: 0.9em; overflow: hidden; }
.comment-count a:before { content: url(./library/media/images/comment-ol.png); }
.print a:before { content: url(./library/media/images/print-ol.png); }
.entry-footer * a:before { background: #fffffe; margin-right: 2px; width: 22px; height: 19px; float: left; }
.entry-footer * a:active:before { background: #e71a00; }
.entry-footer * a:visited, .entry-footer * a:link { color: #fff; }
.entry-footer * a:active { color: #e71a00; }
.entry-footer span { float: left; margin-right: 12px; } 
.entry-title { text-shadow: -1px -1px 0 #A71803, 1px 1px 1px #654545; min-height: 1.4em; background: #a71803 url(./library/media/images/headline-bg.jpg) repeat-x; padding: 6px; }
.entry-content { min-height: 206px; display: table-cell; width: inherit; background: url(./library/media/images/headline-shadow.jpg) repeat-x; padding: 12px 4px 18px;  border-left: 1px solid #a71803; border-right: 1px solid #a71803; }

/* .login-form */
.login-form * { float: left; }

/* #comment  */
#comment  { background: url(./library/media/images/comment-textbox-bg.jpg) no-repeat; width: 425px; height: 64px; border: 0; padding: 8px; margin-left: 2px; }
#comment.text-entered { background-position: 0 -80px; }

/* .login-req */
/* .comment-author */
.comment-author, #login-req {
clear: right;
float: left;
background: url(./library/media/images/comment-meta-info.jpg) no-repeat;
width: 227px;
height: 83px;
padding: 8px 16px 8px 8px;
display: block;
}

.comment-author, .comment-author *, #login-req, #login-req  * { color: #00234e; margin-bottom: 0; }

#login-req>* { padding: 12px; }
#login-req a { font-weight: bold; padding: 0; }

/* .commenter */
.comment-author .commenter { color: #00234e; font-weight: bold; display: block; }
.comment-author .avatar { float: left; margin: 0 8px 0 0; }

/* .comment-content */
.comment-content {
display: block;
float: right;
width: 446px;
min-height: 83px;
background: url(./library/media/images/comment-content-bg.jpg) repeat-y;
color: #fffffe;
}
.comment-content p { background: transparent url(./library/media/images/comment-content-top-bg.jpg) no-repeat; padding: 8px; margin-bottom: 0; }
.comment-content p::selection { background: #fffffe; color: #00234e; }

.comment-unapproved {
text-align: center;
border: 2px solid #E71A00;
color: #fffffe;
width: 90%;
display: block;
margin: 0 auto;
padding: 4px;
line-height: 2em;
font-weight: bold;
text-shadow: 1px 1px 0 #B31900;
background: #c02505 url(./library/media/images/lock.png) no-repeat 20px center;
}

.comment-edit { float: right; }
.comment-feed-link { float: right; margin: 0; line-height: 1.2em; }
.comment-feed-link span { visibility: hidden; }
.comment-feed-link:hover span { visibility: visible; }
.comment-feed-link a { background: url(./library/media/images/rss.png) no-repeat right center; display: block; width: 116px; }
ol.comment-list, ol.comment-list li { float: left; }

/* #respond */
/* #comments */
#respond, #comments {
background-color: #f7f3ea;
float: left;
clear: both;
display: block;
padding: 8px;
margin-bottom: 12px;
}

/* #leave-a-reply */
#leave-a-reply, .comment-title {
font: bold 200% "Palatino Linotype", "Book Antiqua", "Times New Roman", times, serif;
color: #0968b3;
line-height: 2.0em;
border-bottom: solid 2px #0968b3;
clear: none;
}

/* ol#search-query .entry-header */
ol#search-query .entry-header,
ol#search-query .entry-footer,
ol#search-query .entry-title,
ol#search-query .entry-summary { background: transparent; }
ol#search-query .entry-title { border-top: 1px solid #e8e0c6; }
ol#search-query .entry-title a { color: #000; text-shadow: none; font-size: 12pt; line-height: 1em; }
ol#search-query *[id^="post"] { min-height: 0; display: list-item; width: 600px; }
ol#search-query { color: #e8e0c6; font: bold 4em "Palatino Linotype", "Book Antiqua", "Times New Roman", times, serif; padding-left: 1em; }
ol#search-query li span { color: #000; font-size: 8pt; font-weight: normal; font-family: verdana, helvetica, arial, sans-serif; }
ol#search-query li span .entry-summary p { padding: 0 4px; }

/* #primary .navigation */
#primary .navigation-links  .navigation { clear: both; }
#primary .navigation .wp-paginate { list-style-type: none; left: 50%; position: relative; float: left; }
#primary .navigation .wp-paginate>* { float: left; right: 50%; position: relative; }
#primary .navigation .page { background: #e9e5dd; border: 1px solid #9f998a; }
#primary .navigation .page,
#primary .navigation .prev,
#primary .navigation .next,
#primary .navigation .gap,
#primary .navigation .title { padding: 3px; margin: 0 2px; }
#primary .navigation .page:hover,
#primary .navigation .page.current { background: #F7F3EA; border: 1px solid #E9E5DD; }

/* spezielle Behandlung für Besondere Neuigkeiten */
#primary .category-besondere-neuigkeiten .entry {
}

/* #secondary */
#secondary { width: 226px; margin: -20px 20px 0 0 !important;}

/* .widget */
#secondary.aside .widget { background: #f4eee1 url(./library/media/images/sidebar-headline-bg.png) no-repeat; padding-right: 10px; }
#secondary.aside .widget-title {
background: url(./library/media/images/switch-up.png) no-repeat 200px center;
height: 23px;
width: 226px;
color: #0968b3;
padding: 3px 0 0 6px;
margin-bottom: 6px;
font-weight: bold;
font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", times, serif;
}
#secondary.aside .widget-title.collapsed { background-image: url(./library/media/images/switch-down.png); }
#secondary.aside .widget ul li a { display: block; padding: 0.36em 0; }
#secondary.aside .widget ul li { line-height: 1.2em; list-style-type: none; border-bottom: 1px solid #E8E0C6; margin: 0.36em 0; }
#secondary.aside .widget ul li:hover { line-height: 1.2em; list-style-type: none; border-bottom: 1px solid #00234e; background: #0968b3; }
#secondary.aside .widget ul li:hover a { color: #fff; padding-left: 4px; }
#secondary.aside .xoxo { padding: 0px 4px 2px; }

/* RSS-Feed Icon */
#website-rss, #category-rss { display: block; width: 135px; min-height: 32px; margin: 0 15%; background: url(./library/media/images/rss.png) left 6px no-repeat; padding: 6px 0 6px 32px; line-height: 1.2em; }
#category-rss.inactive { background-image: url(./library/media/images/rss-inactive.png); color: #272727; }
/* .wp-polls */
.wp-polls-ul li:hover { background: #f7f3ea !important; border-bottom: 1px solid #E8E0C6 !important; }

/* Combobox in Sidebar */
.widget_archive select,
.widget_categories select { margin: 12px; width: 95%; }

/* .cat-item */
.cat-item a:visited { color: #0968b3; }

/* wp-calendar */
#wp-calendar {
width: 100%;
}

#wp-calendar tbody td {
outline: 1px solid #000;
}

#wp-calendar td.pad,
#wp-calendar #prev,
#wp-calendar #next {
outline: 0;
}

/* Rotating Posts */
ul#slider { margin: 0; padding: 0; list-style: none; }
div#rp_frame { float: left; width: 426px; overflow: hidden; height: 340px; margin: 0 0 12px; }
.rp_post { position: absolute; width: 426px; height: 320px; list-style-image: none; margin-bottom: 0; overflow: hidden; }
.rp_post_title { background-image: url(./library/media/images/alpha-bg.png); position: absolute; width: 386px; top: 20px; left: 40px; padding: 4px 0; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; }
.rp_post_title h2 { clear: none; padding: 0 24px 4px; }
.rp_post_title h2 a { color: #fff; }
.rp_post_time { position: relative; line-height: 1.5em; float: right; font-size: 0.9em; color: #ccc; margin: 0 8px 0; }
.rp_post_content { top: 0; margin: 0; overflow: hidden; }
.rp_post_content p { padding: 0 0 10px 0; margin: 0; line-height: normal; }
.rp_post p.rp_post_metadata { color: #777; margin: 0; padding: 0; }
div#rp_nav { margin: 320px 0 0; text-align: center; background-color: #a71803; padding: 1px 0; }
div#rp_nav a { text-decoration: none; cursor: pointer; }
div#rp_nav.rp_nav_button { margin: 0 2px; width: 16px; height: 16px; float: left; }
div#rp_nav #rp_nav_arrows { vertical-align: top; margin-right: 12px; display: none;}
div#rp_nav #rp_nav_arrows a { padding: 0px 3px; }
div#rp_nav #rp_nav_arrows a#rp_nav_pause #rp_nav_pause_pressed { background-color: #9f998a; }
div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_on,
div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_off:hover { color: #272727; padding: 2px 5px; background: #F7F3EA; border: 1px solid #E9E5DD; }
div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_off { padding: 2px 5px; color: /*#400600*/ #fff; }

#primary > .widget_recent_entries { float: left; width: 291px; }
body.home #primary > .widget { width: 50%; float: left; display: block; }

/* Kategorie Icons */
/* Bauen und Wohnen */
#primary > .widget_categories .cat-item-6 {
background: url(./library/media/images/home.png) right center no-repeat;
}
/* Besondere Neuigkeiten */
#primary > .widget_categories .cat-item-20 {
background: url(./library/media/images/megaphone.png) right center no-repeat;
}
/* Einfach tierisch */
#primary > .widget_categories .cat-item-8 {
background: url(./library/media/images/butterfly.png) right center no-repeat;
}
/* Kultur und Wissenschaft */
#primary > .widget_categories .cat-item-7 {
background: url(./library/media/images/science.png) right center no-repeat;
}
/* Luebeck Lupe */
#primary > .widget_categories .cat-item-10 {
background: url(./library/media/images/luebecklupe.png) right center no-repeat;
}
/* Menschlich gesehen */
#primary > .widget_categories .cat-item-11 {
background: url(./library/media/images/people.png) right center no-repeat;
}
/* Politik und Wirtschaft */
#primary > .widget_categories .cat-item-5{
background: url(./library/media/images/money.png) right center no-repeat;
}
/* Rezensionen */
#primary > .widget_categories .cat-item-12 {
background: url(./library/media/images/books.png) right center no-repeat;
}
/* Tipps und Informationen */
#primary > .widget_categories .cat-item-14 {
background: url(./library/media/images/idea.png) right center no-repeat;
}
/* Umwelt Sport Gesundheit */
#primary > .widget_categories .cat-item-9 {
background: url(./library/media/images/earth.png) right center no-repeat;
}
/* Veranstaltungen */
#primary > .widget_categories .cat-item-13 {
background: url(./library/media/images/calendar.png) right center no-repeat;
}
/* Verkehr Polizei Fw */
#primary > .widget_categories .cat-item-15 {
background: url(./library/media/images/traffic.png) right center no-repeat;
}

#primary > .widget_categories { width: 287px !important; clear: right; height: 340px; padding-left: 4px; background-color: #a71803; }
#primary > .widget_categories .widget-title { color: #fff; font-weight: bold; margin-top: 4px; }
#primary > .widget_categories ul { list-style: none; padding: 2px; margin-left: 0; }
#primary > .widget_categories .cat-item { padding: 2px 0; background-color: #b71908; margin: 1px 0; }
#primary > .widget_categories ul li a { padding: 4px; width: 100%; color: #fff; /*#400600;*/ }
#primary > .widget_categories ul li:hover { background-color: #d72f1f; }

/* #your-profile */
#your-profile table { width: 100%; }

/* .footer */
.footer { background: url(./library/media/images/footer-rbg.jpg) repeat-y; float: left; width: 1000px; padding-bottom: 1em; }
.footer, .footer *, #footer-bootom , #footer-bottom *{ color: #272727; }
.footer .widget { display: block; float: left; margin: 0 12px; }

/* #footer-top */
#footer-top { background: url(./library/media/images/footer-top-bg.jpg) no-repeat; height: 15px; clear: both; }

/* #footer-bottom */
#footer-bottom { background: url(./library/media/images/footer-bottom-bg.jpg) no-repeat; height: 82px; width: 1000px; clear: left; }

/* .footer .nav */
.footer .nav { float: left; overflow: hidden; width: 100%; position: relative; }
.footer .nav ul { clear: left; float: left; position: relative; left: 50%; text-align: center; }
.footer .nav ul  li { display: block; float: left; position: relative; right: 50%; }
.footer .nav ul li a { display: block; color: #f7f3ea; padding: 6px; }

/* #copyright */
#copyright { clear: left; display: block; text-shadow: 1px 1px 0 #B5B09D; text-align: center; }

/* #gotop */
.footer #gotop { float: right; margin-right: 24px; color: #f7f3ea; }
#gotop:after { content: url(./library/media/images/arrow.gif); vertical-align: text-top; margin-left: 6px; }

/* .widget-useronline */
.footer .widget_useronline { width: 100px; }
.footer .widget_useronline ul { list-style: none; margin-bottom: 0; }
.footer .widget_useronline .widget-title { display: none }

a#glaubhaft { background: url(./library/media/images/glaubhaft.jpg) no-repeat 0 0; text-indent: -9999em; display: block; width: 350px; height: 56px; }
a#glaubhaft:hover { background-position: 0 -56px; }
ul#glaubhaft-subcats { color: #fff; display: inline; }
#glaubhaft-subcats li { width: 25%; float: left; }
#glaubhaft-subcats li a { width: 100%; height: 1.5em; display: block; text-align: center; background-color: #A71803; color: #fff; }
#glaubhaft-subcats li a:hover { background-color: #d72f1f; }