/*  
Theme Name: OgreCave Custom
Theme URI: http://ogrecave.com/
Description: Ogres in the house
Version: 2.1
Author: Mike Sugarbaker/Colin Adams
*/

body {
  font-family: Verdana,Geneva,sans;
  font-size: 0.8em;
  line-height: 1.3em;
  background: #000 url("/gifs/headerleft.jpg") no-repeat;
  padding: 0px; 
  margin: 0px;
}

h1#headertype {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
}
h1#headertype a {
  position: absolute;
  top: 0px; right: 0px;
  display: block;
  padding: 122px 0 0 0;
  overflow: hidden;
  background-image: url("/gifs/headerright.jpg"); 
  background-repeat: no-repeat;
  width: 405px;
  height: 0px !important; /* for most browsers */
  height /**/:122px; /* for IE5.5's bad box model */
  color: transparent;
}

/* sidebar-related styles! */
#sidebar {
  position: absolute;
  top: 230px;
  left: 8px;
  width: 198px;
}
#sidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#sidebar ul li {
  display: block;
  width: 202px;
  background-color: #c8c8c8;
  margin-bottom: 6px;
}
#sidebar ul.standalones li {
  background-color: black;
  color: white;
  font-weight: bold;
}
#sidebar ul ul {
  margin: 4px;
}
#sidebar ul ul li {
  display: list-item;
  width: auto;
  margin: 0px;
  padding-bottom: 3px;
  background-color: transparent;
}
#sidebar h2 {
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
}
#sidebar ul h2 {
  background-color: #76c;
  color: #fff;
  padding: 3px;
}
#sidebar ul div {
  padding: 3px;
  margin: 0px;
}
#sidebar ul p {margin: 4px;}
#sidebar ul div p {margin: 0px 0px 4px 0px;}

#sidebar ul ul#archives {
  height: 280px;
  margin: 0px;
  padding: 3px;
  overflow: scroll;
}

#podcastfeed {
  width: 182px; 
  padding: 8px; 
  border: 2px solid #fff; 
  background-color: #666; 
  color: #fff;
}
#podcastfeed h2 {margin-bottom: 4px;}
#podcastfeed a {
  color: #fff;
}

/* scroll-related styles */
#scroll {
  margin: 122px 6px 30px 221px;
  background: #EDECA1 url(/gifs/left.gif) repeat-y;
}
#scroll h3#bottom, #scroll h3#scrolltop {
  background: url(/gifs/scrolltile.gif) repeat-x;
  height: 41px;
  width: 100%;
  margin: 0px;
  font-size: 1.0em;
}
#scroll div.searchresult h3 {
  background-image: none;
  height: inherit;
}
#scroll h3#bottom {background-image: url(/gifs/tilebottom.gif);}
#scroll h3 span {
  display: block;
  width: 100%;
  margin: 0px;
  background: url(/gifs/scrollend2.gif) top right no-repeat;
}
#scroll h3#bottom span {background-image: url(/gifs/scrollbottom2.gif);}
#scrollbody {
  margin: 0px;
  padding: 6px 16px;
  background: url(/gifs/new-right.gif) top right repeat-y;
  border-right: 7px solid #000;
  font-size: 1em;
}
.postbodysub {
  margin-bottom: 10px;
}
.datehead, #comments h3, #respond h3 {
  padding: 4px;
  background-color: #a0a0a0;
  color: #fff;
  margin-bottom: 1px;
  font-size: 1em;
}
.postbody p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.postbody p.micronav {
  margin-top: -9px;
  margin-bottom: 10px;
}
.metaline {
  font-size: 0.8em;
}
.more-link {
  font-weight: bold;
}


div.searchresult {
  margin-bottom: 8px;
}

/* some details of individual and archive pages (comments too) */
.navigation {
  width: 100%;
  font-weight: bold;
  overflow: auto;
  margin-bottom: 10px;
}
.navigation .alignleft {float: left;}
.navigation .alignright {float: right;}

ol.commentlist {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
ol.commentlist li {
  padding: 1px 4px 1px 11px;
  border-top: 2px solid #d2cc81;
}
ol.commentlist li:first-child {
  border-top: none;
}
ol.commentlist .meta {
  position: relative;
  margin-left: -7px;
}
ol.commentlist .meta cite {
  font-weight: bold;
}
ol.commentlist .meta small {
  display: block;
  position: absolute;
  top: 2px;
  right: 4px;
}

/* button bar */
#buttonbar {
  margin: 134px 0px 4px 221px;
  height: 27px;
}

#buttonbar div {
  width: 100px;
  background-color: #61a267;
  padding: 5px;
  margin-left: 5px;
  float: left;
  text-align: center;
}

#buttonbar div a {
  color: white;
  font-weight: bold;
}

#buttonbar div.caption {
  background-color: black;
  color: white;
}

#buttonbar div.clearer, .clearer {
  width: 0px;
  margin: 0px;
  padding: 0px;
  background-color: black;
  clear: both;
}

/* commentification */

textarea {width: 100%;}

/* aaaaand the footer. */
#copyright {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 15px;
  margin-left: 200px;
}