/* Classis color scheme - blue for header and links, green for buttons
--------------------------------------------------------- */

/* BODY DEFAULTS
--------------------------------------------------------- */
a { color: #0069A4;  }   /* blue */
input[type=submit], input[type=button], button, .button { background-color: #16abe3; }  /*1c7fb0 green */

/* HEADER
--------------------------------------------------------- */
#header, #content-header { background-color: #1c7fb0; }   /* blue 263a60  16ABE3*/
#content-header h1 { background: #1c7fb0; }   /* blue 16ABE3*/
#header nav ul.sub-menu li a:hover { color: #50d5f5; }  /* light blue */

/* CONTENT
--------------------------------------------------------- */
#content .pricing th.heading { background-color: #0090EC; } /* blue */
content .pricing table.highlighted th.heading { background-color: #005D99; } /* dark blue */
ul.tags li a.active { background: #1c7fb0; border-color: #1c7fb0; }  /* green */
#menu-portfolio-items ul.tags li a.active { background: #1c7fb0; }  /* green */
