/* BASE --------------------------------------------------------------------- */

html {
	border-top-color: #568A91;
	background-color: #fff;
}

body {
	background-color: #fff;
	color: #464646;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #464646;
}

a {
	color: #BF2726;
}

a:focus,
a:hover {
	color: #751817;
}

/* UTILITY ------------------------------------------------------------------ */

/* COMPONENT | VERTICAL MENU ------------------------------------------------ */

.menu h2,
.menu h2 a {
	color: #464646;
}

.menu ul {
	border-top-color: #aaa;
}

.menu li a {
	border-bottom-color: #aaa;
}

/* HEADER ------------------------------------------------------------------- */

#logo {
	background: #568A91;
}

#tagline {
	color: #767676;
}

/* HEADER : NAVIGATION ------------------------------------------------------ */

#navigation a {
	color: #555;
}

.news #navigation .news a,
.news #navigation .news a:focus,
.news #navigation .news a:hover,
.events #navigation .events a,
.events #navigation .events a:focus,
.events #navigation .events a:hover,
.magazine #navigation .magazine a,
.magazine #navigation .magazine a:focus,
.magazine #navigation .magazine a:hover,
.about #navigation .about a,
.about #navigation .about a:focus,
.about #navigation .about a:hover,
.contact #navigation .contact a,
.contact #navigation .contact a:focus,
.contact #navigation .contact a:hover {
	background: #568A91;
	color: #fff;
}

#navigation a:focus,
#navigation a:hover {
	background: #777;
	color: #fff;
}


/* FOOTER ------------------------------------------------------------------- */

#footer {
	border-top-color: #aaa;
}

#footer .menu {
	background: #eee;
}

#footer .credit {
	border-top-color: #aaa;
}

/* CONTENT ------------------------------------------------------------------ */


#content .header {
	background: #568A91;
}

#content .header * {
	color: #eee;
}

#content .header h1 {
	color: #fff;
}

#content .header .meta a:focus,
#content .header .meta a:hover {
	background: #eee;
	color: #464646;
}

#content .excerpt p {
	color: #222;
}

#content .content h1,
#content .content h2,
#content .content h3,
#content .content h4 {
	color: #568A91;
}

#content .source {
	border-top-color: #aaa;
}

#content .sharing {
	border-bottom-color: #aaa;
	border-top-color: #aaa;
}

#content .sharing h4 {
	border-bottom-color: #aaa;
}

#content .picture .caption {
	color: #7b7b7b;
}

/* HOME --------------------------------------------------------------------- */

