/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

a
{
	/*color: #115b1b;*/
	color: #979666;
	font-weight: normal;
	text-decoration: none;
}

/* used in the photo gallery:*/
div.figure {
  border: thin silver solid;
  margin: 0.75em 0;
  padding: 0.5em;
}

div.figure p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}


/* navigation block */
/*******************************************************************************/
#menu_column ul
{
	list-style-type: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

#menu_column ul li
{
	border-bottom: 1px solid #b3b39a;
}

#menu_column li a
{
	display: block;
	padding: 0.5em;
	color: #fff;
	font-weight: normal;
}

#menu_column li a:hover
{
	color: #000;
	background: #e3e3d2;
}

#menu_column li.home
{
	background: #676735 url(/site/img/menu-bg-top.gif) top center no-repeat; 
}

#menu_column li.home a:hover
{
	background: #e3e3d2 url(/site/img/menu-bg-top-on.gif) top center no-repeat; 
}

/* body block */
/*******************************************************************************/
#copy_column h1
{
	font-size: 1.27em;
	font-weight: bold;
	color: #676735;
	margin: 0 0 0.8em;
}

#copy_column h2
{
	color: #666666;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 1em;
}

#copy_column h3
{
	color: #676735;
	line-height: 1.3em;
	font-size: 1em;
}

#copy_column li
{
	color: #666666;
	line-height: 1.3em;
}

#copy_column p
{
	color: #666666;
	line-height: 1.3em;
}

#copy_column table
{
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#copy_column th
{
	text-align: left;
}

#copy_column dl
{
	margin-top: 0;
}

#copy_column h3.resources
{
	font-size: 1.4em;
}

#copy_column img.roompic
{
	margin-right: 9px;
}

/* contact block */
/*******************************************************************************/
#contact_container p
{
	color: #666666;
	line-height: 1.5em;
}

/* accomodation type table */
/*******************************************************************************/
table#accommodation_type
{
	margin: 1em 2em;
}

table#accommodation_type th
{
	text-align: left;
	border-bottom: #979666 2px solid;	
	padding: 0.25em;
}

table#accommodation_type td
{
	padding: 0.25em;
}

table#accommodation_type tr
{
}

table#accommodation_type tr.odd
{
	background-color: #e3e3d2;
}

table#accommodation_type tr.even
{
	background-color: #d2d2b9;
}

/* menu page */
/*******************************************************************************/

div.menu
{
	padding:10px 10px 5px 10px;
	border:1px solid #006633;
	margin-bottom:10px;
	background:
}

div.menu_xmas
{
	padding:10px 10px 5px 10px;
	border:1px solid #006633;
	margin-bottom:10px;
	background:url(/site/img/xmasbg.jpg) bottom right no-repeat;
}

h3.menu_header
{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dotted #009933;
}

h1.xmas_menu_header,
h3.xmas_menu_header
{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dotted #009933;
	font-size:14px!important;
	color:#C00!important;
}


/* gallery page */
/*******************************************************************************/
p#gallery
{
	text-align: center;
}

p#gallery img
{
	padding: 1em;
}

p.gallery-nav
{
	padding: 0.2em;
	text-align: center;
	border-bottom: 1px solid #88ad8d;
	border-top: 1px solid #88ad8d;	
}

span.currentpage
{
	color: #CC0000;
}


/* footer block */
/*******************************************************************************/
div#footer_container a
{
	color: #979666;
}
