﻿html, body
{
    margin: 10px 0 0 0;
    padding: 0;
}
body
{
    font: 76% arial,sans-serif;
    text-align: center;
}
p
{
    margin: 0 10px 10px;
}

div#header
{
    position: relative;
    height: 150px;
}
div#header h1
{
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding-left: 10px;
    background: #EEE;
    color: #79B30B;
}
div#header a
{
    position: absolute;
    right: 0;
    top: 23px;
}

div#container
{
    text-align: left;
    border: 1px solid #8d8d8d;
}

#navigation
{
    height: 2.2em;
    line-height: 2.2em;
    width: 750px;
    background: #2773ae;
    color: #ffffff;
}

#navigation li
{
    float: left;
    list-style-type: none;
    border-right: 1px solid #ffffff;
    white-space: nowrap;
}

#navigation li a
{
    display: block;
    padding: 0 10px;
    font-size: 0.8em;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    background-color: inherit;
    color: #ffffff;
}

* html #navigation a
{
    width: 1%;
}

#navigation .selected, #navigation a:hover
{
    background: #80b0da;
    color: #ffffff;
    text-decoration: none;
}

div#content p
{
    line-height: 1.4;
}

div#column1
{
    float: left;
    width: 150px;
    margin-left: -315px;
}

div#column2
{
    float: left;
    width: 150px;
    margin-left: -155px;
}

div#box
{
    float: left;
    margin-top: 10px;
    border: 1px solid orange;
    font-family: Arial,sans-serif;
    width: 150px;
}

.boxTitle
{
    height: 15px;
    background-color: Orange;
    color: White;
    padding: 3px;
    vertical-align: middle;
    font-weight: bold;
}


div#footer
{
    background: #333;
    color: #FFF;
    text-align: center;
}
div#footer p
{
    margin: 0;
    padding: 5px 10px;
}
div#footer a
{
    display: inline;
    padding: 0;
    color: #C6D5FD;
}

div#container
{
    width: 750px;
    margin: 0 auto;
}
div#wrapper
{
    float: left;
    width: 100%;
}
div#content
{
    width: 425px;
    margin-top: 10px;
}
div#footer
{
    clear: left;
    width: 100%;
}

/* Star Rating Styles */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(Images/FilledStar.gif);
}

.emptyRatingStar
{
    background-image: url(Images/EmptyStar.gif);
}

.savedRatingStar
{
    background-image: url(Images/SavedStar.gif);
}

.content
{
    padding: 0 0 10px 10px;
    font-family: Palatino Linotype, Arial, sans-serif;
}

.storyBox
{
    border: 1px solid #8d8d8d;
    margin-bottom: 5px;
}

.storyBoxContent
{
    padding: 5px;
    font-size: 13px;
}


.storyTitle
{
    height: 15px;
    background-color: #8d8d8d;
    color: White;
    padding: 3px;
    vertical-align: middle;
    font-weight: bold;
}


.pictureLeft
{
    padding-right: 3px;
}

.polaroid
{
    width: 110px;
    height: 90px;
    background-color: #777777;
    border: 1px solid #333333;
    padding: 4px 6px 3px 0;
}

.polaroidText
{
    color: White;
    font-family: Palatino Linotype,Georgia,Times New Roman,Sans-Serif;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.polaroidCategory
{
    height: 36px;
    width: 600px;
    background-color: Orange;
    padding: 0 0 0 5px;
}

.polaroidCategoryText
{
    color: White;
    font-family: Calibri,Tahoma,Georgia,Times New Roman,Sans-Serif;
    font-size: 20px;
    font-weight: bold;
}

/* Latest Songs Link Styles */
a.songs
{
    color: White;
    text-decoration: none;
    font-family: Arial,Tahoma,Georgia,Times New Roman,Sans-Serif;
    font-size: 11px;
    font-weight: bold;
}

a.songs:hover
{
    color: Black;
    text-decoration: none;
}

/* Currently Listening Style */
.currentlyListening
{
    font-family: Arial,Tahoma,Georgia,Times New Roman,Sans-Serif;
    font-size: 9px;
    color: Black;
}

/* Latest Songs Styles */
.ampHeader
{
    font-family: Arial,Tahoma,Georgia,Times New Roman,Sans-Serif;
    font-size: 16px;
    color: Black;
    font-weight: bold;
    padding-left:4px;
}

.ampDescription
{
    font-family: Arial,Tahoma,Georgia,Times New Roman,Sans-Serif;
    font-size: 11px;
    color: Black;
    padding-left:4px;
}
