/* Styles specific to Front page */


/**** HEADER ***************************************************/
#header #blogname {
	background-color: #2D375B;
}

#header #adjective {
	background-color: #5162A1;
}


/**** BACKGROUND DIV ***************************************************/
#column-background
{
	background: transparent url(../images/frontbg.gif);
}


/**** SIDEBAR ********************************************************/
#sidebar ul li h2
{
	background-color: #232A45;
}

#sidebar ul li ul li.weblog
{
	display: block;
}

#sidebar ul li ul li.weblog a:hover {
	text-decoration: none;
	background-color: #232A45;
}

#sidebar ul li ul li.weblog a span.desc {
	margin: .3em 0 .3em 0;
	display: block;
	font-size: 8pt;
	color: #ddd;
}


/**** SIDEBAR2 ********************************************************/
#sidebar2 ul li h2
{
	background-color: #3D4C81;
}


/**** CONTENT *******************************************************/
#content {
	/* 386px for 3-columns, 563px for 2-columns */
	width: 386px;
}

#content div.content-heading
{
	color: #5162A1;
}

#content div.post div.entry a:link
{
	color: #5162A1;
	text-decoration: none;
}

#content div.post div.entry a:hover
{
	color: #2D375B;
	text-decoration: underline;
}

/**** FOOTER *******************************************************/
#footer {
	background-color: #2D375B;
}