/*
 * sos specific colors:
 *  orange: dc9f48
 *  red:    91494e
 */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 1.5rem;
}

h2, .h2 {
    font-size: 1.35rem;
}

h3, .h3 {
    font-size: 1.3rem;
}

h4, .h4 {
    font-size: 1.2rem;
}

h5, .h5 {
    font-size: 1.1rem;
}

h6, .h6 {
    font-size: 1rem;
}

img {
    border:none; 
}

/* links */

a {
    text-decoration: none;
}

a:link { 
    color: #1F517D;
    text-decoration: underline;
}
a:visited { 
    color: #1F517D;
}
a:hover {
    color:red;
}

a.table {color:#000000; background-color:inherit; text-decoration:none; }
a.table:hover {color:#ffffff; text-decoration:none; background:#91494e;}

html, body {
    background: #fdfdfd;
    padding:0px;
    margin:0px;
    height:100%;
    width:100%;
    color: #333;
    font-size: 11pt;
    font-family:'NimbusSansLRegular',Sans-serif;
}

body {
    overflow-y: scroll;
}

div#logo_box {
    padding-top: 10px;
    float: left;
}

span#logo_container {
    display: block;
    width:755px;
    height:155px;
    /*background:url(logo_web_small.png);*/
    background:url(logo_2018.png);
    background-repeat: no-repeat;
}

div#gradient_box {
    float: right;
    height:36px;
    width: 748px;
    padding:0px;
    overflow:hidden;
    top: -55px;
    position: relative;
}

div#gradient_box div#gradient {
    height:36px;
    width:400px;
    float: left;
    /*background-image: url(balken_gradient.png);*/
    background-repeat: no-repeat;
}

div#gradient_box div#solid {
    width:100%;
    height:36px;
    margin-left:400px;
    margin-right:20px;
    text-align:right;
    /*background-image: url(balken_solid.png);*/
    background-repeat: repeat-x;
}

div#title_box {
    display: none;
}

div#content_box {
    width: 735px;
    border: #ddd 1px solid;
    background: #fafafa;
    padding: 1rem;
    float: right;
}

div#content_box img {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);  
}

div#reel {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    min-height: 100%;
    margin-bottom: 1rem;
}

div#foot {
    clear:both;
}

div#navigation {
    margin-top: 36px;
    width: 152px;
    padding: 4px;
    overflow: hidden;
    float: left;
    background: #fafafa;
    border: #ddd 1px solid;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    font-size: 12pt;
}

div#navigation a {
    text-decoration: none;
    color: #000;
}

div#navigation a:hover {
   color: #1F507D;
}

div#navigation ul {
    padding-left: 0px;
    margin-left: 0px;
}

div#navigation li {
    list-style-type: none;
    color: #888;
}

div#navigation ul>li {
    padding-left: 8px;
}

/********* event box pos/style ************/

.eventDetails {
    clear: right;
    float: right;
    margin: 0 0 0.5em 1em;
}

.eventDetails th {
    background: none repeat scroll 0 0 #DDDDDD;
    border-color: #E7E7E7;
    border-style: solid solid none;
    border-width: 0.1em;
    color: #666666;

    padding: 0.5em 1em;
    vertical-align: top;
}

.eventDetails td {
    border-top: 0.1em solid #E7E7E7;
    padding: 0.5em;
}

figure {
    margin: 0;
}
