
/* beaumont style */

* {
	color: #72584B  ! important;
}

#container {
	border: 0;
}

/* HEADER */

#header .inner {
	background-color: #94E1F2;
	border: 3px solid #ABE9F7;
}

#header .title A {
	color: white ! important;
}

#header .description {
	font-weight: bold;
}

#headermenu LI.widget_categories UL LI:hover {
	border-top: 3px solid #ABE9F7;
}

#headermenu LI.widget_pages UL LI:hover {
	border-top: 3px solid #ABE9F7;
}

#headermenu LI UL LI.current_page_item {
	border-top: 3px solid #58B7CC;
	border-bottom: 3px solid white;
}

/* SIDEBAR */

#sidebar {
	border-left: 0px solid #72584B;
	background-color: white;
}

#sidebar UL LI A:hover {
	background-color: #EEEEEE;
}

/* FOOTER */

#footer .inner {
	background-color: #94E1F2;
	border: 3px solid #ABE9F7;
}

