/**
 *
 * EARTHMINE THEME
 *
 * Check out /public/Mashery/styles/masherycssfw.src.css to see the base structural defaults.
 * You can find documentation on customizing your portal at /docs/read/Provider/PortalCustomize
 * We discourage making major changes to the layout since it has a standard structure to it which is easy for users
 * to use.
 *
 */

    body {
        background: #1c1c1c url(/public/Mashery/images/clients/earthmine/body.gif) no-repeat 0 0;
        color: #333;
        font-family: Tahoma,Arial,Helvetica,serif;
    }

    h1 {
        background-color: #009737;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 5px 0 5px 15px;
        margin-bottom: 2em;
    }

    h1,h2,h3,h4,h5,h6 {}

    p {
    }
    
    a {
        color: #009737;
    }
    
    a:link,
    a:visited {}
    
    a:hover,
    a:active {}
    
    /* All the input fields (text input, textareas, selects) */
    input.input-text,
    input.input-password,
    input[type^=text],
    textarea,
    select {}
    
    table {}
    
    table thead th {}
    
    table th a {}
    
    table th a:hover {}
    
    table td {}
    
    table tr.even td {}
    
    div#page {
        margin-left: 100px;
        margin-right: 0;
    }
    
    div#page,
    div#header,
    div#content,
    div#local,
    div#user,
    div#user-menu,
    div#footer {
        width: 1000px;
    }
    
    /* 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 {
        width: 1000px;
    }

    /** 
     * 
     * HEADER
     * 
     * The header is where your logo, login links, search, and user control links should go.
     *
     */
    
        div#header {
            height: 50px;
            z-index: 10;
        }
        
        div#branding {
            position: relative;
            width: 100%;
            overflow: visible;
            z-index: 10;
        }

        /* 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 by default, you can change this in the settings if you absolutely must.
           
           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/earthmine/logo.gif);
            margin: 0;
            width: 243px;
            height: 38px;
            position: absolute;
            top: 32px;
            left: 10px;
            z-index: 10;
        }
        
        div#branding-mashery {
            top: 32px;
            z-index: 99;
        }
        
    /* END HEADER */
        
    /**
     *
     * USER
     *
     * User information and actions
     *
     */
     
        div#user {
            width: 1000px;
            z-index: 11;
            position: relative;
        }

        /**
         *
         * USER NAV
         *
         * Login, logout, register, and My Account links.
         *
         */
         
            div#user-nav {
                margin-top: -40px;
            }
         
            div#user-nav ul li {
                color: #fff;
                font-size: 95%;
            }
            
            /* The user's name, "Signed in as Wally Wombat" */
            div#user-nav ul li span.name {}
            
            div#user-nav ul li a {
                color: #fff;
                text-decoration: underline;
            }
            
            div#user-nav li.register {
                display: none; /* hide until around sept */
            }

        /* 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 {
            width: 1000px;
            top: 5px;
            left: 0;
        }
        
        div#local ul {
            margin-left: 300px;
        }
        
        div#local li {
            line-height: 23px;
        }
        
        div#local li a {
            line-height: 23px;
            font-size: 11px;
            font-weight: normal;
            color: #aaa;
            padding: 0;
            line-height: 1;
            margin-right: 15px;
            text-decoration: none;
            text-transform: uppercase;
        }
        
        div#local a:hover {
            border-bottom: 1px solid #33ff66;
        }
        
        div#local li.active a,
        div#local li.active a:hover {
            background-position: 100% -69px;
            border-bottom: 1px solid #33ff66;
            color: #eee;
        }
        
    /* END LOCAL NAV */

    /**
     *
     * USER MENU
     *
     */

        /**
         *
         * SUB LOCAL NAVIGATION
         *
         * Options for each page, sometimes these are user actions, in the dashboard they are sub-pages.
         *
         */
         
            div#user-menu {
                background: transparent;
                width: 1000px;
                left: 0;
                top: 50px;
            }

            div#content-header {
                background-image: url(http://mashery.com/public/Mashery/images/template/content-header.png);
            }
            
            div#user-menu li a,
            div#content-header li a {
                color: #ddd;
            }
            
            div#user-menu li.active a,
            div#content-header li.active a,
            div#user-menu li.active a:hover,
            div#content-header li.active a:hover {
            }
        
        /* END SUBLOCAL NAV */

    /* END USER MENU */


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

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

            div#main {
                padding: 0;
                margin-left: 0;
                width: 750px;
                background-color: #fff;
            }

            /**
             *
             * 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.section,
                div.comments {
                    margin: 0 15px;
                }
                
                * html div.section { /* Override some weirdness here. Investigate why section should be width: 100% for ie6 */
                    width: auto;
                }
             
                div#main div.comments ol li.comment {
                    background-color: #f6f6f6;
                }

                /**
                 *
                 * 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 {}
                 
                    body.page-forum ol.categories {}
                    
                    body.page-forum ol.topics {}
                    
                    body.page-forum ol.comments {}
                    
                    /* Subject of a thread */
                    body.page-forum h3.subject{}
                    
                    /* The "original post" in each thread looks different by default */
                    body.page-forum 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-right: 0;
                margin-top: 110px;
                width: 229px;
                background: #fff;
                border-left: 1px solid #999;
            }
            
            div#sub h2 {
                text-transform: uppercase;
                font-size: 14px;
            }
            
            div#sub a.active,
            div#sub a.active:hover {
                font-weight: bold;
                text-decoration: none;
                color: #333;
            }

        /* END SUB */

    /* END CONTENT */
        
    /**
     *
     * FOOTER
     *
     * Contains your site-info as well as your footer links.
     * 
     */
    
        div#footer {
            color: #fff;
        }
        
        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 {}
        
        /* 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;
        }
        
        div#nav {
        }
        
        div#nav ul li a {
        }
        
        div#nav ul li.active a,
        div#nav ul li.active a:hover {
            background-color: #009737;
            color: #fff;
            text-decoration: none;
        }
        
        body.login div.signin_member_mashery ul li.not-registered {
            display: none;
        }

    /* END LOGIN WINDOW */
    
/* END EARTHMINE THEME */