/* Tom Rose, Slurve tom@slurve.com */

/* -------------------------------------------------------------------------- global */

body { margin: 0; padding: 0; line-height: 140%; background-image: #fff }

/* -------------------------------------------------------------------------- typography */

body { font-family: "Lucida Grande", Verdana, sans-serif; font-size: 12px; }
#container, #footer { color: #333; }
#sidebar { font-size: 11px; }
.credit, .copyright { margin: 3px 0; color: #999; font-size: 11px; }

/* -------------------------------------------------------------------------- links */

a:link, a:visited, a:active { color: #930; text-decoration: none; }
a:hover { text-decoration: underline; }
.logo a { position: relative; width: 290px; height: 0px !important; display: block; background: url(../../../images/header.gif) top left no-repeat; overflow: hidden; padding: 265px 0 0 0; border: none; }
.logo a:hover { background-position: 0 0; border: none; }
#masthead a:hover { border: none; }

/* -------------------------------------------------------------------------- headers */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; }
h1 { font-size: 250%; line-height: 200%; }
h2 { font-size: 190%; color: #5b6230; margin: 15px 0; text-transform: lowercase; }
h3 { font-size: 100%; color: #999; margin: 15px 0 1px 0; text-transform: uppercase; font-family: "Georgia", Tahoma; }
h3:before { content: "~ "; }
h3:after { content: " ~"; }

/* -------------------------------------------------------------------------- masthead */

.logo { position: absolute; top: 0; left: 0; }

/* -------------------------------------------------------------------------- containers */

#container { position: relative; margin: 0 auto 0 auto; width: 980px; padding: 0 20px; }
#masthead { position: relative; height: 265px; }
#wrap { position: relative; margin: -30px 0 0 100px; }
#main { position: relative; width: 600px; float: left; margin: 0; padding: 0 0 40px 20px; border-left: 1px dotted #ccc; }
#sidebar { position: relative; width: 160px; float: left; text-align: right; margin: 0 20px 0 0; padding: 0 0 20px 0; }
#footer { border-top: 1px dotted #ccc; margin: 0; padding: 12px 0 12px 200px; }

/* -------------------------------------------------------------------------- interior */

.post { clear: both; padding-top: 30px; }

.postmetadata { color: #999; font-size: 90%; }

.titleBar { margin: 20px 0 30px -20px; position: relative; }
.titleBar h2 { margin-top: 26px; position: relative; font-size: 22px; letter-spacing: -1px; }

.date { position: relative; float: left; display: inline; width: 50px; text-align: center; background-color: #ddd; margin: -20px 15px 0 20px; }
.date p { margin: 0; }
.date .month { background-color: #eee; font-size: 90%; letter-spacing: 2px; color: #888; text-transform: uppercase; }
.date .day { color: #fff; font-weight: bold; font-size: 200%; margin: 5px 0 2px 0; }
.date .year { color: #fff; font-weight: bold; font-size: 90%; margin: 1px 0; }

/* -------------------------------------------------------------------------- sidebar */

#sidebar h2 { margin: 0 0 2px 0; }
#sidebar ul { margin: 0; padding: 0; list-style-type: none; }
.blogroll li { margin: 0; }

/* -------------------------------------------------------------------------- utility */

font { /* to override any font tags created by tinymce */ font-family: "Lucida Grande", Verdana, sans-serif; font-size: small; line-height: 130%; }
a img, a.imglink:link, a.imglink:visited { border: none; }
a.imglink:hover { background: transparent; }
p { margin: 0 0 15px 0; } 
a img { border: 0; }
dl, dd { margin: 0; padding: 0; }
dt { font-weight: bold; color: #999; }
ol { margin: 0 0 0 3px; padding: 0 0 0 20px; position: relative; }
li { margin: 0; }
ul { list-style-type: circle; margin: 0; padding: 0; }
.clear { clear: both; }
.icon { vertical-align: middle; margin: -3px 2px 0 2px; }
.shadow-left { background: transparent url(../../../images/shadow_left.png) no-repeat 0 0; width: 13px; height: 203px; position: absolute; top: 0; left: -13px; z-index: 99; }
.shadow-right { background: transparent url(../../../images/shadow_right.png) no-repeat 0 0; width: 13px; height: 203px; position: absolute; top: 0; right: -13px; z-index: 99; }

/* -------------------------------------------------------------------------------- form elements */

.ddfmwrap { margin: 0; }
label { font-size: 90%; text-transform: uppercase; display: block; margin: 20px 3px 3px 0; color: #888; }
select { width: 300px; font-size: 95%; color: #555; border: 1px solid #ccc; padding: 3px; }
option { border-top: 1px dotted #ccc; }   
input, textarea {  width: 300px; border: 1px solid #ccc; padding: 3px; color: #444; }
input:focus, textarea:focus, select:focus { background-color: #ffc; }
textarea { width: 400px; height: 200px; font: normal 12px "Lucida Grande", Verdana, sans-serif; }
.required { color: #444; margin-top: 20px; }
.ddfmerrors { color: #930; font-size: 130%; }
.errorlist { color: #930; font-weight: bold; }
.submit { width: 100px; background-color: #a0a77b; color: #fff; border: none; }
.submit:hover { background-color: #5f6744; cursor: pointer; border: none; }
.fmradio input { width: 12px; height: 12px; margin-right: 4px; border: none; }