/*
Theme Name: FCS
Theme URI: http://www.fliegerclub-sbk.de

Author: FCS
Version: 0.4.1
License: GNU General Public License
License URI: license.txt
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ol {
    background: transparent;
    border: 0;
    margin: 0;

    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
/*ol,*/
ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}

/* =Fonts
-------------------------------------------------------------- */
@font-face {
    font-family:"YanoneKaffeesatz-Regular";
    src: url("YanoneKaffeesatz-Regular.eot") /* EOT file for IE */
}
@font-face {
    font-family:"YanoneKaffeesatz-Regular";
    src: url("YanoneKaffeesatz-Regular.ttf") /* TTF file for CSS3 browsers */
}
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: Georgia, "Bitstream Charter", serif;
}
#home,
#menu a,
#menu a:link,
#menu a:visited {
    font-family: 'YanoneKaffeesatz-Regular',Arial,Helvetica,sans-serif;
}

/* =Layout
-------------------------------------------------------------- */

#wrapper {
    width: 980px;
    margin: 0 auto;
    background-color: #ffffff;
    /*background-image: url(images/wrapper-bg.jpg);
    background-repeat: repeat-y;*/
}

#header {
    height: 422px;
    position: relative;
    background-image: url(images/header-bg.jpg);
    background-color: #ffffff;
    background-repeat: no-repeat;
}

#home {
    position: relative;
    top: 23px;
    left: 47px;
    font-size: 48px;
    font-style: normal;
    width: 45%;
}

#home a {
    color: #ffffff;
    text-decoration: none;
}

#header .notify{
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 47px;
    width: 45%;
    top: 23px;
    font-size: 90%;
    border-radius: 5px;
    padding: 5px;
}

#header .notify * {
    margin-bottom: 5px;
}

.red {
    color: red;
}

#menu {
    position: absolute;
    left: 25px;
    bottom: -1px;
    z-index:99;
}

#menu li {
    float: left;
    margin: 0 10px;
    position: relative;
}

#menu a,
#menu a:link,
#menu a:visited {
    height: 29px;
    min-width: 54px;
    display: block;
    background-image: url(images/nav_bt-m.png);
    background-repeat: repeat-x;

    color: black;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: normal;

    text-decoration: none;
    text-align: center;
    padding: 7px 3px 0 3px;

}

#menu li .nav-bt-left,
#menu li .nav-bt-right{
    background-repeat: no-repeat;
    width: 6px;
    height: 29px;
    display: block;
    position:absolute;
    top: 0;
}

#menu li .nav-bt-left {
    background-image: url(images/nav_bt-l.png);    
    left: -6px;
}

#menu li .nav-bt-right{
    background-image: url(images/nav_bt-r.png);
    right: -6px;
}

#menu a:hover {
    color: #ff4b33;
}

#menu .current_page_item a,
#menu .current-page-ancestor a,
#menu .current-menu-item a,
#menu .current-menu-item.menu-item-home a{
    background: 0;
    color: #004ade;
    border-top: #CFCFCF solid 1px;
    background-color: #FFFFFF;
    height: 31px; 
}

#menu .current-menu-item.menu-item-home {
    border-left: #CFCFCF solid 1px;
    margin-left: 0;
}

#menu .current-menu-item.menu-item-home .nav-bt-left {
    display: none;
}

#menu .current-menu-item .nav-bt-left,
#menu .current-menu-item .nav-bt-right,
#menu .current-page-ancestor .nav-bt-left,
#menu .current-page-ancestor .nav-bt-right,
#menu .current_page_item .nav-bt-left,
#menu .current_page_item .nav-bt-right {
    width: 25px;
    height: 39px;
}

#menu .current-menu-item .nav-bt-left,
#menu .current-page-ancestor .nav-bt-left,
#menu .current_page_item .nav-bt-left {
    background-image: url(images/nav_bt_active-l.png);
    left: -25px;
}

#menu .current-menu-item .nav-bt-right,
#menu .current-page-ancestor .nav-bt-right,
#menu .current_page_item .nav-bt-right {
    background-image: url(images/nav_bt_active-r.png);
    right: -25px;
}

#main {
    padding: 0 15px;
    position: relative;

    background-color: #ffffff;
    background-image: url(images/main-bg.png);
    background-repeat: repeat-y;
}

#container {
    float:left;
    width: 948px;
    margin-left: 1px;
    margin-right:-231px;
}

#container_header {
    height: 98px;
    width: 9px;

    position: absolute;
    top: 0;

    background-image: url(images/main-top-bg.jpg);
    background-repeat: no-repeat;
}

/* =Content
-------------------------------------------------------------- */

#content {
    width: 681px;
    margin-left: 9px;
    margin-bottom: 13px;

    border: 1px solid #cfcfcf;
    position: relative;

    background-color: #ffffff;

    padding: 0 13px 0 14px;
}

#top-right-bg {
    width: 31px;
    height: 24px;
    position: absolute;
    top: -1px;
    right: -1px;


    background-image: url(images/top-right-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#submenu {
    height: 20px;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
    border-bottom: 2px #cfcfcf dashed;
}

#submenu li{
    float: left;
    margin-right: 15px;
    list-style: none !important;
}

#submenu a {
    display: block;
}
#content,
#content input,
#content textarea {

}
#content ul{
    padding-left: 20px;
}
#content p,
#content ul,
/*#content ol,*/
#content dd,
#content pre {
    margin-bottom: 12px;
    list-style: disc;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
    margin-bottom: 0;
    padding-left: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
    font-size: 15px;
    line-height: 21px;
}
#content code {
    font-size: 13px;
}
#content dt,
#content th {
    color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #000;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}
