/* CSS Document */

body
{
  background: #fff;
  font-size: 1.0em;
  line-height: 1.5em;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  color: #000;
  padding: 0px;
  margin: 0px;
}

a:link
{
  color: #4D3659;
  text-decoration: underline;
}

a:visited
{
  color: #4D3659;
  text-decoration: none;
}

a:active
{
  color: #9778B0;
  text-decoration: none;
}

a:hover
{
  color: #9778B0;
  text-decoration: none;
}

#title
{
  background: #DDE6D5;
  border-bottom: 20px solid #648448;
  margin: 0px;
  padding: 0px;
}

#title h1
{
  margin: 0px 0px 5px 25px;
  color: #423829;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6em;
  line-height: 1.4em;
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover
{
  color: #423829;
  text-decoration: none;
  border: none;
}

h2 a:link, h2 a:visited, 
h3 a:link, h3 a:visited
{
	color: #423829;
}

h2 a:active, h2 a:hover, 
h3 a:active, h3 a:hover
{
	color: #61513D;
}

#wrap
{
  width: 806px;
  float: left;
  margin: 0 0 0 15px;
}

#main
{
  width: 502px;
  padding: 0px;
  margin: 10px;
  float: left;
}

.post
{
  background: #fff;
  margin: 10px 0px;
  line-height: 1.6em; 
}

.post p
{
  margin: 10px 10px 5px 20px;
}

.post h2
{
  font-size: 1.4em;
  margin: 5px 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.byline
{
  font-size: 0.8em;
  text-align: right;
  margin: 5px 10px;
  border-bottom: 1px solid #648448;
}

.comment
{
  background-color: #fff;
  width: 400px;
  margin: 10px 0px;
  line-height: 1.6em; 				
}

.comment h3
{
  font-size: 1.4em;
  margin: 5px 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.comment p
{
  margin: 10px 10px 5px 20px;
}

#inputs
{
  padding: 5px;
  font-family: Verdana, sans-serif;
  font-size: 1.0em;
}

#side
{
  width: 252px;
  padding: 0px;
  margin: 10px;
  float: left;
}

.sideContent
{
  padding: 0px;
  margin: 10px 0px;
  background-color: #fff;
  line-height: 1.6em;  
}

.sideContent p
{
  margin: 10px;
}

.sideTitle
{
  font-weight: bold;
  border-bottom: 1px solid #648448;
  margin: 5px;
  color: #524633;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.3em;
}

#side ul
{
	list-style-type: none;
	margin-left: 17px;
	padding-left: 3px;
	border-left: 1px solid #6E9159; 

img	
{
  padding: 2px;
  border: 1px solid #517394;
}

img.noborder {
	padding: 2px;
	border: none;
}