body{
    width:100%;
    font-family:Arial, Helvetica, sans;
}

h1,h2,h3,h4,h5,h6
{
    font-family:Arial,Verdana, sans;
    font-weight:lighter;
}
sup{
font-size:xx-small; 
vertical-align:top;
} 


#content li
{
    padding:2px 0px 2px 20px;
}

#header
{

    width:100%;
    height:143px;
    background:url("/static/img/head_back.png") repeat-x;
}

#topnav
{
    height:67px;
    width:100%;
    position:relative;
    top:76px;
    border-top:1px solid #edf5e0;

}

#logo
{
    position:relative;
    left:4%;
}


ul#menu
{
    position:absolute;
    display:block;
    right:100px;
    top:0px;
    border-right:1px solid #edf5e0;
    height:99%;
}

ul#menu li
{
    display:inline;
    height:40px;
    float:left;
    padding-top: 25px;
    border-left:1px solid #edf5e0;
}
ul#menu li a
{
    font-size:16px;
    text-decoration:none;
    color:black;
    position:relative;
    padding:24px 28px 23px;
    height:100%;
}

ul#menu li a.active
{
    color:white;
    background:#6baf00 url("/static/img/menubg.png") repeat-x;
}

ul#menu li a:hover
{
    color:#f15a24;
    background:none;
}

#wrapper
{
    padding:53px 1% 0px 4%;
    min-width:920px;
    max-width:1600px;
}
#left_sidebar
{
    width:15%;
    float:left;
    height:100%;
    padding-right:36px;
    min-height:1000px;
    min-width:178px;

}

ul#leftnav
{
    width:23%;
    float:left;
    margin-right:4%;
}

.shadow
{

    height:14px;
    width:100%;
    background:url("/static/img/shadow.png") repeat-x;
}


ul#leftnav li
{
    border-bottom:none;
    padding:5px 16px 10px;
}

ul#leftnav li a
{
    color:#6baf00;
    text-decoration:none;
}

.topinfo
{
    margin:25px 0px 2px 3px;
    font-size:12px;
}
.topinfo dl
{
    border-bottom:1px solid #f2f2f2;
    margin:1px 0px;
    padding-bottom:1px;
    overflow:hidden;
}
.topinfo h3
{
    color:#6baf00;
    font-size:21px;
    font-weight:lighter;
    margin-bottom:13px;
    letter-spacing:-0.01em;
}

.topinfo a
{
    text-decoration:none;
    /*color:black;*/
    color:#515151;
}

#top_users dl dt
{
    padding-top:5px;
}

.top_author
{
    color:#515151;
    font-size:12px;
}
.small
{
    font-size:11px;
}
.top_item
{

    margin-top:2px;
    text-transform:uppercase;
    color:#808080;
    font-size:12px;
}
.top_item a
{
    color:#666666;
    width:70%;
    text-decoration:none;
}
.rating
{
    padding-top:1px;
    color:#6baf00;
}

.right
{
    float:right;
}

.top_additional
{
    font-size:10px;
    color:#808080;
}

.moderator
{
    color:#f15a24!important;
}

.admin
{
    color:#6baf00!important;
}
#footer
{
    clear:both;
    padding:10px;
}

#middle_container
{
    margin:220px 17%;
    width:49%;
}

#alphabet
{
    padding:0px 0px 10px 0px;
    border-bottom:1px solid #6baf00;
    margin:62px 0px 11px 27%;
}
#alphabet a
{
    color:black;
    text-decoration:none;
    padding:1px;
}



#content
{
    /*border-top:1px solid #E6E6E6;*/
    padding-top:60px;
    font-size:14px;
}

#content p
{
    /*padding:8px 0px 8px 0px;*/
    /*text-align:justify;*/
    line-height:16px;
    font-size:14px;

}

#content hr
{
    margin-bottom:15px;
    border:0;
    background-color: #f2f2f2;
    height:1px;
}

#content h4
{
    text-transform:uppercase;
    font-size:18px;
    color:black;
}

#content h6
{
    text-transform:uppercase;
    font-size:14px;
    color:black;
    padding:10px 0px;
}

em
{
    color:#666666;
}

#content blockquote
{
    color:#666666;
    margin:8px 0px 8px 15px;
    padding-left:6px;
    border-left:2px solid #6baf00;
}

#content img
{
    max-width:88%;
}

#content p a, #content dd a, #content li a, a.link
{
    color:#515151;
}

.altlink
{
    color:#f15a24;
}

#right_sidebar
{
    float:right;
    width:24%;
    padding:0px 0px 0px 2%;
    border-left:1px solid #f15a24;
    min-height:700px;
    margin-left:20px;
    height:100%;
    right:0px;
}

