BODY {
background-color: white;
margin-top: 0;
margin-left: 0;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: .75em;
}

A {
text-decoration: none;
font-weight: bold;
}
A:link, A:active { color: #c00; }
A:visited { color: #800000; }
A:hover { text-decoration: underline; }

P { 
margin-top: 10px;
/* text-indent: 2em; */
}

#leftnav {
position: absolute;
left: 10px;
top: 80px;
width: 110px;
}

#center {
position: absolute;
top: 10px;
left: 140px;
width: 405px;
}

#rightnav {
position: absolute;
left: 570px;
top: 40px;
width: 150px;
font-size: .8em;
color: #222;
}

#blog {
position: relative;
margin-bottom: 40px;
}

A.nav:link, A.nav:active  { color: #c00; }
A.nav:visited {
color: #c00;
text-transform: lowercase;
}

/* BEGIN TITLE STYLES */
.title {
font-size: 2em;
font-weight: bold;
color: #c00;
}

.subtitle {
font-size: 1.2em;
color: black;
margin-top: 10px;
margin-bottom: 10px;
}

.subtitle2 {
font-size: 1.3em;
font-weight: bold;
color: #333;
}
/* END TITLE STYLES */

/* BEGIN BLOG STYLES */
.time {
border: 1px solid #800000;
color: #c00;
padding: 2px 2px;
background-color: white;
width: 55px;
text-align: center;
position: relative;
left: 350px;
font-size: 7pt;
font-weight: bold;
margin-top: 5px;
}

.date {
font-size: 10pt;
font-weight: bold;
color: white;
width: 250px;
border: 1px solid #800000;
background-color: #c00;
text-align: center;
padding-top: 2px;
padding-bottom: 4px;
margin-top: 15px;
}

.permalink {
font-size: 8pt;
font-weight: bold;
margin-top: 5px;
text-align: right;
}

.disclaimer {
font-size: .8em;
margin-bottom: 20px;
}
/* END BLOG STYLES */

/* LEFT/RIGHT NAV STYLE */
.subtop {
font-size: 9pt;
font-weight: bold;
color: #c00;
text-align: center;
margin-bottom: 5px;
border: 2px dashed #800000;
background-color: white;
padding: 2px 2px;
}

/* BEGIN LEFT NAV STYLES */
.navlinks {
font-size: 1.1em;
font-weight:bold;
text-transform: uppercase;
line-height: 1.5;
color: #c00;
text-align: center;
border: 2px dashed #800000;
background-color: #ffd4bf;
padding: 2px 2px;
margin-bottom: 20px;
}

.bloglinks {
font-size: .8em;
line-height: 1.7;
}

.geek {
font-size: .7em;
font-weight: bold;
color: #c00;
}
/* END LEFT NAV STYLES */

/* BEGIN RIGHT NAV STYLES */
.rnheader {
color: #c00;
font-weight: bold;
margin-bottom: 5px;
}

.rnartist {
text-align: right;
margin-bottom: 5px;
}

.rntitle {
text-align: right;
}

A.media:link, A.media:active, A.media:visited {
font-weight: normal;
color: #c40;
}
/* END RIGHT NAV STYLES */

