/*  
Theme Name: morgan
Theme URI: http://morgan.blawson.net
Description: morgan's theme
Version: 1.0
Author: Brian Lawson
Author URI: http://blawson.net
*/

*
{
  padding: 0;
  margin: 0;
}

a
{
  text-decoration: underline;
  color: #696969;
}

a:hover
{
  text-decoration: none;
}

#footer
{
  clear: both;
}

body
{
  font-family: Arial, Verdana, Sans-Serif;
  background: url(../../../images/bg.gif);
  color: #834682;
}

#content
{
  font-size: 12px;
}

#sidebar
{
  background-color: #a9669c;
  color: #FFFFFF;
  border: 1px solid #834682;
  font-size: 12px;
}

#sidebar ul h2
{
  background-color: #834682;
  font-size: 1.1em;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 5px;
}

#sidebar ul h3
{
  font-size: 1.0em;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 5px;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul
{
  list-style-type: circle;
  margin-left: 20px;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}

#sidebar a
{
  text-decoration: none;
  color: #ffffff;
}

#sidebar a:hover
{
  text-decoration: underline;
}

#searchform
{
  text-align: center;
}

#searchform input
{
  border: 1px solid #834682;
  color: #834682;
}

#searchform #s
{
  width: 50%;
  background-color: white;
}

#wp-calendar
{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}

#wp-calendar th
{
  background-color: #834682;
}

#wp-calendar a
{
  border: 1px solid #99a69c;
  background-color: #834682;
  display: block;
}

#prev a, #next a
{
  border: 0;
}

#wp-calendar caption
{
  text-align: center;
  width: 100%;
}

.post
{
  margin-bottom: 25px;
  color: #834682;
  padding-left: 5px;
  font-size: 12px;
  line-height: 1.2em;
}

h2
{
  font-size: 1.1em;
  border-bottom: 1px solid #f197bb;
}

h2 a:hover, h2 a:visited, h2 a, h2 pagetitle
{
  text-decoration: none;
  color: #a9669c;
}

.pagetitle
{
  text-decoration: none;
  color: #a9669c;
}

.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
}

.postmetadata a
{
  color: #696969;
}
 
.post p
{
  line-height: 1.2em;
  margin-bottom: 1em;
  font-size: 1.0em;
}
blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #834682;
  background: #a9669c no-repeat   scroll top left;
}

.post li
{
  margin-left: 20px;
}

.post ul
{
  list-style-type: bullet;
  margin-bottom: 10px;
}

.navigation
{
  padding: 2px;
  font-size: 0.9em;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
 
.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
}

.alignright
{
  float: right;
  text-align: right;
  width: 50%;
}

.navigation a
{
  color: #696969;
  text-decoration: none;
}

.navigation a:hover
{
  text-decoration: underline;
}

ol.commentlist
{
  width: 90%;
  margin: 0 auto;
  color: #FFFFFF;
}

ol.commentlist li
{
  margin-bottom: 1.5em;
  padding: 5px;
  background-color: #a9669c;
  color: #FFFFFF;
}

ol.commentlist li.alt
{
  background-color: #834682;
  color: #FFFFFF;
}

ol.commentlist a
{
  color: #696969;
  text-decoration: none;
}

.ol.commentlist a:hover
{
  text-decoration: underline;
}

small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

#respond
{
  font-size: 1.0em;
  border-bottom: 1px solid #f197bb;
  text-decoration: none;
  color: #a9669c;
  margin-bottom: 5px;
}

#comments
{
  font-size: 1.0em;
  border-bottom: 1px solid #f197bb;
  text-decoration: none;
  color: #a9669c;
  margin-bottom: 5px;
}

#comment
{
  color: #834682;
  font-size: 0.9em;
}

#author
{
  color: #834682;
}

#commentform #s
{
  width: 50%;
  background-color: #f197bb;  
}

#commentform textarea
{
  border: 1px solid #834682;
}

#commentform input
{
  border: 1px solid #834682;
  color: #834682;
}