#upload_button
{
    padding:21px 0px 15px 15px;
    background-image:url("/static/img/up_arrow.png");
    background-repeat:no-repeat;
    background-position:226px 16px;
}


#upload_button a
{
    color:#515151;
    font-size:18px;
}

#login_form
{
    margin:10px 0px 13px 0px;
}

#login_form h3
{
    color:#f15a24;
    font-size:18px;
}

input[type="text"], input[type="password"]
{
    background-color:white;
    height:25px;
    /*vertical-align:middle;*/
}
#id_username, #id_password 
{
    width:192px;
    margin:5px 0px;
}

input[type="submit"], a.btn
{
    color:white;
    background:#6baf00 url("/static/img/menubg.png") repeat-x 0px -20px;
    border:none;
    height:28px;
    border:1px solid #f2f2f2;
    text-decoration:none;

}
a.inlbtn
{
    display:inline-block;
    padding:5px;
    height:17px;
}
a.altbtn
{
    background:#f15a24 url("/static/img/menubg-alt.png") repeat-x 0px -2px;
    font-size:14px;
    display:inline-block;
    vertical-align:top;
    line-height:28px;
    padding:0px 4px;

}
#submit_login
{
    margin:5px 83px 0px 0px;
}

#login_form label
{
    padding-left:4%;
    vertical-align:text-bottom;
    font-size:12px;
    font-color:#808080;

}

#login_form a
{
    color:#808080;
    font-size:12px;
    text-decoration:none;
}

#register_link
{
    text-decoration:underline;
}
.btn_shadow
{

    height:10px;
    width:194px;
    background:url("/static/img/leftmenu_border_bottom.png") repeat-x 0px -3px;
}


#newcommings dl
{
    padding-top:3px;
}

#newcommings
{
    font-size:13px;
}
#newcommings dt
{
    padding-top:5px;
}
#newcommings dt, #newcommings dd
{
    padding-left:15px;
}

.online
{
    margin-top:30px;
    padding:12px;
    word-spacing:10px;
}

.online h3
{
    text-transform:uppercase;
    font-size:14px;
    word-spacing:3px;
}

#usrs_online
{
    word-spacing:8px;
    line-height:19px;

}
.online a
{
    text-decoration:none;
    color:black;
    font-size:14px;
    font-weight:lighter;
    text-align:center;
}

#infobar
{
    min-width:808px;
    width:64%;
    float:left;

}
.stats
{

    font-size:11px;
    color:#666666;
}
#infobar div.stats
{
    float:left;
}

#search div.shadow
{
    width:510px;
}
#search
{
    float:left;
}
#search a
{
    color:#4D4D4D;
    font-size:11px;
    padding-right:1px;
    position:relative;
    top:-10px;
}
    
.search_field
{
    width:510px;
}

.archive_btns
{
    margin-top:28px;
}

.archive_btns span
{
    display:inline-block;
    width:53px;
    color:#808080;
    font-size:13px;
}

.libuttons li
{
    display:inline;
    border-left:none;
}
.libuttons a
{
    display:inline;
    padding:2px 8px;
    }
.archive_btns li
{
    background:#6baf00 url("/static/img/menubg.png") repeat-x 0px -25px;
}
.archive_btns ul
{
    margin-top:14px;
}

.firstrow td
{
    vertical-align:top;
}
.secondrow td
{
    vertical-align:bottom;
}


a.cat_btn, a.type_btn
{
    text-decoration:none;
    color:white;
    font-size:14px;
}
.archive_btns a.active
{
    font-weight:bold;
}

ul.authors>li
{
    font-size:18px;
    padding:3px 5px 3px 0px;
}

a.author
{
    border-left:2px solid #f15a24;
    text-decoration:none;
    color:black;
    padding:5px 10px;
    font-size:18px;
}

h3.catalogue
{
    color:#f15a24;
    text-transform:none;
    font-size:21px;
    font-weight:normal;
    padding: 19px 29px;
    background-image:url("/static/img/artist_icon.png");
    background-repeat:no-repeat;
    position:relative;
    left:-30px;
    background-position:7px 8px;

}

li.minusrec
{
    padding:3px 5px 3px 10px;
    list-style-image:url("/static/img/rec.png");
    list-style-position:inside;
    margin-left:22px;

}
.minusrec a
{
    color:#808080;
    text-decoration:underline;
    font-size:16px;

}

.minusrec span
{
    padding:2px 0px 5px 25px;
    list-style-image:none;
    white-space:nowrap;
}
.minrecwrapper
{
    width:102px;
}

#minus_catalogue
{
    margin-left:6%;
}

.minus_inline_list
{
    margin:7px 0px 20px 0px;
}

