﻿#alles { margin-left: 0px; margin-top: 0px; padding: 50px; width: 920px; position: relative; height: 100%;}

body {
    background: url('{image:background}') {color:background} repeat fixed;
    background-size: 100% 100%;
    color: {color:text};
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Permanent Marker', helvetica, sans-serif;
    color: {color:Accent 1};
    line-height: 0.8em;
}

a:link {
    color: {color:accent 1};
    text-decoration: none;
    transition: all 0.6s ease-out;
    -o-transition-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

a:hover {
    color: {color:accent 2};
     text-decoration: none;
    opacity: 0.7;
    transition: all 0.6s ease-out;
    -o-transition-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

a:visited {
    color: {color:accent 1};
     text-decoration: none;
    opacity: 0.7;
    transition: all 0.6s ease-out;
    -o-transition-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

p {
    font-size: 0.75em;
}





/* sidebar */

#sidebar {
    width: 250px;
    height: auto;
    padding-bottom: 50px;
    z-index: 2;
    position: relative;
    border: 0;
    float: left;
    margin-top: 0px;
    padding-top: 0px;
}

#sidebar img {
    width: 250px;
    border: 5px solid;
    border-color: #FCFBF8;
}

#notimg {
    width: 250px;
    border: 5px solid;
    border-color: #FCFBF8;
    margin-top: 10px;
    background-color: #FCFBF8;
}


#sidebar h1 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: -10px;
}

#sidebar h1 a {
    color: {color:accent 1};
}

#sidebar h2 {
    margin-bottom: 5px;
}

#sidebar p {
    padding: 10px;
    margin-bottom: -10px;
}

#sidebar ul {
    display: block;
    list-style: none;
    padding: 0px;
}

#sidebar li {
    background-color: {color:accent 1};
    padding: 3px;
    margin: 5px 0px;
    line-height: 0.9em;
    text-align: center;
    transition: all 0.6s ease-out;
    -o-transition-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

#sidebar li a:link {
    font-family: Permanent Marker, helvetica;
    color: #FCFBF8;

}

#sidebar li a:visited {
   color: #FCFBF8;   
}

#sidebar li:hover {
    background-color: {color:accent 2};
    transition: all 0.6s ease-out;
    -o-transition-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

input {
    border: 2px solid {color:accent 1};
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 0.8em;
    background: #FCFBF8;
    font-family: helvetica;
}

input:focus {
    border: 2px solid {color:accent 2};
}

.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


#notimg img {
    border: 0px;
    margin: 0px;
}

#cr {
    font-size: 0.8em;
    margin-bottom: 10px;
    opacity: 0.5;
    transition: all 0.6s ease-out;
    -o-transition-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

#cr:hover {
    opacity: 1;
    transition: all 0.6s ease-out;
    -o-transition-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

/* content */

#content {
        float: left;
        height: auto;
        background: transparent;
        margin-top: 0px;
        padding-top: 0px;
        position: fixed;
    }

article {
        margin-top: 0px;
        margin-bottom: 30px;
        padding: 10px 10px 5px 10px;
        width: 600px;
        max-width: 600px;
        z-index: 1; 
        background: #FCFBF8;
        overflow: auto;
        float: right;
    }
    
.text p {
    padding: 10px;
    font-family: helvetica, sans-serif;
}

.contentinfo ul {
    text-align: center;
    margin-top: -5px;
    margin-bottom: -5px;
    padding: 0px;
   
}

.contentinfo li:hover {
    opacity: 1;
    transition: all 0.6s ease-out;
    -o-transition-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

.contentinfo li {
    display: inline-block;
    list-style: none;
    margin: -5px 2px 5px 2px;
    font-size: 0.8em;
    font-family: Permanent Marker, helvetica;
     opacity: 0.5;
     transition: all 0.6s ease-out;
    -o-transition-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

hr {
    opacity: 0.5;
}



.answer h3  { margin-bottom: -5px;  }
    
.question div {
    margin-top: -10px;
    margin-left: 20px;
}

.asker {
    margin-left: 20px;
}

.answer {
    margin-top: 15px;
}
    
.fancy h3, .fancy p, .fancy blockquote {
    font-family: 'Seaweed Script', helvetica;
    font-weight: bold;
    font-size: 130%;
    
}
    
article img {
    max-width: 600px;
}    


        
#notes img  {   display:none; }
#notes ol { list-style: none; list-style-type: none; font-size: 0.7em; padding-left: 0px;}

/* navigation */





#bottom {
   font-family: Permanent Marker, helvetica;
   font-size: 1.5em;
    height: 50px;
    padding: 10px;

        width: 600px;
        max-width: 600px;
        z-index: 1; 
        background: #FCFBF8;
        overflow: auto;
        float: right;
        
    
}

     {Block:PermalinkPage}
       #bottom {
           display: none;
       }
        {/Block:PermalinkPage}


