/*******************************************************/
/* main.css                                            */
/* copyright 2008 Visual Computing all rights reserved */
/*                                                     */
/* www.visualcomputing.co.uk                           */
/*******************************************************/


/*****************/
/* Global Styles */
/*****************/

/* Overrule browser defaults */

* {
	padding:0;
	margin:0;
	}

/* mozilla bug - prevent horizontal shift */
html {
	height:40em;
	margin-bottom: 1px;}
	
/* for all browsers that understand min-width (not IE<=6) */
.width {
	width:100%;
	min-width: 66em;
	}

.hide {display: none;}

/************/
/* main css */
/************/

body {background-color: #FFFFB7;}

h1, h2, h3, h4 {line-height: 1.5em;}

h2 h3 {
margin: 1em;}

/**********/
/* header */
/**********/

.skipLinks{
	display:none;}
	
#header {
	width: 100%;
	height: 12.5em;
	background: #ffff99;
	}

#header img{
	float: left;
	margin-right: 2em;
	padding: 0px;
}


#header h1 {
	color: #ffa311;
	font-size: 450%;
	letter-spacing: 0.2em;
	line-height: 2em;
	padding-top: 30px;
	}


/**************/
/* navigation */
/**************/

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:2.9em;
	padding-left: 5.5em;
	}

#navigation ul{
	list-style:none;}
#navigation li{
	float:left;
	height: auto;}

#navigation a {
	color: #aa6d0b;
	letter-spacing:0.1em;
	display:block;
	padding: 0px 10px;
	text-decoration: underline;
	font-weight: bold;
	}
	
#navigation a:hover {
	background: #ffa311;
	color: #ffffff;
	font-weight: bold;}

#navigation a#current {
	color: #ffff99;  /* match to header bg*/
	background: #aa6d0b;
	font-weight: bold;
	text-decoration: none;}

.separator {
	height: 7px;
	background: url(../i/hdr_separator.gif) repeat-x;}
.separator2 {
	height: 7px;
	background: url(../i/hdr_separator.gif) repeat-x;
	margin-top: 30px;}


/* menu item for current page */
#home ul.menu li.home a:visited,
#location ul.menu li.location a:visited,
#testimonials ul.menu li.testimonials a:visited,
#directions ul.menu li.directions a:visited,
#links ul.menu li.links a:visited,
#reservations ul.menu li.reservations a:visited,
#todo ul.menu li.todo a:visited,
#about-us ul.menu li.about-us a:visited,
#contact-us ul.menu li.contact-us a:visited,
#apartment ul.menu li.apartment a:visited,
#special ul.menu li.special a:visited,
#sitemap ul.menu li.sitemap a:visited
 {
	background: #AA6D0B;
	padding: 0.1em 0.5em 0.3em;
	color: #FFFFFF;
}

/*************/
/* copyWrite */
/*************/

.copyWrite {
	float: right;
	font-size: 80%;
	color: #FFA311;
	padding-right: 20px;
	padding-top: 0px;
}

/***********/
/* content */
/***********/

#content {
	margin: 1em 1em 1em 1em;
	}
	

#content p,
#content ul{
	margin-top: 0.5em;
	}
#content li{
	margin-left: 1.5em;
	}
	
#content h1{
	margin-top: 0em;
	}
#content h2{
	margin-top: 1em;
	}
	
#content img {
	margin-top:1em;
	}
	
#content ol {
list-style-type: decimal;}	

#content table {
margin-top: 1em;}	

#content ul ul {
	margin-top: 0px;
}
/**********/
/* tables */
/**********/

table {
	width: 80%;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	margin-left: 2em;
	color: #000000;
	border: 2px solid #C98F10;
}

th {
	text-align: center;
	border-bottom: solid #C98F10;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C98F10;
	border-right-color: #C98F10;
	border-left-color: #C98F10;
	padding-left: 1em;
	padding-right: 1em;
}

td {
	text-align: center;
	padding-left: 1em;
	border: 1px solid #C98F10;
}
td.leftJustify {
	text-align: left;
}

/******************/
/* image and text */
/**************************************/
/* format:                            */
/*    imageNtext      [img][txt][img] */
/*    imageNtextLeft  [txt][img]      */
/*    imageNtextRight [img][txt]      */
/**************************************/

.imageNtext,
.imageNtextRight  {
	height: 240px;
	margin: 0px;
	clear: both;
}

.imageNtextLarge  {
	height: 630px;
	margin: 0px;
}

.imageNtext img,
.imageNtextLeft img,
.imageNtextRight img {
	margin: 0px;
	height: 200px;
	width: 267px;
}
.imageNtextLarge img {
	margin: 0px;
	height: 400px;
	width: 622px;
}

.imageNtext .image-right,
.imageNtextLeft .image-right {
	float: right;
	margin: 0px;
}

.imageNtext .image-right-portrait,
.imageNtextLeft .image-right-portrait {
	float: right;
	margin: 0px 105px 0px 0px;
	height: 200px;
	width: 162px;
}

.imageNtextLarge .image-left,
.imageNtext .image-left,
.imageNtextRight .image-left {
	float: left;
	margin: 0px;
}

