/**
 *
 * SYLANTRO 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: #d1d2d4 url(/public/Mashery/images/clients/sylantro/border-shadow.gif) repeat-y 50% 0;
        color: #000;
        font-family: verdana, arial, helvetica, sans-serif;
    }

    p,ul,ol {
        line-height: 1.2;
    }
    
    a {
        color: #00599C;
    }
    
    h1 {
        font-size: 1.4em;
        color: #00599C;
    }
    
    h2 {
        font-size: 1.2em;
        color: #00599C;
    }
    
    h3 {
        font-size: 1.1em;
        color: #444;
    }
    
    h4 {
        font-size: 1em;
        color: #666;
    }
    
    h5 {
        color: #000;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    /* All the input fields (text input, textareas, selects) */
    input.input-text,
    input.input-password,
    input[type^=text],
    textarea,
    select {
        border-color: #999;
    }
    
    table {}
    
    table thead th {
        background-color: #D1E2EB;
    }
    
    table th a {}
    
    table th a:hover {}
    
    table td {
        background-color: #F3F8FB;
    }
    
    table tr.even td {}
    
    table tr.even:hover td,
    table tr.odd:hover td {}

    div#page {
        background-color: #fff;
    }
    
    /* 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-color: #fff;
        }

        /* 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: #fff url(/public/Mashery/images/clients/sylantro/logo.png);
            margin-top: 25px;
            width: 204px;
            height: 53px;
        }

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

        /**
         *
         * USER NAV
         *
         * Login, logout, register, and My Account links.
         *
         */
         
            div#user-nav ul li {
                font-weight: bold;
                font-size: 11px;
            }
            
            div#user-nav ul li.register {
                display: none; /* Sylantro doesn't want public registration */
            }
            
            div#user-nav ul li a {
                font-weight: normal;
            }

        /* 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 {
            border-bottom: 1px solid #000;
            top: 22px;
            left: 0;
            width: 900px;
        }
        
        div#local ul,
        div#local ul li {
            position: relative;
        }
        
        div#local a {
            position: relative;
            z-index: 20;
            color: #00599C;
            background-color: #fff;
            margin: 0 0px -1px 15px;
            border: 1px solid #000;
            line-height: 25px;
            text-decoration: none;
        }
        
        div#local a:hover {
            color: #000;
            background-color: #FA9E0D;
        }
        
        div#local li.active a,
        div#local li.active a:hover {
            color: #fff;
            background-color: #00599C;
            border-bottom-color: #00599C;
        }
        
    /* 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: #ccc url(/public/Mashery/images/clients/sylantro/user-menu-back.png) repeat-x 0 0;
                left: 0;
                height: 40px;
                width: 900px;
            }
            
            div#content-header {
                top: 49px;
            }
            
            div#user-menu li,
            div#content-header li {
                margin-top: 15px;
            }
            
            div#user-menu li a,
            div#content-header li a {
                color: #000;
            }
            
            div#user-menu li.active a,
            div#content-header li.active a {
                color: #333;
                font-weight: bold;
            }
        
        /* END SUBLOCAL NAV */

    /* END USER MENU AND CONTENT HEADER */

    /**
     *
     * CONTENT 
     *
     * Where the magic happens (Content of page)
     *
     */
     
        div#content {
            background-color: #fff;
        }

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

            div#main {
                margin-top: 90px;
                font-size: 1.1em;
            }

            /**
             *
             * 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: #eee;
                }

                div.page-page div#sub,
                div.page-wiki div#sub,
                div.page-docs div#sub {
                    width: 174px;
                    border: 3px double #999;
                }

                /**
                 *
                 * 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.
                 *
                 */
                 
                    /* The "Start new topic" button */
                    body.page-forum a.create-new {}
                 
                    ol.categories {}
                    
                    ol.topics {}
                    
                    ol.comments {}
                    
                    /* 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 {
                margin-top: 150px;
                padding: 10px;
            }
            
            div#sub h2,
            div#sub h3,
            div#sub h4,
            div#sub h5 {
                color: #555;
            }
            
            div#sub h2 {
                font-size: 1.1em;
            }
            
            div#sub h3 {
                font-size: 1em;
                color: #666;
            }
            
            body.page-page div#sub {
                padding-top: 0;
                margin-top: 155px;
            }
            
            body.page-page div#sub h2 {
                
            }

        /* 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.
         *
         */

            body.page-adminArea.content div#sub {
                border-top: 2px solid #555;
                background: #fff url(/public/Mashery/images/shade-top.png) no-repeat 0 0;
                behavior: url(/public/Mashery/styles/iepngfix.htc);
            }

            body.page-adminArea div#local li.last {
                display: none;
            }

        /* END ADMIN AREA */
        
    /* END CONTENT */
        
    /**
     *
     * FOOTER
     *
     * Contains your site-info as well as your footer links.
     * 
     */
    
        div#footer {
        }
        
        div#footer ul {}
        
        div#footer ul li {}
        
        div#footer ul li a {}

        /**
         *
         * SITEINFO
         *
         * The siteinfo you can edit from the Settings page in the Dashboard.
         * Usually this contains copyright stuff and credits.
         *
         */
            
            div#siteinfo {}
            
            div#siteinfo p {
                font-size: normal;
            }
        
        /* END SITEINFO */
    
    /* END FOOTER */
    
    /**
     *
     * LOGIN WINDOW
     *
     * This only appears in the popup login window. The contents are: "Sign in using: Mashery | Typekey".
     *
     */
        
        div#nav {
            background-color: #00599C;
        }
        
        div#nav h2 {
            color: #fff;
        }
        
        div#nav ul li a {
            color: #fff;
        }
        
        div#nav ul li.active a {
            background-color: #fff;
            color: #333;
            text-decoration: none;
        }
        
        div.signin_member_mashery li.not-registered {
            display: none;
        }

    /* END LOGIN WINDOW */
    
/* END SYLANTRO THEME */