/* Styles specific to Portfolio pages */


/**** HEADER ***************************************************/
#header #blogname {
	background-color: #520D0D;
}

#header #adjective {
	background-color: #8C0000;
}


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

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


/**** CONTENT *******************************************************/
#content {
	/* 386px for 3-columns, 563px for 2-columns */
	width: 563px;
	background: transparent url(../images/2column-gradient-trans.png) no-repeat;
}

#content div.featured
{
	color: #957F4F;
}

#content div.post div.entry p em
{
	color: #520D0D;
}

/**** FOOTER *******************************************************/
#footer {
	background-color: #520D0D;
}