/* 
Document   : default.css
Created on : Apr 24, 2009
Author     : John O'Harra
Description: Default stylesheet
*/

/* Set the default font family */
* {
    font-family: verdana;
    margin: 0;
    padding: 0;
}

/* Center the body using text-align */
body {
    text-align: center;
}

ul {
    list-style-type: none;
}

/* Left-justify the rest of the text */
#container {
    text-align: left;
    width: 950px;
    margin: 10px auto;
}

/* Set the header and subheader properties */
#header, #subheader, #centered {
    text-align: center;
    font-family: monotype;
    font-weight: bold;
    background-color: white;
}

#subheader {
    margin-bottom: 10px;
}

#header {
    font-size: 200%;
    letter-spacing: 5px;
}

/* Set the subheader properties */
#subheader {
    font-size: 100%;
}

/* Set the properties for the category list  on the main page */
#categories {
    width: 275px;
    float: left;
    margin-left:175px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

/* Set the properties for the category list on the details page */
#catdetails {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#symdetails {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* Set properties for favorites list */
#favorites {
    float: right;
    width: 475px;
    padding: 5px;
}

/* Set the footer properties */
#footer {
    clear: both;
    margin-top: 10px;
    text-align: center;
    font-size: 60%;
    background-color: #79CFFB;
}

/* Additional properties */

#cattitle, #catfooter {
    font-weight: bold;
    line-height: 2;
}

.popular {
}

#poptitle {
    font-weight: bold;
    line-height: 2;
}

span.popname {
    float: left;
    width: 18em;
    text-align: left;
}

span.popsym {
    float: left;
    width: 2em;
    text-align: center;
}

.leftcol {
    padding-left: 5px;
    padding-right: 5px;
}

.centercol {
    padding-left: 5px;
    padding-right: 5px;
}

.rightcol {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.label {
    width: 20em;
    float: left;
    font-weight: bold;
}

.display {
}

.large {
    font-size: 120%;
    font-weight: bold;
}

.small {
    font-size: 90%;
    font-style: italic;
}
