/* font settings */

#banner, .description, #content, .blogbody, .blogentry, .date, .categorytitle, .calendarhead, .sidetitle, .author, .comments-body, .comments-head, .trackback-url, .trackback-body, .plheader {
  font-family: /*agaramond, garamond,*/ georgia, palatino, book antiqua, serif;
}

.quote, .side, .calendar, .posted, .syndicate, .comments-post, .trackback-post {
  font-family:verdana, arial, sans-serif;
}

/* font size settings */

.blogbody, .blogentry, .author, .comments-body, .trackback-body, .trackback-url {
  font-size: 15px;
}

.date, .title, .comments-head, .plheader {
  font-size: 16px;
}

.categorytitle {
  font-size: 22px;
}

.quote {
  font-size: 11px;
}

.sidetitle {
  font-size: 12px;
}

.posted, .side, .syndicate, .powered, .comments-post, .trackback-post {
  font-size: 11px;
}


#banner {
  font-size:24px;
}


body {
  margin:0px 0px 20px 0px;
}

a {
  color:#660000;
  text-decoration: none;
}

a:visited {
  color:#003366;
}

a:hover {
  color:black;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

.plheader {
  padding: 0px;
  margin: 20px;
  font-style: italic;
}

#banner {
  color:#333;
  font-weight:normal;	
  font-style:italic;
  padding:15px;
  border-top:4px double #666;
}

#banner a {
  text-decoration:none;
}

.categorytitle {
  font-style: italic;
  margin-top: 10px;
  margin-left: 25px;
  margin-bottom: 15px;
}

.description {
  color:#333;
  font-size:small;
  text-transform:none;	
}
				
#content {
  background:#FFF;
  margin-right:25px;
  margin-left:10px;;
  margin-bottom:10px;
  border:1px solid #FFF;	
}

#container {
background:#FFF;
border:1px solid #FFF;		
}

#links {	
padding:15px;				
border:1px solid #FFF;
}
		
.blog {
  padding:15px;
  background:#FFF; 
}

.quote {
  color:#333;
  border: 1px solid #aaa;
  margin: 0px;
  padding: 10px;
}

.title	{
  font-style: italic;
  color: #666;
}

#menu {
  margin-bottom:15px;
  background:#FFF;
  text-align:center;
}		

.date	{ 
  color: #666600; 
  border-bottom:1px solid #bbb;
  margin-bottom:10px;
  font-weight:bold;
}

.author {
  margin-top:10px;
  margin-bottom:10px;
}

.posted	{ 
  text-align:right;
  color: #666666; 
  margin-bottom:25px;
}

.posted a {
  color: #666666;
}

.side {
	color:#333;
	font-weight:normal;
		background:#FFF;
		line-height:200%;
		padding:0px 0px 0px 4px;
	margin-bottom:20px;
	}	
	
.sidetitle {
	color:#666600;
	font-weight:normal;
		padding-bottom: 5px;
		margin-top: 8px;
	margin-bottom: 5px;
	letter-spacing: .3em;
		background:#FFF;
		text-transform:uppercase;		
	}		

.syndicate {
		line-height:140%;
		padding:2px;
		margin-top:20px;
		background:#FFF;  		
	}	
	
.powered {
	color:#666;
	line-height:140%;
	text-transform:uppercase; 
	padding:2px;
	margin-top:20px;
	letter-spacing: .2em;					
		background:#FFF;		
	}	
	

.blogbody {
  color:#333;
  font-weight:normal;
  line-height:125%;
}

.blogentry {
  font-weight:normal;
  margin-bottom:30px;
  padding-left:20px;
}

.blogbody a, .comments-body a,
.blogbody a:link, .comments-body a:link,
.blogbody a:visited, .comments-body a:visited,
.blogbody a:active, .comments-body a:active,
.blogbody a:hover, .commentsbody a:hover  {
  text-decoration: underline;
}

.comments-head	{ 
  color: #666; 
  border-bottom:1px solid #999;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight:bold;
  background:#FFF;		
}

.comments-body {
  color:#666;
  font-weight:normal;
  background:#FFF;
  line-height:125%;
  padding-bottom:10px;
  padding-top:10px;
  border-bottom:1px solid #ccc;
}

.comments-entry {
  font-weight:normal;
  padding-left:20px;
}

.comments-post {
  color:#666;
  font-weight:normal;
  text-align: right;
}	


.trackback-url {
  color:#666;
  font-weight:normal;
  background:#FFF;
  line-height:140%;
  padding:5px;		
  border:1px dotted #999; 					
}

.trackback-body {
  color:#666;
  font-weight:normal;
  background:#FFF;
  line-height:140%;
  padding-bottom:10px;
  padding-top:10px;		
  border-bottom:1px dotted #999; 					
}		

.trackback-post {
  color:#666;
  font-weight:normal;
  background:#FFF;		
}	

