h1 {
    color: #FF9933;
    font-size: 130%;
    text-align: center;
    /* border-bottom: 1px dotted #FF9933; */
    margin-top: 0;
}

p {
    margin-top: 5px;
}

ul {
    margin: 0;
}

dl {
   font-size: 90%;
}

dd {
   margin-bottom: 1em;
}


a:link {
    /* color: #675;  */
   /* color: #99CCFF;   blue */
   /*  color: #99CC66; /* green */
    color: #F8C742;
}

a:active {
    color: #CC0066; /* Pink/red */
}

a:hover {
    color: #FFFFFF;
}

a img {
    border: none;
}

a:visited {
    color: #990099;  /* Purple */
}

acronym, abbr {
    border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
    font-size: 90%;
    letter-spacing: .07em;
}

acronym, abbr {
    cursor: help;
}

blockquote {
    margin-left: 1em;
    padding-left: 1em;
    font-size: 85%;
    color: #CCCCCC;    
}

body {
    /* background: #E2DDC0;  */
    background: #000000;
    color: #FFFFFF;
    /* font-family: Georgia, Verdana, sans-serif; */
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    padding: 0;
    margin: 5px 0 1em 0;    
    text-align: center;
}
div.contents_left {
    float: left;
    width: 370px;
    margin-right: 20px;
}
div.contents_right {
    width: 170px;
    float: left;
}
div.contents_full {
    width: 620px;
    float: left;
}
div.contents_center {
    width: 580px;
    margin-left: 25px;
    float: left;
}
div.header {
    border-bottom: 1px solid #F8C742;
    margin-bottom: 1em;
}
div.heading {
    background: #333333;
    font-size: 80%;
    /* color: #FF9933;  */
    color: #AAAAAA; 
    letter-spacing: 1px;
    display: block;    
    padding: 2px 2px 2px 10px;
    border-left: 2px solid #AAAAAA;
}

div.divide {
    /* border-bottom: 2px solid #AAAAAA; */
}

div.footer {
    margin-botom: 1em;
    text-align: center;
    padding: 10px;
    font-size: small;
    color: #999999;
    clear: left;
}
div.footer a:visited {
    color: #FDF9C3;
}
div.main_body {
    min-height: 80%;

}

div.poetry {
    margin-left: 5em;
}
div.scaffold {
    margin: auto;
    width: 800px;
    border: 1px solid #F8C742;
    text-align: left;
}
div.title img {
    margin: 0 0 1em 1em;
    float: right;
}

div.title {
    margin: 1em 0 1em 0;
    padding-bottom: 1em;
    clear: right;
    min-height: 280px;
}

table.main {
    margin-top: 1em;
}

table.main td {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight: bold;
    font-size: 115%;
}

table.main a:link, a:visited {
   color: #FF9933;
}

table.main a:hover {
    color: #FFFFFF;
}

table.titlegallery {
    margin-bottom: 2em;
}

table.titlegallery td {
    padding: 1em;
    margin: 0.5em;
    text-align: center;
    font-size: 90%;
}
table.titlegallery img {
    margin-bottom: 1em;
}

ol.faq_section {
    list-style-type: upper-roman;
    border: 1px solid #FF9933;
    padding: 1em 1em 1em 3em;
    font-weight: bold;
    color: #FFFFFF;
}

ol.faq_section li {
    padding: 3;
}
ul.faq_question {
    font-weight: normal;
    color: #EEEEEE;
}
ul.faq_question li {
    padding: 1px;
}
h2.faq {
    padding: 2px;
    padding-left: 5px;
    margin-bottom: 1em;
	font-size: 115%;
	font-weight: bold;
    background: #FF9933;
    color: black;
    text-align: left;
}
h3.faq {
    font-size: 100%;
}
h3.headline {
    border: 0px;
    font-size: 100%;
    margin-top: 1em;
}

h4 {
    margin: 0;
}
h4.category {
  margin-top: 7px;
  margin-bottom: 5px;
}
h4.date {
	color: Red;
}

h4.title {
}

#rap {
    /* border: solid 2px #FF9933; 
    border-bottom: solid 1px #FF9933;
    border-top: solid 3px #FF9933; 
    width: 660px; */
    padding: 0;
    text-align: left;
}

cite {
    font-size: 90%;
    font-style: normal;
}

