/**
 *
 * SIMPLESTAR THEME -- replaces /public/Mashery/styles/simplestar-theme.css
 *
 * Check out http://mashery.com/public/Mashery/styles/masherycssfw.src.css to see the base structural defaults.
 * And, if you haven't read it already, documentation: http://mashery.com/docs/read/Provider/PortalCustomize
 * 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 {
        color: #727272;
		font-family: arial,helvetica,sans-serif;
    }

    h1,h2,h3,h4,h5,h6 {
		font-family: trebuchet MS,arial,helvetica,sans-serif;
        color: #ec1c24;
	}

    h1 {
        font-size: 157%;
    }

    h2 {
        font-size: 129%;
    }

    h3 {
        /* font-size: 114%; */
        font-size: 122%;
    }

    p, li {
        /* line-height: 1.4; */
		line-height: 178%; /* 14 pt on 25 */
    }
	
	strong, b {
		color: #77bf43;
		/*font-weight: normal;*/
	}
	
	strong.leadin {
		font-family: trebuchet MS,arial,helvetica,sans-serif;
		color: #77bf43;
		font-size: 129%;
		font-weight: normal;
	}
	
	em, i {
		color: #333333;
		font-style: italic;
	}

    a {
        color: #14a5eb;
    }
    
    a:link,
    a:visited {}
    
    a:hover,
    a:active {
        text-decoration: underline;
    }
    
    /* All the input fields (text input, textareas, selects) */
    input.input-text,
    input.input-password,
    input[type^=text],
    textarea,
    select {}
    
    table {}
    
    table thead th {
        border-bottom: 1px solid #999;
    }
    
    table th a {}
    
    table th a:hover {}
    
    table td {
        border-bottom: 1px solid #ccc;
    }
    
    table tr.even td {}
    
    table tr.even:hover td,
    table tr.odd:hover td {}

    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 {
        }

        /* 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(http://developer.photoshow.com/public/Mashery/images/simplestar/logo.jpg) no-repeat 0 0;
            margin: ;
            width: 135px;
            height: 75px;
        }

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

        /**
         *
         * USER NAV
         *
         * Login, logout, register, and My Account links.
         *
         */
         
            div#user-nav ul li {
                font-size: 11px;
            }
            
            /* The user's name, "Signed in as Wally Wombat" */
            div#user-nav ul li span.name {}
            
            div#user-nav ul li a {}

        /* 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 {
            top: 0;
			left: 0;
			width: 901px;
			background: #e6e6e6;
        }
        
        div#local ul li {
			background: #e6e6e6;
            /* margin-right: 2px; -- tab separator */
        }
        
        div#local a {
			font-family: trebuchet MS,arial,helvetica,sans-serif;
			font-size: 129%;
            color: #8c8c8c;
            margin-bottom: -1px;
            line-height: 3;
        }
        
        div#local a:hover {
			color: #14a5eb;
            text-decoration: none;
        }
        
        div#local li.active {
			background: #f7f7f7;
        }
        
        div#local li.active a,
        div#local li.active a:hover {
            color: #3f3f3f;
        }
        
    /* 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 {
                /* border-bottom: 1px dotted #ccc; */
            }
            
            div#user-menu {
                top: 135px;
            }

            div#content-header {
                top: 45px;
                background-color: #fff;
            }
            
            div#user-menu li a,
            div#content-header li a {

            }
            
            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 {
                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: #f7f7f7;
        }

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

            div#main {
                margin-top: 60px;
                padding-left: 10px;
                padding-right: 10px;
                width: 651px;

				font-size: 115%;
            }

            /**
             *
             * 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.item {
                    border: 1px solid #ccc;
                }

                /**
                 *
                 * 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-top: 60px;
            }
            
            div#sub a.active {
                color: #000;
                font-weight: bold;
            }

			div#sub p, div#sub li {
				line-height: 125%;
			}
			
			div#sub li {
				margin-top: 0.75em;
				margin-bottom: 0.1em;
			}
			
			div#sub li li {
				margin-top: 0.1em;
				margin-bottom: 0.1em;
			}
			
			div#sub ul {
				margin-bottom: 0;
			}
			
        /* 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,
            body.page-adminApis div#main {
                margin-top: 30px;
                width: 841px;
            }

        /* END ADMIN AREA */
        
    /* END CONTENT */
        
    /**
     *
     * FOOTER
     *
     * Contains your site-info as well as your footer links.
     * 
     */
    
        div#footer {
            text-align: center;
            font-size: 95%;
        }
        
        div#footer ul {
            overflow: hidden;
        }
        
        div#footer ul li {
            border-left: 1px solid #000;
            padding: 0 3px 0 5px;
            margin: 0;
        }
        
        div#footer ul li.first {
            border: 0;
        }
        
        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".
     *
     */
        
        div#nav {
            background-color: #fff;
            border-bottom: 1px dotted #ccc;
        }
        
        div#nav ul li a {
            color: #7DBAE2;
        }
        
        div#nav ul li.active a,
        div#nav ul li.active a:hover {
            color: #2B72AA;
            background: #E4EFF5;
        }

    /* END LOGIN WINDOW */
    

/* Additional styles */

div#sub {
	padding: 0.5em; 
	background-color: #ffffff;
	border: 1px solid #e1e1e1; 
}

#sub h1, #sub h2, #sub h3, #sub h4, #sub h5, #sub h6 {
	color: #f58714;
}

pre {
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	width: 630px;
}

dl dt {
	margin-top: 1.5em;
}

dl dd {
	margin-top: 0.5em;
}

dl dt code {
	font-weight: bold;
}

.legalese p, .legalese li {
	line-height: 114%; /* 14 pt on 16 */
}


.insetright {
	float: right; 
	width: 272px; 
	height: 229px;
	background-color: #999;
	margin-left: 20px;
}

/* Code Generator iframe */

.codegen {
	padding-bottom: 1.5em;
}

/* Table of Contents (see maketoc.js) */

.phantomTOC {
	display: none;
}

.TOCBackLink {
	display: none;
}

.TOCSectNum {
	display: none;
}


div#toc {
	padding: 0.5em; 
	background-color: #ffffff;
	border: 1px solid #e1e1e1; 

	display: inline;
	float: right;
	margin-right: 14px;
	margin-top: 1em;
	width: 180px;
}

#toc h1, #toc h2, #toc h3 {
	color: #f58714;
}

.TOCEntry {
	line-height: 114%;
	margin-top: 1em;
}

.TOCLevel1 {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.TOCLevel2 {
	margin-top: 0.75em;
	margin-bottom: 0.1em;
}

.TOCLevel3 {
	margin-left: 1.5em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.TOCLevel4 {
	margin-left: 3.0em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.TOCLevel5 {
	margin-left: 4.5em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.TOCLevel6 {
	margin-left: 6.0em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

dt.members_apps-type, dd.members_apps-type {
	display:none;
}

/* IE6 Fix: Doesn't like the <code> tag in a <p> tag  */

.courier {
	font-family: courier, times, serif;
	color: #000;
}

/* END SIMPLESTAR THEME */