.type_indicator
{
    color:white;
    font-size:11px;
    background:#6baf00 url("/static/img/menubg.png") repeat-x 0px -28px;
    padding:0px 3px;
    margin:0px 0px 1px 2px;

}

#stats h4
{
    text-transform:uppercase;
    font-weight:lighter;
    font-size:12px;
    padding:16px 0px 8px 0px;
}

#stats table
{
    font-size:11px;
    text-align:left;
}

#stats td.rating
{
    text-align:center;
}


tr.cat_stat td
{
    text-align:right;
    padding:6px 6px;
    color:black;
}

.shadowed{
    border:1px solid #f2f2f2;
}
.calendar 
{
    margin:30px 0px 0px 0px;
}

.calendar h3
{
    text-align:center;
}
.calendar h3, #newcommings h3
{
    color:#6baf00;
    text-transform:uppercase;
    font-weight:lighter;
    font-size:16px;
    padding-top:8px;
}

#rightcalendar table
{
    margin:0px auto 24px auto;
}

#archcalendar 
{
    padding:0px 9px 20px;
    height:180px;
}
#archcalendar table
{
    float:left;
    margin:0 12px 0 0;
}
#archcalendar td
{
    padding:3px 12px;
}

#archcalendar th
{
    font-size:20px
}
.calendar table
{
    font-size:16px;
    text-align:center;
}
.calendar th
{
    color:#666666;
    font-weight:normal;
    padding:7px 0px;
}
.calendar td
{
    padding:1px 7px;
    color:#515151;
}

.calendar_nav
{
    color:#666666;
    font-size:17px;
    padding:10px;
    line-height:20px;
    margin:25px 0px;
    white-space:nowrap;
}
.calendar_nav a
{
    color:#666666;
    text-decoration:none;
    font-size:21px;
    width:60%;
}
td.today
{
    border:1px solid #808080;
}

.calendar td a
{
    text-decoration:none;
    color:#6baf00;
}

.month a
{
    color:#666666;
    text-decoration:none
}

#userfield
{
    padding:10px;

}

.userinfo
{
    height:100px
}

.userinfo h5
{
    font-size:18px;
    font-weight:normal;
    padding:4px 0px;
    word-wrap:break-word;
    overflow:hidden;
}

.additional_info
{
    width:58%;
    border-bottom:1px solid #f15a24;
    font-size:12px;
    padding-bottom:1px;
}

.avatar
{
    padding:0px 7px;
}

ul.buttons li 
{
    padding:1px 0px;
}
ul img 
{
    position:relative;
    top:2px;
    padding:0px 3px 0px 0px;
}
ul.buttons li a
{
    font-size:12px;
    color:black;
    text-decoration:none;
}

#exit{
    position:relative;
    top:-1em;
}

h5.min_rec, h4.min_author
{
    padding:0px 0px 3px 25px;
}
h4.min_author
{
    text-transform:none!important;
    font-weight:normal!important;
    background:url("/static/img/artist_icon.png") no-repeat 2px 0px;
    padding-top:14px;
}

h5.min_rec
{
    color:#808080;
    text-transform:uppercase;
    font-size:17px;
    background:url("/static/img/rec.png") no-repeat;
}

.technical
{
    color:#808080;
    font-size:13px;
    line-height:14px;
}
table.technical 
{
    width:89%;
    border-left:3px solid #f15a24;
    border-right:3px solid #f15a24;
}
.technical td
{
    padding:10px;
}
.technical dt, .technical dd
{
    display:inline;
}

.tright
{
    text-align:right;
}

.lyrics
{
    color:#808080;
    border-left:3px solid #6baf00;
    padding-left:8px;
    margin:10px 0px;
}

#download
{
    display:inline-block;
    padding:4px 0px 0px 0px;
    text-align:center;
    width:80px;
    height:21px;
    position:relative;
    top:-8px;
    text-decoration:none;
}

.pluslink
{
    color:black;
    font-size:14px;
    margin:10px 0px;
}

.youtube_video
{
    margin:10px 0px;
}

.error, .errorlist
{
    color:red;
    color:red!important;
}

a.vote
{
    color:white;
    border:1px solid #f2f2f2;
    text-decoration:none!important;
    padding:0px 3px;
    margin:0px;
}

a.vote:hover
{
    color:black;
}

a.vote.active
{
    background-color:#f15a24;
}

.mform input[type="text"], .mform textarea
{
    width:340px;
    border:1px solid #808080;
}

.mform td
{
    padding:10px 3px;
    font-size:11px;
    color:#515151;
}
.mform th
{
    vertical-align:top;
    text-align:left;
    font-weight:normal;
    padding:10px 0px;
    font-size:13px;
}

