@charset "utf-8";
/* CSS Document */

a, a * {
	color: #B84E00;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

hr {
	border-bottom-color: #B84E00;
}

/* ---	elements by id/class 	*/
#footer {
	border-top-color: #E78034;
}

/* ---	widgets */
#social-networks {
	background-image: url( '/img/social/socnet-bkgd.png' );
}
#search, #glance {
	border-bottom-color: #E78034;
}
#glance {
	background: #FFEBCC;
}
.widget {
	border-top-color: #B84E00;
}
	.widget h3 {
		background: #E2D2B0;
		color: #B84E00;
	}
	p.widget-hilight {
		color: #B84E00;
		border-bottom-color: #B84E00;
	}
	p.widget-multi {
	}


