/* =================================================================== */
/* Blue #2db2ea
/* Atmosphere:
   Very Dark Blue: #010d26
   Dark Blue: #011c40
   Blue: #023e73
   Light Blue: #0378a6
   Yellow: #f7d01f
====================================================================== */

#navigation ul li a:hover, 
#navigation ul li:hover > a, 
#bolded-line, 
.button.gray:hover, 
.button.light:hover, 
.button.color, 
input[type="button"] {
	background: #023e73;
        color: #fff !important;
}

.headline h3, .headline h4 {
border-bottom: 1px solid #011c40;
}

#page-title h2 {
border-bottom: 2px solid #011c40;
}
.entry span.meta small{
    background: #011c40;
    border: 1px solid #011c40;
    
}
a:hover, a:focus{color: #0378a6 !important;}

#navigation {
    background: #011c40;
}

#navigation ul li a.active  {
	background: #023e73;
}

#navigation ul ul {
	background: #011c40;
}

.cameraContents .camera_caption span {
	background: #0378a6;
	color: #fff;
}

body {
    background: #011c40;
}

.totop {
	background:#023e73;
}

.totop:hover {
	background:#0378a6;
}

.primarycolor {
	color:#023e73;
}
