/* GLOBAL STYLES */

body{
 font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
 font-size: .85em;
}

a{
 color: #900;
}

#header{
 border-bottom: 2pt solid #000;
 font-size: 1.5em;
}

#content h1{
 font-style: italic;
}

#content img{
 float: right;
 margin: 5pt 0 5pt 10pt;
 border: 1pt solid #000;
}



/* BASIC TEXT FORMATTING */

.post p{
 text-indent: 3em;
}

.post blockquote p{
 text-indent: 0;
}

.post .postfooter{
 font-size: .9em;
 border-bottom: .5pt dashed #000;
 clear: both;
}

#text li, dd{
 margin-bottom: .5em;
}

#text dt{
 font-weight: bold;
}

#text blockquote{
 padding-left: 1em;
 border-left: 2pt solid #ccc;
 font-size: .9em;
}

.inlineexample{
 border-bottom: .5pt dotted #000;
}



/* TABLES */

table{
 border-collapse: collapse;
 margin: 1em 0;
}

th, td{
 border: 1pt solid #000;
 padding: 2pt 4pt;
}

th{
 text-align: left;
}



/* FORMS */

label{
 display: block;
}

label input, label textarea{
 display: block;
 margin-bottom: .7em;
}



/* NON-PRINTING */

#navbar, .pagenav, .aural, .videowrapper{
 display: none;
}