/* @group Main Styles */

ul, ol {
	margin: 2px 0px 10px 35px;
	list-style: disc;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul li {
	font-size:  100%;
	line-height: 152%;
}

body {
    margin: 0px;
    padding: 0px;/* 4% 0 0;*/
    background: #494943 url(/img/green/bg.jpg) top repeat-x; 
    font-family: Verdana;
    color: #000;
}

small {
    font-size: 77%;
}

dd {
	margin: 3px 5px 2px 40px;
}

dt {
	margin-top: 5px;
}

dl {
	margin: 5px 0 10px 0;
}

#bd {
	padding: 20px 25px 15px 25px;
	background: #FFF url(/img/green/pylon-shadow.jpg) right bottom no-repeat;
	line-height: 130%;
	clear: both;
}

#bd p {
	line-height: 150%;
	padding: 5px 0 5px 0;
}

#hd {
	position: relative;
	height: 110px;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Nav Bar */

ul#navlist {
	position: absolute;
	bottom: 0px;
	left: 20px;
    margin: 0;
	padding: 0;
    color: #eee;
    line-height: 34px;
}
ul#navlist li {
    display: inline; 
}
ul#navlist li a {
    border: 0px;
    border-left: 1px solid #5D9119;
    padding: 6px 14px 0 14px;
    font-size: 100%;
    color: #fff;
    margin-right: 9px;
    text-decoration: none;
    height: 24px;
    float: left;
    background:  url('/img/green/tab-brown.png') no-repeat top right;
}
ul#navlist li a#highlight , ul#navlist li a#highlight:hover {
    /*background: url('../img/green/tab-yellow-highlight.png') no-repeat top right;*/
    color: #fff;
    padding-right: 33px;
}
ul#navlist li a:hover {
    background: url('/img/green/tab-yellow.png') no-repeat top right;
    color: #fff;
}
ul#navlist li.active a.active,  ul#main-nav li.active a.active:hover {
    background:  url('/img/green/tab-white.png') no-repeat top left;
    color: #333;
}

/* @end */

/* @group Layout Styles */

.top-bar {
	background: #fff url(/img/green/bar.png) right top no-repeat;
	width: 100%;
}

div#nav-bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
    text-align: center;
    border-top: 1px solid #fff;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
    height: 40px;
    background: #7EC721 url(/img/green/bar.png) left bottom repeat-x;
}
div.center {
    margin: auto;
    position: relative;
    text-align: left;
    width: 770px;
}
div#main-content {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff url(/img/green/pylon-shadow.jpg) right bottom no-repeat;    
}

/* @end */

/* @group Pudge Section Navigation */

div#pudge-section-nav {
	margin: 1em 0 1.5em 0;
	padding: 0;
	height: 20px;
}
div#pudge-section-nav ul { 
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border-right: 1px solid #aaa;
}
div#pudge-section-nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
div#pudge-section-nav ul li .pudge-section-link,
div#pudge-section-nav ul li .pudge-missing-section-link {
	background: #555;
	width: 11em;
	height: 1.8em;
	border: 0;
	border-right: 3px solid #fff;
	padding: 0;
	margin: 0 0 10px 0;
	color: #ccc;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px Verdana, Arial, sans-serif;
	font-weight: normal;
	cursor: move;
}
div#pudge-section-nav ul li a:hover {
	color: #fff;
	background: #A8E460;
}
div#pudge-section-nav ul li .pudge-section-link {
	background: #7DC51D;
	color: #fff;
}

.yui-g {
	position: relative;
}
ul#breadcrumbs {
	position: absolute;
	top: -20px;
	left: -35px;
    display: inline;
}

#breadcrumbs li {
    float: left;
    display: block;
    padding-right: 5px;
}

#breadcrumbs li:before {
    content: "\0020 \0020 \0020 \00BB \0020";
}
#breadcrumbs li.first:before {
	content: " ";
}

/* @end */

/* @group Trac */

#mainnav {
	background: #fff;
	border: none;
	font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
	margin: .66em 0 .33em;
	padding: .2em 0;
}
#mainnav li { 
	border-right: none; 
	padding: .25em 0 
}
#mainnav :link, #mainnav :visited {
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #000;
	padding: .2em 20px;
}
* html #mainnav :link, * html #mainnav :visited { 
	background-position: 1px 0 
}
#mainnav :link:hover, #mainnav :visited:hover {
	background-color: #ccc;
	border-right: none;
}
#mainnav .active :link, #mainnav .active :visited {
	background: #333;
	border-top: none;
	border-right: none;
	color: #eee;
	font-weight: bold;
}
#mainnav .active :link:hover, #mainnav .active :visited:hover {
	border-right: none;
}

