body 
{
    font-family: 'Helvetica Neue',Helvetica, sans-serif;
    font-size: .9em;
    color:#FFFFFF;
    margin: 0;
}

a, .button
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer; 
    cursor: hand;
}
a:hover, a:focus, .button:hover, .button:focus, a.activeItem {
    font-weight:bold; color:green; text-decoration:none; transition: all 0.5s linear;
}

.menu
{
    margin: 10px;
}
.menu a
{
    margin: 5px;
    background-size: 100%;
    text-transform: lowercase;
}

div.topic
{
    padding-top: 0.01em;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(163,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(163,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(163,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(163,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(163,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(163,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a30000',GradientType=0 ); /* IE6-9 */
}

div.topic div
{
    max-width: 900px;
    margin-left: 1em;   
    margin-right: 1em;   
    margin-left: auto;
    margin-right: auto;
}

div.posts
{
    padding-bottom: 40em;
}

.title
{
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 1em;
    width: 100%;
    height: 140px;
}

.title h1
{
    font-size: 2em;
    letter-spacing: -2px;
    text-transform: lowercase;
    padding-left: 1em;
    padding-top: 95px;
}

.title h2
{
    font-variant: small-caps;
    font-size: 1em;
    margin-top: -1em;
    padding-left: 2.2em;
}

#leftmenu
{
    background-color: rgba(0,0,0,0.55);
    border-radius: 2em;
	position: fixed;
    font-size: .8em;
    text-transform: lowercase;
	left: 1em;
	top: 33%;
    overflow: hidden;
    opacity:0.3;
    transition: all 0.5s linear;
}

#leftmenu div
{
    margin-left: 1em;
    margin-right: 1em;
}

#leftmenu div:first-child
{
    margin-top: 1em;
}
#leftmenu div:last-child
{
    margin-bottom: 1em;
}

#rightmenu
{
    background-color: rgba(0,0,0,0.55);
	position: fixed;
    font-size: .8em;
	right: 1em;
	bottom: 1em;
    border-radius: 2em;
    text-transform: none;
    opacity:0.3;
    transition: all 0.5s linear;
}
#rightmenu:hover, #leftmenu:hover
{
    transition: all 0.5s linear;
    opacity:1;
}

#rightmenu h1
{
    margin: 2em;
    margin-top: 1em;
    margin-bottom: -1em;
}

#leftmenuitems div a
{
    font-variant: small-caps;
}

div.post
{
    color: #390000;    
    border-radius: 2em;
    background-color: rgba(0,0,0,0.55);
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    margin-top: 1em;
}

div.post p, div.post div
{
    border-radius: 2em;
    background-color: rgba(255,255,255,1);
    background-repeat:no-repeat;
    background-position: right top;
    padding: 2em;
    margin-bottom: 1em;
}

div.post div p
{
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

div.post div div
{
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}

li
{
    list-style-type: disc;
    padding-top: 0.5em;
}

.post a, .post .button
{
    color: #390000;
}
.post a:hover, .post a:focus, .post .button:hover, .post .button:focus
{
    color:green;
}

div.post h1, #rightmenu h1
{
    font-size: 1.3em;
    font-variant: small-caps;
    color:white;
    font-weight: bold;
    background-color: 6791d9rgba(0,0,0,0.55);
}

div.post h2
{
    color:white;
    font-size: 1em;
    font-weight: bold;
    background-color: 6791d9rgba(0,0,0,0.55);
}

div.post div h3
{
	margin-top: .5em;
	margin-bottom: .5em;
}

div.post div h4
{
	margin-top: 0;
	margin-bottom: .5em;
}

#osm
{
    height: 17em;
    color: #390000;
    overflow: visible;
    font-variant: small-caps;
    cursor: pointer; 
    cursor: hand;
    vertical-align: middle;
}

#osm:hover
{
    
}

#osm img
{
    
}

#osmp
{
    color: #390000;
    border-radius: 2em;
    overflow: hidden;
    margin: 2em;
}

#osmp:hover
{
    
}

#timeline
{
    margin-top: 1em;
}

.hidden
{
    /*visibility: hidden;*/
    opacity: 0 !important;
    transition: all 0.5s linear;
}

#osmlegal
{
    font-size: 1em;
    margin-left: 2em;
    color: white;
    margin-top: -1em;
    margin-bottom: 1em;
}