/* This controls the width of the fluid width layouts */

/*div.fluid
{
width: 90% !important;
}*/

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 850px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #33333;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
color: #c63372;
}

h3{
	padding-top: 10px;
}

br.clear
{
clear: both;
}

img.border
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #008FD9;
}

a:hover
{
text-decoration: none;
}

ul.hotelList{
	margin:10px 10px 0 0;
	list-style-image:  url("../images/bullet.gif");
	width:390px;
}
ul.hotelList li{
	margin-top:10px;
	margin-left: 20px;
}

p
{
line-height: 1.8em;
}

hr{
	border: 0;
	color: #d9e7e9;
	background-color: #d9e7e9;
	height: 1px;
	margin:20px 10px 15px 0;	
}

/**************************************
  Header 
**************************************/

#header
{
width:100%;
height:152px;
background: #faf29e;
}

#header_inner
{
position: relative;
width: 850px;
height:152px;
margin: 0 auto;
background: #faf29e url('images/header-090527.gif');
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
left: -1000em;
}

/****************************************
nav
****************************************/
#nav
{
position: absolute;
left: 0em;
bottom: 0em;
}

#nav ul
{
list-style: none;
}

#nav li
{
float: left;
}

#nav li a
{
margin-left: 2px;
display: block;
padding: 1em 1.1em 0.9em 1.1em;
background: #faf29e;
border-left: solid 1px #fff;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
color: #333;
font-weight: bold;
font-size: 1.1em;
/*text-transform: lowercase;*/
text-decoration: none;
}

#nav li a:hover
{
background: #fff;
color: #333;
}

#nav li a.active
{
background: #fff;
color: #333;
}

/***************************
 Main 
***************************/

#main_inner p
{
/*text-align: justify;*/
margin-bottom: 1.0em;
}

/*#main_inner ul
{
margin-bottom: 2.0em;
}*/

#main_inner
{
position: relative;
width: 850px;
margin: 0 auto;
padding-top: 2em;
}

#main_inner h2
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.5em;
}

#main_inner h3
{
font-size: 1.4em;
padding-bottom: 0.1em;
margin-bottom: 0.5em;
}

/***************************
 weather bar (column A)
***************************/

#columnA_3columns h4
{
font-size: 1.0em;
font-weight: normal;
paddding-bottom: 0.1em;
margin-bottom: 0.4em;
}

#columnA_3columns ul
{
list-style-type: none;
}

/******************************
 sidebar (column C)
 *****************************/

#columnC_3columns ul
{
margin: 0 0 1em 1em;
list-style-image: url('http://barmouthwalkingfestival.co.uk/images/bullet.gif');
}  

#columnC_2columns ul
{
	margin-left: 20px;
}

/****************************************
tables
****************************************/

table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #666;
	font-size:1.1em;
}
th, td{
	padding: 0.1em 1em;
}
caption{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}
col{
	border-right: 1px solid #ccc;
}
col#deluxeA{
	border: none;
}
thead{
	background: #ccc;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}
th{
	font-weight: normal;
	text-align: left;
}
.odd{
	background-color: #edf5ff;
}

table a:link{
	color: #569AB0;
	text-decoration: none;
	border-bottom: 1px dotted #569AB0;
}
table a:visited{
	border-bottom: 1px dotted #569AB0;
	text-decoration: none;
	color: #569AB0;
}

table a:hover, table a:active{
	color: #569AB0;
	text-decoration: none;
	border-bottom: 1px solid #569AB0;
}

/****************************************
forms
****************************************/

form fieldset {
  margin: 1em 0;
  padding: 0 1em;
  border: 1px solid #ccc;
  background: #f8f8f8;
}
form legend {
  font-weight: bold;
  font-size: 1.3em;
  color: #c63372;
}
form label {
  display: block;
  margin: 10px 0 3px 0;
}
form input {
  width: 200px;
}
form textarea {
  width: 300px;
  height: 100px;
}
#submit, form input.checkbox {
  width: auto;
}
form .required {
  font-size: 0.9em;
  color: #760000;
}
form fieldset#interests {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
form #interests h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
}
form #interests div {
	width: 200px;
	float: left;
}
form .clear{
	clear: both;
}
form label {
	width: 100px;
	float: none;
	display: inline;
}

/****************************************
Cols
****************************************/

#twoCols .leftCol{
	float: left;
	width: 390px;
}
#twoCols .rightCol{
	float: right;
	width: 390px;
	padding-top:20px;
}
#twoCols .rightCol ul{
	margin-left:20px;
}


/*************************************
 Footer 
*************************************/

#footer
{
text-align: center;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
background-color: #faf29e;
height: 90px;
color: #333;
}

#footer ul
{
list-style-type: none;
margin-top: 40px;
}

#footer ul li{
display: inline;
padding: 0 2em;
}

/* Search */

input.button
{
background: #2798D2;
color: #fff;
border: solid 1px #468BAE;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 60em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -25em;
	padding: 0 2em 0 1em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 32.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 17.0em;
	float: left;
	padding: 0em 1em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 16.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	padding: 0 10px;
	}
