/*
Theme Name: Oonian
Theme URI: 
Description: Three column theme 
Version: 1.0
Author: Kevin Bowersox
Author URI: http://KevinBowersox.name

    Oonian v1.0
    http://KevinBowersox.name

    *** REGARDING IMAGES & PLUGINS ***
    This theme uses three plugins and two images which are included in the distribution.

    Be sure to change the URL of the image in this file on line 326 and 373.

    To install the plugins add both files to your wp-content/plugins/ folder and activate in
    the plugins tab of the admin screen.

*/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(243,242,235);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
  min-width: 730px;
}

.intro span {
  font-size: 15pt;
}

.intro {
  font-size: 10pt;
  margin-bottom: 15pt;
  border-style: solid;
  border-width: thin;
  border-color: black;
  padding-left: 10pt;
  padding-right: 10pt;
  background-color: #eeeeee;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
    font-size: 125%;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}

/* ##### Header ##### */

#header {
  position:relative;
  color: inherit;
  background-color:black;
  background-image:url(images/starfield.png);
  background-repeat:repeat-x;
  height: 100px;
  width:100%;
  overflow:visible;
}

.headerTitle {
  position:absolute;
  top:3px;
  left:10px;
  z-index:10;
  margin: 0;
  color: #eee;
  font-size:30pt;
  }

.headerTitle a {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  }

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
  }

.headerSubtitle {
  position:absolute;
  bottom:10px;
  left:3px;
  z-index:10;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size:10pt;
  color: #eee;
  font-weight: bold;
}

.subHeader {
  color: #eee;
  background-color: black;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
  z-index:10;
  }

.subHeader a {
  color: #eee;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
  }

.subHeader a:hover {
  color: black;
  background-color: white;
  }


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
  }

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
  }

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
  }

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
  }

.leftSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
  }

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
  }

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
  }

.leftSideBar .sideBarText a {
  text-decoration: underline;
  }

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
  }

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
  }


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: underline;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}
.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.rightSideBar img {
 border: 0;
}

/* ##### Main Copy ##### */

.main-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

.main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

.main-copy a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: none;
}

.main-copy a:hover {
     color: rgb(64,64,64);
}

.date-header {
  font-size:78%;
     text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
}

.post {
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
}

.post a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.post a:hover {
  text-decoration: underline;
}

blockquote {
background: url(images/quote.gif) no-repeat 0 3px;
color: #666;
padding-left: 20px;
font-style: italic;
margin-bottom: 1px;
display:block;
padding-top:5px;
}

/* ##### Copyright #####*/
.copyright {
  font-style:serif;
  font-size:12px;
  color:white;
  background-color:black;
}
  

/* ##### Fiction ##### */

.fiction p {
  text-indent:3em;
  padding-bottom:0px;
  padding-top:0px;
  margin-top:0px;
  margin-bottom:0px;
}

/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

    /* ##### Comments ##### */

.comment-link {
  text-transform:uppercase;
  letter-spacing:.1em;
}

input.text, textarea {
    background: #ffffff url(images/input.gif) top right;
    color: #000000;
    border: 1px solid;
    border-color: #888888 #888888 #aaaaaa #aaaaaa;
    padding: 3px 3px 4px 3px;
    font-size: 1em;
}

input.text:focus, textarea:focus {
    border-color: #000000;
}

.alt {
     background-color: #f8f8f8;
     border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
}

.diggclick {
        float:left;
        padding:3px 5px 5px 5px;
    }

.loginout {
  position:absolute;
  top:6px;
  right:6px;
  color:#eee;
  }

.loginout a:link, .loginout a:visited, .loginout a:active {
  color:#eee;
  font-weight:bold;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: large;
  text-decoration:none;
  background-color:black;
  padding:3px;
  }

.adbar {
  background-color:black;
  width:100%;
  height:100px;
  }

.googlead {
  width:120;
  height:600;
  border-style:thin;
  border-color:black;
}

.bigmoon {
  position:absolute;
  top:-30px;
  left:-10px;
  width:131px;
  height:131px;
  background-image:url(images/bigmoon.png);
  background-color:transparent;
  z-index:1;
  }

.littlemoon {
  position:absolute;
  top:25px;
  left:40%;
  width:51px;
  height:51px;
  background-image:url(images/littlemoon.png);
  background-color:transparent;
  z-index:1;
  }

.littlerock {
  position:absolute;
  bottom:-20px;
  left:80%;
  width:75px;
  height:75px;
  background-image:url(images/littlerock.png);
  background-color:transparent;
  z-index:1;
  }


/* ###### Excerpts ##### */

table.excerpt {
  background-color:white;
  border-width:0;
  border-collapse:collapse;
  margin:1em;
  padding:0;
}

table.excerpt td.topleft {
  background-image:url(images/excerpt_top_left.png);
  width:9px;
  height:11px;
}

table.excerpt td.topright {
  background-image:url(images/excerpt_top_right.png);
}

table.excerpt td.bottomleft {
  background-image:url(images/excerpt_bottom_left.png);
}

table.excerpt td.bottomright {
  background-image:url(images/excerpt_bottom_right.png);
  width:9px;
  height:11px;
}

table.excerpt td.topmiddle {
  background-image:url(images/excerpt_top.png);
}

table.excerpt td.bottommiddle {
  background-image:url(images/excerpt_bottom.png);
}

table.excerpt td.middleleft {
  background-image:url(images/excerpt_left.png);
}

table.excerpt td.middleright {
  background-image:url(images/excerpt_right.png);
}

/* ##### Footer at the bottom of a post ##### */

.postfooter {
  background-color:#f8f8f8;
}

.postfooter p {
  /*text-indent:1em;*/
  padding-bottom:0px;
  padding-top:0px;
  margin-top:0px;
  margin-bottom:0px;
}

