/*

Theme Name: Flying Solo
Author: Connie
Author URI: http://stray-dog.tyl.cc/
Description:  Phase Six
Version: 1.0
Note: Please do not duplicate/jock/redistribute--I will condemn you to a life of pain and suffering :D

*/

body {
  background: url(bg.gif) repeat bottom right;
  font: 11pt Times, Serif;
  color: #988172;
  margin: 0;
}

#wrapper { 
  width: 100%;
  height: 100%;
  margin: 25px 0 0;
}

#content {
  width: 375px;
  margin-left: 200px;
}

#footer {
  background: url(solo.png) no-repeat bottom right;
  clear: both;
  width: 310px;
  height: 875px;
  padding-top: 25px;
  margin: -875px 0 0;
}

/*--- Sidebar ---*/

#sidebar {
  background: url(top.png) no-repeat;
  width: 150px;
  float: left;
  font: 6pt Verdana, Arial, Sans-serif;
  color: #9F9891;
  padding: 150px 0 25px;
  margin: 0 0 0 25px;
}

#sidebar ul {
  padding-left: 10px;
  margin: 15px 0;
}

#sidebar ul li {
  list-style: none;
  text-transform: uppercase;
  margin: 0;
}

#sidebar #wp-calendar {
  margin: 0 auto;
}

/*--- Headers ---*/

h1 { /* Title */
  font: 16pt Georgia;
  color: #7B6353;
  letter-spacing: -2px;
  margin: 0 0 5px;
}

h2 { /* Post-meta-data */
  font: italic 11pt Tahoma, "Trebuchet MS", Sans-serif;
  color: #988172;
  border-bottom: 1px solid #C6AF97;
  padding-left: 10px;
  margin: 0 0 2px;
}

h3 { /* Navigation Head */
  font: 9px Arial, Sans-serif; 
  color: #5F5045;
  text-transform: uppercase;
  margin: 0 0 5px;
}

h4 { /* Subheader */
  font: 13pt Times, Serif;
  color: #605B54;
  margin: 3px 0;
}

h5 { /* Comment-meta-data */
  font: italic 9pt Times, Serif;
  text-align: right; 
  margin: 0 0 7px;
}

/*--- Posts/Comments ---*/

.entry {
  font: 9pt Arial, Sans-serif;
  color: #9F9891;
  line-height: 18px;
  margin-top: -2px; 
}

.entry p {
  text-indent: 30px; 
  margin: 0 0 10px; 
}

.entry blockquote p, .comment p {
  text-indent: 0; 
  margin: 0; 
}

.comment, blockquote {
  background: url(comment-bg.gif) repeat; 
  padding: 10px;
}


/*--- General ---*/

a {
  color: #9F9891;
  text-decoration: none;
}

a:hover {
  color: #786A5C;
  font-weight: bold;
}

blockquote {
  font: italic 12pt Times, Serif;
  color: #C6BDB4;
  width: 70%;
}

input, textarea {
  background-color: #FFFFFF; 
  border: 1px dashed #C6BDB4; 
  font: 11pt Times, Serif;
  color: #C6BDB4;
  padding: 2px 3px; 
  margin: 1px 0; 
}

ol li {
  list-style: hiragana outside; 
}

ul li { 
  list-style: circle outside; 
}
