/*
Theme Name: MezeoRedayDev
Theme URI: http://developer.mezeo.com
Description: Theme for Mezeo Ready Developer Center
Author: John Eastman
Author URI: http://www.mezeo.com
Version: 0.2
Copyright 2010 Mezeo Software. All rights reserved.
*/

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
    margin: 0; padding: 0; 
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { 
    font-size: 1em; font-weight: normal; font-style: normal; 
}
ul,ol { list-style: none outside; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a:link, a:visited, a:active { text-decoration: none;}

.clear { clear: both; }

/* Fixes */

* { margin:0; padding:0; }

body { 
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
    background-color: #F1F1F1; 
    color: #333;
    margin: 0 auto;
    width: 982px;
}

/* Establish base style */
h1 { 
    color: black;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 1em;
}

h2 {
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 1em;
}

a { color: #63994F; }

ul { margin-bottom: 18px;}

.right {
    float: right;
}
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: none; }
a.download { white-space: nowrap; background: url(images/arrow.png) no-repeat 100% 50%;
	padding-right: 15px;
}
strong, b { font-weight: bold; color:#000;}
em, i { font-style: italic; }
h3 { color:#000; font-weight: bold; font-size: 14px; margin-bottom:  .3em;   line-height: 1.3em; }
h4 { color:#000; font-weight: bold; font-size: 12px; margin-bottom: 1.2em;   line-height: 1.2em; }
h5 { color:#000; font-size:1em;  font-weight:bold; }
h6 { color:#000; font-size:11px; font-weight:bold; }
hr { display:block; height:0; margin:0 -2px 1.6em; border:none; border-top:1px solid #e5e5e5; background:none; }

.clear { clear: both; }
.none { display: none; }

/*
h1 + p.intro { margin-top:-1.2em; }
p.intro { margin-bottom:2em; font-weight:normal; font-size:14px; line-height:1.3em; color:#797c80; }
*/
.download { text-align: right; }

img { behavior: url(/global/scripts/lib/iepngfix.htc); border: 0; }

#container {
	width:1200px;
	margin:0 auto;
	background:#b9cf96 url(images/header-bg.jpg) no-repeat center top;
}

#banner img {
	
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
	width: 100%;
}

body, td, th , tr
{
}

/* Specific components */

/* Content */

#globalheader {
    height: 38px;
    font-size: 12px;
    margin: 18px auto 0px; 
    position: relative;
    width:980px;
    z-index: 999;
}

#globalheader h1 {
    display: inline;
}

#globalheader h1 a {
    background: url(images/mrdeveloper.png) no-repeat 0px 0px;

    outline: none;
    position: absolute;
    text-indent: -9999px;
    width: 135px;
    height: 36px;
    top: -3px;
}

#globalheader ul#gh-nav {
    margin: 0;
    position: absolute;
    right: 200px;
    top: 1px;
}

#globalheader ul#gh-nav li {
    display: inline;
    float: left;
    margin: 0 0 0 2.8em;
}

#globalheader ul#gh-nav li a {
    color: #333;
    display: block;
    padding: 0.3em 0 0.3em 5px;
    text-decoration: none;
    text-shadow: white 0 2px 0 0;
}

#globalheader #gh-search {
    position: absolute;
    right: 10px;
    top: 5px;
}

#globalheader #gh-search .searchfield {
    width:165px; 
    height: 16px; 
    background: url(images/searchfield_repeat.png) center top repeat-x; 
    border: 0px; 
    margin: 0 0 0 20px; 
    padding: 3px 0 0 0; 
    font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#maincontent {
    margin: 0px auto;
    position: relative;
    width:980px;
    
    zoom: 1;
}

#header {
    height: 86px;
}

#header .title {
    height: 55px;
    background: #EEE url(images/bg_title.gif) repeat-x;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border: 1px solid #DDD;
}

#header h2 {
    float: left;
    color: white;
    font-size: 18px;
    line-height: 1.5em;
    padding: 15px 0 0 40px;
}

#content {
    background-color: white;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
    border: 1px solid #DDD;
}

#footer {
    /* border: 1px solid blue; */
    
    color: #666;
    font-size: 10px;
    margin: 18px auto;
    padding: 10px 0 0 0;
    text-align: left !important;
    width: 980px;
}

#footlog {
    border: 1px solid #DDD;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
}

#breadbox {
    background-color: #E9E9E9;
    position: relative;
    zoom:1;
}

