/* ----- THEME SPECIFIC STYLING ----- */
/* This file should only deal with colors */
/*
	Usage example:
		
	1. Add this to CXML template vars:
	
		<var name="templateTheme" type="string">
			color
		</var>
	
	2. Location of this file: [templateBase]/css/theme.color.css

*/

body
{
	background: #989898;
	color: #fdfbfe;
}

h1
{
	color: #fdfbfe;
}

#container
{
	background: #bec39b;
	color: #4a4a40;
}

#left-section
{
	background: #bec39b;
	color: #4a4a40;
}

#left-section .header
{
	background: #6b7338;
	color: #fdfbfe;
}

#left-section .menu li
{
	background: #878e5b;
}

#left-section .menu li a
{
	color: #dee1ce;
}

#right-section
{
	background: #dee1ce;
}

#right-section #image-section
{
	background: #a0a0a0;
}

#right-section #booking
{
	background: #4a463d;
	color: #fdfbfe;
}

#template-home #right-section #columns
{
	background: #dee1ce;
	color: #4a4a40;
}

#right-section #columns h3, #template-home #right-section #columns strong, #right-section #columns a
{
	color: #6b7338;
}

#template-subpage #right-section #columns #column2
{
	background: #bec39b;
}

#footer
{
	background:	#6b7338;
	color: #bec39b;
}	

#footer .menu li a
{
	color: #dee1ce;
}

#travelclick-link a
{
	color: #606060;
}