.hentry {
    padding: 12px 0 16px 0;
    font-size: 14px;
    line-height: 1.2em;
    overflow: hidden;
}
.sticky {

}
.sticky .entry-date{
    display:none;
}
.single .hentry {
    padding: 12px 0 16px 0;
}
#content .entry-title {
    color: #004ade;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
    color: #004ade;
    text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #ff4b33;
}
.entry-date {
    position: absolute;
    right: 0;
    top: 1em;
    color: #6DB1DE;
    font-weight: bold;
}
.entry-meta {
    color: #888;
    font-size: 12px;
}
.entry-utility {
    clear:both;
}
.entry-meta abbr,
.entry-utility abbr {
    border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
    border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
    clear: both;
    padding: 12px 0 0 0;
}
.entry-content {
    text-align: justify;
}

#lastedit {
    font-size: 0.7em;
    color: #343434;
    position: absolute;
    right: 5px;
    bottom: 0;
    line-height: 1.2em;
}

/****************/

#sidebar {
    width: 201px;


    /*position: absolute;
    right: 15px;
    top: 0;*/
    padding: 144px 15px 0 14px;
    float:right;

    background-image: url(images/sidebar-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;



}

#primary {
    position: relative;

}

#sidebar-tr-bg {
    width: 47px;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 0px;

    /*background-image: url(images/sidebar-tr-bg.png);*/
    background-repeat: no-repeat;
    background-position: right top;
}

#sidebar .widget-area {
    /*font-family: Helvetica,sans-serif;*/
    font-size: 12px;    

}

.widget-container {
    background-color: #ffffff;
    margin-bottom: 11px;
    border: 1px solid #cfcfcf;

}

.widget-title {
    color: #000000;
    font-family: 'YanoneKaffeesatz-Regular',Arial,Helvetica,sans-serif;
    font-size: 21px;
    letter-spacing: 0.1em;
    background-color: #6db1de;
    padding: 1px 9px;
    border-bottom: 1px solid #8abee1;
}

.widget-container ul {
    margin: 10px 15px;
}

.widget-container li {
    margin-bottom:0.5em;
}

.widget-container ul ul {
    margin-right: 0;
}

#footer {
    width: 980px;
    height: 35px;
    padding-top:35px;

    font-size: 0.7em;
    text-align: center;

    clear: both;

    background-color: #ffffff;
    background-image: url(images/footer-bg.png);
    background-repeat: no-repeat;
}


.post {
    padding: 12px 0 16px 0;
    /*font-family: Helvetica,sans-serif;*/
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}
a:link {
    color: #0066cc;
}
a:visited {
    color: #0066cc;
}
a:active,
a:hover {
    color: #ff4b33;
}

.widget_search {
    background: 0;
    border: 0;
}
.widget_search label {
    display: none;
}
.widget_search #s {
    width: 120px;
}
.widget_search #searchsubmit {
    margin-left: 53px;
    width:70px;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

hr {
    color: #FFF;
    background: 0;
    border: 0;
    border-bottom: 2px #cfcfcf dashed;
    margin: 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
h3#comments-title {
    padding: 24px 0;
}
.commentlist {
    list-style: none;
    margin: 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
    list-style: none;
}
.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.commentlist li.depth-1 {
    padding-left: 24px;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}
.comment-author {
}
.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
    color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
    color: #ff4b33;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
#comments .pingback .url {
    font-size: 13px;
    font-style: italic;
}

/* Comments form */
input[type=submit] {
    color: #333;
}
#respond {
    border-top: 1px solid #e7e7e7;
    margin: 24px 0;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
#respond .required {
    color: #ff4b33;
    font-weight: bold;
}
#respond label {
    color: #888;
    font-size: 12px;
}
#respond input {
    margin: 0 0 9px;
    width: 98%;
}
#respond textarea {
    width: 98%;
}
#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond .form-submit input {
    font-size: 14px;
    width: auto;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

#cam.wp-caption.alignleft {
    margin: 5px 2px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0 !important;
    padding:0 4px 5px;
}


.site_vorstand li{
    clear:left;
    list-style: none;
}
.site_vorstand li li{
    clear: none;

}

.contacttable {
    empty-cells: show;
}

.contacttable td.firstrow {
    text-align: right;
    padding-right: 0.5em;
    padding-bottom: 5px;
}

.gallery {
    margin: auto;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.entry-content img,
.gallery img {
    display: block;
    max-width: 89%;
    height: auto;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}
.gallery .gallery-caption {
    margin-left: 0;
}


#loginform {
    width: 320px;
    padding: 26px 24px 46px;
    margin: auto;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

#loginform input[type="color"],
#loginform input[type="date"],
#loginform input[type="datetime-local"],
#loginform input[type="datetime"],
#loginform input[type="email"],
#loginform input[type="month"],
#loginform input[type="number"],
#loginform input[type="password"],
#loginform input[type="search"]
#loginform input[type="tel"],
#loginform input[type="text"],
#loginform input[type="time"],
#loginform input[type="url"],
#loginform input[type="week"],
#loginform select,
#loginform textarea {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #7e8993;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background-color: #fff;
    color: #32373c;
}

#loginform label {
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

#loginform .input, #loginform input[type="checkbox"], #loginform input[type="text"] {
    background: #fbfbfb;
}

#loginform .input, #loginform input[type="password"], #loginform input[type="text"] {
    font-size: 1.2em;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}
