/*
 * text.css
 *
 * Stylesheet for pages with a lot of textual information
 *
 */

div#content-wrapper
{
   font-size: 105%;
}
div#content-wrapper h3
{
   background-color: inherit;
   color: #506778;
   font-size: 190%;
   font-weight: normal;
   margin: 30px 0 5px 0;
   padding: 1px 0;
   border-bottom: 1px solid #cccfdb;
}
div#content-wrapper p
{
   padding: 5px 6px;
}
div#content-wrapper ul
{
   list-style-type: none;
   padding: 6px;
}
div#content-wrapper ul li
{
   background: url('/images/bullet.png') no-repeat 10px 7px;
   padding: 2px 4px 2px 28px;
}

div#content-wrapper form ul
{
   padding: 0 0 0 104px;
}
div#content-wrapper form ul li
{
   background: none;
   padding: 2px 0;
}
div#content-wrapper form ul li label
{
   float: left;
   width: 90px;
   margin: 9px 0 0 -100px;
   text-align: right;
}
div#content-wrapper form ul li label.textarea
{
   margin: 3px 0 0 -100px;
}
div#content-wrapper div.code
{
   font: 100% "Bitstream Vera Sans Mono","Liberation Mono","Lucida Console",san-serif;
   background-color: #f9f9f9;
   border: 1px solid #c0c0c0;
   margin: 6px 0;
   padding: 4px 6px;
}