#breadcrumbs {
    background: none;
    float: none;
    clear: both;
    font-weight: bold;
    height: 2em;
    max-height: 2em;
    min-height: 2em;
    line-height: 2em;
    margin: 0px;
    padding: 0px;
    text-shadow: #666 0px 1px 0px; 
    zoom: 1;
}

#footlog ol#breadcrumbs li {
    float: left;
    margin: 0;
    min-height: 19px;
    padding: 0 0 0 1em;
    position: relative;
    zoom: 1;
}

#footlog ol#breadcrumbs li a {
    color: #FFF;
    line-height: 15px;
    background-position:-12px -1000px;
}

#footlog ol#breadcrumbs li.path {
    padding:0 0 0 7px;
    margin-left:-7px;
    background:transparent url('images/sprite_path.png') -12px -50px no-repeat;
    white-space:nowrap;
}

#footlog ol#breadcrumbs li.path a {
    float:left;
    display:block;
    padding: 4px 0 0 5px;
    background: #797979;
}

#footlog ol#breadcrumbs li.path span.current {
    float:left;
    display:block;
    padding: 4px 0 0 5px;
    background: #797979;
    color: #FFF;
    line-height: 15px;
}

#footlog ol#breadcrumbs li span.end {
    float: left;
    background: #797979;
    display: block;
    height:17px;
    padding-top: 2px;
    width: 17px;
    background:transparent url('images/sprite_path.png') 100% 0px no-repeat;
}

#footlog ol#breadcrumbs li.home {
    background:#63994F url('images/sprite_path.png') right -100px no-repeat;
}

#footlog ol#breadcrumbs li.home a{
    display: block;
    margin: 0;
    padding: 4px 14px 0 0;
}

#directory {
    font-size: 11px;
    border-top: 1px solid #e5e5e5; 
    float: left; 
    width: 100%; 
    position: relative; 
    margin-top: -4px; 
}

#footer #directory {
    background: none;
    clear: both;
    float: none;
    margin-top: 0;
}

.column {
    float: left;
}

.column.first, .column.last {
    margin-left: 0px !important;
}

#directory .column {
    width: 177px;
    padding: 9px 0px 4px 18px;
}

#directory h3 {
    color: #666;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}

#directory a {
    color: #666;
    line-height: 18px;
    display: block;
    text-decoration: none;
    zoom: 1;
}

#directory ul {
    margin-bottom: 0;
    padding-bottom: 9px;
}

#directory .fixbottom {
    font-size: 1px;
    height: 0px;
    clear: both;
    position: relative;
    top: 5px;
    width: 950px;
}

.sumi {
    clear: both;
    padding-top: 9px;
    width: 100%;
}

#footer .sumi p {
    float: left;
    margin-left: 3px;
    margin-bottom: 1em;
}

.horiz {
    display: block;
    zoom: 1;
}

.horiz li {
    display: inline;
    float: left;
}

#footer ul.horiz a {
    border-left: 1px solid #D0D0D0;
    margin-left: 1.5em;
    padding: 0 0 0 1.5em;
    text-decoration: none;
}

#content .padder {
	padding: 3.5em 48px 2em;
	min-height: 300px;
}

h1 + p.intro {
    margin-top: -1.2em;
}

p.intro {
    color: #797C80;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 2em;
}


/* older style */

#section_title { 
	background:url(images/bg_title.gif) no-repeat top center; 
	height:82px; 
	margin:0 auto;
}

#section_title .title{
	padding:24px 0 0 56px;
	float:left;
	color: #FFF;
	font-size: 1.5em;
	width:730px;
	line-height:18px;
}

#left_section {
	width:635px;
	padding:35px 55px;
	float: left;
}

#right_section {
	width: 215px;
	float: right;
	margin-left: 10px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;;
}

#downloads 
{
	float: right;
	margin: 2px 45px 0 0;
}


#partners ul
{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

#partners ul li
{
    display: inline;
}

#partners ul li img
{
    float:  left;
}

#partners ul li div
{
	float: right;
}

/* Sub Page Navigation */

#sub_nav {
	float: left;
	border: 1px solid #e5e5e5;
	padding: 1em;
	margin-right: 1em;
}

#sub_nav ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 0;
}

#sub_nav ul li ul {
	position: relative;
	left: 1em;
	list-style-type: circle;
}


div.terminal {
	background-color: black;
	color: white;
	font-size: 90%;
	padding-left: 1em;
	margin: 1em;
}

