@CHARSET "UTF-8";

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: none repeat scroll 0 0 #4E5869;
    margin: 0;
    padding: 0;
    color: #000;
}

p {
    margin: 10px;
}

a img {
    border: none;
}

a:link {
    color:#414958;
    text-decoration: underline;
}

a:visited {
    color: #4E5869;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.wrapper {
    width: 80%;
    max-width: 1260px;
    min-width: 780px;
    background: #FFF;
    margin: 0 auto;
}

header#page {
    background: #6F7D94;
}

header span {
    padding: 10px;
}

aside {
    float: right;
    width: 30%;
    background: #93A5C4;
}

.content {
    padding: 10px 0;
    width: 70%;
    float: right;
}

.content ul, .content ol { 
    padding: 0 15px 15px 40px;
}

ul {
    list-style: none;
}

nav ul {
    list-style: none;
    border-top: 1px solid #666;
    margin-bottom: 15px;
}

nav ul li {
    border-bottom: 1px solid #666;
}

nav ul a, nav ul a:visited {
    padding: 5px 5px 5px 15px;
    display: block;
    text-decoration: none;
    background: #8090AB;
    color: #000;
}

nav ul a:hover, nav ul a:active, nav ul a:focus {
    background: #6F7D94;
    color: #FFF;
}

footer#page {
    padding: 10px 0;
    background: #6F7D94;
    position: relative;
    clear: both;
}

.floatright {
    float: right;
    margin-left: 8px;
}

.floatleft {
    float: left;
    margin-right: 8px;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#website_title a  {
    font-size: 60px;
    color: #fff;
    margin: 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Allan', verdana, arial, serif;
}

#position-slider-bottomDecoration-labels {
    height: 16px;
}

#article, #commentsbox {
    padding: 15px;
}

.small {
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 35px;
}

article {
    -moz-border-radius: 1em 4em 1em 4em;
    border-radius: 1em 4em 1em 4em;
    -moz-box-shadow: 10px 10px 5px #bac9e3;
    -webkit-box-shadow: 10px 5px 10px #bac9e3;
    box-shadow: 10px 10px 5px #bac9e3;
    border: 1px solid #8397bc;
    padding: 25px;
    margin: 15px;
}

article footer {
    text-align: right;
}

article footer section#commentsbox {
    text-align: left;
}

section#articlebox {
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 5px 5px 5px #bac9e3;
    -webkit-box-shadow: 5px 5px 5px #bac9e3;
    box-shadow: 5px 5px 5px #bac9e3;
    border: 1px solid #8397bc;
    padding: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
    color: #4E5869;
    float: right;
}

section#articlebox strong {
    margin-bottom: 10px;
}

section#articlebox .social_button {
    width: 50px;
    margin-bottom: 20px;
    float: left;
    padding: 5px;
}

h1 {
    font-family: 'Allan', verdana, arial, serif;
    font-size: 30px;
    text-decoration: underline;
    color: #4E5869;
}

.commentsform, .commentbox {
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 5px 5px 5px #bac9e3;
    -webkit-box-shadow: 5px 5px 5px #bac9e3;
    box-shadow: 5px 5px 5px #bac9e3;
    border: 1px solid #8397bc;
    padding: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    color: #4E5869;
}

div.syntaxhighlighter {

}

section#news .paginator {
    width: 100%;
    text-align: center;
}


