/* canvas */

*
{
    border: 0px;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

hr
{
    border: 1px inset;
}

html, body
{
    margin: 0px;
    padding: 0px;
    text-align:center;
    width: 100%;
    height: 100%;
}

#aw-content li
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#aw-canvas
{
    margin: 0px auto; 
}

#aw-page
{
    margin: 0px auto;
    text-align:left;
}

#aw-content
{
    
    float: right;
    overflow: auto;
    text-align: justify;
}

#aw-sidebar
{
    float: left;
    overflow: auto;
}

#aw-footer
{
    
    clear: both;
    text-align: center;
}

.aw-f-left
{
    float: left;
}

.aw-f-right
{
    float: right;
}

.aw-f-clear
{
    clear: both;
}

.aw-left
{
    text-align: left;
}

.aw-center
{
    text-align: center;
}

.aw-right
{
    text-align: right;
}

/* font */
/* http://www.thenoodleincident.com/tutorials/typography/template.html */

body
{
    font-size: 76%;
}

h0

{
    
    font-size: 3.0em;
}

h1
{
    font-size: 2.0em;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em;
}
	
h2
{
    font-size: 1.7em;
    font-weight: normal;
    margin: 1.2em 0em 1.2em 0em;
}
	
h3
{
    font-size: 1.4em;
    font-weight: normal;
    margin: 1.2em 0em 1.2em 0em;
}
	
h4
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.2em 0em 1.2em 0em;
}
	
h5
{
    font-size: 1.0em;
    font-weight: bold;
    margin: 1.2em 0em 1.2em 0em;
}
	
h6
{
    font-size: 0.8em;
    font-weight: bold;
    margin: 1.2em 0em 1.2em 0em;
}

ol, ul, li
{
    font-size: 1.0em;
    line-height: 1.8em;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
}
	
p
{
    font-size: 1.0em;
    line-height: 1.8em;
    margin: 1.2em 0em 1.2em 0em;
}
	
li > p
{
    margin-top: 0.2em;
}
	
pre
{
    font-family: monospace;
    font-size: 1.0em;
}
	
strong, b
{
    font-weight: bold;
}
