/**************************************\
*   DESCRIPTION:
This css contains only color and specific image information.
all the structure and typografic information is found in the main style.css.
all pages look in structure the same, but the color changes with every page.
\**************************************/

/**************************************\
*   Page layout coloring
\**************************************/
#Header #Logo, #footer-line
{
    background-position: 0px 0px;
}
/**************************************\
*   TYPOGRAPHY
\**************************************/
h1, h2, h3
{
    color: #2f4059;
}
.post h1, #Widget #Widget-title
{
    background-position: 0px bottom;
}
a, a:link, a:hover, a:visited, a:active 
{
	color: #99cc00;
}
/**************************************\
*   WIDGETS
\**************************************/
#FooterWidget #Widget-title h2, #Widget a:hover, #FooterWidget a:hover, #Download #Description
{
    color: #99cc00;
}
#Download a
{
    color: #000;
}
.wpcf7 input[type="submit"]
{
    background: #99cc00;
}
/**************************************\
*   SLIDER
\**************************************/
dl.slidedeck dt {
	/*background-color: #f8f8f8;*/
	color: #333;
	border-bottom-color: #fff;
}
dl.slidedeck dd {

}
dl.slidedeck dt:hover { color: #000; }

dl.slidedeck dt.active, dl.slidedeck dt.active:hover {
	color: #fff;
	background-color: #99cc00;
	border-left-color: #000;
}

dl.slidedeck dt .index {
	color: #666;
}

dl.slidedeck dt:hover .index { color: #000; }

dl.slidedeck dt.active .index {
	color: #fff;
}

