/**
 *
 * FREEWEBS THEME
 *
 * Check out http://solutions.mashery.com/public/Mashery/styles/masherycssfw.src.css to see the base structural defaults.
 * You can find documentation on customizing your portal at http://solutions.mashery.com/docs/Customizing_Your_Portal
 * We discourage making major changes to the structure of the site since users will most likely be using other Mashery
 * sites with yours. Having a consistent page and navigation structure will make it easier for developers to use Mashery
 * sites together.
 *
 */

    body {
        background: #fff url(/public/Mashery/images/clients/freewebs/bg_header.png) top left repeat-x;
        color: #333;
        font-size: 13px;
        font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
    }
    
    h2 {
        color: #333;
    }

    p {}
    
    a {
        color: #028DE8;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    pre {
        background: #f8f8f8;
        border: #ddd;
        margin: 5px 10px;
    }
    
    fieldset,
    fieldset legend {
        background-color: #f5f5f5;
    }
    
    /* All the input fields (text input, textareas, selects) */
    input.input-text,
    input.input-password,
    input[type^=text],
    textarea,
    select {
        border-color: #ccc #e3e3e3 #e3e3e3 #ccc;
    }
    
    table {
        background-color: #f5f5f5;
        border: 1px solid #D9E2EE;
        color: #666;
        border-collapse: separate;
    }
    
    table td {}
    
    table tr.even td {
        background-color: #fefefe;
    }
    
    table tr.even:hover td,
    table tr.odd:hover td {}
    
    table thead th {
        border-bottom: 1px solid #D9E2EE;
        background-color: #EFEFEF;
    }
    
    table th a {}
    
    table th a:hover {}

    div#page {
    }
    
    /* For pages without navigation (you can set which pages you do not want to have navigation on, for whatever reason) */
    div#page.no_local div#main {}
    
    div#page.no_local div#sub {}
    
    /* For pages without a side column, you can set which pages do or do not have side columns. */
    div#page.no_sub div#main {}

    /** 
     * 
     * HEADER
     * 
     * The header is where your logo, login links, search, and user control links should go.
     *
     */
    
        div#header {
            background: transparent url(/public/Mashery/images/clients/freewebs/bg_header.png) left top repeat-x;
        }

        /* Here is where you put your logo! Yes, it is the background of a div. This div is special because Javascript makes it behave
           like a Home link. You must change the width and height of this div to the same size as your logo. */
        div#branding-logo {
            background: transparent url(/public/Mashery/images/clients/freewebs/freewebs.png) no-repeat 0 -116px;
            margin-top: 0;
            width: 182px;
            height: 73px;
        }

    /* END HEADER */
        
    /**
     *
     * USER
     *
     * User information and actions
     *
     */

        /**
         *
         * USER NAV
         *
         * Login, logout, register, and My Account links.
         *
         */
         
            div#user-nav ul li {
                font-size: 90%;
                font-weight: bold;
                color: #D7E5F7;
            }
            
            div#user-nav ul li.toggle {
                color: #C3D0DF;
            }
            
            div#user-nav ul li a {
                color: #FFCB67;
            }

        /* END USER NAV */

    /* END USER */

    /**
     *
     * LOCAL NAV
     *
     * This is the main navigation bar. You can customize your links in the Settings page.
     *
     * The div#local appears AFTER the content for accessbility reasons. Please see
     * http: //www.contentwithstyle.co.uk/Articles/17/ for details.
     *
     * Because the navigation is placed below the content, you will most likely need
     * to use absolute positioning. Please make sure you understand positioning before
     * trying to customize it!
     *
     */

        div#local {
        }
        
        div#local li {
            background: transparent url(/public/Mashery/images/clients/freewebs/freewebs.png) no-repeat 0 -58px;
            _background: transparent url(/public/Mashery/images/clients/freewebs/freewebs.gif) no-repeat 0 -58px;
            margin-right: 4px;
        }
        
        div#local a {
            background: transparent url(/public/Mashery/images/clients/freewebs/freewebs.png) no-repeat 100% -87px;
            _background: transparent url(/public/Mashery/images/clients/freewebs/freewebs.gif) no-repeat 100% -87px;
            color: #FFCB67;
            text-decoration: none;
            float: left;
        }
        
        div#local li.active {
            background-position: 0 0;
        }
        
        div#local li.active a {
            background-position: 100% -29px;
            color: #fff;
        }
        
    /* END LOCAL NAV */

    /**
     *
     * USER MENU AND CONTENT HEADER
     *
     * The User Menu contains actions for the user: Start New Entry, New Post, etc.
     * 
     * In the dashboard, the div#content-header contains navigation elements for the current
     * page.
     *
     * Both are located directly under div#local.
     *
     */

        /**
         *
         * SUB LOCAL NAVIGATION
         *
         * Options for each page, sometimes these are user actions, in the dashboard they are sub-pages.
         *
         */
         
            div#user-menu,
            div#content-header {
                background-color: #5D9DDF;
            }
            
            div#user-menu li a,
            div#content-header li a {
                color: #FFCB67;
            }
            
            div#user-menu li a:hover,
            div#content-header li a:hover {
            }
            
            div#user-menu li.active a,
            div#content-header li.active a {
                color: #fff;
                font-weight: bold;
                text-decoration: none;
            }
        
        /* END SUBLOCAL NAV */

    /* END USER MENU AND CONTENT HEADER */

    /**
     *
     * CONTENT 
     *
     * Where the magic happens (Content of page)
     *
     */
     
        div#content {}

        /**
         *
         * MAIN
         *
         * This is where almost all the content for every page is.
         *
         */

            div#main {
                background-color: #fff;
            }
            
            div#main h1 {
                color: #FF6600;
                font-size: 230%;
                margin-bottom: .3em;
            }
            
            div#main h2 {
                font-size: 20px;
                font-weight: normal;
            }

            /**
             *
             * BLOG, WIKI, FORUM, and DOCS
             *
             * Styling for the sections, meta info, file tables, and other parts of these apps.
             *
             * Remember, there are usually different states of each app type! For example, when browsing the forum the body will have
             * an id of #page-forum and a class of .browse. If you click on a forum post to view it, the body will still have the same
             * id, but the class will change to .read. This way you can control the different views of each app.
             *
             */
             
                div#main div.comments ol li.comment {
                    background-color: #f5f5f5;
                    border: 1px solid #D9E2EE;                    
                }

                /**
                 *
                 * BLOG
                 *
                 */
                 
                    body.page-blog.browse a.rss {
                        margin-top: 15px;
                    }
                 
                /* END BLOG */

                /**
                 *
                 * FORUM
                 *
                 * The forum is very different than the blog, wiki, docs, etc. Be sure to check out the markup, the default styling
                 * should be ok for most people, but you may need to override some of your list (ul, ol) rules that you set in this
                 * stylesheet.
                 *
                 */
                 
                    body.page-forum a.rss {
                        margin-top: 5px;
                    }
                 
                    ol.categories,
                    ol.topics,
                    ol.comments {
                        background-color: #f5f5f5;
                    }
                    
                    ol.topics {}
                    
                    ol.comments {}
                    
                    ol.categories,
                    ol.topics,
                    ol.comments,
                    ol.categories li,
                    ol.topics li,
                    ol.comments li {
                        border-color: #D9E2EE;
                    }
                    
                    /* Subject of a thread */
                    body.page-forum h3.subject{}
                    
                    /* The "original post" in each thread looks different by default */
                    ol.comments li.comment.first {}
                 
                /* END FORUM */

            /* END BLOG, WIKI, FORUM, and DOCS */

        /* END MAIN */
        
        /**
         *
         * SUB
         *
         * The sub div is usually the small sidebar on the blog/wiki/forum, although some may prefer to hide it altogether.
         *
         * In the Dashboard, the sub is also where the form lives to add new content in the Content page.
         *
         */
                 
            div#sub {
            }
            
            div#sub li a.active,
            div#sub li a.active:hover {
                text-decoration: none;
                font-weight: bold;
                color: #333;
            }

        /* END SUB */

        /**
         *
         * ADMIN AREA
         *
         * The Admin Area refers to the Dashboard. This area is only seen by moderators/administrators and it inherits
         * the styling of the rest of the site, so it should look "ok" even without any extra attention.
         *
         * NOTE: The Reports pages and API pages in the dashboard have different body IDs (.page-reports and #page-adminApis)
         * whereas the rest of the Dashboard pages have the same ID of .page-adminArea. This is because the Reports and
         * API sections are considered mini-apps of their own.
         *
         */

        /* END ADMIN AREA */
        
    /* END CONTENT */
        
    /**
     *
     * FOOTER
     *
     * Contains your site-info as well as your footer links.
     * 
     */
    
        div#footer {
            text-align: center;
            color: #aaa;
        }

        div#footer ul li {
            font-size: 90%;
        }

        /**
         *
         * SITEINFO
         *
         * The siteinfo you can edit from the Settings page in the Dashboard.
         * Usually this contains copyright stuff and credits.
         *
         */
            
            div#siteinfo {
            }
            
            div#siteinfo ul {}
            
            div#siteinfo ul li a {}
            
            div#siteinfo p {}
        
        /* END SITEINFO */
    
    /* END FOOTER */
    
    /**
     *
     * LOGIN WINDOW
     *
     * This only appears in the popup login window. The contents are: "Sign in using: Mashery | Typekey".
     *
     */

        body.login {
            background: #fff;
            background-image: none;
        }
     
        div#nav {
            background-color: #f5f5f5;
            border-bottom: 1px solid #D9E2EE;
        }
        
        div#nav ul li a {}
        
        div#nav ul li.active a {
            background-color: #5D9DDF;
            color: #fff;
            text-decoration: none;
        }

    /* END LOGIN WINDOW */
    
/* END FREEWEBS THEME */