/* mozilla.org Base Template Styles
 * Initial Design by Dave Shea
 * Severely tweaked by David Baron
 * Reorganized by fantasai
 * Large Changes for new Cavendish default by Daniel Burka and Steven Garrity
 */

/* Basic Structure */
	body {
		min-width: 610px;
		margin: 20px;
		margin-top:0;
		padding-top:0;
		background: url("subsite_back.gif") repeat-x;
		background-color: #FFF;
	}

	#container {
		max-width: 100%; /* cevendish: 70em; */
		margin: 0 auto;
	}

	#mBody {
		clear: both;
		padding: 0 0 1em 0;
	}

	#side {
		float: left;
		width: 20%; /* cevendish: 23% */
		margin-bottom: 1em;
	}

	#mainContent {
		font-size: 100%;
		float: right;
		width: 78%; /* cevendish: 75% */
		margin-bottom: 1em;
	}
	.nomenu #mainContent {
		float: none;
		width: 100%;
	}
	.bodyleft {
		float: right !important;
		width: 75% !important;
	}
	#mainContent.right {
		float: left;
		width: 62%;
	}

	#side.right {
		float: right;
		width: 35%;
	}

	#mozilla-org a {
		float: right;
		display: block;
		text-indent: -5000em;
		width: 150px;
		height: 38px;
		text-decoration: none;
		background: url("top-logo.gif") no-repeat;
		margin-bottom: 1.5em;
	}

/* Header */

    div#header {
        clear: both;
    }

	#header {
	    margin-bottom: 1em;
	}

	#header ul {
        margin: 0;
        padding-right: 1em;
		line-height: 1.4em;
	}

	#header li {
		display: inline;
		padding: 0 6px 0 0;
        margin-right: 0 1px 0 0;
		white-space: nowrap;
	}

    #header ul li.selected a
    {
        background-position: 0% -200px;
        color: #455372;
    }

    #header ul li.selected
    {
        background-position: 100% -200px;
        border-bottom: 1px solid #fff;
    }

    /* header tabs mouseover effects */
    #header ul li.selected:hover a
    {
        background-position: 0% 0%;
        color: #333;
    }

    #header ul li.selected:hover
    {
        background-position: 100% 0%;
        border-bottom: 1px solid #fff;
    }

    #header h1 a {
        /*background: transparent url("wiki_header_logo.gif") no-repeat scroll 5px -5px; */
        font-family: Ubuntu, "Trebuchet MS", Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 1.7em;
        position: relative;
        text-shadow: 1px 1px 2px #000;
        text-indent: 1.7em;
        text-transform: lowercase;
        top: -3px;
    }

    #header h1 a:hover {
        text-decoration: none;
    }

/* Sidebar */

	#getcd {
		margin: 1em 0 0 45px;
	}

/* Footer */

	#footer {
		clear: both;
		margin-top: 1em;
	}

	#footer ul {
		margin: 0 0 0.5em 0;
		padding: 0;
	}

	#footer li {
		display: inline;
		padding: 0 20px 0 0;
		margin: 0;
		white-space: nowrap;
	}

	#footer p {
		margin: 0.6em 0;
	}

/*accessibility tweaks*/
	.skipLink {
		position: absolute;
		left: -999px;
		width: 990px;
	}
	hr.hide {
		display: none;
	}
