/*  _______________________________________

	COLOR STYLING - GREEN
    _______________________________________  */



/*
Percentages are values given from a starting color,
when you choose a basic color, you can find other variants
on : http://0to255.com/
It helps to keep consistency when choosing colors.
*/

#slider_container {
	background:url("../img/background/patterns/pattern6.png") bottom repeat; /* Choose a pattern (img/background/patterns) from 1 to 8 */
	/*
	background:url("../img/background/patterns/pattern1.png") bottom repeat;
	background:url("../img/background/patterns/pattern2.png") bottom repeat;
	background:url("../img/background/patterns/pattern3.png") bottom repeat;
	background:url("../img/background/patterns/pattern4.png") bottom repeat;
	background:url("../img/background/patterns/pattern5.png") bottom repeat;
	background:url("../img/background/patterns/pattern6.png") bottom repeat;
	background:url("../img/background/patterns/pattern7.png") bottom repeat;
	background:url("../img/background/patterns/pattern8.png") bottom repeat;
	*/
}
#static_container {
	background:url("../img/background/patterns/pattern6a.png") bottom repeat; /* Choose a pattern (img/background/patterns) from 1 to 8 */
	/*
	background:url("../img/background/patterns/pattern1a.png") bottom repeat;
	background:url("../img/background/patterns/pattern2a.png") bottom repeat;
	background:url("../img/background/patterns/pattern3a.png") bottom repeat;
	background:url("../img/background/patterns/pattern4a.png") bottom repeat;
	background:url("../img/background/patterns/pattern5a.png") bottom repeat;
	background:url("../img/background/patterns/pattern6a.png") bottom repeat;
	background:url("../img/background/patterns/pattern7a.png") bottom repeat;
	background:url("../img/background/patterns/pattern8a.png") bottom repeat;
	*/
}
#slider_container, 
#static_container, 
#small_separator,
.button_link {
	background-color:#788951; /* Header colored part, 43% */
}
#menu li:hover div a {
	color:#93a568; /* 53% */
}
a, 
#sidebar a:hover, 
#menu li:hover div a:hover,
.control h2, 
.pc_item h2 {
	color:#788951; /* 43% */
}
a:hover,
.active h2, 
#posts a:hover {
	color:#5c693e; /* 33% Rotator active heading color */
}
#static_content a {
	color:#c8d2b2; /* 76% */
}
.button_link,
.button_link:hover {
	border:1px solid #495431; /* 26% */
}
