/**********GENERAL*/

* {
    margin: 0;
    padding: 0;
}
html {
    background: #f3f3f3;
}
body {
    min-height: 100%;
    font-family: Verdana, Lucida, Helvetica, sans-serif;
    font-size: 70%;
    color: #000;
    padding-right: 11px;
}
div.clear {
    clear: both;
    visibility: hidden;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
}


/**********HEADLINES*/

h1 {
    font-family: sans-serif;
    font-size: 170%;
    letter-spacing: -1px;
    float: left;
    width: 203px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 120%;
    color: #fff;
}
h2 small {
    font-family: Verdana, Lucida, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 70%;
    margin-left: 10px;
}
div.news h2 small {
    margin: 0;
}
h3 {
    font-weight: bold;
    font-size: 120%;
}


/**********LINKS*/

a {
    text-decoration: none;
    font-weight: bold;
    color: #00f;
}
a:hover, div#head a:hover, div#section a:hover, div#foot a:hover {
    color: #d2d;
    text-decoration: none;
}


/**********SECTION*/

ul {
    margin-left: 20px;
    list-style: square;
}
ol {
    margin-left: 25px;
}
div#corner {
    float: left;
    padding: 4px 0 0 0;
    width: 110px;
    text-align: right;
}
div.c_item {
    clear: both;
    padding-top: 13px;
    width: 319px;
}
div.c_item div.head {
    background: #777;
    padding: 2px 5px;
    margin-bottom: 5px;
}
div.c_item div.content {
    padding: 0 1px 0 2px;
}
div.c_item img, div#section div.images li img {
    padding: 5px;
    border: 1px solid #aaa;
    background: #eee;
}
div.music li img {
    padding: 0;
    border: 0;
    margin: 0 0 0 4px;
}
div.c_item img, div#section div.images li img {
    margin: 2px 0 0 0;
}
div.c_item a:hover img {
    background: #ccf;
    border-color: #000;
}
div.c_item img.c_image {
    float: right;
    margin: 2px 0 7px 9px;
}
div.c_item img.m_image {
    float: left;
    margin: 2px 9px 7px 0;
}
div.songcontent {
    float: left;
    width: 207px;
    padding: 3px 0 4px 8px;
}
div.songcontent strong {
    color: #998000;
}
div.songinfo {
    padding-top: 6px;
    clear: both;
}
div.songcontent ol {
    float: left;
    list-style: none;
    margin: 0;
}
div.c_item dl dt {
    font-weight: bold;
    float: left;
    clear: left;
    color: #998000;
    margin-right: 8px;
    width: 90px;
}
div.c_item dl dt, div.c_item dl dd {
    padding-top: 4px;
}
div.c_item dl dd {
    float: left;
}
p.break {
    margin-top: 11px;
}
div.images ul {
    list-style: none;
    margin: 0;
}
div.images li {
    display: inline;
    margin: 0 5px 5px 0;
}
blockquote {
    margin: 10px 0 0 20px;
    padding: 10px;
    border: 4px solid #ccc;
}
blockquote p {
    margin-left: 10px;
}
div.gb {
    margin-bottom: 10px;
}
div.songcontent a:hover img {
    border: 0;
    padding: 0;
}


/********************FORM**/

form p {
    clear: both;
    padding: 3px 0;
}
label {
    float: left;
    width: 78px;
    padding-top: 3px;
}
label.hidden {
    visibility: hidden;
}
input.entry, input.button, textarea {
    width: 224px;
    background: #eee;
    border: 1px solid #444;
    padding: 1px 3px;
    color: #000;
}
textarea {
    font-size: 12px;
}
input.button {
    width: 100px;
    margin-right: 5px;
    color: #000;
}
p.alert {
    font-weight: bold;
    color: #d55;
    margin: 10px 0 12px 0;
}
input:focus, textarea:focus {
    background: #f7f7f7;
}
