/*
Theme Name: Moderatgeber.de
Theme URI: http://www.moderatgeber.de/
Description: Moderatgeber.de Theme
Version: 1.0
Author: Moderatgeber.de
Author URI: http://www.moderatgeber.de/
*/

* {
    margin: 0;
    padding: 0;
}
body {
    padding-bottom: 50px;
    color: #000;
    text-align: center;
    font: small Arial, Verdana;
    background: #0B1D2B url(images/bg.gif);
}
img {
    border: none;
}
ul, ol, li {
    list-style: none;
}
input, textarea, select {
    font: 1em Arial, Verdana;
}
a {
    color: #F99500;
    text-decoration: underline;
}

/**
 *******************************************************************************
 * {{ Basic layout }}
 *******************************************************************************
*/
#page {
    padding-bottom: 10px;
    background: #0B1D2B;
}
#top {
    padding: 5px 0;
    background: #1B4567;
}
#topInner {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
#topInnerLeft {
    float: left;
}
#topInnerRight {
    float: right;
    color: #fff;
}

#header {
    height: 80px;
    background: url(images/header-bg.gif) repeat-x;
}
#headerInner {
    width: 960px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: left;
}
#logo {
    
}

#nav {
    background: bottom #1B4566 url(images/nav-bg.gif) repeat-x;
}

#screen {
    height: 220px;
    background: bottom url(images/screen-bg.gif);
}
#screenInner {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#screenBottom {
    height: 5px;
    font-size: 1px;
    background: bottom url(images/screen-bottom-bg.gif) repeat-x;
}

#frame {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#frameContent {
    float: left;
    width: 715px;
    display: inline;
    background: url(images/content-frame-bg.gif) repeat-y;
}
#frameContentTop {
    height: 10px;
    font-size: 1px;
    background: url(images/content-frame-top-bg.gif) no-repeat;
}
#frameContentBottom {
    height: 10px;
    font-size: 1px;
    background: url(images/content-frame-bottom-bg.gif) no-repeat;
}

#content {
    float: left;
    display: inline;
    width: 530px;
}

#ads {
    float: left;
    width: 185px;
    text-align: center;
}

#sidebar {
    float: left;
    width: 245px;
    background: url(images/sidebar-bg.gif) repeat-y;
}

#footerTop {
    clear: both;
    height: 10px;
    font-size: 1px;
    background: url(images/footer-bg.gif) repeat-x;
}

#footer {
    margin-left: -240px;
}
#footerInner {
    width: 715px;
    margin: 5px auto;
    padding: 10px 0;
    text-align: center;
}

/**
 *******************************************************************************
 * {{ Layout/content }}
 *******************************************************************************
*/
#top p {
    margin: 5px 0;
    font-size: .9em;
}
#top a {
    margin: 0 10px;
    color: #95C0E3;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}
#top a:hover {
    text-decoration: underline;
}

#topInnerRight {
    color: #95C0E3;
    font-size: .9em;
}
#topInnerRight #s {
    width: 160px;
    padding: 3px;
    background: #fff;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
}
#topInnerRight #searchsubmit {
    padding: 2px 10px;
    color: #fff;
    background: #0F2639;
    border: 1px solid #0F2639;
    -moz-border-radius: 5px;
}

#nav ul {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
#nav li {
    float: left;
    margin-right: 20px;
    display: inline;
    font-size: 1.2em;
}
#nav li a {
    float: left;
    padding: 12px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}
#nav li a:hover {
    color: #F99500;
}
#nav li.active a {
    color: #F99500;
}

#footerInner {
    color: #808080;
}
#footerInner p {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
}
#footerInner ul {
    text-align: left;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#footerInner ul li {
    width: 235px;
    float: left;
    font-weight: bold;
}
#footerInner ul ul {
    float: none;
}
#footerInner ul ul li {
    font-weight: normal;
    text-transform: none;
}
#footerInner ul ul ul {
    margin: 0;
}
#footerInner ul ul ul li {
    font-weight: normal;
}
#footerInner a {
    color: #808080;
    text-decoration: none;
}

/**
 *******************************************************************************
 * {{ Box classes }}
 *******************************************************************************
*/
.boxContainerTop {
    clear: both;
    height: 10px;
    font-size: 1px;
    background: url(images/box-container-top-bg.gif) no-repeat;
}
.boxContainer {
    background: url(images/box-container-bg.gif) repeat-y;
}
.boxContainerBottom {
    clear: both;
    height: 10px;
    font-size: 1px;
    background: url(images/box-container-bottom-bg.gif) no-repeat;
}

.box {
    float: left;
    width: 350px;
    margin: 0 5px;
}
.box.margin {
    margin-left: 5px;
}

.boxTitle {
    padding: 5px 10px 10px 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    background: bottom url(images/box-title-divider.gif) no-repeat;
}
.box li {
    float: left;
    display: inline;
}
.box li a {
    float: left;
    width: 95px;
    padding: 7px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}
.box li a:hover {
    background: #276598;
}

