
body {
	color: #000000;
}

a {
	color: #456789;
}

a:visited {
	color: #456abc;
}

a:hover,
a:focus,
a:active {
	color: #abcdef;
}

/***************************************************************************************************
	head
***************************************************************************************************/
#head {
	text-align: center;
			background-image: url( https://sites.uac.pt/mea/files/2012/12/cropped-praia1.jpg );
		background-repeat: no-repeat;
		background-position: center;
	}

#head h1 a {
	color: #blank;
}

	#head h1 a {
		top: 0px;
		left: 0px;
		position: absolute;
		width: 960px;
		height: 200px;
		display: block;
		text-indent: -9999px;
	}

	#head h2 {
		display: none;
	}


/***************************************************************************************************
	body
***************************************************************************************************/
#body {
	background: #ffffff;
}

/***************************************************************************************************
	navigator
***************************************************************************************************/
#navigator {
	color: #000000;
}

#navigator input,
#navigator button {
	color: #000000;
}

#navigator a {
	color: #333333;
}

#navigator a:focus,
#navigator a:hover,
#navigator a:active {
	color: #999999;
}

#navigator .current-menu-item a {
	color: #666666;
}

#navigator .sub-menu {
	background: #ffffff;
}

/***************************************************************************************************
	content
***************************************************************************************************/
#content {
	color: #333333;
}

#content a {
	color: #456789;
}

#content a:visited {
	color: #789abc;
}

#content a:hover,
#content a:focus,
#content a:active {
	color: #abcdef;
}

#content .head a {
	color: #000000;
}

#content .head h1 {
	color: #000000;
	border-color: #000000;
}

#content .body .post_title,
#content .body .post_title a {
	color: #000000;
}

#content .body .post_meta,
#content .body .post_meta a {
	color: #666666;
}

/***************************************************************************************************
	content: section comments
***************************************************************************************************/
#content .section_comments {
	color: #333333;
}

#content .section_comments a {
	color: #456789;
}

#content .section_comments a:visited {
	color: #789abc;
}

#content .section_comments a:hover,
#content .section_comments a:focus,
#content .section_comments a:active {
	color: #abcdef;
}

#content .section_comments .head a {
	color: #000000;
}

#content .section_comments .head h1,
#content .section_comments .comment-reply-title {
	color: #000000;
}

#content .section_comments .body .comment_author,
#content .section_comments .body .comment_author a {
	color: #000000;
}

#content .section_comments .body .comment_meta,
#content .section_comments .body .comment_meta a {
	color: #666666;
}

/***************************************************************************************************
	content-split
***************************************************************************************************/
#content-split {
	color: #333333;
}

#content-split a {
	color: #456789;
}

#content-split a:visited {
	color: #789abc;
}

#content-split a:hover,
#content-split a:focus,
#content-split a:active {
	color: #abcdef;
}

#content-split .section .head h1 {
	color: #000000;
	border-color: #000000;
}

#content-split .post_title,
#content-split .post_title a {
	color: #000000;
}

#content-split .post_meta,
#content-split .post_meta a {
	color: #666666;
}

/***************************************************************************************************
	widgets
***************************************************************************************************/
#sidebar,
#extras {
	color: #333333;
}

#sidebar a,
#extras a {
	color: #456789;
}

#sidebar a:visited,
#extras a:visited {
	color: #789abc;
}

#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active,
#extras a:hover,
#extras a:focus,
#extras a:active {
	color: #abcdef;
}

#sidebar .section .head h1,
#extras .section .head h1 {
	color: #000000;
	border-color: #000000;
}

#sidebar .post_meta,
#sidebar .post_meta a,
#extras .post_meta,
#extras .post_meta a {
	color: #666666;
}