/* 
Theme Name: LetterHead
Theme URI: http://www.rhastings.net/LetterHead
Description: A personal blog theme that borrows from the MS Word Elegant letter letterhead
Author: Robin Hastings
Author URI: http://www.rhastings.net
Version: 1.0
*/

/* Begin Typography & Colors */
small {
  font-size: 0.8em;
  line-height: 1.5em;
}

#search {
  top: 5.7em !important; 
}

* html table#search {
  top: 5.5em !important;
}

/* Begin Sidebar */
div#sidebar {
/*
  border: 1px solid #cccccc;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
*/
  top: 9em !important;
  width: 25% !important;
}

div#sidebar h2 {
  font-size: 10pt;
  color: #aaaaaa;
  padding-left: 5px;
}

#sidebar p {
  margin: 0;
  padding: 0;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  width: 90%;
  border-left: 1px solid #cccccc;
}

#sidebar ul li ul {
  margin: 0 0 20px 15px;
  padding: 0;
  border: none;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}

#sidebar ul select {
  margin: 0 0 8px;
  padding: 0;
}

#sidebar ul ul ul {
  margin: 0;
  padding: 0;
  border: none;
}

#sidebar ul li ul li {
  font-size: 8pt;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  border: none;
}
/* End Sidebar */


.commentlist li {
  font-weight: bold;
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
}

.commentlist p {
  font-weight: normal;
  margin: 10px 5px 10px 0;
}

.commentmetadata {
  font-weight: normal;
  margin: 0;
  display: block;
}

#commentform p {
  margin: 5px 0;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 100%;
  padding: 2px;
}

#commentform #submit {
  margin: 0;
  float: right;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

code {
  font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
  letter-spacing: .07em;
}

.narrowcolumn {
  float: left;
  padding: 0 0 20px 20px;
  width: 70%;
}

.narrowcolumn .postmetadata {
  padding-top: 15px;
}

.post {
  margin: 0 0 40px;
  text-align: justify;
}

/*	Begin Headers */
.description {
  text-align: center;
}

h3 {
  margin: 30px 0 0;
}
/* End Headers */

/* Begin Lists */
html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
} 

html>body .entry li {
  margin: 7px 0 8px 10px;
}

.entry ul li:before {
  content: "\00BB \0020";
}

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}
	
ol li {
  list-style: decimal outside;
}
/* End Entry Lists */

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

/* End Form Elements */

/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

a img {
  border: none;
}
/* End Various Tags & Classes*/


