/* @group COLORS */

body {
	color: #29251E;
	background-color:#fff;
}
.row#main {
	background-color: #eed;
}
#main .container {
	border-color: #fff;
}
.container a, .container a:link, .container a:visited, 
.container a:hover, .container a:active, .container a:focus {
	color: #F23C13;
	border-bottom: 1px solid #CBAB78;
}
.container a:hover {
	color: #F23C13;
	border-bottom: 1px solid #CBAB78;
}
.container a:active, a:focus {
	color: #CBAB78;
	border-bottom: none;
}
.container a:visited {
	border-bottom: none;
}
#header a, #header a:link, #header a:visited, 
#header a:hover, #header a:active, #header a:focus, 
#footer a, #footer a:link, #footer a:visited, 
#footer a:hover, #footer a:active, #footer a:focus {
	border: none;
}
#header a:hover, 
#footer a:hover {
	color: #CBAB78;
}
#header a:active, #header a:focus, 
#footer a:active, #footer a:focus {
}
.container h2 a, .container h2 a:link, .container h2 a:visited, 
.container h2 a:hover, .container h2 a:active, .container h2 a:focus {
	color: #635F53;
	border: none;
}
.container h3 {
	color: #000;
}
#searchInput {
	background-color: #eed;
	color: #F23C13;
}
#searchInput:focus {
	color: #000;
}	
.postMeta {
	color: #898373;
	border-color: #898373;
}
.postMeta a, .postMeta a:link, .postMeta a:visited {
	color: #635F53;
	border-bottom:none;
}
.postMeta a:hover, .postMeta a:active, .postMeta a:focus {
	color: #F23C13;
	border-bottom: 1px solid #F23C13;
}
big.quote {
	color: #F23C13;
}
/* @end */