/* @end */


/* Logo */
/* ==== */
div#logo {
	position: absolute;
	top: 10px;
	left: 20px;
    width: 155px;
    height: 52px;
    background: url(/img/green/logo.gif);
}
#trac #content {
    float: none;
    width: 770px;
}
#header {
    width: 100%;
    text-align: center;
}

/* Font Styles */
/* =========== */

a, a:link, a:visited, a:active {
    text-decoration: none;
    border-bottom:  1px dotted #ccc;
    color: #5D9119;
}
#download {
	position: absolute;
    background: url(/img/green/download-bg.gif) no-repeat right top;
	top: 10px;
	right: 20px;
    color: #fff;
    width: 170px;
	font-size: 100%;
	margin: 0;
	height: 30px;
	padding: 6px 0 0 20px;
}
#download a, #download a:link, #download a:visited, #download a:active {
    text-decoration: none;
    border-bottom:  1px dotted #ccc;
    color: #fff;
}
#download a:hover, a:hover {
    color: #000;
    border-bottom: 1px dotted #000;
}
a.no-underline, a.no-underline:link, a.no-underline:visited, a.no-underline:active {
    border: 0px;
}
h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited {
    color: #000;
    border-bottom: none;
}
img.no-border {
    border: 0px;
}

/* Paragraph Styles */
/* ================ */

.last {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.first {
    margin-top: 0px;
}
blockquote {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 0;
	border-left: #ddd;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}
p.first, form {
    padding: 0px;
    margin: 0px;
}
.medium {
    font-family: Verdana;
    font-size: 11px;
    line-height: 19px;
}
.large {
    font-size: 110%;
}
.small {
    font-size: 90%;
    line-height: 150%;
    font-family: Verdana;
    color: #000;
}

p.indent {
    padding-left: 15px;
    padding-bottom: 15px;
}

tt, code {
    color: #800000;
}

pre {
    padding: 3px 5px 3px 10px;
    margin-right: 10px;
    color: #222;
    font-size: 92%;
}

.go {
    padding-right: 20px;
}
.help, a.help {
    cursor: help;
    font-weight: normal;
}
.highlight {
    background: #ffffcc url(/img/green/highlight.png) repeat;
}

span.error-message {
	background: url(/img/icons/dialog-error22.png) no-repeat 0 top;
	padding: 2px 0 0 25px;
	color: red;
	height: 24px;
	display: block;
	margin: 8px 0 -14px 2px;
}

.error {
	border: 1px solid red;
}

div.action {
	margin: 6px 0 0 0;
}

/* Horizontal Rule */
/* =============== */

div.hr {
    clear: both; line-height: 0px; font-size: 0px;     margin: 0px;
    padding: 0px;
    /*height: 4px;
    url(../img/green/horizontal-rule.png) no-repeat;background: #000; 
    margin-bottom: 20px;
    width: 770px;*/
}
hr {
    height: 1em;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
}

/* Form Styles */
/* =========== */

.form-style input[type=submit] {
    background: #87CD15;
    color: #fff;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}
.form-style input[type=text], textarea,  input[type=file] {
    font-family: Tahoma;
    font-size: 11px;
    color: #444;
    background: #EAFEC2;
    border: solid 1px #aaa;
    padding: 3px;
}
.form-style select {
    font-family: Tahoma;
    font-size: 11px;
    color: #444;
    background: #EAFEC2;
    border: solid 1px #aaa;
}

/* Lists */
/* ===== */

ul.large {
    padding: 0 0 0 15px;
    margin: 0 0 15px 0px;
}    
ul.large li a {
    font-weight: normal;
}

/* @group Header Styles */

h1, h2, h3 {
	font-size: 152%;
	line-height: normal;
	font-weight: normal;
    font-family: Georgia;
	color: #000000;
	text-decoration: none;
	margin: 20px 0 4px 0;
	text-align: left;
}
h1.pudge-member-page-heading, h1.first {
    font-size: 182%;
    border-bottom: 1px solid #666;
    padding: 3px 3px 3px 0px;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 136%;
}
h3 {
    font-size: 120%;
}
h4{
    font-size: 100%;
}
h4.asterix {
    padding: 0px 0px 0px 15px;
    margin: 0px;
    /*font-size: 110%; */
    color: #000000;
}

/* @end */

/* Boxes */
/* ===== */

div.faq-box {
    /*border-style: solid;
	border-color: #C6F27A;
	border-width: 1px;*/
    background:url('/img/green/hatch-green.png');
    padding: 10px; 
}
div.highlight-box {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
    background:url('/img/green/hatch-yellow.png'); 
    padding: 10px;
    color: #555;
} 

/* Utility Styles */
/* ============== */

.content-padding {
    padding: 30px 20px 20px 20px;
}
.sidebar-padding {
    padding: 15px 15px 40px 25px;
}
.invisible {
    visibility: hidden;
    font-size: 1px;
    padding: 0px;
    line-height: 0px;
    margin: 0px;
}
a.no-underline {
    border: 0px;
}
img.no-border {
    border: 0px;
}
br.clear {
    clear: both;
    width: 100%;
}

/* Quotes */
/* ====== */

.quote-top p {
    padding: 0px;
    margin: 0px;
}
.quote-top {
    font-family: tahoma;
    /*background: url(../img/green/quote-top.png) no-repeat left top;*/
    padding-left: 25px;
    padding-top: 4px;
}
.quote-bottom {
    /*background: url(../img/green/quote-bottom.png) no-repeat right bottom;*/
    padding-right: 17px;
    padding-bottom: 7px;
}
.quote-author {
   /* background: url(../img/green/quote-author.png) no-repeat left top;*/
    padding-left: 20px;
    padding-bottom: 20px;
}

/* @group Footer */

#ft {
    border-top: 1px solid #E7E2AF; background: #F7F6E5;
    width: 100%;
    float: left;
    padding-left: 20px;
    text-align: left; 
    padding-top: 10px; 
    padding-bottom: 10px;
}
#ft p {
    color: #333;
}
#ft a {
    font-weight: normal;
}
#ft a:visited {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted;
}
#ft a {
    color: #888;
    font-weight: normal;
}
#ft a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted;
}

