/**
 * Guppy Content Management System
 *
 * @package    Guppy
 * @copyright  Copyright (c) 2009-__ENDDATE__ Guppy CMS (http://www.guppycms.com)
 * @license    http://www.guppycms.com/license.html Commercial licensed software
 * @version    Release: 1.0.0
 */


/* --- General --- */
body {
    color: #383838;
    font: 12px Verdana, "Trebuchet MS", Arial, Helvetica, Sans-serif;
    background: #78b10f;
}

h1, h2, h3 {
    color: #fa7900;
    font-weight: bold;
    font-family: "Arial";
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.quote {
    display: block;
    color: #4785A9;
    font-weight: bold;
    font-style: italic;
    background-color: #DDEDF7;
    border: #C4E0F1 1px solid;
    padding: 10px;
}

/* --- Links --- */
a:link, a:visited {
    color: #5eaad7;
    text-decoration: underline;
}

a:hover,  a:active {
    color: #4785A9;
    text-decoration: none;
}

/* --- jQuery ---
These styles must be included in all CMS structure templates! */
.state-error, .state-highlight {
    margin: 10px;
    padding: 15px;
}

.state-error .icon-before, .state-highlight .icon-before {
    float: left;
    margin-right: 5px;
}

/* --- Colours --- */
.black     { color: #000000; }
.blue      { color: #5eaad7; }
.dark_blue { color: #4785A9; }
.green     { color: #83c013; }
.orange    { color: #fa7900; }

/* --- Tables --- */
.data_table {
    width: 100%;
    margin-bottom: 20px;
}

table td, table th {
    text-align: left;
    padding: 2px;
}

.data_table td, .data_table th {
    border-bottom: 1px dashed;
    border-color: #FCB47F;
    padding: 7px;
}

.data_table th, .data_table th a {
    color: #83c013;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

/* --- Forms --- */
input {
    padding: 3px;
    margin: 2px;
    border: 1px solid;
    border-color: #FCB47F #FEDDBF #FEDDBF #FCB47F;
}

input.small {
    width: 100px;
}

input.medium {
    width: 150px;
}

input.large {
    width: 200px;
}

input.button {
    font-size: 12px;
    color: #FFFFFF;
    border: none;
    background: #FA7900;
}

textarea {
    padding: 3px;
    margin: 2px;
    border: 1px solid;
    border-color: #FCB47F #FEDDBF #FEDDBF #FCB47F;
}

/* --- Pagination --- */
.pagination {
    margin: 15px 5px;
}

.pagination span {
    float: left;
    display: block;
    font-size: 12px;
    text-align: center;
    border: 1px solid;
    border-color: #5eaad7;
    background-color: #ffffff;
    padding: 1px 4px;
    margin: 1px;
}

.pagination span a {
    color: #5eaad7;
    text-decoration: none;
}

.pagination span a:hover, .pagination span a.current {
    color: #83c013;
    text-decoration: underline;
}

/* --- Layout --- */
.wrapper {
    width: 800px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

    /* --- Header --- */
    #logo {
        width: 276px;
        height: 133px;
        background: url('../images/fbh/logo.png') no-repeat;
    }

    #logo a {
        width: 276px;
        height: 133px;
        display: block;
        text-indent: -10000px;
    }

    #header {
        background: url('../images/fbh/header_bg.png') repeat-x;
    }

    #header_right {
        float: right;
        width: 428px;
        height: 133px;
        background: url('../images/fbh/header_right.png') no-repeat;
    }

    /* --- Navivation --- */
    #navigation_wrapper {
        height: 53px;
        background: #ffffff url('../images/fbh/navigation_wrapper.png') top repeat-x;
    }

    #navigation {
        height: 43px;
        background: url('../images/fbh/navigation_bg.png') no-repeat;
        padding: 10px 0 0 40px;
    }

    #navigation li {
        float: left;
        list-style: none;
    }

    #navigation li a {
        display: block;
        text-indent: -10000px;
    }

    #navigation li a:hover,
    #navigation li a:active {
        background-position: 0 43px;
    }

    #home a:link, #home a:visited {
        width: 78px;
        height: 43px;
        background: url('../images/fbh/nav/home.png') repeat-y;
    }

    #hosting a:link, #hosting a:visited {
        width: 91px;
        height: 43px;
        background: url('../images/fbh/nav/hosting.png') repeat-y;
    }

    #forum a:link, #forum a:visited {
        width: 83px;
        height: 43px;
        background: url('../images/fbh/nav/forum.png') repeat-y;
    }

    #support a:link, #support a:visited {
        width: 93px;
        height: 43px;
        background: url('../images/fbh/nav/support.png') repeat-y;
    }

    #about_us a:link, #about_us a:visited {
        width: 98px;
        height: 43px;
        background: url('../images/fbh/nav/about_us.png')repeat-y;
    }
    
    #servers a:link, #servers a:visited {
        width: 84px;
        height: 43px;
        background: url('../images/fbh/nav/servers.png') repeat-y;
    }

    /* --- Top Bar --- */
    #topbar {
        float: left;
        width: 504px;
        margin: 19px 0 0 14px;
    }

    a.sign_up_banner {
        display: block;
        width: 504px;
        height: 123px;
        text-indent: -10000px;
        background: url('../images/fbh/sign_up_banner.png') no-repeat;
    }

    /* --- Content --- */
    #content_wrapper {
        background: #ffffff url('../images/fbh/content_wrapper.png') bottom repeat-x;
        padding-bottom: 50px;
    }

    #content_bg {
        background: url('../images/fbh/content_bg.png') top repeat-x;
    }

    #content {
        float: left;
        width: 492px;
        min-height: 600px;
        _background: url('../images/fbh/form_bg.png') no-repeat;
        padding-left: 16px;
        margin: 19px 0 0 10px;
    }

    #content.wide {
        width: 704px;
        padding-right: 40px;
    }
    
    #content h2 {
        font-size: 18px;
        padding: 10px 0 0;
    }

    #content h3 {
        width: 472px;
        height: 12px;
        color: #71818B;
        font-size: 12px;
        background: url('../images/fbh/content_topper.png') top no-repeat;
        border-bottom: #B9DCF9 1px solid;
        padding: 9px 10px;
        margin: 1px 0 5px;
    }

    #content p {
        line-height: 20px;
        margin: 10px 0;
    }

    #content ol.list, #content ul.list {
        line-height: 20px;
        margin: 10px 0;
    }

    #content .green_list {
        width: 235px;
        font-size: 13px;
        font-weight: bold;
        background: url('../images/fbh/list/green_list_bottom.png') bottom no-repeat;
        padding-bottom: 4px;
    }

    #content .green_list h3 {
        width: 205px;
        height: 24px;
        color: #ffffff;
        font-size: 16px;
        text-shadow: 1px 1px 1px #447f00;
        text-align: center;
        background: url('../images/fbh/list/green_list_top.png') top no-repeat;
        border: none;
        padding: 24px 15px;
        margin: 0;
    }

    #content .green_list ul {
        margin: 0;
    }

    #content .green_list li {
        height: 21px;
        overflow: hidden;
        background: #9FCF44 url('../images/fbh/list/green_bullet.png') 5px no-repeat;
        border-bottom: #87C215 1px solid;
        padding: 7px 0 7px 35px;
    }

    #content .green_list li.alt {
        background-color: #B5D872;
    }

    #content .green_list a {
        color: #000000;
    }

    #content .green_list a:hover {
        color: #FA7500;
    }

    
    /* --- Side Bar --- */
    #sidebar {
        float: right;
        width: 242px;
        padding: 19px 22px 0 18px;
    }

    .orange_box {
        width: 242px;
        background: url('../images/fbh/box/orange_box_bottom.png') bottom no-repeat;
        padding-bottom: 11px;
    }

    .orange_box p {
        line-height: 20px;
    }

    .orange_box h2 {
        width: 172px;
        height: 26px;
        color: #fa6a00;
        font-size: 15px;
        font-weight: normal;
        text-shadow: 1px 1px 1px #ffffff;
        background: url('../images/fbh/box/orange_box_top.png') top no-repeat;
        padding: 12px 35px;
    }

    .orange_box .box_content {
        font-size: 10px;
        background: url('../images/fbh/box/orange_box_bg.png') repeat-y;
        padding: 0 15px 2px;
    }

    .orange_box a, .orange_box a:hover {
        color: #FA7B00;
    }

    .blue_box {
        width: 242px;
        background: url('../images/fbh/box/blue_box_bottom.png') bottom no-repeat;
        padding-bottom: 11px;
    }

    .blue_box p {
        line-height: 20px;
    }

    .blue_box h2 {
        width: 172px;
        height: 26px;
        color: #196794;
        font-size: 15px;
        font-weight: normal;
        text-shadow: 1px 1px 1px #ffffff;
        background: url('../images/fbh/box/blue_box_top.png') top no-repeat;
        padding: 12px 35px;
    }

    .blue_box .box_content {
        font-size: 10px;
        background: url('../images/fbh/box/blue_box_bg.png') repeat-y;
        padding: 0 15px 2px;
    }

/* --- Footer --- */
#footer {
    clear: both;
    height: 60px;
    background: url('../images/fbh/footer_bg.png') repeat-x;
}

#footer_logo {
    width: 164px;
    height: 60px;
    background: url('../images/fbh/footer_logo.png') no-repeat;
}

#footer_logo a {
    width: 164px;
    height: 60px;
    display: block;
    text-indent: -10000px;
}

#footer_links {
    float: right;
    height: 60px;
    background: url('../images/fbh/footer_links_right.png') right no-repeat;
    padding-right: 78px;
}

#footer_links ul {
    height: 60px;
    list-style: none;
    background: url('../images/fbh/footer_links_left.png') left no-repeat;
    padding-left: 78px;
}

#footer_links li {
    float: left;
    height: 41px;
    font-size: 10px;
    color: #ffffff;
    background: url('../images/fbh/footer_links_bg.png') repeat-x;
    padding: 19px 5px 0 5px;
}

#footer_links a:link, 
#footer_links a:visited {
    color: #ffffff;
    text-decoration: none;
}

#footer_links a:hover, 
#footer_links a:active {
    color: #ffffff;
    text-decoration: underline;
}
