@charset "UTF-8";
/* CSS Document */
* {
    margin:0;
    padding:0;
}
a {
    color:#cc0000;
    font-weight:bold;
    text-decoration:none;
}
html {
    background-image:url(../img/back2.jpg);
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#4668a5;
    height:100%;
}
body {
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
    color:#000;
    font-family: courier new, courier, mono;
    overflow: hidden;

}
#sign {
    position:absolute;
    right:0px;
    bottom:0px;
    background-image:url(../img/sign.png);
    background-repeat:no-repeat;
    height:800px;
    width:520px;
}
#container {
    position:absolute;
    top:0;
    left:20px;
    width:497px;
    height:100%;
    /*background-color: #ffffff;*/
    background-image:url(../img/plateBack70.png);
}
#content {
    position:absolute;
    top:10px;
    left:15px;
    bottom:10px;
    width:460px;
    padding-right:15px;
    overflow-y: scroll;
    overflow-x: hidden;	
}
h1 {
    /*display:none;*/
    margin-top:0px;
    font-size:25px;
}
h2, h3, h4, h5 {
    /*font-family: 'Maximo';*/
    /*text-shadow: 0px 0px 4px #fff9d6;*/
    text-transform:uppercase;
    letter-spacing:2px;	
}
h2 {
    font-size:20px;
    margin-top:10px;
    margin-bottom:5px;
}
h3 {
    margin-bottom:5px;
    font-size:14px;
}
p {
    /*font-family: 'Maximo';*/
    font-size:14px;
    margin-bottom:15px;
}
.audio {
    /*padding:7px;
    width:430px;
    background-image:url(../img/plateBack70.png);*/
    margin-bottom:20px;
}
.innerContent {
    padding:7px;
    background-image:url(../img/plateBack70.png);
}
/* soundcloud */
.audio span {
    display:block;
    padding:7px;
    background-image:url(../img/plateBack70.png);
}
.social {
    float:right;
    margin-top:-20px;
    font-family:"Courier New", Courier, monospace;
    font-size:13px;
    color:#000;
}
.social p {
    float:left;
    margin-top:12px;
    line-height:0em;
    margin-bottom:0;
}
#content .social {
    margin-top:-20px;

}
.linebreak {
    clear:both;
    background-image:url(../img/bullet2.png);
    background-position:center;
    background-repeat:no-repeat;
    height:30px;
    margin:0px 0 10px 0;
}
.linebreak2 {
    clear:both;
    border-top:1px solid #666;
    background-position:center;
    background-repeat:no-repeat;
    height:5px;
    margin:10px 0 10px 0;
}

#container img {
    border:1px solid #000;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,80,80,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(204,80,80,0.3); 
}


