/* css START */

/* generic attributes */

* {
    margin: 0px;
    padding: 0px;
}

body {
    padding-bottom: 20px;
    font-family: Redensek, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: #000000;
}

p {
    padding: 10px 0px;
    line-height: 20px;
}

a:hover {
    text-decoration: none;
}

a:active
{
    outline: none;
}

a:focus
{
    outline-style: none;
}

/* embedded custom font-style */

@font-face {
    font-family: 'Redensek';
    src: url('redensek-webfont.eot');
    src: url('redensek-webfont.eot?#iefix') format('embedded-opentype'),
         url('redensek-webfont.woff') format('woff'),
         url('redensek-webfont.ttf') format('truetype'),
         url('redensek-webfont.svg#RedensekRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* headers */

#header1 {
    width: 100%;
    min-width: 980px;
    height: 270px;
    background: #000000 url('images/DHSBPheader2.png') no-repeat top;
}

#header2 {
    width: 100%;
    min-width: 980px;
    height: 270px;
    background: #000000 url('images/DHSBPheader1.png') no-repeat top;
}

#header3 {
    width: 100%;
    min-width: 980px;
    height: 270px;
    background: #000000 url('images/DHSBPheader4.png') no-repeat top;
}

#logo {
    height: 220px;
}

/* menus */

#menu {
    height: 50px;
    text-align: center;
    background: url('images/menubar.jpg') no-repeat top;
}

#menu ul {
    list-style: none;
    padding-top: 6px;
}

#menu ul li {
    display: inline;
    padding: 0px;
    font-size: 18px;
    line-height: 44px;
}

#menu ul li a {
    padding: 0px 50px;
    text-decoration: none;
    font-size: 50px;
    color: #ffffff;
    text-shadow: #333333 -2px -2px 2px;
}

#menu ul li a:hover {
    color: #FFFF00;
    text-shadow: #FF9900 -2px -2px 2px;
}

/* mains */

#main {
    width: 100%;
    min-width: 980px;
}

#main2 {
    width: 920px;
    margin: 0px auto;
    padding: 60px 30px 0px 30px;
}

/* sidebars */

#sidebar1 {
    float: right;
    width: 260px;
    margin-top: 180px;
}

#sidebar2 {
    float: right;
    width: 260px;
    height: 2100px;
    background: url('images/sbpsidechn.png') repeat;
    margin-top: 200px;
}

#sidebar3 {
    float: right;
    width: 260px;
    height: 1534px;
    margin-top: 200px;
    margin-bottom: 20px;
    background: url('images/sbpretrorl.png') no-repeat;
}

/* contents */

#content {
    width: 700px;
    padding: 5px 5px 5px 5px;
    margin-left: 100px;
    background: #000000 url('images/sbpcncrthal.jpg') no-repeat center;
}

#content p {
    color: #FFFFFF;
    font-size: 27px;
    font-variant: small-caps;
    text-align: center;
    line-height: 20px;
}

#content p a{
    text-decoration: none;
    text-shadow: #FFFF00 0px 0px 1px;
    color: #FFFF00;
}

#content p a:hover{
    color: #FFFF00;
    text-shadow: #FF9900 -2px -2px 5px;
}

#content h2 {
    color: #FF9900;
    font-size: 40px;
    letter-spacing: -1px;
    text-align: center;
    text-shadow: #FF9900 0px 0px 5px;
}

#content2 {
    float: left;
    width: 615px;
    padding-bottom: 5px;
}

#content2 p {
    color: #FFFFFF;
    font-size: 27px;
    font-variant: small-caps;
    text-align: left;
    line-height: 20px;
}

#content2 .post a{
    text-decoration: none;
    color: #FFFF00;
}

#content2 .post a:hover{
    color: #FF0000;
    text-shadow: #FF0000 0px 0px 5px;
}

#content2 h1 {
    color: #FFFF00;
    font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: -15px;
    text-shadow: #FF9900 0px 0px 5px;
}

#content2 h2 {
    color: #FF9900;
    font-size: 40px;
    letter-spacing: -1px;
    text-shadow: #FF9900 0px 0px 5px;
}

#content2 h3 {
    color: #FFFF00;
    font-size: 35px;
    letter-spacing: -1px;
    margin-bottom: -15px;
    text-shadow: #FF9900 0px 0px 5px;
}

#content2 h4 {
    color: #FFFF00;
    font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: -15px;
    text-shadow: #FF9900 -2px -2px 2px;
}

#content3 {
    float: left;
    width: 615px;
    padding-bottom: 5px;
}

#content3 p {
    color: #FFFFFF;
    font-size: 27px;
    font-variant: small-caps;
    text-align: left;
    line-height: 20px;
}

#content3 .post {
    color: #FF9900;
}

#content3 .post a{
    text-decoration: none;
    color: #FFFF00;
}

#content3 .post a:hover{
    color: #FF0000;
}

#content3 h1 {
    color: #FFFF00;
    font-size: 47px;
    letter-spacing: -1px;
    margin-bottom: -10px;
    text-shadow: #FF9900 0px 0px 5px;
}

#content3 h2 {
    color: #FF9900;
    font-size: 40px;
    letter-spacing: -1px;
    text-shadow: #FF9900 0px 0px 5px;
}

#content3 h3 {
    color: #FF0000;
    font-size: 40px;
    letter-spacing: -1px;
    text-shadow: #FF0000 0px 0px 5px;
}

/*clearings*/

.clearing {
    clear: both;
    height: 2px;
    overflow: hidden;
}

/* footers */

#footer {
    clear: both;
    width: 100%;
    height: 150px;
    padding-top: 10px;
    min-width: 980px;
    background: url('images/maruftbg.jpg') repeat-x bottom;
    margin-bottom: -20px;
}

#footer p {
    font-size: 30px;
    text-align: center;
    padding-top: 130px;
    line-height: 10px;
    font-variant: small-caps;
    color: #FFFFFF;
    text-shadow: #c0c0c0 -2px -2px 5px;
}

/* css END */