/*
 Theme Name:   Michael Anton
 Description:  Theme for Michael Anton
 Author:       Maximilian Ort
 Author URI:   http://www.redaktionsbuero-geis.de
 Template:     responsive
 Version:      1.0.0
 Text Domain:  michael-anton
*/

/* General
-------------------------------------------------------------- */
body {
    font-size: 15px;
    background: #fff;
    color: #333;
    font-family: "Trebuchet MS", sans-serif;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #DB072E;
}

a:hover, .current_page_item a, .current-menu-item a {
    color: #000;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    line-height: 1.25em;
}

h1 {
    font-size: 2.4em; /* = 36px */
    margin-bottom: .5em;
    margin-top: .5em;
}

h2 {
    font-size: 2.0em; /* = 30px */
    margin-bottom: .75em;
    margin-top: .75em;
}

h3 {
    font-size: 1.6em; /* = 24px */
    margin-bottom: .857em;
    margin-top: .857em;
}

h4 {    
    font-size: 1.333em; /* = 20px */
    margin-bottom: 1em;
    margin-top: 1em;
}

h5 {
    font-size: 1.2em; /* = 18px */
    margin-bottom: 1.125em;
    margin-top: 1.125em;
}

h6 {
    font-size: 1.067em; /* = 16px */
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}

hr {
    background: inherit;
    border-bottom: 2px dotted #333;
    clear: both;
    color: inherit;
    float: none;
    height: 0;
    width: 100%;
}

.ellipsis {
    color: inherit;
}

/* Header
-------------------------------------------------------------- */
#header {
    padding-top: 100px;
}

#logo {
    width: 150px;
    position: relative;
    right: -38px;
    top: 5px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: 1px;
}

#logo a, #logo span {
    font-family: Times;
    text-transform: lowercase;
    color: #DB072E;
    font-size: 33px;
    font-weight: 700;
    white-space: nowrap;
}

#logo .site-name {
    line-height: 18px;
}

#logo .site-description  {
    text-indent: 108px;
}

/* Header images
-------------------------------------------------------------- */
.header-images {
    float: left;
}

.header-images img {
    height: 195px;
    border-left: 3px solid transparent;
}

/* Content
-------------------------------------------------------------- */
#container {
    max-width: none;
    width: 960px;
    margin: 0 0 0 75px;
}

#wrapper {
    padding: 0 70px;
    margin: 0;
    background: none;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#content, #content-search {
    float: right;
    margin: 78px 0 0;
    width: 460px;
    position: relative;
}

#content-search .page, #content-search .post {
    border-bottom: 2px dotted #333;
}

#content-search .page:last-of-type, #content-search .post:last-of-type {
    border-bottom: 0 none;
}

.post-entry > :first-child {
    margin-top: 0;
}

.post-title {
    text-transform: lowercase;
}

.post-meta {
    display: none;
}

.title-search-results {
    margin-top: 0;
}

.title-404 {
    color: inherit;
}

.read-more {
    font-size: 0.933em;
}

/* Sidebar
-------------------------------------------------------------- */
#widgets {
    font-family: Times;
    font-size: 1.267em; 
    text-transform: lowercase;
    text-align: right;
    line-height: 1.429em;
    width: 155px;
    margin: 78px 0 0;
}

#widgets ul, #widgets ol {
    margin: 0;
    padding: 0;
}

.widget-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: none;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 25px;
}

.widget-title h3, .widget-title-home h3 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    padding: 0;
    margin: 0 0 25px;
    text-align: right;
    color: #DB072E;
}

.menu-widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav_menu-4 {
    display: none;
}

.social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-left: 10px;
}

.social-icons img {
    width: 20px;
    height: 20px;
}

#widgets .social-icons {
    margin-bottom: 25px !important;
}

/* Footer
-------------------------------------------------------------- */
#footer {
    font-family: Times;
    font-size: 1.267em;
    line-height: 1.429em;
    text-transform: lowercase;
    width: 960px;
    max-width: none;
    margin: 0;
    padding: 50px 0;
}

#footer-wrapper .grid.col-940 {
    width: auto;
}

#footer .widget-wrapper {
    margin: 0;
}

#footer .widget_nav_menu {
    width: auto;
    margin: 0;
    padding: 0;
}

#footer .menu-widget li {
    float: left;
}

#footer .menu-widget a {
    color: #DB072E;
    padding: 0 15px;
    border-left: 1px solid #DB072E;
}

#footer .menu-widget li:first-child a {
    border-left: 0 none;
    padding-left: 0;
}

#footer .menu-widget li:last-child a {
    padding-right: 0;
}

#footer .menu-widget a:hover, #footer .current_page_item a, #footer .current-menu-item a {
    color: #000;
}

#footer_widget {
    float: left;
}

#footer_widget_right {
    float: right;
}

a.prev-page, a.next-page {
    font-size: 40px;
    position: fixed;
    top: 50%;
}

a.prev-page {
    left: 15px;
}

a.next-page {
    right: 15px;
}

#scrollTop {
    font-size: 40px;
    font-weight: bold;
    display: none;
    position: fixed;
    left: 403px;
    bottom: 45px;
}
