

/* Main Color Scheme */
h1.page-title,
.mini-sidebar .widget > h3,
input[type=submit],
#sidebar .widget > h3,
.item-block .item-comment,
.strict-block .block-title,
.breaking-news .breaking-title,
.tag-cloud a,
#wp-calendar thead,
#wp-calendar caption,
.ot-jumplist .open-jumplist,
.ot-jumplist .actual-list {
	background-color: #33250E;
}
#wp-calendar tbody td#today {
	/* box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px <-CUSTOM->, inset 1px 0 0 3px <-CUSTOM->; */
	box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px #33250E, inset 1px 0 0 3px #33250E;
}

/* Main Menu Color */
.header #main-menu {
	background-color: #33250E;
}

/* Link color */
a {
	color: #33250E;
}

/* Mouse-Over link color */
a:hover {
	color: #33250E;
}

/* Footer Widget Title Color */
.footer .widget > h3 {
	color: #33250E;
}

/* Footer Widget Title Bottom Border */
.footer .widget > h3 {
	border-bottom: 3px solid #33250E;
}

/* Background Color/Texture/Image */
body {
			background: #F1F1F1;
	
}

