
/* Layout classes */
.wrapper {
    width: 100%;
    height:80%;
}

.main {
    float: left;
    width: 83%;
    padding-left: 25px;
}

.ads {
    float: right;
    width: 17%;
}

.footer {
    float:left;
    width: 100%;
    height: 20%;
    vertical-align: bottom;
    z-index: 2;
}

/* Spacing */

div .left10 {
    margin-left:10px;
}

div .bottom5 {
    margin-bottom:5px;
}

div .top5 {
    margin-top: 5px;
}

.right5 {
    padding-right: 5px;
}

.left5 {
    padding-left : 5px;
}

/* Other stuff */

body, html {
    margin: 0;
    padding: 0;
    font-family: Verdana,Waree,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    /* waree is like verdana on the linux. */
    background-color: #00325c;
}

#nav {
    background-color: #00325c;
    margin-bottom: 5px;
}

a {
    color: #FFD300;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #FFAF00;
}
a:visited {}

.thin_black_border {
    border-top: 2px solid black;
    width: 100%;
}

#header_container {
    background-color: #002848;
    color: white;
    width: 100%;
}
.masthead {
    font-size: 200%;
    font-weight:900;
    font-family: Verdana,Waree,Arial,Helvetica,sans-serif;
    letter-spacing: 75%;
    text-transform: lowercase;
}

input[class="login_form"] {
    font-size: 80%;
    border: 1px solid #002848;
    border-top-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-right-style: outset;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    margin-bottom: 3px;
    -moz-border-radius: 7px 3px;
    -webkit-border-radius: 2px 2px;
}

.search_mast {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 4px;
    padding-left: 18px;
    border: 2px solid black;
    line-height: 250%;
    -moz-border-radius: 7px 3px;
    -webkit-border-radius: 2px 2px;
    background-color: #544003;
    margin-top: 1px;
    background-image: url(/search.png);
    background-position: left center;
    background-repeat: no-repeat;
}

input[class="login_form_button"] {
    font-size: 70%;
    cursor: pointer;
    border: 1px solid black;
    line-height: 250%;
    -moz-border-radius: 7px 3px;
    -webkit-border-radius: 2px 2px;
    background-color: #544003;
    color: #ffd300;
}

.fp_listing {
    width: 65%;
    text-align: left;
    padding-left:50px;
}

div .found {
    font-size: 80%;
    font-style: italic;
}

div .list_title {
    font-size: 140%;
    height:16pt;
    overflow: hidden;
}

div .subtitle {
    text-indent: 10px;
    font-style: italic;
}

div .acc_button {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    height: 40px; /*reflects height of album art. */
    border-top: 1px solid #14466b;
    border-left: 1px solid #14466b;
    color: #9fbacd;
}

div .acc_button:hover {
    cursor: pointer;
    background-color: #002848;
    border-top: 1px solid #032440;
}

div .acc_button:active {
}

/* this class is used by the selected accordion element. */
/*div .selected[portion="content"] > div.mp3_item { */
div[class="expanded_contents"]  {
    border-right: 1px solid #021526;
    border-left: 1px solid #021526;
    border-bottom: 1px solid #021526;
    border-top: 3px solid #002e54;
    background-color: #407fac;
    color: black;
}

/* used by the accordion header when it is selected. */
div[class="acc_button selected"] {
    border-right: 1px solid #021526;
    border-left: 1px solid #021526;
    border-top: 1px solid #021526;
    background-color: #002848;
}

.album_badge {
    float:left;
    height:40px;
    width:40px;
    margin-right: 5px;
}

img {
    border: 0;
}

img .ws_badge {
    vertical-align: bottom;
}

div .title {
    font-size: 150%;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #4c75b4;
}

.right {
    text-align: right;
}

.optional {
    color: #4c75b4;
    font-size: 75%;
}

.emphatic {
    font-weight: bold;
    text-decoration: underline;
}

.error {
    font-weight: bold;
    color: #f64747;
}

div.fancy_button a {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
    padding-left: 12px;
    border: 2px solid black;
    line-height: 250%;
    -moz-border-radius: 7px 3px;
    -webkit-border-radius: 2px 2px;
    background-color: #544003;
}

div.fancy_button a:hover {
    border-color: #a87f05;
}

.copy {
    margin-bottom:5px;
    width: 65%;
    text-indent: 15px;
    line-height: normal;
}

.middle-text {
    vertical-align: middle;
}

.tiny {
    font-size: 75%;
}

.fleft {
    float:left;
}
