body, ul, li, p, h1, h2, h3, h4, img, div, embed, object, html {
    padding:0;
    margin:0;
    border:none;
}

body {

    text-align:center;
    background:#000 url(../images/bg.gif);
}

p {
    font-size:0.9em;
    padding-bottom:10px;
    line-height:150%;
}




li {
    font-size:13px;
    list-style-type:none;
}

h1 {font-size:26px;text-align:left;}

h2 {
    font-size:26px;
    text-align:left;
}

h3 {
    font-size:16px;
    color:#9c0001;
    padding-bottom:5px;
    text-align:left;
}

h4 {
    font-size:16px;
    color:#b2b2b2;
    padding-bottom:5px;
}

#wrapper {
    width:940px;
    min-height:700px;
    margin:auto;
    background:#000 url(../images/content.jpg) repeat-y;
    font-family:sans-serif;
}

#header {
    height:250px;
    color:#fff;
    background:#000 url("../images/header.jpg");    
}

#menu {
    background:#9c0001;
    font-weight:bold;
    padding:3px 0;
    font-size:15px;

}

#menu li {
    font-size:15px;
    list-style-type:none;

    font-weight:bold;


}

.hidden {
    display:none;
}

#slideshow {
    width:580px;
    height:390px;
    background:#000 url(../images/load.gif) no-repeat;
    background-position:50% 48%;
    overflow:hidden;
}

#loading {
    position:absolute;
    left:250px;
    top:220px;
}

#status {
    color:#9c0001;
    font-weight:bold;
    font-size:13px;
    margin-bottom:5px;
}

#menu li {display:inline;padding-right:45px;padding-left:45px; border-left:solid 1px #000; }
#menu li:first-child {border-left:none;}

a:link {text-decoration:none; color:#fff}
a:visited {text-decoration:none; color:#fff}
a:hover {text-decoration:none; color:#000}
a:active {text-decoration:none; color:#fff}

#left a:link {text-decoration:none; color:#9c0001}
#left a:visited {text-decoration:none; color:#9c0001}
#left a:hover {text-decoration:none; color:#b2b2b2}
#left a:active {text-decoration:none; color:#9c0001}

#footer a:link {text-decoration:none; color:#fff}
#footer a:visited {text-decoration:none; color:#fff}
#footer a:hover {text-decoration:none; color:#9c0001}
#footer a:active {text-decoration:none; color:#fff}


#content {
    
    float:left;
    color:#fff;
}

#left {
    float:left;
    width:580px;
    text-align:justify;
}

#back {
    font-size:11px;
    color:#b2b2b2;
    padding-bottom:15px;
}

#chapter ul {
    padding-bottom:15px;
}

#chapter {
    padding:25px;
    float:left;
}

#chapter h1 {
    text-transform:capitalize;
    margin-bottom:15px;
}

#chapter table tr td {
    color:#fff;
    font:normal 0.9em sans-serif;
}

#chapter table tr td:first-child {
    text-align:right;
    padding-right:10px;
}

#chapter table tr td span {
    color:#9c0001;
}

#chapter input {
    width:400px;
    padding:2px 5px;
    font:normal 0.9em sans-serif;
}

#chapter input.btn {
    width:auto;
}

#chapter textarea {
    height:250px;
    width:400px;
    padding:10px;
    font:normal 0.9em sans-serif;
}

#chapter input.btn:hover {
    cursor:pointer;
}

#right {
    float:right;
    width:360px;
    /*padding-left:20px;
    padding-top:15px;*/

    text-align:left;
    color:#000;
    background:#b2b2b2;
}

#right h2 {
    text-transform:capitalize;
}

#player {
    height:170px;
    width:360px;
    text-align:right;
    margin-bottom:15px;
}

div.item, div.news {
    
    padding:5px 15px;
    /*border-left:dotted 2px #000;
    border-left:dotted 2px #000;*/
}

.clear {
    clear:both;
}

div.item img {
    width:330px;
    border:solid 2px #fff;
}

#tweet img {
    width:auto;
    border:none;
}

.blogger-post-footer {
    display:none;
}




#footer {
    width:940px;
    height:auto;
    background:#333;
    clear:both;
    padding:15px 0;
    margin-bottom:50px;
    font-size:11px;
    color:#fff;
}

#footer img {border:none;}
