a {
	color: #3980BF;;
	text-decoration: none;
}

a:hover {
	color: ##3980BF;;
	text-decoration: underline;
}

a:hover.side {
	color: #1487c9;
	text-decoration: underline;
}

.button:focus, .button:hover {
	background-position: 0 -201px;
	background-color: #D84743;
	border-color: #00b5dd;
}

.button:active, .button.active {
	background-position: 0 -241px;
	background-color: #A5211E;
	border-color: #00b5dd;
}

.sub-header ul li.current-link a {
	background-color: #00b5dd;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#0fc6ee),color-stop(100%,#00b5dd));
    background-image: -webkit-linear-gradient(#0fc6ee,#00b5dd);
    background-image: -moz-linear-gradient(#0fc6ee,#00b5dd);
    background-image: -o-linear-gradient(#0fc6ee,#00b5dd);
    background-image: linear-gradient(#0fc6ee,#00b5dd);
}

.sub-footer-top {
	background-color: #00b5dd;
}

.scapmain {
	background-color: #3980BF;
}

.capmain {
	background-color: #3980BF;
}

.news_info ul li.date { background: url(../images/icons/date.png) 0 -48px no-repeat; }
.news_info ul li.author { background: url(../images/icons/author.png) 0 -48px no-repeat; }
.news_info ul li.comments { background: url(../images/icons/comments.png) 0 -48px no-repeat; }

#navigation li.current-link a {
	background-color: #3980BF;
}

::selection { color: #fff; background: #1487c9; }
::-moz-selection { color: #fff; background: #1487c9; }
div.highlightBlue::selection { color: #fff; background: #1487c9; }
div.highlightBlue::-moz-selection { color: #fff; background: #1487c9; }
