/*
Theme Name: greenZi
Theme URI: http://ziworks.com/
Description: greenZi was designed and built specially for <a href="http://modxcms.com">MODxCMS</a>.
Version: 1.0
Author: <a href="http://zidesigns.com">Zaigham Rana</a>
ALL RIGHTS RESERVED.
--------------------
*/

/***** Print Version for Documentation Only *****/

/* Neutralize styling: 
   Elements we want to clean out entirely
   and we reset the base font-size to 10px
---------------------------------------------------------------- */
html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 12pt; 
    color:#000; 
}

/* Neutralize styling: 
   Elements with a vertical margin
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin:  .5em 0;
    padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it
---------------------------------------------------------------- */
li, dd, blockquote {
    margin-left: 1em;
}

/* Miscellaneous conveniences
---------------------------------------------------------------- */
}
fieldset {
    border: none;
}
input, select, textarea, td {
    font-size: 100%;
}
html {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

body {
    color: #000;
    background: #fff;
    height: 100%;
    text-align: center; /* for our good friend mr. ie5... */
}
.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
}

/* Headers and Paragraphs:
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; 
    font-weight: normal;
    line-height: 1.1em;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

p, ul, ol, td { color: #000; }
.caption, .note { font-size: 86%; color: #000; }

/* Layout
------------------------------------------------ */

#shadow {
    margin: 0 auto;
    width: 779px;
    border: none;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
}

#container {
    width: auto;
    background: transparent;
    border-top: 0;
}

#header {
display:none;
}

#content {
    background:transparent;
    padding: 15px 25px 0 35px;
    float: none !important;
    width: auto;
}
#right_col {
    display:none;
}

#footer {
    font-size: 90%;
    color: #000;
    border-top: 2px solid #000;
    padding: 0 20px 0 35px;
    margin: 20px 0 0;
    clear: both;
}

#skip { display: none; }


/* Content formating
------------------------------------------------ */
p {
    padding: .5em 0 .5em 0;
}

p.intro {
    font-weight: bold;
}

.blocktitle { 
    font-size: 145%; 
    border-width: 2px;
    margin-top: 0;
}


abbr {
    border-bottom: 1px dotted #000;
}

a, a:link, a:visited {
    color: #520;
    text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
/* Content Styling
------------------------------------------------ */

/* override default navigation styles */
#content ul.topnav { width: auto; list-style:none;}
#content ul.topnav a {padding-left: 20px; text-decoration:none;}
#content ul.topnav ul {display:block; list-style:none;}

/* Footer Styling
------------------------------------------------ */

#footer p {
    padding: 5px;
    margin: 0;
    color: #000;
}
#footer a {
    color: #520;
    text-decoration:underline;
}
#footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

span.screenOnly{
display:none;
}

/* Logo
------------------------------------------------ */

#logo {
display:none;    
}

/* Form styles
------------------------------------------------ */

input {
    font-size: 1em;
}

input:focus {
    background: #fff;
    color: #000;
}

/* Documentation styles
------------------------------------------------ */

code {
    display: block;
    padding: 10px;
    margin: 6px 0;
    color: #000;
    background: #fff;
    font-size: 12px;
    line-height: 1.6em;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    overflow: auto;
}

img.dotted {
    border: 1px dotted #111;
    padding: 3px;
    margin: 9px;
}

#tools {
    padding: 5px;
    background: #fff;
    line-height: normal;
    margin: 0;
    color: #000;
}

#tools p {
    margin: 0;
    padding: 0;
}

#tools a {
    border: 0;
    color:#520;
    background: none;
}
#tools a:link:after, #tools a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#tools p.hide-me {
    display: none;
}

/* API styles
------------------------------------------------ */

.pre {
    display: inline;
    clear: none;
    color: #000;
    font-family: courier, monospace;
}

.legend_on_off {
    font-size: 11px;
    font-weight: normal;
}

.row1 {
    background: #eee;
}
.row2 {
    background: #fff;
}

.proptable {
    border: 1px dashed #999;
}
    
dl { 
    border-bottom: 1px solid #33c;
    background: #fff;
}

dt {
    width: 10em;
    padding: .5em;
    float: left;
    margin: 0;
    border-top: 1px solid #33c;
    font-weight: bold;
}

dd {
    margin-left: 11em;
    padding: .5em;
    border-top: 1px solid #33c; 
}

div.PrevNextMenu {
    display: none;
}

.apiFunction {
    color: blue;
    font-size: 12px;
}
.apiParameters {
    color: green;
    font-size: 12px;
}
.apiReturned {
    color: red;
    font-size: 12px;
}
.deprecated {
	text-decoration: line-through
	}