body {
    background: #000000;
    color: #FFFFFF;
    font-family: Monospace;
    font-size: 14px;
    margin : 0;
    padding: 0;
}

a, a:link {
    color: #FF8888;
}

a:hover {
    color: #FFCECE;
    text-decoration: line-through;
}

h1 {
    margin: 4px;
}

h2 {
    margin: 4px;
}

body.working, body.working * {
    cursor: progress;
}

#main {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    min-width: 800px;
    position: relative;
    background: transparent url(img/bg_main_grad.gif) top left no-repeat;
    height: 1122px;
}

#news {
    width: 415px;
    height: 450px;
    position: absolute;
    left: 40px;
    top: 140px;
    padding: 5px;
    overflow: auto;
}

#music {
    position: absolute;
    left: 520px;
    top: 118px;
    padding: 5px;
    overflow: auto;
}

#messages {
    width: 415px;
    position: absolute;
    left: 40px;
    top: 680px;
    padding: 5px;
}

#links {
    position: absolute;
    left: 510px;
    top: 680px;
    padding: 5px;
}

#links ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}
#links a {
    width: 190px;
    height: 60px;
    display: block;
}
#links a#purevolume {
    background: transparent url(img/purevolume.gif) center no-repeat;
}
#links a#myspace {
    background: transparent url(img/myspace.gif) center no-repeat;
}
#links a#fotolog {
    background: transparent url(img/fotolog.gif) center no-repeat;
}
#links a#facebook {
    background: transparent url(img/facebook.gif) center no-repeat;
}

#music #cd {
    width: 220px;
    height: 215px;
    display: block;
    background: transparent url(img/art.jpg) right center no-repeat;
/*     margin-bottom: 5px; */
}

#cd_l_ctrl {
    position: absolute;
    top: 5px;
    left: 0;
    width: 50px;
    height: 215px;
}

#cd_r_ctrl {
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
    height: 215px;
}


#player_link {
    font-size: 8px;
    color: #666666;
    float: right;
}

#music #player_link a {
    color: #888888;
}

#music #player_link a:hover {
    color: #FFFFFF;
}
/*
    news
*/
#news .indicator {
    float: left;
}

#news .inactive .indicator {
    padding: 1px;
    background: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    margin-right: 2px;
}

#news input.button,
#news button {
    margin: 2px 4px 2px 2px;
}
#news input.active_field {
    margin: 2px;
    float: left;
}
#news input.date_field {
    width: 75px;
    float: left;
    margin: 2px;
}
#news input.title_field {
    width: 290px;
    float: left;
    margin: 2px;
}
#news textarea.content_field {
    width: 390px;
    height: 250px;
    margin: 2px;
}

form#news_form {
    margin-bottom: 5px;
}

#news h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 2px;
    color: #F76552;
}

#news h3 span.date{
    font-size : 11px;
    background: #FFFFFF;
    color: #000000;
    padding: 2px;
    margin-right: 4px;
    float:left;
}


#news p {
    margin: 2px;
}



/*
    messages
*/

#messages_content {
/*     margin-top: 12px; */
}

#message_form {
    margin-bottom: 12px;
}
#message_form input {
    float: left;
    margin: 2px;
    padding: 1px;
    width: 196px;
}

#message_form textarea {
    margin: 2px;
    width: 402px;
    height: 70px;
    padding: 1px;
}

#message_form input.button {
    float: right;
    margin: 0 4px;
}

/* message */
.message {
    margin-bottom: 10px;
}

.message h3 {
    font-size: 10px;
    font-weight: normal;
    margin: 2px;
}

.message h3 span {
    font-size: 13px;
    font-weight: bold;
    background: #FFCECE;
    color: #000000;
}

.message h3 span.name {
    font-size: 18px;
    background: #F76552;
}

.message p {
    /*color: #000000;
    background: #EFEFEF;*/
    padding: 4px 2px;
    margin: 0;
    font-size: 12px;
}

#message_errors {
}

#message_errors ul {
    margin: 2px;
    padding: 0px;
}

#message_errors ul li {
    color: #FF0000;
}