body {
    background: url('/assets/images/wither.jpg') center fixed;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, sans-serif;
    font-size: 16px;
    color: #EBE2CA;
    margin: 0px;
    padding: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.holder {
    width: 990px;
    margin: 3% auto;
}

.header {
    height: 100px;
    charset=utf-8;
}

.logo {
    /* font-size: 90px;
    font-weight: bold;
    color: #f2f2f2;
    text-shadow: 2px 2px 10px #4d4d4d; */
    /* margin-bottom: -15px; */
    padding: -20px;
}

.sub {
    font-size: 16px;
    font-weight: bold;
    color: #f2f2f2;
    text-shadow: 1px 2px 10px #000000;
    margin: 0px 0px 15px 45px;
}

.container {
    background-color: rgb(51, 64, 81);
    background-color: rgba(40, 42, 46, 1);
    border: 1px #5C5C5C solid;
    padding: 10px;
    float: left;
    -moz-box-shadow: 1px 2px 10px #000000;
    -webkit-box-shadow: 1px 2px 10px #000000;
    box-shadow: 1px 2px 10px #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .containerChat {
    background-color: rgb(51, 64, 81);
    background-color: rgba(40, 42, 46, 1);
    border: 1px #5C5C5C solid;
    padding: 10px;
    float: left;
    -moz-box-shadow: 1px 2px 10px #000000;
    -webkit-box-shadow: 1px 2px 10px #000000;
    box-shadow: 1px 2px 10px #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    charset=utf-8
}

.navigation {
    background-color: rgb(51, 64, 81);
    background-color: rgba(40, 42, 46, 1);
    border: 1px #5C5C5C solid;
    padding: 2px 5px;
    -moz-box-shadow: 1px 2px 10px #000000;
    -webkit-box-shadow: 1px 2px 10px #000000;
    box-shadow: 1px 2px 10px #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;		
    text-align: center;
    margin: 10px auto;
    width: 968px;
}

.con1 {
    text-align: center;
}

.con1, .con3 {
    width: 150px;
    margin: 0px 6px;
    height: 555px;
}

.con2 {
    width: 780px;
    height: 555px;
}

.post-header {
    font-size: 20px;
    font-weight: 800;
}

.post-content {
    margin: 5px 5px 5px;
}

#wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#mask {
    width:500%;
}

.item {
    width: 20%;
    height: 100%;
    float: left;
}

.clear {
    clear: both;
}

.donationspace{
    height: 5px;
}

.donatebutton{
    background:rgba(40, 42, 46, 1);
    padding: 5px;
    border-radius: 5px;
    border: 1px #5C5C5C solid;
}

.spacer0{
    height: 5px;
}

.spacer {
    height: 10px;
}

.spacer2 {
    height: 60px;
}

.spacer3 {
    height: 40px;
}

.spacer4 {
    height: 140px;
}

.spacer5 {
    height: 110px;
}

.spacer6 {
    height: 100px;
}

.spacer7{ 
    height: 20px;
}

.spacer8{ 
    height: 15px;
}

.spacer9{ 
    height: 70px;
}

.spacer10{ 
    height: 160px;
}

.spacer11{ 
    height: 440px;
}

.spacer12{ 
    height: 120px;
}

.selected {
    font-size: 16px;
    color: #7c7b76;
}

.raquo {
    vertical-align: 11%;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #EBE2CA;
    font-weight: bold;
}	

a:hover {
    text-shadow: 1px 1px 1px #3f3f3f;
    color: #EBE2CA;
}

.logo a:hover {
    text-shadow: 3px 3px 3px #3f3f3f;
    color: #EBE2CA;
}

.news {
    background: #850000;
    width: 760px;
    padding: 10px;
    border-radius: 5px;
    color: #fcc;
}