/* @end */

/* @group reStructuredText */

div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
	padding:.3em 1em .8em; margin: 1em 0; border:1px solid #68ba10; 
}

div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
  font-weight: bold ;
  font-size: 114%;
  font-family: sans-serif;
  margin: 0;
  }


div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
  color: red ;
  font-weight: bold ;
  font-family: sans-serif }
  
div.note { padding-left:55px; background:url(/img/icons/dialog-information.png) .8em .8em no-repeat;}

div.warning { padding-left:55px; background:url(/img/icons/dialog-warning.png) .8em .8em no-repeat;}

div.tip { padding-left:55px; background:url(/img/icons/preferences-system.png) .8em .8em no-repeat;}

div.danger { padding-left:55px; background:url(/img/icons/dialog-error.png) .8em .8em no-repeat;}


/* @end */
  

/* Frontpage Mods */
/* ============== */

#intro {
    margin: 0;
}
#intro img {
    border: none;
}
#intro a {
    border: none;
}
.pullquote {
    float: left;
    margin: 0 10px 25px 0;
    padding: 1em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.pullquote h1 {
	font: normal 182% Georgia;
    text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}
#news {
    font-size: 100%;
    overflow: visible;
}

#news a image {
	margin: 0;
	padding: 0;
}
#news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#news li {
    padding: 5px 0;
    line-height: 1.4em;
}
#news h3 {
    font-size: 150%;
    margin: 0 0 0.8em 0;
    padding: 0;
}
#news .date {
    font-style: italic;
    color: #666;
    font-size: 85%;
}
.section {
    border-bottom:1px solid #ccc; padding-bottom:1em; margin-bottom:24px;
}
.hrule {
    clear: left;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

#custom-doc { width: 100%; min-width: 750px;}

div.syntax,
div.plain {
    padding: 10px;
    margin: 10px 5px 10px 5px;
    border: 1px solid #aaa;
    overflow: auto;
    background: #eee;
}
div.syntax pre,
div.plain pre {
    margin: 0;
    padding: 0;
    font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
}
div.syntax td.linenos,
div.plain td.linenos {
    padding: 0 20px 0 0;
    opacity: 0.5;
}