.mform input[type="submit"]
{
    align:center;
}


#profile
{
    border-left:3px solid #f15a24;
    border-right:3px solid #f15a24;
    margin:40px 0px 15px 0px;
    padding-right:10px;
}

.profileinfo dl
{
    padding:8px;
}
.profileinfo dt 
{
    padding:5px 0px;
    float:left;
    color:#666666;
}
    
.profileinfo dd
{
    margin-left:140px;
    padding:5px 0px;
}

#editprofile
{
    position:absolute;
    top:500px;
    left:61%;
}

.filelist th
{
    padding:5px;
    color:#515151;
    text-align:left;
    border-left:1px solid #f15a24;
    font-weight:normal;
    min-width:80px;
}

.filelist td
{
    max-width:175px;
}
.filelist td, .userlist li
{
    border-bottom:1px solid #f2f2f2;
    padding:15px 5px;
}

.userlist li
{
    display:block;
    vertical-align:middle;
    margin:13px;
    background-image:url("/static/img/icons/user_orange.png");
    background-repeat:no-repeat;
}
.userlist li a
{
    padding:5px 0px;
    text-decoration:none;
}
.decoborder
{
    background-image:url("/static/img/leftnavbg.png");
    background-position:top right;
    background-repeat:repeat-y;
}

.photo-list-item
{
    display:block;
    float:left;
    margin:1px 2px 10px 2px;
    padding:7px;
    max-width:125px;
    height:160px;
    overflow:hidden;
}

.messages td
{
    padding:5px;
}
.msg{
    min-height:150px;
    padding:12px 4px;
}

.messages p, .msg p
{
    padding:2px 0px;
}

.message
{
    margin:6px 0px;
    padding:5px 0px;
}

td.sender
{
    width:120px;
    color:#515151;
}
td.sender h5
{
    text-transform:none!important;
    color:black;
    text-decoration:none;
}

td.msgbody
{
    width:230px;
}

td.msgbody p
{
    color:#515151;
}

td.msgbody h6
{
    padding:0px!important;
}

td.msgbody a
{
    text-decoration:none;
}

.new
{
    border:1px solid #f15a24;
}

table.friends td
{
    vertical-align:top;
    padding:10px;
    margin:12px 0px;
}
table.friends tr
{
    padding:10px 0px;
}

#content a img
{
    position:relative;
    top:4px;
    text-decoration:none;
}

td.friendname
{
    width:35%;
}

td.friendname h5
{
    text-decoration:none;
    font-size:16px;
    color:black;
}

td.friendopts a
{
    line-height:24px;
}

.decobrd
{
    border-left:2px solid #f15a24;
}

.pagination
{
    margin-top:25px;
}
.pagination a, .pagination span
{
    border:1px solid #f2f2f2;
    padding:5px;
    color:#666666;
    text-decoration:none;
}

.pagination .current
{
    color:#f15a24;
}

img.halfsize
{
    width:50px;
    height:75px;
}

.info a
{
    text-decoration:none;
}

/* Links Page */
h3.links-category {
    height:41px;
    background:url('/static/img/forum/forum-title-bg.png') repeat-x;
    border-right:2px solid #fff;
    border-left:2px solid #fff;
    color:#fff;
    font-weight:bold;
    font-size:1.3em;
    text-align:center;
    margin-top:10px;
}

h3.links-category span {
    position:relative;
    top:10px;
}
.links-add-button {
    background:url('/static/img/forum/button-bg.png') repeat-x;
    height:29px;
    width:150px;
    margin-top:10px;
    margin-bottom:20px;
    text-align:center;
}

.links-add-button a {
    color:#fff;
    font-size:1em;
    font-weight:bold;
    position:relative;
    text-decoration:none;
    top:7px;
}

h5.links-item-title {
    font-weight:bold;
    font-size:1.2em;
    padding:10px 0 5px 0;
}

.links-item-image {
    padding:10px 0 10px 0;
}

.links-item-description {
    padding:10px 0 10px 0;
}
/* End Links Page */

.counter
{
    margin:10px 0px;
}

.sapelinks
{
    font-weight:lighter;
    padding:5px;
    font-size:12px;
    color:#666666;
}
.sapelinks a
{
    color:#808080;
    text-decoration:underline;
}
#bottom_banner
{
    width:650px;
    height:250px;
}
#top_banner
{
    width:100%;
    margin:15px 0px 30px 0px;
    height:90px;

}

#top_banner *
{

    float:right;
}

.banner
{
    display:none;
}
.banner *
{
    max-width:100%;
}
.comment_author
{
    float:left;
}
.comment_body
{
    padding-left:140px;
    text-align:left;
}
a.user
{
    text-decoration:none;
}
