/**
 * CSS Stylesheets
 *
 * @author Phillip B Oldham <phillip.oldham@kilo75.com>
 * @version 1.0
 * @linked filename </path/to/file.css>
 */

/**
 * Section Contents
 *
 * Contents register for
 * large CSS files
 *
 * @section 1 Defaults
 * @section 2 ?
 * ...
 */

/**
 * Defaults
 * @section 1
 */

*
{
padding: 0;
margin: 0;
}

html
{
font-size: 80%;
font-family: Arial, Helvetica, sans-serif;
}

* html
{
font-size: 79%;
}

body
{
background: #FFF;
color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
label,
ul,
ol,
fieldset,
address
{
margin: 1em 5%;
}

dt
{
margin: 2% 0;
}

li
{
margin-left: 5%;
}

fieldset
{
padding: 0.5em;
}

#navigation,
.access,
#menu
{
display: none;
}

div
{
border: none;
background: none;
width: auto;
height: auto;
}

#wrapper,
#content
{
width: auto;
border: 0;
margin: 0 5%;
padding: 0;
float: none !important;
}

a
{
color: blue;
}

img
{
float: none !important;
clear: right;
margin: 0;
border: 0;
}
