/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Template styles for Nicki Dowie
	DATE:			07/05/08
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */
/*body.landing-page div#home-content
{
	background: transparent url(../images/nd-bg.jpg) no-repeat left top;
	width: 1837px;
	height: 1081px;
	z-index: 1;
}*/

body.landing-page #home-content h1
{
	background: transparent url(../images/nd-landing-heading.png) no-repeat left top;
	position: absolute;
	left: 70px;
	top: 336px;
	z-index: 2;
	/*text-indent:-90000px;*/
}
body.landing-page
{
	background: transparent url(../homepageImage/nd-bg.jpg) no-repeat left top;
}
body.landing-page #home-content h1 img
{
	outline: none;
	outline-width: none;
}
body.contact
{
	color: #d8d3cd;
	background-color: #fff;
}
body.default
{
	color: #7E7872;
	background-color: #fff;
}
body.blog 
{
	color: #7e7872;
	background-color: #ebf7f7;
}
body.travel
{
	background-color: #2d0000;
}
body.travel div#container 
{
	height:650px;
	width:100%;
	background: url(../images/travel-logo-bottom.gif) no-repeat 500px bottom;
}
body.food div#container 
{
	height:650px;
	width:100%;
	background: url(../images/default-logo-bottom.gif) no-repeat 500px bottom;
}
/* ==========================================================
	NAVIGATION
========================================================== */
/*DEFAULT TEMPLATE*/
body.default #main-navigation a { color: #c5b5a5;}
body.default #main-navigation ul li a:hover,
body.default #main-navigation ul li a.current:visited,
body.default #main-navigation ul li a.current:hover
{
	color: #7e7872;
	background-image: url(../images/default-nav-line-bg.gif);
}
/*LANDING PAGE*/
body.landing-page #main-navigation a {color: #5c5c5c;}
body.landing-page #main-navigation ul li a:hover,
body.landing-page #main-navigation ul li a.current:visited,
body.landing-page #main-navigation ul li a.current:hover
{
	background-image: url(../images/landing-page-nav-line-bg.gif);
	color: #999999;
}
/*TRAVEL PAGE*/
body.travel #main-navigation a {color: #a2998b;}
body.travel #main-navigation ul li a:hover,
body.travel #main-navigation ul li a.current:visited,
body.travel #main-navigation ul li a.current:hover
{
	background-image: url(../images/travel-nav-line.gif);
	color: #68494f;
}
/* ==========================================================
	H1 HEADINGS
========================================================== */
/*Default*/
body.default h2,
body.default h3,
body.default h4,
body.default h5
{
	color: #7e7872;
	font-weight: normal;
}
/*Body*/
body.travel h2
{
	color: #7e7872;
}
body.travel h2 span
{
	color: #A2998B;
	font-size: 0.85em;
}
/*Food*/
body.food h2
{
	color: #A2998B;
	/*margin: 0.4em 0 0 0;
	font-size: 0.9em;*/
}
body.food h2 span
{
	color: #c5b5a5;
}







