@import 'reset.css';

body
{
	font-family: 'Georgia',serif;
	color: #231F20;
	font-size: 1em;
	line-height: 1.3em;
	background: #81153c;/*521312;*/
	height: 100%;
}

p
{
	margin-top: 0;
	margin-bottom: 1.3em;
}

a
{
	color: #81153c;
}

a:hover
{
	color: #521312;
}

h2
{
	margin:0;
}

#page
{
	width: 740px;
	margin: 0px auto 0px auto;
	background: #fff;
	overflow: auto;
	min-height: 600px;
}

#header
{
	clear: left;
}

#header .left
{
	width: 526px;
	height: 126px;
	background-image: url('../img/header.gif');
	background-repeat: no-repeat;
	float: left;
}

#header .right
{
	float: left;
}

#logo
{
	text-indent: -9000px;
	margin-left: 27px;
	margin-top: 36px;
}

#logo a
{
	display: block;
	background-image: url(../img/logo.png);
	width: 384px;
	height: 68px;
}



#nav_wrapper
{
	background: #A4CF57;
	width: 740px;
	margin-bottom: 17px;
}

#nav
{
	padding-left: 27px;
}


#nav li
{
	float: left;
	margin-right: 22px;
}

	#nav li a 
	{
		display: block;
		height: 33px;
		outline: none;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-indent: -9000px;
	}
	
	#nav li a:hover, #nav li a.active
	{
		background-position: 0 -33px;
	}
	
	#nav #nav_home a
	{
		background-image: url(../img/nav/home.gif);
		width: 32px;
	}
	
	#nav #nav_breakfast a
	{
		background-image: url(../img/nav/breakfast.gif);
		width: 54px;
	}
	
	#nav #nav_things_to_do a
	{
		background-image: url(../img/nav/things_to_do.gif);
		width: 69px;
	}
	
	#nav #nav_the_garden a
	{
		background-image: url(../img/nav/the_garden.gif);
		width: 62px;
	}
	
	#nav #nav_our_suite a
	{
		background-image: url(../img/nav/our_suite.gif);
		width: 51px;
	}
	
	#nav #nav_about_us a
	{
		background-image: url(../img/nav/about_us.gif);
		width: 50px;
	}
	
	#nav #nav_contact a
	{
		background-image: url(../img/nav/contact.gif);
		width: 42px;
	}
	
	#nav #nav_reservations a
	{
		background-image: url(../img/nav/reservations.gif);
		width: 72px;
	}
	
	#nav #nav_photos a
	{
		background-image: url(../img/nav/photos.gif);
		width: 40px;
	}
	
#leaves
{
	position: absolute;
	width: 288px;
	height: 40px;
	top: 159px;
	background-image: url(../img/leaves.gif);
}



#col_main
{
	float: left;
	width: 526px;
	padding-top: 27px;
}

#col_side
{
	float: left;
	width: 214px;
}

#col_side p {
	padding-right: 10px;
}

#col_main .node
{
	padding: 27px;
}

#col_main .node span
{
	font-size: .75em;	
}

#col_full
{
	margin-top: 60px;
}	


/* FORMS */

dl.field {
	float: left;
	line-height: 1em;
	margin-bottom: 5px !important;
}
dl.field {
	display: inline;
	width: 280px;
}

	dl.field dt {
		/*font-weight: bold;*/
		line-height: 1em;
		margin-bottom: 0 !important;
		padding-bottom: 1px;
	}

	
	dl.field input.text,
	dl.field textarea,
	dl.field select {
		width: 280px;
		border: none;
		background: #FFFFFF;
		padding: .25em;
		color: #333333;
		border: 1px solid #CCCCCC;
		font-family: 'Georgia',serif;
		font-size: 0.75em;
		margin-bottom: 5px;
	}

input
{
	font-family: 'Georgia',serif;
}