.imageNtext .image-left-portrait,
.imageNtextRight .image-left-portrait {
	float: left;
	margin: 0px 0px 0px 105px;
	margin: 0px;
}

.imageNtextLarge p,
.imageNtextLarge h1,
.imageNtextLarge h2 {
	clear: none;
	margin-left:630px;
}

.imageNtext p,
.imageNtext h1,
.imageNtext h2 {
	clear: none;
	margin-left:270px;
	margin-right:270px;
}
.imageNtextLeft p,
.imageNtextLeft h1,
.imageNtextLeft h2 {
	clear: none;
	margin-right:270px;
}
.imageNtextRight p,
.imageNtextRight h1,
.imageNtextRight h2 {
	clear: none;
	margin-left:270px;
}

.imageNtext p,
.imageNtextLeft p,
.imageNtextRight p,
.imageNtextLarge p {
	padding: 0.5em 1em 0em;
}

.imageNtext h1,
.imageNtextLeft h1,
.imageNtextRight h1,
.imageNtextLarge h1 {
	padding: 1em 0.6em 0em;
}

.imageNtext h2,
.imageNtextLeft h2,
.imageNtextRight h2,
.imageNtextLarge h2 {
	padding: 0.5em 0.6em 0em;
	margin-top: 0px;
}

.imageNtextLarge p,
.imageNtextLarge h1,
.imageNtextLarge h2 {
	padding: 6em 1em 0em;
}


/***********/
/* contact */
/***********/

#contact-us #contactform,
#contact-us #contactdetails {
	float: left;
	width: 49%;
	padding-top: 1.5em;
}

#contact-us .contactform p {
	margin: 0px;
	padding: 0.25em 0px 0px 1em;
	clear: left;
	float: left;
	width: 20%;
	font-weight: bold;
}

#contact-us .contactform p label {
	float: left;
	width: 20%;
	font-weight: bold;
}

#contact-us p.emphasise {
	font-size: 120%;
	font-weight: bold;
}

#contact-us .contactform .text {
	padding: 2px;
	width: 280px;
	border: 1px solid #C98F10;
	background: #FFFFCC;
}

#directions #contactdetails h2,
#contact-us #contactdetails h2 {
	margin-top: 0px;
}

#contact-us #contactdetails table {
	width: 100%;
	margin: 0px;
}
#directions #contactdetails td,
#contact-us #contactdetails td {
	padding: 0px 0px 1em;
	border-width: 0px;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contact-us .contactform #subject {
	background: #FFFFCC;
	color: #C98F10;
	font-weight: bold;
}


#contact-us .contactform p.submit {
	margin-left: 20%;
}
#contact-us .contactform p.submit input {
	color: #C98F10;
	background: #FFE332;
	font-weight: bold;
	border: 2px solid #C98F10;
}



/***********/
/* sitemap */
/***********/

.sitemap {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sitemap li {
	margin-bottom: 0.6em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #C98F10;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #C98F10;
	border-right-color: #C98F10;
	border-left-color: #C98F10;
}
.sitemap li ul li {
	margin-left:2em;
	margin-top: 0.2em;
	border-bottom-style: none;
	list-style: disc;
	padding-bottom: 0.2em;
}
.sitemap li ul ul li {
	list-style: square;
}

/********/
/* info */
/********/

#info {
	float: right;
	width: 380px;
	padding-left: 1em;}

#info img {
	margin-top:3.8em;
	}
	
#info #whatsNew {
	border: 4px #aa6d0b solid;
	text-indent:1em;
	margin-top:1em;
	margin-bottom:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	}
	
#info #whatsNew li{
	list-style-type: none;
	margin-left: 0em;
	}
	
/*********/
/* To Do */
/*********/

#todo ul.todo li {
	padding-top: 0.5em;
	list-style: disc;
}
#reservations iframe {
	margin-top: 1em;
	margin-left: 2em;
	background: #FFFFB7;
}
#reservations iframe {
	margin-top: 2em;
}

/****************/
/* Testimonials */
/****************/

/* specially formatted list - no bullet, italicised item,  paragraph following item in normal text */	
#testimonials ul.testimonials{
	font-weight: bold;
	list-style: none;
	padding-bottom: 1em;
}
#testimonials ul.testimonials p {
	font-style:normal;
	padding-bottom:0em;
	font-size: 90%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1em;
}
	
/***********/
/* Special */
/***********/

#wrapper {
	width: 1024px;
	}
	
/* Column definitions */
.columnContainer {
	padding-top: 10px;
	}

/* all columns */
.column {
	float: left;
	}

/* column 1 [left] */
#mainContent .C1,
#mainContent .C2,
#mainContent .C3,
#mainContent .C4 {
	width: 256px;
	}

/* left 2 columns */
#mainContent .span2C {
	width: 532px;
	}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


img.bg-special {
	width:256px;
	height:192px;
}
#special #wrapper p {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
#directions #contactdetails {
	display: none;
}
#home #news {
	margin-top: 1em;
	margin-bottom: 1em;
}
#gallery #content img {
	margin: 10px 0px 0px 10px;
}
#gallery ul ul {
	padding-left: 2em;
}
