/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/Blog Dashboard
*/

/*-----------------------------------*/

.entrybody img { 
max-width: 98%;
}

.entry h1 { 
font-size: 150%;
font-weight: bold;
margin: 10px 0px 10px 0px;
}

.entry h2 {
font-size: 120%;
font-weight: bold;
margin: 10px 0px 10px 0px;
}

.entry h3 {
font-size: 112%;
font-weight: bold;
margin: 10px 0px 10px 0px;
}

.entry h4 {
font-size: 105%;
font-weight: bold;
margin: 10px 0px 10px 0px;
}

.entry h4 a {
color: black;
font-weight: normal;
margin: 10px 0px 10px 0px;
}

.entry h5 {
font-size: 100%;
font-weight: none;
font-style: italic;
color: black;
margin: 10px 0px 10px 0px;
}

.entry #maintagline {
color: #8E8F99;
font-size: 180%;
font-weight: regular;
margin: 10px 0px 10px 0px;
}

 
