/*
Theme Name: Florian Ostertag
Theme URI: http://www.florianostertag.de
Description: Das WordPress-Theme für die neue Webseite von Florian Ostertag
Author: simpleshow GmbH
Author URI: http://www.simpleshow.com
Version: 1.0
*/

/* LANDSCAPE PHONES AND DOWN */
@media (max-width: 480px) {
    body {
        padding: 0 !important;
    }

    #container {
        margin: 20px !important;
    }

    #navigation {
        background-color: rgba(0, 0, 0, 0.75);
        padding-left: 10px;
    }
}

/* LANDSCAPE PHONE TO PORTRAIT TABLET */
@media (max-width: 767px) {
    body {
        padding: 0 !important;
    }
}

/* GENERAL */
body {
    background-color: #000 !important;
    color: #fff !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

#container {
    margin: 50px;
}

p {
    margin-bottom: 20px !important;
}

a {
    color: #fff !important;
    text-decoration: underline !important;
}

label {
    font-size: 12px !important;
}

input[type="text"], input[type="password"], textarea {
    background: transparent !important;
    border: #fff 1px solid !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

input[type="submit"] {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 12px !important;
}

:-moz-placeholder {  
   color: #fff !important;
   padding-top: 2px;
}

::-webkit-input-placeholder {
   color: #fff !important;
   padding-top: 2px;
}

/* HEADER */
header {
    border-bottom: #fff 1px solid;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

#logo h1 {
    background-image: url("/wp-content/themes/florianostertag/images/logo.png");
    background-repeat: no-repeat;
    height: 31px;
    margin: 0;
    text-indent: -9999px;
    width: 250px;
}

#logo h1 a {
    height: 31px;
    display: block;
    width: 250px;
}

#logo a {
    text-decoration: none !important;
}

#logo a:hover {
    text-decoration: underline !important;
}

/* CONTENT */
#single, #page, #news, #live {
    margin-bottom: 30px;
}

#single header, #page header, #news header, #live header {
    border-bottom: #fff 1px solid;
    margin-bottom: 20px !important;
    padding-bottom: 5px;
}

#single h2, #page h2, #news h2, #live h2 {
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 1;
}

#news article {
    margin-bottom: 30px;
}

#news article header {
    border: 0;
    margin-bottom: 5px !important;
    padding-bottom: 0;
}

#news h3, #page h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}

#previous a, #next a {
    text-decoration: none !important;
}

#previous a:hover, #next a:hover {
    text-decoration: underline !important;
}

#previous {
    text-align: left;
}

#next {
    text-align: right;
}

#events {
    list-style-type: none;
    margin: 0;
}

#events li {
    margin-bottom: 5px;
}

.date, .title, .availability {
    display: inline-block;
    vertical-align: top;
}

.date, .availability {
    width: 20%;
}

.title {
    width: 50%;
    margin: 0 5%;
}

.list_files {
    margin-bottom: 20px;
}

/* SIDEBAR */
#newsletter, #follow, #buy {
    margin-bottom: 30px;
}

#newsletter header, #follow header, #buy header {
    border-bottom: #fff 1px solid;
    padding-bottom: 5px;
}

#newsletter header {
    margin-bottom: 20px !important;
}

#follow header, #buy header {
    margin-bottom: 10px !important;
}

#newsletter h2, #follow h2, #buy h2 {
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 1;
}

#newsletter ul {
    list-style-type: none;
    margin: 0;
}

#newsletter label {
    display: none;
}

#newsletter input[type='submit'] {
    margin-left: 5px;
}

#newsletter input[type='text'] {
    padding: 0 4px;
}

#newsletter .mc_merge_var {
    float: left;
}

#newsletter .mc_signup_submit {
    text-align: left;
}

#newsletter .mc_error_msg,
#newsletter .mc_success_msg {
    color: #fff;
    font-weight: normal;
}

#follow ul, #buy ul {
    list-style-type: none;
    margin: 0;
}

#follow li, #buy li {
    display: inline;
    padding-right: 10px;
}

/* FOOTER */
footer {
    position: fixed;
    bottom: 0;
    left: 2%;
    width: 96% !important;
}

#pagination ul {
    list-style-type: none;
    margin: 0;
}

#pagination li {
    background-image: url("/wp-content/themes/florianostertag/images/pagination.png");
    background-position: 0 -6px;
    float: left;
    height: 6px;
    margin-right: 7px;
    text-indent: -9999px;
    width: 6px;
}

#pagination li.current {
    background-position: 0 0;
}

#pagination li a {
    display: block;
    height: 6px;
    margin-right: 7px;
    width: 6px;
}

#pagination li a:focus {
    outline: 0;
}

#navigation {
    border-top: #fff 1px solid;
    padding-top: 5px;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
}

#navigation li {
    float: left;
    padding-right: 10px;
}

#navigation li a {
    text-decoration: none !important;
}

#navigation li a:hover {
    text-decoration: underline !important;
}

/* CONTACT FORM 7 */
.wpcf7 p {
    margin-bottom: 20px;
}

select.wpcf7-select {
    height: 30px;
    line-height: 26px !important;
    position: relative;
    width: 310px;
}

span.select {
    background: transparent url("/wp-content/themes/florianostertag/images/select.png") no-repeat top right;
    border: #fff 1px solid !important;
    cursor: default;
    float: left;
    height: 30px;
    left: 0;
    line-height: 26px !important;
    position: absolute;
    text-indent: 5px;
    width: 310px;
    z-index: 1;
}

.wpcf7 input[type="text"], textarea {
    width: 300px !important;
}

/* MEDIAELEMENT.JS */
#video .mejs-container .mejs-controls {
    display: none !important;
}

#audio .mejs-container {
    background: none !important;
    display: inline-block;
}

#audio .mejs-container .mejs-controls {
    background: none !important;
}

#audio .mejs-controls .mejs-button button {
    margin: 0 0 0 10px;
}