﻿/*This file houses all of the color styles specific to the Normal Style.*/
#container { background : #0055FF; }

h3 {
    color : #000;
    background : #967c2c;
}

strong { color: #CD853F; }

blockquote
{
    color : #b29b35;
    background-color: #0055BB;
}

/*FOOTER*/
footer { border-top: 1px solid #fff; }
footer > div { background-color: #417c2c; }
footer a:link, #footer a:visited { color : #fff; }
footer a:hover { color: #333; }

/*TOP NAVIGATION*/
.navcontainer ul
{
    border-top : 1px solid #fff;
    border-bottom : 1px solid #fff;
    background : #417c2c;
    color : #333;
}
 
.navcontainer ul li a
{
    border-right : 1px solid #fff;
    background : #336633;
    color : #fff;
}

.navcontainer ul li a:hover, .navcontainer ul li a.current { background : #91ae00; }

/*TOP NAVIGATION FOR MOBILE*/
.navBar { background-color: #0000BB; }

.navIconActive, nav.showWhenSmall { 
    background-color: green;
    transition: background-color 0.25s linear;
}

nav a[id*="smallNav_li"] { border-bottom: 1px solid white; }

/*CONTENT*/
#content { color : #5FB; }
#content a:link, #content a:visited, a#cphMain_hlRandLink { color : #FF0; }
#content a:hover { color : #FFF; }

/*CONTENT CLASSES*/
.btnRandomize
{
    background-color: #0B4;
    color: SaddleBrown;
}

.post { background: #0088FF; }

input[type="submit"] {
    background-color: #81FF6F;
    color: saddlebrown;
    border-color: #FF0;
}

/*Home Page Accordion Coloring*/
.accordionBackGround
{
    background: #c47027; /* Old browsers */
    background: -moz-linear-gradient(top, #c47027 1%, #0c98fc 13%, #0c98fc 82%, #c47027 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c47027), color-stop(13%,#0c98fc), color-stop(82%,#0c98fc), color-stop(100%,#c47027)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c47027 1%,#0c98fc 13%,#0c98fc 82%,#c47027 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c47027 1%,#0c98fc 13%,#0c98fc 82%,#c47027 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c47027 1%,#0c98fc 13%,#0c98fc 82%,#c47027 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c47027 1%,#0c98fc 13%,#0c98fc 82%,#c47027 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c47027', endColorstr='#c47027',GradientType=0 ); /* IE6-9 */
    border-right: 1px solid #c47027;
    border-left: 1px solid #c47027;
}

/*PROJECT PAGE UPDATE SPAN STYLE*/
.update { color: #DB9; }

/*VALIDATION ERROR MESSAGES*/
.errorMessage
{
    color: #900;
    background-color: #FF0;
    padding: 2px 3px 2px 2px;
    text-align: center;
}

/*SIDEBAR*/
#sidebar { background : #00BB44; }

.sidemenu ul li
{    
    background: #00bb44; /* Old browsers */
    background: -moz-linear-gradient(top,  #00bb44 0%, #f5f5f5 23%, #f5f5f5 73%, #00bb44 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bb44), color-stop(23%,#f5f5f5), color-stop(73%,#f5f5f5), color-stop(100%,#00bb44)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00bb44 0%,#f5f5f5 23%,#f5f5f5 73%,#00bb44 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00bb44 0%,#f5f5f5 23%,#f5f5f5 73%,#00bb44 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00bb44 0%,#f5f5f5 23%,#f5f5f5 73%,#00bb44 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00bb44 0%,#f5f5f5 23%,#f5f5f5 73%,#00bb44 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bb44', endColorstr='#00bb44',GradientType=0 ); /* IE6-9 */
}

/*CUSTOM CSS ACCORDION*/
.expandOverlay {
    box-shadow: 18px -5px 15px 25px #05FC; 
    background-color: #05F;
    border-top: 1px dashed lime;
}