/**
 *
 * PIKEO 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 {
        font-family: Arial, Helvetica, sans-serif;
        background: #fff url(/public/Mashery/images/clients/pikeo/bg.png);
    }

    h1,h2,h3,h4,h5,h6 {
        color: #FF7200;
    }
    
    h1 {
        font-size: 170%;
    }
    
    h2 a:link {
        color: #444;
        text-decoration: none;
    }
    
    h2 a:visited {
        color: #666;
        text-decoration: none;
    }

    h2 a:hover {
        text-decoration: underline;
    }
    
    pre {
        background-color: #f3f3f3;
        border: 1px solid #ccc;
    }

    p {}
    
    a:link,
    a:visited {
        color: #999;
        text-decoration: underline;
    }
    
    a:hover {
        color: #000;
    }
    
    /* All the input fields (text input, textareas, selects) */
    input.input-text,
    input.input-password,
    input[type^=text],
    textarea,
    select {
        border-color: #999;
    }
    
    table {
        background-color: #eee;
    }
    
    table thead th {
        background-color: #ddd;
    }
    
    table th a {}
    
    table th a:hover {}
    
    table td {}
    
    table tr.even td {
        background-color: #f9f9f9;
    }
    
    table tr.even:hover td,
    table tr.odd:hover td {}

    div#page {
        width: auto;
        padding-top: 25px;
        margin: 0 auto;
        background: transparent url(/public/Mashery/images/clients/pikeo/user-nav-bg.png) repeat-x 0 0;
    }
    
    /* 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: #3C423D;
            margin: 35px auto 0;
            position: relative;
            height: 88px;
        }

        div#branding {
            margin: 0 auto;
        }
        
        /* 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 {
            width: 128px;
            height: 64px;
            margin-top: 18px;
            margin-left: 20px;
            background-image: url(/public/Mashery/images/clients/pikeo/logo.gif);
        }
        
        div#branding-tagline {
            width: 316px;
            height: 25px;
            position: absolute;
            top: 45px;
            left: 158px;
            background-image: url(/public/Mashery/images/clients/pikeo/tagline_en.gif);
        }
        
        /* Mashery Made badge */
        div#branding-mashery {
            right: auto;
            left: 800px;
            top: 40px;
        }

    /* END HEADER */
        
    /**
     *
     * USER
     *
     * User information and actions
     *
     */
     
        div#user {
            margin: 0 auto;
            position: relative;
        }

        /**
         *
         * USER NAV
         *
         * Login, logout, register, and My Account links.
         *
         */
         
            div#user-nav {
                margin-top: -143px;
                float: left;
                margin-left: 10px;
            }
         
            div#user-nav ul li {
                color: #777;
                border-left: 1px solid #C8CAC9;
                padding-top: 0;
            }
                
                div#user-nav ul li.first {
                    border: none;
                }
                
            div#user-nav ul li a {
                color: #FF6600;
                font-weight: bold;
                text-decoration: none;
            }
            
            div#user-nav ul li a:hover {
                text-decoration: underline;
            }

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

        div#local {
            background-color: #3C423D;
            overflow: hidden;
            height: 29px;
            top: 0;
            left: 0;
            width: 900px;
        }
        
        div#local a:link,
        div#local a:visited {
            text-decoration: none;
        }
        
        div#local a:hover {
            color: #FD8231;
            background-color: #333;
        }
        
        div#local li.active a {
            color: #fff;
            background-color: #3C423D;
        }
        
    /* 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 {
                top: 54px;
                left: 0;
                width: 900px;
            }
            
            div#content-header {
                top: 29px;
                left: 0;
                width: 900px;
            }
            
            div#user-menu,
            div#content-header {
                background-color: #eee;
            }
            
            div#user-menu ul,
            div#content-header ul {
                margin-left: 7px;
            }
            
            div#user-menu li a,
            div#content-header li a {
            }
            
            div#user-menu li.active a,
            div#content-header li.active a {
                color: #000;
                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 {
            background-color: #fff;
            margin: 25px auto 0;
        }

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

            div#main {
                background-color: #fff;
                margin-top: 59px;
            }

            /**
             *
             * 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: #3C423D;
                }
                
                div#main div.comments ol li.comment div.comment-body {
                    color: #fff;
                }
                
                div.section-tags h3 {
                    color: #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 */
                
                /**
                 *
                 * BLOG
                 *
                 */
                
                    body.page-blog div.section-meta {
                        border-top: 1px dotted #999;
                        color: #999;
                    }
                
                /* END BLOG */
                
                /* DOCS */
                
                    ul.pun-nav li.up {
                        display: none;
                    }
                    
                    ul.pun-nav li.previous,
                    ul.pun-nav li.next {
                        width: 50%;
                    }
                
                /* END DOCS */

            /* 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 a.active {
                font-weight: bold;
                color: #FB9746;
                text-decoration: none;
            }

        /* 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 div#main {
                margin-top: 29px;
            }
            
            /* REPORTS */
            
                body.system-status div#main,
                body.raw div#main,
                body.portal-usage div#main {
                    margin-top: 30px;
                }
                
                body.api-overview div#main,
                body.api-developers div#main {
                    margin-top: 65px;
                }
                
                body.api div#sub,
                body.api-overview div#sub,
                body.api-developers div#sub {
                    left: 0;
                    top: 59px;
                    width: 900px;
                }
                
                body.page-reports div#sub ul {
                    margin-left: 15px;
                }
                
            
            /* END REPORTS */

        /* END ADMIN AREA */
        
    /* END CONTENT */
        
    /**
     *
     * FOOTER
     *
     * Contains your site-info as well as your footer links.
     * 
     */
    
        div#footer {
            padding-top: 10px;
            background-color: #fff;
            width: 900px;
            margin: 30px auto 0;
            color: #999;
        }
        
        div#footer ul {
            float: left;
        }
        
        div#footer ul li {}
        
        div#footer ul li a {
            text-decoration: none;
        }

        /**
         *
         * SITEINFO
         *
         * The siteinfo you can edit from the Settings page in the Dashboard.
         * Usually this contains copyright stuff and credits.
         *
         */
            
            div#siteinfo {
                float: right;
            }
            
            div#siteinfo span.orange {
                color: #FF6600;
            }
            
            div#siteinfo p {
                font-size: 12px;
                margin: 0 15px;
            }
        
        /* 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: #3C423D;
        }
        
        div#nav h2 {
            color: #FD8231;
        }
        
        div#nav ul li a {}
        
        div#nav ul li.active a {
            color: #fff;
            background-color: #333;
            text-decoration: none;
        }

    /* END LOGIN WINDOW */
    
/* END PIKEO THEME */