/*  _______________________________________

	COLOR STYLING - TAN
    _______________________________________  */



/*
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:#837361; /* Header colored part, 43% */
}
#menu li:hover div a {
	color:#9c8c7b; /* 53% */
}
a, 
#sidebar a:hover, 
#menu li:hover div a:hover,
.control h2, 
.pc_item h2 {
	color:#837361; /* 43% */
}
a:hover,
.active h2, 
#posts a:hover {
	color:#65594c; /* 33% Rotator active heading color */
}
#static_content a {
	color:#c8bfb5; /* 76% */
}
.button_link,
.button_link:hover {
	border:1px solid #484036; /* 26% */
}
