/**************************************\
*   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: -1920px 0px;
}
/**************************************\
*   TYPOGRAPHY
\**************************************/
h1, h2, h3
{
    color: #2f4059;
}
.post h1, #Widget #Widget-title
{
	background-position: -1920px bottom;
}
a, a:link, a:hover, a:visited, a:active {
	color: #FF9933;
}

/**************************************\
*   WIDGETS
\**************************************/
#FooterWidget #Widget-title h2, #Widget a:hover, #FooterWidget a:hover, #Download #Description
{
    color: #FF9933;
}
#Download a
{
    color: #000;
}
.wpcf7 input[type="submit"]
{
    background: #FF9933;
}
/**************************************\
*   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: #FF9933;
	border-left-color: #000;
}

dl.slidedeck dt .index {
	color: #666;
}

dl.slidedeck dt:hover .index { color: #000; }

dl.slidedeck dt.active .index {
	color: #fff;
}
