/*  
Theme Name: Thingwright
Theme URI: http://www.thingwright.com/
Description: Based on the default WordPress theme by Michael Heilemann.
Version: 1.0
Author: Kona Andrews
Author URI: http://www.thingwright.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

hr {
  clear: both;
  border: 0;
  width: 100%;
  color: #000;
  background: #000;
  height: 1px;
  margin: 0px;
  padding:0px;
}
.palerule {
  color: #FFE;
  background-color: #FFE;
  height:0px;
}

.pagetitle {
  width: auto;
  background-color:#000;
  color: #FFC;
  font-weight:bold;
  font-size: 85%;
  text-transform:lowercase;
  padding-left: 5px;
  clear: both;
}
div.potwPortrait {
  float: right;
  width: auto;
  background: #FFFFFC;
  margin: 0px 0px 10px 10px;
  padding: 4px;
  border: 1px solid #000;
            }

/* - - The actual posts - - */
div.post {
  clear:both;
  /*
  margin:0px;
  */
  margin: 2px 0px 2px 0px;
  border: 1px solid #666;
  background-color: #FFF;
}
div.posthead {
  background: #FFC;
  color:#000;
  font-size:90%;
  border-bottom: 1px solid #666;
}
div.postheadRight {
  padding-right: 5px;
  float:right;
}
div.postheadLeft {
  padding-left: 5px;
}
/*
span.standout {
  color: #FFF;
}
*/
.posthead a:link, .posthead a:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
.posthead a:hover, .posthead a:active {
  text-decoration: underline;
  color: #999;
}
div.entry {
  font-family: Georgia;
  font-size: 13px;
  line-height:19px;
  margin: 0px;
  margin-top:5px;
  /*
  padding: 5px 15px 10px 15px;
  */
  padding: 25px 40px 25px 40px;
  background-color: #FFF;
 /* 
  border: 1px solid #FFC;
  */
}
div.entryfoot {
  padding-top: 40px;
}
.postmetadata {
  background:#FFC;
  text-align: left;
  font-size: 90%;
  padding-left: 5px;
  border-top: 1px solid #666;
  margin-bottom:0px;
}

.smallcredit {
  font-size: 90%;
  font-style: italic;
  padding-top: 4px;
  color:#666;
}
.footnote {
  width:70%;
  font-size: 90%;
  font-style: italic;
  color:#666;
  margin-top: 60px;
  margin-bottom: 20px;
  border-width: 1px 0px;
  border-style: dashed;
  border-color:#CCC;
}

.navigation {
  clear:both;
  padding:0px;
  margin:0px;
  font-size:90%;
  width: auto;
}
.navigation a:link, .navigation a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.navigation a:hover, .navigation a:active {
  text-decoration: underline;
  color: #999;
}
.navigation .alignleft {
  float: left;
}
.navigation .alignright {
  float: right;
}

/* - - List Styles - - */

#sidebar {
  position:absolute; 
  top:253px; 
  left:543px;
  font-size: 90%;
  margin-top: 15px;
  padding:0px;
  z-index:99; /* To the front */
}
.sidebarBox {
  background-color: #FFF;
  margin:0px 0px 5px 0px;
  width: 130px;
  border: 1px solid #666;
  text-align: right;
}
.sidebarBox h2, .sidebarBox h3 {
  line-height: 15px;
  padding: 0px 3px;
  padding-right:8px;
  border-bottom: 1px solid #666;
  background-color: #FFC;
  color: #000;
}
.sidebarBox ul {
  color: #000;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.sidebarBox ul ul {
  font-weight: normal;
  line-height: 100%;
  list-style-type: none;
  margin: 0px 7px;
  padding: 3px 0px;
  text-align: right;
}

.sidebarBox ul ul ul {
  list-style-type: none;
}

/* - - List Items (Text) - - */

.sidebarBox ul ul li {
  border: 0;
  line-height: 175%;
  font-family: Verdana, Tahoma, sans-serif;
  margin: 0;
  padding: 0px 3px;
  border-bottom:1px solid #ddd;
}
.sidebarBox ul ul ul li {
  padding: 0px 15px;
}

/* - - Sidebar Hyperlinks - - */

.sidebarBox ul ul li a:link, .sidebarBox ul ul li a:visited {
  color: #333;
  text-decoration: none;
}

.sidebarBox ul ul li a:hover,  .sidebarBox ul ul li a:active {
  color: #999;
  text-decoration: underline;
}

#footer {
  font-size:85%;
  font-style: italic;
  color:#999;
  padding-top:20px;
  text-align:center;
  width:100%;
}

/* Extras for Kona */
.commentary {
  background:#FFD;
  border:1px solid #666; 
  padding:5px 20px 0px 20px; 
  font-style:roman; 
  color:#333; 
  margin-top:30px;
}

.subcomment {
  padding:5px 20px 0px 20px; 
  font-style:roman; 
  color:#333; 
  margin-top:30px;
  font-size: 11px;
}

/*
.poemplayer {
  color: #666;
  background: #FFE;
  border: 1px solid #999;
  padding: 5px;
  margin: 60px 45px 20px 0;
  height: 22px;
}
.poemplayertitle {
  float: left;
}
.poemplayerwidget {
  border: 1px solid #999;
  float: right;
  background: #FFF;
}
.blankplayer {
  height: 40px;
}
*/