div.terminal b {
	color: yellow;
}

div.code_sample {
	background-color:lightgrey ;
	color: black;
	font-size: 85%; 
	padding-left: 1em;
	margin: 1em;
}

div.code_sample b {
	color: red;
}

#doc_nav_title {
	text-align: center;
	border-bottom: 1px solid black;
	margin-bottom: 1em;
}

#doc_nav_title span {
	font-size: 125%;
	font-weight: bold;
}

span.doc_section_title {
	font-weight: bold;
}

#doc_nav div div.doc_section ul {
	list-style-type: decimal;
	font-size: 90%;
	margin-left: 2em;
}

#doc_nav {
	float: right;
	width: 195px;
	padding: 1em;
	border: 1px solid black;
}

#doc_body {
	width: 620px;
}

div.subdoc {
	margin-left: 5em;
	clear: both;
}

div.subdoc ul li{
	float: left;
	padding-left: 1em;
	padding-bottom: 0.5em;
}

/* Forms */
/* set width in form, not fieldset (still takes up more room w/ fieldset width */
/*    
form {  
	margin: 0;
	padding: 0;
	min-width: 500px;
	width: auto; 
}

form fieldset {
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 0;
}
			
form fieldset div.rating {
	float: left;
}

form label { 
	display: block;
	float: left; 
	width: 300px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right;
}

form fieldset label.accessible:first-letter {  
	text-decoration:underline;			
}

form fieldset legend {
	font-size:1.1em; 
}

form input, form textarea {
	width:auto;
	margin:5px 0 0 10px;
}

form input#reset {
	margin-left:0px;			
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; 
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;}

form br {
	clear:left;
}
*/

#book_header {
	height: 45px;
	left: 0;
	min-width: 598px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 900;
}

#book_title {
	background: #EEE url(images/bg_title.gif) repeat-x;
	bottom-border: 1px solid #B6B6B6;
	height: 25px;
	overflow: hidden;
}

#book_title_link {
}

#book_header h1 {
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 2px;
	text-align: center;
	text-shadow: #D5D5D5 0 1px 0;
	white-space: nowrap;
}

#book_file_links {
	float: right;
	position: relative;
	top: -22px;
	width: 200px;
}

#pdf_link {
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
	border-top-left-radius: 9px 9px;
	border-top-right-radius: 9px 9px;
	color: black;
	float: right;
	margin: 0 3px 4px 0;
	padding: 2px 5px;
	text-decoration: none;
	display: block;
}

#pdf_link img {
	height: 16px;
	width: 16px;
	border: none;
	margin: 4px 2px 0;
	vertical-align: bottom;
}

#book_header_buttons {
	background: #D8D8D8 url(images/book_button_background.png) repeat-x;
	bottom-border: 1px solid #EDEDED;
	border-top: 1px solid #2B334F;
	overflow: hidden;
	position: absolute;
	list-style: none outside;
	font-size: 8pt;
	height: 28px;
	margin: 0;
	padding: 0;
	right: 0;
	left: 0;
	top: 26px;
}

#book_header_buttons li {
	background-repeat: no-repeat;
	display: inline;
	margin-top: 0;
	padding: 0;
}

span#table_of_contents {
	border: none;
	border-right: 1px solid #ACACAC;
	padding-left: 15px;
	display: block;
	width: 215px;
	height: 28px;
}

.hasTOC {
	left: 230px;
	min-width: 320px;
	position:relative;
	width: 748px;
	top: 0px;
	padding-top: 55px;
}

#toc_container {
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	background-color: #E4F7EB;
	border-top: 1px solid #2B334F;
	bottom: 19px;
	left: 0px;
	position: absolute;
	top: 55px;
	width: 229px;
	bottom: 0px;
}

#toc {
	font-size: 11px;
	margin: 0;
	padding: 12px 0 18px;
	width: 209px;
	list-style: square outside;
}

#toc ul {
	margin: 0;
}
/*
.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
}
*/
.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
}
	
.pagenav {
	margin-top: 0px;
	padding: 0 0 0 5px;
} /* the outermost list item; contains whole list */

.pagenav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.page_item {
	margin-top: 0px;
	padding: 0 0 0 20px;
} /* any Page item */
.page_item a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.current_page_item > a {
	color: #63994F;
} /* the current Page */
.current_page_parent { } /* parent of the current Page */
.current_page_ancestor { } /* any ancestor of the current Page */