/* layout.css */

body {
    background: #E0E0E0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #414141;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { text-transform: uppercase;}

h1 { letter-spacing: 5px; font-size: 30px; }
h2 { font-weight: lighter; font-size: 24px; color: #80AA00; }
h3 { font-size: 11px; }
h4 { font-size: 20px; color: #80AA00; margin: 7px; font-weight: lighter;} 

blockquote {
    float: left;
    margin: 0 10px 0 0;
    background: url(images/cal_bg.png) no-repeat;
    height: 50px;
    width: 35px;
    text-align: center;
    font-size: 9px;
    color: #FFF;
    line-height: 12px;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
}


small { font-size: 10px; }

hr { visibility: hidden; }

#container {
    background: #FFF url(images/container_bg.gif) repeat-y 50% 0;
}

#header {
    background: #E0E0E0 url(images/header.gif) no-repeat 0 100%;
}

#searchbox {
    background: url(images/search_bg.gif) no-repeat;
    margin-right: 10px;
    text-align: right;
}
#searchbox input[type=text] {
    height: 14px;
    width: 147px;
    border: 0;
    margin: 2px;
    background: url(images/searchbox_bg.png) no-repeat;
    font-size: 9px;
 
}

#searchbox label, #searchbox input[type=submit] {
    visibility: hidden;
}

#page {

}

#content {

}

#content a { color: #80AA00; }
#content a:hover { color: #FFF; background: #80AA00; }
div#container div#content div.archive {
	padding-bottom: 5px;
}
#headline a, #headline a:hover {
    color: #414141;
    background: none;
    text-decoration: none;
}

#sidebar {

}

#footer {
    background: #E0E0E0 url(images/footer.gif) no-repeat;
    font-size: 11px;
    color: #AAA;
    text-align: center;
}

#footer a { color: #AAA; }

.archivelinks, #content .archivelinks a {
    color: #AAA;
    cursor: pointer;
}
#content .archivelinks a:hover { color: #666; background: none; }

.date {
    float: left;
    margin-right: 5px;
    border: 2px solid #80AA00;
    text-align: center;
}

.date_day { 
    padding: 2px;
    font-size: 20px;
}

.date_month {
    background: #80AA00;
    color: #FFF;
    display: block;
}



/* Hide content from list by default */

p.content {
    display: none;
}

