/* 
    Document   : typography
    Created on : Aug 8, 2009, 12:02:59 PM
    Author     : Wes
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: sans-serif;
}
a {
    color: #3788da;
}
a:hover {
    color: #4ba2fa;
}
h1 {
    color: #7c95ad;
    font-size: 22px;
}
h2 {
    color: #5f6872;
    font-style: italic;
    font-size: 17px;
}
h3 {
    color: #7c7c7c;
    text-decoration: underline;
    font-size: 13px;
}
#content ul {
    list-style: none;
    list-style-image: url(http://www.accknox.org/themes/acc001/images/bullet-content.png);
    padding-left: 20px;
}
.sidebar {
    font-size: 13px;
    line-height: 17px;
}
.sidebar h1 {
    color: #606a73;
    font-size: 16px;
}
.sidebar ul {
    list-style: none;
    list-style-image: url(http://www.accknox.org/themes/acc001/images/bullet-lg.png);
    padding: 0;
    margin: 0;
}