*
{
    padding: 0;
    margin: 0;
}

body
{
    font: 1em Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    background: url(../images/bg.jpg) no-repeat top center;
}

.clear
{
    display: block;
    clear: both;
}

#faves1 img, #faves2 img
{
    margin: 10px 10px 0 10px;
    float: left;
}

#header a img
{
    float: left;
}

a img
{
    border: 0;
}

/* TEXT *************************/

h2
{
    padding: 10px 10px 0 10px;
    font-weight: normal;
}

#single h4
{
    margin: 20px 10px -10px 10px;
    font-weight: normal;
    font-size: 1.4em;
}

blockquote
{
    margin-left: 20px;
    font-style: italic;
}

#faves h2, #single h2, #chartlist h2, .chartitem .position h2
{
    font-size: 1.7em;
    color: #f0c;
}

h2 .white
{
    color: #fff;
}

h3
{
    display: inline;
    font-weight: normal;
}

p
{
    padding: 10px 10px 0 10px;
    line-height: 135%;
}

p.pink
{
    border-top: 1px dotted #fff;
    margin-top: 10px;
}

.type
{
    background: #f0c;
    padding: 3px;
    margin-bottom: 5px;
    font-size: 0.7em;
    text-transform: uppercase;
}

.hometype
{
    background: #f0c;
    padding: 3px 3px 3px 10px;
    font-size: 0.7em;
    text-transform: uppercase;
    margin-top: 15px;
}

#chartlist p
{
    padding-bottom: 15px;
}

/* LISTS *************************/

#nav li
{
    display: inline;
    margin: 0 7px;
    font-size: 1.3em;
}

#intro ul
{
    margin-left: 10px;
    list-style: none;
}

#intro li
{
    margin-top: 5px;
}

#single ul
{
    margin-left: 30px;
}

/* LAYOUT **************************/

.topleft
{
    float: left;
    display: block;
    height: 11px;
    width: 11px;
    background: url(../images/topleft.gif) no-repeat top left;
}

.topright
{
    float: right;
    display: block;
    height: 11px;
    width: 11px;
    background: url(../images/topright.gif) no-repeat top right;
}

.bottomright
{
    float: right;
    display: block;
    height: 11px;
    width: 11px;
    background: url(../images/bottomright.gif) no-repeat bottom right;
}

.bottomleft
{
    float: left;
    display: block;
    height: 11px;
    width: 11px;
    background: url(../images/bottomleft.gif) no-repeat bottom left;
}

.text
{
    background: #000;
}

#chartlist .text
{
    
}

#faves .text
{
    width: 48.5%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#footer .text
{
    margin: 0;
}

#container
{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

#header
{
    width: 100%;
    height: 180px;
}

#nav
{
    float: right;
    width: auto;
    background: #000;
    padding: 10px;
    margin-right: 13px;
}

#intro
{
    padding-top: 200px;
    background: url(../images/alan.jpg) no-repeat top left;
    float: left;
    width: 30%;
}

#faves
{
    padding-top: 200px;
    background: url(../images/bert.jpg) no-repeat top left;
    float: right;
    width: 65.5%;
    margin-left: 30px;
    display: inline;
}

#chartlist
{
    background: url(../images/betty.jpg) no-repeat top left;
    float: right;
    width: 65%;
    padding-top: 200px;
    display: inline;
}

.chartitem
{
    padding-left: 15px;
    height: auto;
}

.position
{
    float: left;
    height: 100%;
}

.blurb
{
    float: right;
    height: 100%;
    width: 88%;
}

#single
{
    background: url(../images/betty.jpg) no-repeat top left;
    padding-top: 200px;
    float: right;
    width: 65%;
}

#footer
{
    margin-top: 40px;
    padding: 20px 0 10px 185px;
    background: url(../images/gord.gif) no-repeat left bottom;
    width: 500px;
    border-bottom: 1px dotted #f0c;
}


/* LINKS ******************************/

a
{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #f0c;
}

a:visited
{
    color: #fff;
    text-decoration: none;
}

a:hover
{
    background: #f0c;
    text-decoration: none;
}

p a
{
    color: #fff;
    background: #333;
    padding: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;

}

p a:visited
{
    color: #fff;
    background: #333;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

p a:active
{
    color: #fff;
    background: #333;
    border-left: 0;
    border-bottom: 0;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

p a:hover
{
    background: #555;
}

/* CONTACT FORM *******************/
fieldset
{
    border:0;
    margin:0 0 0 10px;
    padding:0;
}

label
{
    display: block;
    margin-bottom: 5px;
}

#single input[type=text]
{
    background: #fff;
    border: 1px solid #f0c;
    margin-bottom: 5px;
    padding: 3px;
}

#single textarea
{
    border: 1px solid #f0c;
    height: 200px;
    padding: 5px;
    font: 0.9em Arial, Helvetica, sans-serif;
}

object
{
    border: 1px solid #f0c;
}
