body
{
	background-color: #460e0f;
}

#wrapper
{
	background-color: #fff;
}

/* links */

a:link,
a:visited
{
	color: #a72026;
	background: transparent;
	text-decoration: underline;
}

a:hover,
a:active
{
	background-color: #a72026;
	color: #fff;
	text-decoration: none;
}

/* buttons */


#content .button,
#content a.button:link,
#content a.button:visited
{
	background: #a72026;
	border-top-color: #d59698;
	border-left-color: #d59698;
	border-bottom-color: #460e0f;
	border-right-color: #460e0f;
	color: #fff;
}

#content a.button:hover,
#content a.button:active
{
	background: #460e0f;
	color: #fff;
}


/* top: branding, about */
#branding
{
}

#branding h1
{
	background-color: #a72026;
}

#branding div.about-blog
{
	background-color: #a72026;
	color: #fff;
}

#branding a:link,
#branding a:visited
{
	color: #fff;
	background: transparent;
}

#branding a:hover,
#branding a:active
{
	color: #a72026;
	background-color: #fff;
}



/* sidebar */
#sidebar
{
	background-color: #a72026;
	color: #fff;
}


#sidebar a:link,
#sidebar a:visited
{
	color: #fff;
	background: transparent;
}

#sidebar a:hover,
#sidebar a:active
{
	color: #a72026;
	background-color: #fff;
}


/* content */
#content
{
	background-color: #fff;
	color: #000;
}

#content p.entry-date
{
	color: #666;
}

#content p.entry-fav a:link
{
	color: #fff;
	border-color: #703433;
	background-color: ;
}
#content p.entry-fav a:visited
{
	color: #fff;
	border-color: ;
	background-color: ;
}

#content p.entry-fav a:hover,
#content p.entry-fav a:active
{
	color: ;
	border-color: #703433;
	background-color: #fff;
}






/*****************/
/*               */
/*    forms      */
/*               */
/*****************/
textarea, input, select
{
	background: #f9f9f9;
}

textarea:focus, 
input:focus, 
select:focus
{
	background: #ffe0e0;
	border-color: #900;
}

/*****************/
/*               */
/*    tables     */
/*               */
/*****************/
th
{
	background: #a72026;
}