h2, div.poetry h1 {
    color: #FF9933;
    border-bottom: 1px dotted #ccc;
    /* font-family: Georgia, Verdana, sans-serif; */
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 105%;
    margin: 15px 0 0px 0;
    padding-bottom: 0px;
    text-align: left;
}

span.subtitle {
    color: #FF9933;
    margin: 0;
    font-size: 100%;
    border: 0;
    font-weight: bold;
    font-style: italic;
}

h3 {
    color: #FF9933;
    border-bottom: dotted 1px #eee;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 110%;
}

h3.storytitle a {
    color: #FF9933;
}

ol#comments li p {
    font-size: 100%;
}


/* classes used by the_meta() */
ul.post-meta {
    list-style: none;
}

ul.post-meta span.post-meta-key {
    font-weight: bold;
}

.credit {
    background: #90a090;
    border-top: double 3px #aba;
    color: #fff;
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 3px;
    text-align: center;
}

.credit a:link, .credit a:hover {
    color: #fff;
}

.feedback {
    color: #ccc;
    text-align: right;
    clear: both;
}

.meta {
    font-size: .75em;
}
 
.meta li, ul.post-meta li {
    display: inline;
}

.meta ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.meta, .meta a {
    color: #CCCCCC;
    font-weight: normal;
    letter-spacing: 0;
}

.storytitle {
    margin: 0;
}

.storytitle a {
    text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
    background: #fff;
    border: 1px solid #333;
    padding: .2em;
}

#commentform textarea {
    width: 100%;
}

#commentlist li ul {
    border-left: 1px solid #ddd;
    font-size: 110%;
    list-style-type: none;
}

#content {
    float: left;
}

#content_old {
    background: black;
    position: relative;
    left: 240px;
    top: 0;
    /* border-left: 1px solid grey; */
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 1em;
    margin-top: 0;
    padding: 1em 0 2em 1em;
    display: right;
    width: 75%;
}

#content a:visited {
    color: #990099;  /* Purple */
}

#header {
    background: #90a090;
    border-bottom: double 3px #aba;
    border-left: solid 1px #9a9;
    border-right: solid 1px #565;
    border-top: solid 1px #9a9;
    font: italic normal 230% Georgia, Verdana, sans-serif;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 15px 10px 15px 60px;
}

#header a {
    color: #fff;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#menu-top {
    position: absolute;
    top: 467px;
    left: 15px;
}

#menu-side {
    position: absolute;
    top: 230px;
    left: 160px;
}

#menu {
    padding-bottom: 2em;
    width: 150px;
    float: left;
}


#menu form {
    margin: 0 0 0 13px;
}

#menu input#s {
    width: 10em;
    background: #EEEEEE;
    border: 1px solid #999;
    color: #FFFFFF;
}

#menu ul {
    list-style-type: none;
    margin: 1em 0 0 1em;
    padding: 5px;
}

#menu-footer {

}

#menu ul li {
    letter-spacing: 0.1em;
    padding-bottom: 2px; 
    margin: 1px;
    width: 150px;
}


#menu a {
    text-decoration: none;
    display: block;    
    /* padding: 2px 2px 2px 10px;
    border-left: 2px solid #AAAAAA;
    background: #333333; */
    font-size: 80%;
    font-weight: bold;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;

    letter-spacing: 1px;
}
#menu a:visited {
    color: #F8C742;
}
#menu a:hover, #selected a:link, #selected a:visited {
    color: white;
}

#menu ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    background: black;
}

#menu ul ul li {
    border: 0;
    letter-spacing: 0;
    padding-left: 1em;
    margin-bottom: 1px;
    font-size: 90%;
}

div.search {
    height: 172px;
    width: 271px;
    background-image: url(/images/searchscroll.jpg);
    color: black;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 680px;
    top: 2px;
}
div.search_form {
    position: relative;
    top: 65px;
    left: 60px;
    font-weight: bold;
}


#wp-calendar {
    border: 1px solid #ddd;
    empty-cells: show;
    font-size: 14px;
    margin: 0;
    width: 90%;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
}

#wp-calendar a:hover {
    background: #e0e6e0;
    color: #333;
}

#wp-calendar caption {
    color: #999;
    font-size: 16px;
    text-align: left;
}


#wp-calendar td {
    color: #ccc;
    font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
}

#wp-calendar td.pad:hover {
    background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #eee;
    color: #bbb;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
