.logo > a {
    color: #00ADEB;
}
logo a span:hover{
	color: #00ADEB !important;
}
span.color, a:hover, h1.big, .tweet_list li a, .error-page .copyright a {
	color:#00ADEB;
}
::-moz-selection {
	background:#5BB75B;
}

::selection {
    background:#5BB75B;
}
header{
	border-color:#00ADEB;
	background:none repeat scroll 0 0 #000000;
	border-bottom:1px solid #222;
    background: url("../../images/vb_mainnav_bckg.png") repeat scroll left bottom transparent;
    height: 100px;
    z-index: 1;

}
.rw-sentence{
	color:#5BB75B;
}
.flickr-feed li .hover {
    background: none repeat scroll 0 0 #5BB75B;
}
.colorTipContainer {
    color:#5BB75B;
}
.label-warning{
    color: #DE6801;
}

#error-page p {
  font-family: 'Open Sans';
  text-shadow: none;
  color: #004E68;
  text-align: justify;
  text-justify: newspaper;
  line-height:150%
}
#error-page form p {
  font-size: 14px;
}
#error-page form div {
  font-size: 14px;
  font-family: 'Open Sans';
  text-shadow: none;
  color: #004E68;
  text-align: justify;
  text-justify: newspaper;
}
#error-page h1, #error-page p.high {
  color: #004E68;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-align: center;
}
.copy-color {
    color: #004E68;
}
.footer-bottom {
    border-bottom: 2px solid #00ADEB;
}
.about a {
    text-decoration: none;
}
.form-wrapper {
    box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 1px 0 #BBBBBB, 0 1px 0 #AAAAAA, 0 3px 3px #444444;
}
footer.footer {
    background: none repeat scroll 0 0 #FFFFFF;
}
h3.title, footer a {
    color: #5E7A84;
}
.footer-headline {
    border-bottom: 1px dotted;
    color: #5E7A84;
}
.welcome, .flex-caption span, .day, .sti-menu li a h2, .qoute h2, .description, #toggle-view li span.link, .tables-column .header h3 span, #error-page p {
    font-size: 18px;
}
p.visualCaptcha-explanation,div.accessibility-description {
		margin: 50px 0px 10px;
		background-color: transparent;
		font-size: 14px;
}
div.visualCaptcha-possibilities .img{
    padding: 10px;
    border: 3px solid transparent;
}
div.visualCaptcha-possibilities .visualCaptcha-selected {
    padding: 10px;
    border: 3px dashed #099A9F;
}