/*
Theme Name: Default
Description: My customized default fixed width w/ header image rotation
Version: 1.0
Author: GWild
Author URI: http://gwild.org/
*/
body {
    font-size: 62.5%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    background: url("sage_bg_1.gif");
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

#wrap {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    /* width: 90%; */
    width: 792px;
    border: 1px solid #000;
    background-color: #fff;
    line-height: 1.2em;
}

#head {
    clear: both;
    height: 175px;
    padding: 0px 40px 0px 40px;
    border-bottom: solid 1px #333;
    background-color: #eaeaea;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
}

#head h1 {
    font-size: 2.0em;
    margin: 0px;
    padding: 6px;
    font-weight: bold;
    letter-spacing: 0.4em;
    /* color: #524e33; */
    color: #333;
}

#head h1 a:link, #head h1 a:visited {
    /* color: #524e33; */
    color: #333;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
}

#head h1 a:hover {
    text-decoration: none;
}

#head #description {
    /* color: #524e33; */
    color: #333;
    font-size: 1.0em;
    font-weight: bold;
    padding: 0px 30px 0px 30px;
    font-variant: small-caps;
    padding-top: 5px;
    margin-top: 0px;
}

#head .small {
    font-size: 1.2em;
    color: #333;
}

#bot {
    clear: both;
    background-color: #fff;
    border-top: 0px solid #000;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

#bot a:link {
    /* color: #333; */
    color: #03f;
    text-decoration: underline;
}

#bot a:visited {
    color: #333;
    text-decoration: underline;
}

#bot a:hover {
    background: #063;
    color: #fff;
    font-weight: bold;
}

#main {
    margin-right: 200px;
    padding: 20px 20px 10px 25px;
    border-left: 1px #333;
    color: #000;
}

#main textarea {
    width: 90%;
}

.feedback {
    text-align: center;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin-bottom: 10px;
}

#feedback a:link {
    /* color: #03f; */
    color: #039;
}

#feedback a:visited {
    /* color: #03f; */
    color: #039;
}

#feedback a:hover {
    color: #900;
}

.postend {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: center;
    color: #333;
    font-size: 1.4em;
    line-height: 1.0em;
    border-bottom: 1px solid #000;
}

.meta {
    font-size: 0.8em;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}

.meta a:link, .meta a:visited {
    /* color: #03f; */
    color: #039;
}

.meta a:hover {
    color: #900;
}

blockquote {
    border: 5px #333;
    background-color: #e0e1ce;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0px 10px 0px 10px;
}

#right {
    float: right;
    width: 175px;
    padding: 20px 15px 10px 10px;
    margin-right: 5px;
    border-right: 5px #333;
    color: #000;
}

#right ul {
    margin-left: 0px;
    padding-left: 0px;
    font-weight: bold;
}

#right ul li {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    list-style-type: none;
}

#right ul ul {
    border-top: 0px solid #333;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

#right ul ul li:before {
    /* content: "\00BB \0020"; */
    /* display: inline; */
}

#right ul ul li {
    border: none;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    list-style-type: none;
    display: block;
}

#right ul ul li a:link, #right ul ul li a:visited {
    display: block;
    padding: 2px 0px 2px 10px;
    margin: 0px;
    background-color: #fff;
    /* color: #03f; */
    color: #039;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
    /* background: url("gray_small_dbl_arrow.gif") left center no-repeat; */
}

#right ul ul li a:hover {
    /* background-color: #ccc; */
    color: #900;
    font-weight: bold;
    text-decoration: underline;
}

/* Fix IE spaces. Hide from IE Mac \*/* ul li a { height: 1%; }/* End */

#right h2 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 0.9em;
    border: none;
    background: none;
    color: #000;
}

#cal {
    margin: 0px 0px 6px 0px;
    background-color: #eaeaea;
    border: 1px solid #333;
    font-size: 0.8em;
}

#cal caption {
    border-bottom: 1px solid #333;
    padding: 2px;
    font-size: 1.1em;
    font-weight: bold;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar thead {
    font-size: 0.9em;
    font-weight: bold;
}

#wp-calendar td {
    text-align: center;
    color: #000;
    line-height: 1.0em;
}

#wp-calendar td a:link, #wp-calendar td a:visited {
    font-weight: bold;
    text-decoration: none;
    /* color: #03f; */
    color: #039;
}

#wp-calendar td a:hover {
    color: #900;
    text-decoration:underline ;
}

#about {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
}

h2 {
    font-size: 0.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px 3px 0px 3px;
    background-color: #fff;
    color: #000;
}

h3 {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    /* border-bottom: 1px dashed #000; */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
}

h3 a:link, h3 a:visited {
    color: #000;
    text-decoration: none;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
}

h3 a:hover {
    color: #900;
    text-decoration: underline;
}

a:link, a:visited {
    font-family: tahoma, verdana, arial, sans-serif;
    /* color: #03f; */
    color: #039;
}

a:hover {
    color: #900;
}

.trackback {
    font-size: 1.0em;
}

#commentlist {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#commentlist li {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #eaeaea;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

#commentlist cite {
    margin: 7px 0px 0px 0px;
    padding: 0px;
    font-size: 10px;
    font-style: normal;
}

#commentlist p {
    margin-top: 0px;
    padding-top: 0px;
}

.storytitle {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0px 5px 5px 0px;
}

.storycontent {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.2em;
}

h5 {
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1.0em;
}

h6 {
    display: block;
    min-width: 1%;
    width: 100%;
    background-color: #333;
    margin-top: 0px;
    padding-top: 2px;
    color: #000;
}

p.bot {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 8px;
}

.bottom {
    width: 100%;
}
