/*********************************
 *  Seanblog-specific styling
 *********************************/
 
body
{
	font-size: 70%;
}

 
h3 {

}


/*  The titles of the postings  */
h3.entry-header 
{
	font-size: 120%;
}

h3.entry-header a
{
	color: #333333;
}

div.entry-body
{
	font-size: 100%;
}

div.entry-body a
{
	font-weight: bold;
	text-decoration: none;
	color: #036;
}

div.entry-body a:visited
{
	#color: #336600;
	color: #663366;
	font-weight: bold;
	text-decoration: none;
}


div.entry-tags
{
  font-weight: normal;
  font-size: 90%;
}

div.entry-tags a
{
    font-weight: bold;
    color: #036;
}

div.entry-tags a:visited
{
    font-weight: bold;
    color: #663366;
}


 
div.subheading a
{
	TEXT-DECORATION: none;
	color:  #036;
}

div.blogroll_subheading
{
  font-weight: bold;
  font-size: 95%;
}

div.blogroll_text
{
  font-weight: normal;
  font-size: 90%;
}

div.blogroll_text a
{
    font-weight: bold;
    color: #036;
}

div.blogroll_text a:visited
{
    font-weight: bold;
    color: #663366;
}
span.post-footers
{
	font-size: 90%;
}
