body
{
	/* SB */
	background-color: rgb(227,196,221);
	color: rgb(0,0,0);
	font-family: Georgia, serif;
	font-size: medium;
	border: 0px;
	border-style: none;
	border-color: rgb(0,0,0);
	/* ESB */
	/* margin:0px 0px 20px 0px;
	background:#FFF; */
}
	
A
{
	/* SB */
	color: rgb(238,8,196);
	text-decoration: underline;
	/* ESB */
	/* color: #003366; text-decoration: underline; */
}
A:link
{
	/* SB */
	color: rgb(238,8,196);
	text-decoration: underline;
	/* ESB */
	/* color: #003366; text-decoration: underline; */
}
A:visited
{
	/* SB */
	color: rgb(170,6,141);
	text-decoration: underline;
	/* ESB */
	/* color: #003366; text-decoration: underline; */
}
A:active
{
	/* SB */
	background-color: rgb(238,8,196);
	color: rgb(255,255,255);
	/* ESB */
	/* color: #999999; */
}
A:hover
{
	/* SB */
	background-color: rgb(238,8,196);
	color: rgb(255,255,255);
	/* ESB */
	/* color: #999999; */
}

h1, h2
{
	margin: 2px;
	padding: 2px;
}

h3, h4
{
	margin: 0px;
	padding: 0px;
}

#banner,
#banner a,
#banner a:link
#banner a:visited
{
	/* SB */
	background-color: rgb(227,196,221);
	color: rgb(0,0,0);
	font-family: Georgia, Times New Roman, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.25em;
	word-spacing: 0.25em;
	text-align: right;
	text-decoration: none;
	border: 0px;
	padding-bottom: 5px;
	width: 100%;
	/* ESB */
	/* font-family:palatino, georgia, verdana, arial, sans-serif;
	color:#333;
	font-size:x-large;
	font-weight:normal;	
  	padding:15px;
        border-top:4px double #666; */
}

#banner a:active,
#banner a:hover
{
	color: rgb(238,8,196);
	text-decoration: none;
}

#tagline
{
	font-family: Georgia, Times New Roman, serif
	font-size: small;
	background-color: rgb(0,0,0);
	color: rgb(227,196,221);
	border: 0px;
	border-color: rgb(255,255,255);
	padding: 5px;
	text-align: right;
}

.description
{
	/* SB */
	font-family: Georgia, Times New Roman, serif;
	font-size: small;
	background-color: rgb(0,0,0);
	color: rgb(227,196,221);
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	border: 0px;
	padding: 5px;
	margin-top: 5px;
	border-color: rgb(255,255,255);
	text-align: right;
	/* ESB */
	/* font-family:palatino,  georgia, times new roman, serif;
	color:#333;
	font-size:small;
  	text-transform:none; */
}
				
#content
{
	/* SB */
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin-left: 28%;
	width: auto;
	border: 1px solid;
	border-color: rgb(0,0,0);
	padding: 10px;
	text-align: left;
	position: relative;
	/* ESB */
}

#container
{
	background: #FFF;
	border: 1px solid #FFF;		
}

#links
{
	border: 1px solid #000;
	width: 28%;
	top: 0;
	left: 0;
	float: left;
	text-align: left;	
}
		
.blog
{
	padding:15px;
}

