/*
    untitled

    Created by  on 2008-10-31.
    Copyright (c) 2008. All rights reserved.

    (Put commonly used hex color values here)
    
*/

/* =================== re-define the standard tags */

body {
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: 62.5%; /* resets all text to 10px */
    background: #eee;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 { font-family: Georgia, Palatino, 'Times New Roman', serif; }

h1 { font-size: 1.3em; margin: 0 0 8px 0; border-bottom: 1px solid #ddd; }

h2 {
    font-size: 1.5em;
    margin-bottom: 0.1em;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 0 0 0.9em 0;
}

ul {

}

ol {

}

li {

}

blockquote {

}

a {

}

a:link {

}

a:visited {

}

a:hover {

}

a:active {
    outline: none; /* fixes dotted outline in Firefox */
}

:focus { -moz-outline-style: none; } /* fixes dotted outline in Firefox */

/* =================== clearfloat - for parent blocks containing floating children */

.clearfloat {
    overflow: auto;
}


/* ===================  layout blocks */
div#wrap {
    font-size: 1.5em;
    width: 248px;
    background: #fff;
    margin: 24px auto;
    padding: 12px;
    border: 1px solid #eee;
}

p {text-align: center;}

address {
    font-style: normal;
}

/* ===================  specific ids and classes */

