/*
Theme Name: MezeoDev
Theme URI: http://developer.mezeo.com
Description: Theme for Mezeo Developer Center
Author: John Eastman
Author URI: http://www.mezeo.com
Version: 0.1
Copyright 2009 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; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

* { margin:0; padding:0; }

body
{
    font:12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif; 
    color:#4d4d4e;
    background-color: #bbd097;

}

/* Establish base style */
a { color: #6DAA0E; }
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; }
p { margin-bottom: 18px; }
h1 { color:#000; font-weight: bold; font-size: 24px; margin-bottom:   1em;   line-height: 1.2em; }
h2 { color:#000; font-weight: bold; font-size: 18px; margin-bottom: 1.2em;   line-height: 1.2em; }
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; }
ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
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 {
	
}

img.right { float: right; margin: 2px 0 16px 20px; }

#content img.hood 
{ 
	margin-left:50px; 
	margin-bottom:0;
	margin-right: -48px; 
	margin-top: -40px;
}

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

body, td, th , tr
{
}

/* Specific components */
/* Header */
#header {
	height: 135px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 30px;
	left: 140px;
}

#header #navbar {
	padding-top: 85px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

#header #navbar ul {
	float: right;
	width: 695px;
	font-size: 110%;
	margin-right: 55px;
	margin-bottom: 0px;
	/* Added */
	list-style: none;
	font-weight: bold;
}

#header #navbar ul li {
	float: right;
}

#header #navbar ul li ul li{
	float: none;
}

#header #navbar ul li a {
	display: block;
	padding: 2px 8px 6px 8px;
	position: relative;
	/* Added */
	color: black;
	text-decoration: none;
}

#header #navbar ul li a:hover {
	display: block;
	padding: 2px 8px 0 8px;
	/* Added */
	border-bottom: 6px solid #468234;
}

* + html #header #navbar ul li ul { 
	z-index:1000; 
	position:absolute; 
	display:none;
}

#header #navbar ul li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0; 
	border-bottom:0; 
	z-index:150;
	/* Added */
	overflow: hidden;
}

#header #navbar li:hover ul {
	/* Added */
	top:  auto;
	height: auto;
	width: auto;
	overflow: visible;
	background: white;
	font-size: 90%;	
}

#header #navbar ul li ul li a {
	display:block; 
	padding:2px 10px; 
	text-align:left; 
	border-bottom:1px solid #b1ce80;
	/* Added */
	background: white;
}

#header #navbar ul li ul li a:hover {
	text-align:left; 
	padding: 2px 10px;
	/* Added */
	border-bottom: none;
	background: #468234;
}

#header #navbar ul li > ul { 
	top: auto;
	left: auto;
}

#header #navbar ul li:hover ul, #navbar ul li.over ul { display: block; }

/* Content */

#content {
	background:url(images/bg_content.png) repeat-y center top;
	padding:0 30px 0 29px;
	clear:both;
	width:973px; 
	margin:0 auto;
}

#content-wrap {
	background:url(images/content-bg.gif) repeat-y;
	overflow:hidden;
}

#content .padder {
	padding-right: 48px;
	padding-top: 3.5em;
	padding-left: 48px;
}

#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;
}

#bottomnav, #bottomnav_sdk
{
    width: 95%;
    margin: auto;
}

#bottomnav ul, #bottomnav_sdk ul
{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    float: left;
}

#bottomnav ul li
{
    display: inline;
    float: left;
    width: 25%;
}

#bottomnav_sdk ul li
{
    display: inline;
    float: left;
    width: 33%;
}

#bottomnav ul li div.nav_left, #bottomnav_sdk ul li div.nav_left
{
    border-right: 1px solid #e5e5e5;
    padding: 1em 1em 0 1em;
}

#bottomnav ul li div.nav_right, #bottomnav_sdk ul li div.nav_right
{
    border-right: none;
    padding: 1em 1em 0 1em;
}

#bottomnav ul li p, #bottomnav_sdk ul li p
{
	font-size: 10px;
	color: #797c80;
}

#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;
}

#footer {
	background:url(images/bg_bottom.jpg) no-repeat;
	padding:12px 0 0 0;
	height:32px;
	clear: both;
	margin:0 auto;
	width:1032px;
}
#footer #copyright {
	float:left;
	width:280px;
	line-height:16px;
	text-align:left;
	color:#646661;
	font-size:11px;
	margin-left:29px;
}


#footer #links {
	width:150px;
	line-height:16px;
	color:#646661;
	font-size:11px;
	float:right;
	margin-right:17px;
}
#footer a {color:#646661}

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

div.terminal b, div.terminal strong {
	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;
}

p.abstract {
	font-style: italic;
}

/* Forms */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	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;
}