@charset "utf-8";

/* Style specific styles */

body {
	color: #fff;
	background: #8ebdb6;
}

a:link,
a:visited {
	color: #3e838C;
}

a:active,
a:hover {
	color: #063940;
}

.icon-container,
.thumb-container,
.border,
.box {
	border-color: #063940;
}

h2,
#comment {
	color: #fff;
}

.thumb-container:hover,
.icon-container:hover {
	background-color: #3e838C;
}

#header,
#comment,
#footer {
	background: #195e63;
}

#comment {
	border-right-color: #063940;
	border-left-color: #063940;
	border-bottom-color: #063940;
}

#header a:link,
#header a:visited,
#footer a:link,
#footer a:visited {
	color: #74afbb;
}

#header a:active,
#header a:hover,
#footer a:active,
#footer a:hover {
	color: #90d9e8;
}
