/**
 *
 * CAMBRIAN HOUSE THEME
 *
 * Remember, Check out http://solutions.mashery.com/public/Mashery/styles/masherycssfw.src.css to see the base structural defaults. 
 * 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: Verdana,Arial,Helvetica,Geneva,sans-serif;
        background-image: url(/public/Mashery/images/clients/cambrianhouse/bg-main.gif);
    }
    
    h1 {
        font-size: 180%;
    }
    
    h2,
    h3,
    h4,
    h5,
    h6 {
        background-color: #C1AF77;
        padding: 5px 0 5px 5px;
    }
    
    a {
        color: #003399;
    }
    
    input.input-text,
    input.input-password,
    input[type^=text],
    textarea,
    select {
        border-color: #7F9DB9;
    }
    
    a:hover {
        color: #000033;
        text-decoration: underline;
    }

    table td {
        background-color: #CCBF88;
    }
    
    table tr.even td {
        background-color: #DACE9C;
    }

    table th {
        background-color: #B3AA6D;
    }
    
    table th a {
    }
    
    table th a:hover {
    }
    
    fieldset {
        border-color: #F3EDDC;
    }
    
    fieldset legend {
        background-color: #C1AF77;
        color: #333;
        padding: 3px;
    }

    div#page {
        background: #efefef url(/public/Mashery/images/clients/cambrianhouse/bg-edges.jpg);
    }

    /** 
     * 
     * HEADER
     * 
     * The header is where your logo, login links, search, and user control links should go.
     *
     */
    
        div#header {
            background-image: url(/public/Mashery/images/clients/cambrianhouse/bg-masthead-mash.jpg);
        }

        /* 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 can change the size of this div to the same size as your logo. */
        div#branding-logo {
            background: transparent url(/public/Mashery/images/clients/cambrianhouse/logo.gif) 0px -5px;
            margin: 0;
            width: 290px;
            height: 81px;
        }

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

        /**
         *
         * USER NAV
         *
         * Login, logout, register, and My Account links.
         *
         */
         
            div#user-nav {
                font-size: x-small;
            }
            
            div#user-nav ul li a {
                font-weight: bold;
            }
            
            div#user-nav ul li {
                
            }

        /* 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 {
        }
        
        div#local a {
            background-color: #CCBF88;
            border-bottom: 1px solid #AB9D65;
            line-height: 28px;
        }
        
        div#local a:hover {
            text-decoration: none;
        }
        
        div#local li.active a {
            color: #000;
            background-color: #E5D9A5;
            border-bottom-color: #E5D9A5;
        }
        
    /* 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: #E5D9A5;
            }
            
            div#user-menu li.active a,
            div#content-header li.active a {
                color: #000;
                font-weight: bold;
            }
        
        /* END SUBLOCAL NAV */

    /* END USER MENU AND CONTENT HEADER */

    /**
     *
     * CONTENT 
     *
     * Where the magic happens (Content of page)
     *
     */
     
        div#content {
            background: transparent url(/public/Mashery/images/shade-top.png) repeat-x 88px 0;
            _behavior: url(/public/Mashery/styles/iepngfix.htc);
        }

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

            div#main {
                background-image: url(/public/Mashery/images/clients/cambrianhouse/bg-content.jpg);
            }
            
            div#main div.comments ol li.comment {
                
            }

            /**
             *
             * 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-meta {
                    color: #555;
                    padding: 10px 0;
                }
                
                div.section-body p {
                    line-height: 1.7;
                }
                
                div.section-tags {
                    font-size: 90%;
                }
                
                div.section-tags h3 {
                    font-size: 98%;
                    float: left;
                    padding: 0;
                    margin: 1px 5px 0 0;
                }
                
                div.section-tags ul li {
                    display: inline;
                    line-height: 1.2;
                    margin: 0 5px 0 0;
                }
                
                div.comments ol li.comment {
                    background-image: url(/public/Mashery/images/clients/cambrianhouse/bg-content-light.jpg);
                    font-size: 200%;
                    font-family: Georgia, 'Times New Roman', serif;
                    padding-top: 10px;
                }
                
                div.comments ol li div.comment-body {
                    font-size: 50%;
                    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
                }
                
                /* BLOG */
                    
                    body.page-blog div.section-meta {
                        padding-bottom: 0;
                    }
                
                /* 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.
                 *
                 */
                 
                    a.create-new {
                        font-weight: bold;
                        font-variant: small-caps;
                        padding-right: 5px;
                    }
                    
                    a.create-new:hover {
                        background-color: #E5D9A5;
                        text-decoration: none;
                    }
                 
                    ol.categories,
                    ol.topics,
                    ol.comments {
                        background-color: #CCBF88;
                    }
                    
                    ol.comments h3.subject {
                        background-color: #F3E6AB;
                    }
                    
                    ol.comments li.comment.first {
                        background-color: #F7EEC5;
                    }
                    
                    div#main ol.comments div.comment-tags h4 {
                        padding: 0;
                        background-color: transparent;
                    }
                    
                    ol.topics li.comment-count {
                        background: url(/public/Mashery/images/clients/cambrianhouse/reply.gif) no-repeat 0 -3px;
                        padding-left: 20px;
                    }
                 
                /* END FORUM */

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

            /**
             *
             * 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 {
                    background: #CFC38E url(/public/Mashery/images/shade-top-short.png) no-repeat;
                    behavior: url(/public/Mashery/styles/iepngfix.htc);
                }

                /* SUMMARY */
                    
                    div#main-grid1 {
                        background: url(/public/Mashery/images/clients/cambrianhouse/bg-content-dark.jpg);
                    }
                
                    div#main div#main-grid1 h2,
                    div#main div#main-grid1 h3,
                    div#main div#main-grid1 h4,
                    div#main div#main-grid1 h5,
                    div#main div#main-grid1 h6 {
                        background-color: transparent;
                    }
                    
                    div#main-grid1 div.row div.cell {
                        background-color: transparent;
                    }
                    
                    div#main-grid1 div.row1 div.cell1,
                    div#main-grid1 .row1 .cell1 h2 {
                        color: #333;
                    }

            /* END ADMIN AREA */

        /* 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 {
                background: #CFC38E;
            }
            
            div#sub h2,
            div#sub h3,
            div#sub h4,
            div#sub h5,
            div#sub h6 {
                padding: 0;
                background-color: transparent;
            }
            
            div#sub li a.active {
                font-weight: bold;
                color: #000;
            }

        /* END SUB */
        
    /* END CONTENT */
        
    /**
     *
     * FOOTER
     *
     * This contains your site-info as well as your footer links.
     * 
     */
    
        div#footer {
            background-color: #DDD6A8;
            padding-top: 10px;
        }
        
        div#footer ul {
            margin-left: 20px;
            margin-bottom: 5px;
        }
        
        div#footer ul li {
            margin: 0 15px 0 0;
            font-size: 96%;
        }

        /**
         *
         * SITEINFO
         *
         * This is the stuff you write in your footer. You can edit this from the Settings page in the Dashboard.
         * Usually this contains copyright stuff and credits.
         *
         */
            
            div#siteinfo {
                padding: 0 20px;
            }
        
        /* 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: #E5D9A5;
        }
        
        div#nav li.active a {
            color: #000;
            text-decoration: none;
        }
        
        body.login div#main {
            background: transparent;
        }
        
        body.login div#main fieldset {
            background-image: url(/public/Mashery/images/clients/cambrianhouse/bg-content.jpg);
        }
        
        body.login h2 {
            background: none;
            padding: 0;
        }

    /* END LOGIN WINDOW */
    
/* END SKIN TEMPLATE */