.blogbody
{
	font-family: georgia, times new roman, serif;
	font-size: medium;
	font-weight: normal;
	line-height: 160%;
        color: rgb(0,0,0);
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

.title
{
	color: rgb(238,8,196);
	font-family: georgia, times new roman, serif;
	font-size: x-large;
	font-weight: bold;
}			

#menu
{
	margin-bottom:15px;
	background:#FFF;
	text-align:center;
}		

.date
{ 
	font-family: georgia, times new roman, serif;
	font-size: medium;
	font-weight: lighter;
	font-variant: small-caps;
	text-align: right;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}			
		
.posted
{ 
	font-family: Georgia, Times New Roman, serif; 
	font-size: small;
	text-decoration: none;
	color: rgb(170,6,141);
	margin-bottom:25px;
}

.posted a,
.posted a:link
{
	background-color: rgb(255,255,255);
	color: rgb(238,8,196);
	text-decoration: none;
}

.posted a:visited
{
	background-color: rgb(255,255,255);
	color: rgb(170,6,141);
	text-decoration: none;
}

.posted a:active,
.posted a:hover
{
	background-color: rgb(238,8,196);
	color: rgb(255,255,255);
	text-decoration: none;
}
		
.calendar
{
	font-family:verdana, arial, sans-serif;
	color:#666;
	font-size:x-small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
	padding:2px;
	text-align:left;
}
	
.calendarhead
{	
	font-family:palatino, georgia, times new roman, serif;
	color:#666600;
	font-size:small;
	font-weight:normal;
	padding:2px;
	letter-spacing: .3em;
  	background:#FFF;
  	text-transform:uppercase;
	text-align:left;			
}

.side
{
	background-color: rgb(227,196,221);
	color: rgb(0,0,0);
	font-size: small;
	font-weight: normal;
	font-varient: normal;
	text-transform: none;
	padding: 2px;
	line-height: 140%;
}

.side a,
.side a:active,
.side a:hover,
.side a:link
{
	background-color: rgb(227,196,221);
	color: rgb(238,8,196);
	text-decoration: none;
}

.side a:visited
{
	background-color: rgb(227,196,221);
	color: rgb(170,6,141);
	text-decoration: none;
}

.sidetitle
{
	font-size: medium;
	background-color: rgb(0,0,0);
	color: rgb(227,196,221);
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	border: 0px;
	border-style: none;
	border-color: rgb(221,89,197);
	padding: 5px;
	text-align: center;
}
	
.syndicate
{
	font-size: small;
}

.syndicate a,
.syndicate a:active,
.syndicate a:hover,
.syndicate a:link
{
	background-color: rgb(227,196,221);
	color: rgb(238,8,196);
	text-decoration: none;
}

.syndicate a:visited
{
	background-color: rgb(227,196,221);
	color: rgb(170,6,141);
	text-decoration: none;
}
		
.powered
{
	font-family: georgia, times new roman, serif;
	font-size:x-small;		
	line-height:140%;
	text-transform:uppercase; 
	padding:2px;
	margin-top:50px;
	letter-spacing: .2em;	
}	
		
.comments-body
{
	font-family: Georgia, Times New Roman, serif;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	padding-bottom: 10px;
	padding-top: 10px;		
	border-bottom: 1px dotted #999; 					
}		

.comments-post
{
	font-family: Georgia, Times New Roman, serif;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-size: x-small;
	font-weight: normal;	
}	
			
.trackback-url
{
	font-family: Georgia, Times New Roman, serif;
	font-size: small;
	font-weight: normal;
  	line-height: 140%;
 	padding: 5px;		
 	border: 1px dotted #999; 					
}

.trackback-body
{
	font-family: Georgia, Times New Roman, serif;
	font-size: small;
	font-weight: normal;
  	line-height: 140%;
 	padding-bottom: 10px;
  	padding-top: 10px;		
 	border-bottom: 1px dotted #999; 					
}		

.trackback-post
{
	font-family: Georgia, Times New Roman, serif;
	font-size: x-small;
	font-weight: normal;		
}	

.comments-head
{
	font-family: Georgia, Times New Roman, serif;
	font-size: small;
	color: #666; 
	border-bottom: 1px solid #999;
	margin-top: 20px;
	font-weight: bold;
	background: #FFF;		
}		

#banner-commentspop
{
	font-family: Georgia, Times New Roman, serif;
	color: #FFF;
	font-size: large;
	font-weight: bold;
	border-left: 1px solid #FFF;	
	border-right: 1px solid #FFF;  		
	border-top: 1px solid #FFF;  		
	background: #003366;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;  		  		  			

}
