/*
Summary: 	Colors - lataniachalets.co.uk
Website:	Resort Websites
Author: 	Matthew Branthwaite (matthewbranthwaite.co.uk)
Created: 	2008-01-02
Updated:	2008-12-15
*/

/*
La Tania Colors:
h1 headings: #9f9f9f - dk blue 
h2 headings: #a00000 - blue
content-bgs: #dce2ea - lt grey
links: #C60000 - red
body bg color: #460000
bg color: #ddd
					
---------------------------------------------------------------------------------------------------- */

/* = BASE */

body { background: #460000 url("/i/css/images/style/body-bg.png") 50% top repeat-y; }

h1 { color: #9f9f9f; }
h2, h3, h4, h5, h6 { color: #a00000; }
	
a { color: #c60000; }
a:hover { color: #000; }


/* = Header */
#gnav { border-top-color: #bfbfbf; border-bottom-color: #3a3a3a; background-color: #9e9e9e; }
#gnav ul { border-left-color: #3a3a3a; }
#gnav li { border-left-color: #bfbfbf; border-right-color: #3a3a3a; }
#gnav a,
#gnav li#ski-holidays a:hover { color: #eee; }
#gnav li.on a,
#gnav a:hover { color: #fff; background-color: #3a3a3a; }


/* Background color - light */

#content #module-recommendations li a,
#content #module-offers ol.offers li,
#content #module-offers ol.offers li a,
#content #module-calendar ul.calendar li,
#content #module-calendar ul.calendar li a,
#enquiry .mod,
#enquiry .mod-bg { background-color: #dce2ea; }


/* Text Color - White */

#module-search,
#module-weather dt,
#enquiry h3 { color: #fff; }


/* Background color - dark */

#module-search,
#module-weather .weather-wrapper,
#content #module-calendar ul.calendar li a span,
#enquiry h3 { background-color: #a00000; }


/* text color - Red */

#content #module-recommendations li a strong,
#content #module-calendar ul.calendar li a strong { color: #c60000; }


#module-weather dd { color: #b3cde7; }


/* = OLD PAGES - needed on new-pages from style.css */
.dropmenu { background-color: #6699CC; color: #FFFFFF; }

