/*
 * Jamroom 5 Flashback CSS
 * Copyright 2003-2011 by Talldude Networks, LLC.
 * @author Brian Johnson - brian@talldude.net
 */

/* @title Page Background */
/* @help This is the main background for the site */
html {
    background-color:#00324B;
    background-image: url('{$jrFlashback_img_url}/bckgrd.png');
}

/* @title Body */
/* @help This is the main style for the body of the page */
body {
    font-family:Verdana,Helvetica,Arial,sans-serif;
    background-color:#00324B;
    background-image: url('{$jrFlashback_img_url}/bckgrd.png');
    font-size:11px;
    color:#CCCCCC;
    padding:0;
    margin:0;
}

/* @title Text Links */
/* @help Text URL links */
a {
    color:#C60;
    text-decoration:none;
    cursor:pointer;
}

/* @title Text Link Hover */
/* @help Text URL Hover */
a:hover {
    text-decoration:underline;
}

/* @title Heading 1 */
/* @help Heading Text size 24px  */
h1 {
    font-size:14px;
    display:inline;
    padding:0;
    margin:0;
}

/* @title Heading 2 */
/* @help Heading Text size 18px  */
h2 {
    font-size:12px;
    display:inline;
    padding:0;
    margin:0;
    color:#FFF;
}

/* @title Heading 3 */
/* @help Heading Text size 14px  */
h3 {
    font-size:10px;
    text-transform:capitalize;
    display:inline;
    padding:0;
    margin:0;
    color:#FFFFFF;
    font-weight:bold;
}

/* @title Heading 4 */
/* @help Heading Text size 12px  */
h4 {
    font-size:10px;
    display:inline;
    padding:0;
    color:#FFF;
    margin:0;
}
/* @title Heading 5 */
/* @help Heading Text size 10px  */
h5 {
    font-size:10px;
    display:inline;
    padding:0;
    margin:0;
}
/* @title Heading 6 */
/* @help Heading Text size 8px  */
h6 {
    font-size:9px;
    display:inline;
    padding:0;
    margin:0;
}
hr {
    border:0;
    height:1px;
    background:#00324B;
}
/* @title Breadcrumb */
/* @help The size of the navigation links under the headings  */
.breadcrumbs{
    font-size: 9px;
    color:#C60;
    text-transform:capitalize;
}
/* @title Breadcrumb link-color */
/* @help The color of the links in the breadcrumb navigation  */
.breadcrumbs a{
    color: #C60;
}
/* @title Breadcrumb hover-color */
/* @help The hover color of the links in the breadcrumb navigation  */
.breadcrumbs a{
    color: #CCC;
}