/**
 *******************************************************************************
 * {{ Post classes }}
 *******************************************************************************
*/
.post {
    clear: both;
    margin: 10px 20px 20px 20px;
    background: #fff;
}
.post p {
    margin-top: 10px;
    line-height: 150%;
}
.post ul {
    margin:10px 20px;
    line-height: 150%;
}
.post ul li {
    list-style: disc;
}
.post ol {
    margin:10px 20px;
    line-height: 150%;
}
.post ol li {
    list-style: decimal;
}

.postTitle {
    letter-spacing: -2px;
    font: normal 2.3em "Trebuchet MS", Verdana, Arial;
}
.postTitle a {
    color: #000;
    text-decoration: none;
}

.category {
    color: #F99500;
    font-size: .9em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.category a {
    color: #F99500;
    text-decoration: none;
}

.more-link {
    float: right;
    width: 110px;
    height: 30px;
    display: block;
    font-size: .85em;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: url(images/readmore-bg.gif) no-repeat;
}

.adsContentF {
    margin: 10px 0 0 0;
    text-align: center;
}

/**
 *******************************************************************************
 * {{ Menu layout }}
 *******************************************************************************
*/
.menuTop {
    height: 10px;
    font-size: 1px;
    background: url(images/menu-top-bg.gif) no-repeat;
}
.menu ul {
    width: 240px;
    background: url(images/menu-bg.gif) repeat-y;
}
.menu li {
    background: bottom url(images/menu-divider-bg.gif) no-repeat;
}
.menu li a {
    padding: 7px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}
.menu li a:hover {
    background: #276598;
}
.menu li ul {
    background: top url(images/menu-divider-bg.gif) no-repeat;
}
.menu li li a {
    padding: 7px 30px;
    color: #95C0E3;
}
.menu li li a:hover {
    color: #fff;
    background: #276598;
}
.menu li li li {
    font-size: .85em;
}
.menu li li li a {
    padding: 7px 45px;
    color: #95C0E3;
}
.menu li li li a:hover {
    color: #fff;
    background: #276598;
}
.menu li li li a:before {
    content: '- ';
}
.menu li li li li a {
    padding: 7px 60px;
    color: #95C0E3;
}
.menu li.current_page_item a {
    background: #276598;
}
.menu li.current_page_item li a {
    background: none;
}
.menuBottom {
    height: 10px;
    font-size: 1px;
    background: url(images/menu-bottom-bg.gif) no-repeat;
}
/**
 *******************************************************************************
 * {{ Breadcrumbs nav }}
 *******************************************************************************
*/
.breadcrumbs {
    color: #0B1D2B;
    font-size: .85em;
}
.breadcrumbs a {
    color: #0B1D2B;
    text-decoration: none;
}

/**
 *******************************************************************************
 * {{ Shops }}
 *******************************************************************************
*/
.fashionShopListTitle {
    margin-top: 10px;
    font-weight: bold;
}
.fashionShopList {
    margin-top: 10px;
}
.fashionShopList li {
    position: relative;
    float: left;
    width: 235px;
    margin: 5px 10px 0 0;
}
.fashionShopList li a {
    padding: 7px;
    display: block;
    color: #0B1D2B;
    background: #eee;
    text-decoration: none;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
}
.fashionShopList li a:hover {
    background: #ddd;
}
.fashionShopList li a span {
    position: absolute;
    right: 7px;
    color: #666;
}

.fashionShopCityLetter {
    clear: both;
    padding: 7px 0 0 7px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.fashionShopContainer {
    height: 100%;
    margin: 10px 0 0 0;
    background: #eee;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
}
.fashionShopContainer .fashionShopContainerName {
    float: left;
    width: 225px;
    margin: 0 0 10px 10px;
}
.fashionShopContainer .fashionShopContainerMap {
    float: left;
    width: 227px;
    margin: 0 0 10px 10px;
}
.fashionShopContainer .fashionShopContainerData {
    clear: both;
    float: left;
    width: 225px;
    margin: 0 0 10px 10px;
}
.fashionShopContainer .fashionShopContainerDesc {
    float: left;
    width: 225px;
    margin: 0 0 10px 10px;
}

.fashionShopContainer .fashionShopName {
    color: #0B1D2B;
    font: normal 1.5em "Trebuchet MS", Verdana;
}
.fashionShopContainer .fashionShopAddress {

}
.fashionShopContainer .fashionShopMap {
    border: 1px solid #666;
}
.fashionShopContainer .fashionShopOpening {

}
.fashionShopContainer .fashionShopNotes {

}
.fashionShopContainer .fashionShopLocation {

}
.fashionShopContainer .fashionShopPhoneNumber {

}
.fashionShopContainer .fashionShopContactPerson {

}
.fashionShopContainer .fashionShopContactEmail {

}

/**
 *******************************************************************************
 * {{ Common classes }}
 *******************************************************************************
*/

.wp-caption {
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
}
.wp-caption.aligncenter {
    margin-top: 10px;
}
.wp-caption img {
    margin: 5px auto;
}
.wp-caption-text {
    font-size: .9em;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
img.alignleft {
    margin: 0 10px 10px 0;
}
img.alignright {
    margin: 0 0 10px 10px;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
.wp-caption.alignleft {
    margin: 10px 10px 10px 0;
}
.wp-caption.alignright {
    margin: 10px 0 10px 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
