* {
    margin: 0;
    padding: 0;
}

body {
    padding: 30px 0;
    font: 16px Arial, Helvetica, sans-serif;
    color: #EEEEEE;
    background: #000000;
}

h1 {
    padding-top: 15px;
    font: normal 48px/1.2em Georgia, Times, serif;
    text-align: right;
    letter-spacing: -1px;
    color: #FFFFFF;
}

h1 a {
    color: #FFFFFF;
    text-decoration: none;
}

h1 a span {
/*    color: #D75C19; */
    color: #008686; 
}

h2 {
    padding-top: 5px;
    font: normal 20px/1.2em Georgia, Times, serif;
    text-decoration: underline;
    color: #FFFFFF;
}

h3 {
    padding-top: 5px;
    font: normal 16px/1.2em Georgia, Times, serif;
/*    text-decoration: underline; */
    color: #FFFFFF;
}

p {
    padding: .75em 0;
    line-height: 1.4em;
    text-align: justify;
}

p#subtitle {
    position: relative;
    top: -12px;
    padding: 0;
    text-align: right;
    font-size: 20px;
    font-style: italic;
    text-transform: lowercase;
    color: #FFFFFF;
}

a {
    color: #FFEEAA;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#page {
    width: 960px;
    margin: 0 auto;
    background: #181818 url('Images/page.gif') repeat-x bottom;
    border-bottom: 1px solid #3B3B3B;
}


/* header */

#header {
    height: 280px;
    padding-right: 160px;
    background: #73789E url('header.webp') no-repeat;
}
#headerM {
    height: 330px;
    padding-right: 160px;
    background: #73789E url('marilynHeaderWide.webp') no-repeat;
}

textBox {
    border: 3px solid #88FFFF;
    padding: 15px;
}

/* menu */

#menu {
    height: 60px;
    background: #000000;
}

#menu ul {
    padding: 0;
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    padding: 2px 0;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 45px;
    font: 18px/60px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
}

#menu ul li a:hover {
      background: #005533;
}

/* main */

#main {
    height: 1%;
    min-height: 693px;
    padding: 30px 30px 0 30px;
    background: url('Images/main.gif') repeat-x;
}

/* sidebar */

#sidebar {
    float: left;
    width: 360px;
    padding-bottom: 10px;
}

#sidebar h2 {
    font: normal 20px/1.2em Georgia, Times, serif;
    text-decoration: underline;
}

#sidebar .box {
    padding: 2.5em 0 3.5em 0;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 3em 0 4em 0;
}

#sidebar ul li {
    padding: .2em 0;
    line-height: 2.5em;
}

/* content */

#content {
    float: right;
    width: 510px;
    padding-bottom: 10px;
}

/* picture on right */
.textWrapRight {
    float: right;
    margin: 10px;
}

/* picture on left */
.textWrapLeft {
    float: left;
    margin: 10px;
}

#content h2 {
    font: normal 20px/1.2em Georgia, Times, serif;
    text-decoration: underline;
}

#content h2 a {
    color: #FFFFFF;
    text-decoration: none;
}

/* contentOnePage */

#contentOnePage {
    float: left;
    padding-bottom: 10px;
}

#contentOnePage h2 {
    font-size: 3em;
    font: normal 20px/1.2em Georgia, Times, serif;
    text-decoration: underline;
}

#contentOnePage h2 a {
    color: #FFFFFF;
    text-decoration: underline;
}

.post {
    padding: 0 0 4.5em 0;
}

.postmeta {
    color: #737373;
}

.entry {
    padding: .75em 0 0 0;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    padding: 0 4px;
    font-size: .9em;
    text-decoration: none;
    border: 1px solid #E36623;
}

p.readmore a:hover {
    text-decoration: none;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    width: 900px;
    margin: 0 auto;
    padding: 30px;
}

#footer p {
    font-size: .9em;
    text-align: center;
    color: #737373;
}

/* lists */
ul
{
    list-style: square;
    padding: 20px;
}

ol
{
    padding: 20px;
}

li {
    line-height: 1.3em;
}

/* tables */

table {
      border: solid 1px #888888;
}

td {
   border: solid 1px #888888;
   padding: 3px;
}

th {
   border: solid 1px #888888;
   padding: 3px;
}

.noborder {
   border: none;
}

/* bold */

b 
{
    color: #33BB88; 
}  

/* header rule */
hr 
{
/*    display: inline; */
    border-width: 1px;
    color: #FFEEAA;
}

/* blockquote */
blockquote
{
    line-height: 1.5em;
    color: Wheat;
    font-style: italic;
    text-align: center;
}
