/***********************
 *
 *   CSS For Interactions Blog
 *
 **********************/
 
body
{
	font-family:  verdana, arial, helvetica, sans-serif;
}

a 
{
	color:  #036;
}

div.mainbody_content
{
	width: 70%;
	float: left;
	margin-right: 10px;
}	

div.sidebar_content
{
	border-style: dashed;
	border-width: thin;
	border-color: #036;
	width: 25%;
	float: left;
	margin-top: 5px;
	padding: 8px;
	font-size: 90%;
	background-color: #CCCCFF;
}

h2.date-header
{
	font-size: 120%;
}

 div.blogtitle
 {
	font-family:  verdana, arial, helvetica, sans-serif;
 	font-size: 150%;
 	color: black;
 	text-align: center;
 	border-bottom-style: solid;
 	border-bottom-width: thin;
 	border-bottom-color: #036;
}
 
div.blogtitle a
{
	color:  #036;
	text-decoration: none;
}

div.entry-header a
{

}

div.entry-body
{
 	color: black;
 	font: 13px/16px verdana, arial, helvetica, sans-serif;
}
 
 
/**  Search Box  **/
div.module-search
{
}

div.module-archives
{
	background-color: #CCCCFF;	
	border-top-style: solid;
	border-top-color: black;
	border-top-width: thin;
	
}

div.module-content
{
	background-color: #CCCCFF;
	color: black;
}

div.module-syndicate
{
	font-size: 95%;
	text-align: center;
}


h2.module-header 
{
	margin-left: 5px;
	font-size: 100%;
}

div.module-content form
{
	padding: 5px;
}

div.module-content input
{
	margin: 3 3 3 3;
}

div.comments
{
	font-size: 85%;
}

div.trackbacks
{
	font-size: 80%;
}
