/*CSS for www.cormatin.eu by Chris Wicks*/
/*www.chriswicks.eu*/
/*Copyright Chris Wicks*/
/*Main style sheet*/

/* ----- Layout ----- */
/* Set the main fonts and main background colour */
.printonly {
	display: none;
}
html, body {
	background: #ffd;
	color: #000;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: .625em;
}
/* ----- Display elements ----- */
/* Contains header, outercontent and footer  - allows for width to be set */
#wrapper {
	
	width: 910px;/*pixel or % width */
	background: #ffd;/* colour behind contentbox */
	height: auto !important;/* real browsers */
	height: 100%;/* IE6: treaded as min-height*/
	min-height: 100%;/* real browsers */
   margin:0 auto;
}
/* Top of page can contain horizontal menu and banner */
#header {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 120px;
	background: #a30;
	color: #000;
	text-align: left;
}
/* Positions the banner within the header */
#banner {
	top: 0;
	left:0 ;
	position: relative;
   width:910px;
   height:60px;
   background-color: #a30;
   background-position:top left;
   color:#ffe;
   margin:0 auto;
}
/* Contains the main content elements of the page excluding header and footer*/
#outercontent {
	position: relative;
	top: 185px;
	left: 0;
	background: #fff;
	color: #000;
   padding: 5px;/*gap between header and subhead*/
	padding-bottom: 5em;/*allows space for footer */
	



}
/* Centre column with main content */
#content {
	position: relative;
	padding-right: 1em;/* allows space for rh content */
	padding-left: 17em;/* allows space for lh content */
	margin-top:2em;/*  allows for menu/title etc space */
	background: #fff;
	min-height:40em;/*sets a minimum height*/

}

/* Fixed px width for content lh padding */
#nomenu #content {
	padding-left: 150px;
}
/* Femoves content lh padding */
#nocol #content {
	padding-left: 15px;
}
/* For full width place in wrapper, for part width place within appropiate div */
#footer {
	position:absolute;
	left: 0;
	bottom: 0;
	border-top: 2px solid #794;
	display: block;
	width: 100%;
	height: 4em;
	z-index: 3;
	overflow: hidden;
   background:#ffd;
}
/* Left column */
#leftcol {
	position: absolute;
	left: 0;
	top: 50px;
	width: 17em;
	margin: 0;
	background: #fff;
	color: #000;
	text-align:center;
   z-index:10;
  
}
#home #leftcol {
	width: 140px;
	top: 5em;
}

/* Other positioned Elements */
#headimage {
position:relative;
top:0;
left:0;
width:900px;
height:120px;
background: #fff ;
border:5px solid #fff;
margin:0 auto;
}

#subhead {
	position: relative;
	margin: 0;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 2em;
	background: #333;
	z-index: 3;
	color: #fff;
	
}

/*flags*/
#flags {
	float: right; 
	margin-right:20px;
   
}

/* ----- Text Attributes ----- */
/*Font style set in body*/
p {
	color: #000;
	margin: 0;
	padding-bottom: 10px;
	padding-right: 3px;
	text-align: left;
	background: inherit;
	font-size: 1.2em;
	line-height: 1.4;
}
.red {
	color: #600;
}
.little {
	font-size: 1em;
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 0.5em
}
h1 {
	
	font-size: 1.2em;
	font-weight: 500;
}
h2 {
   font-family: Georgia, Times New Roman, serif;
	font-size: 2.4em;
	font-weight: 500;
}
h3 {
	font-size: 1.4em;
	font-weight: 600;
}
h4 {
	font-size: 1.2em;
	font-weight: 600;
}
h5 {
	font-size: 1.6em;
	font-weight: 500;
	color: #900;
}
h6 {
	font-size: 1em;
	font-weight: 600;
}


/*List fonts*/
ul{font-size: 1.2em;}
li{line-height: 2;}

/*Banner text*/
.bannertext a:link, .bannertext a:visited, .bannertext a:hover, .bannertext a:active{
position:absolute;
top:10px;
left:5px;
font-family: Georgia, Times New Roman, serif;
font-size: 40px;
font-weight: 500;
font-style:italic;
line-height:40px;
color: #ffe;
text-decoration: none;

}


/* Subhead paragraphs */
#subhead h1 {
	float: left;
	padding-left: 10px;
	color: #ddd;
	margin: 0;
	padding-bottom: 0;
	padding-right: 3px;
	text-align: left;
	background: inherit;
	font-size: 1.1em;
	line-height: 1.8;
}
/* Footer paragraphs */
.footertext {
	background: #ffd;
	color: #333;
	text-align: center;
	font-size: 1em;
	padding-bottom: 0.2em;
	padding-top: 0.1em;
	line-height: 1.4;
}

/*Quote Text*/
.quote{

width:60em;
margin:0 auto;
padding:20px;
}

.quote p{
font-size:1.1em;
font-style:italic;
}


/* ----- Navigation ----- */
/* Main link attributes */
a:link {
	font-weight: 500;
	color: #006;
	text-decoration: underline;
	background: inherit;
}
a:visited {
	font-weight: 500;
	color: #303;
	text-decoration: underline;
	background: inherit;
}
a:hover {
	font-weight: 500;
	color: #f00;
	text-decoration: underline;
	background: inherit;
}
a:active {
	font-weight: 500;
	color: #6c0;
	text-decoration: none;
	background: inherit;
}
/* Header navigation - not used yet*/
#toplinks a, #toplinks a:visited {
	text-decoration: none;
	font-weight: 600;
	color: #000;
	background: transparent;
	margin: 0px 5px;
}
#toplinks a:hover {
	text-decoration: underline;
}

/* Breadcrumb links - not used yet*/
#subhead a {
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: inherit;
}
#subhead a:hover {
	text-decoration: underline;
}
/* Vertical menu */
#vmenu {
	position: relative;
	left: 0em;
	top: 0em;
	width: 15em;
	background: #fff;
	color: #000;
	z-index: 6;
	padding-top: .1em;
	margin: 0 auto;
   
}
#vmenu a:link, #vmenu a:visited, .vchosen {
	display: block;
   font-size: 110%;
   height:1.5em;
	background: #bc7;
	margin: 0 auto .3em auto;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	color: #000;
	font-weight: 500;
	padding: .5em .1em;
   padding-left:1em;
	border-bottom: .1em solid #666;
	border-right: .1em solid #666;
	border-top: .1em solid #ccc;
	border-left: .1em solid #ccc;
}
.vchosen {
	background: #fff;
	color: #000;
	cursor: default;
}
#vmenu a:hover {
	background: #ded;
	color: #000;
}

#vmenu span.divider{
display:none;
}

/* Horizontal menu */
#hmenu {
	position: absolute;
	right: 5px;
	top: 15px;
	background:#333;
   color:#ffe;
	z-index: 6;
   border-bottom:4px solid #333;
   padding : 3px;
	   
}
#hmenu a:link, #hmenu a:visited, .hchosen {
	display:inline;
   font-size: 140%;
   background: #333;
   color:#ffe;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	margin: 0 2px;
   padding: 3px 1.3em;
   border-bottom:4px solid transparent;

   
}
.hchosen {
	color:#999;
	cursor: default;
}
#hmenu a:hover {
	
   border-bottom:4px solid #f00;
}

/* Footer navigation */
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a.mail:link, a.mail:visited {
	font-weight: 600;
	color: #369;
	background: inherit;
}

.links a:link {
	font-weight: 600;
	color: #006;
	text-decoration: none;
	background: inherit;
}
.links a:visited {
	font-weight: 600;
	color: #303;
	text-decoration: none;
	background: inherit;
}
.links a:hover {
	font-weight: 600;
	color: #f00;
	text-decoration: none;
	background: inherit;
}
.links a:active {
	font-weight: 600;
	color: #6c0;
	text-decoration: none;
	background: inherit;
}

.links img{
border:none;
}

/* ----- Floats ----- */
.lfloat {
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
}
.rfloat {
	float: right;
	padding-left: 3px;
	padding-bottom: 3px;
}
.footlfloat {
	float: left;
	padding-left: 10px;
}
.footrfloat {
	float: right;
	padding-right: 10px;
}
.photocol {
	border: 1px solid #000;
	float: left;
	width: 46em;
	margin-right: 3px;
}
.lcol {
	float: left;
	padding-right: .3em;
	width: 20em;
}
.rcol {
	float: left;
	padding-right: .3em;
	width: 38em;
}


/* ----- Images ----- */
img {
	border: 0;
	margin: 0;
}
#left img {
	margin-top:  10px;
}
img.flag {
	margin-right: 5px;
	width: 3em;
	height: 1.6em;
}

/* ----- Clears ----- */
hr {
	clear: both;
	border: 0;
	height: 1px;
	color: #000;
	background-color: #111;
}
.clr {
	clear: both;
}
/* ----- Forms ----- */
#contact {
	width: 300px;
	background: #eee;
	padding: 10px;
	border: 2px solid #c53;
}
.req {
	color: #f00;
	font-weight: 600;
}
.mssge {
	width: 300px;
	border: 2px solid #def;
	margin-top: 3px;
	padding: 5px;
}
.note {
	font-size: 1em;
	font-weight: 500;
}

/*Booking Form*/
#formone {
	width: 50em;
	background: #ffe;
	padding: 10px;
	border: 1px solid #bc7;
	margin: 5px;
}
#setone {
	position: relative;
	width: 45em;
	background: #ffe;
	border: 2px solid #c53;
	margin: auto;
	padding: 5px;
}
#settwo {
	position: relative;
	width: 45em;
	background: #ffe;
	border: 2px solid #c53;
	margin: auto;
	padding: 5px;
}
#setthree {
	position: relative;
	width: 45em;
	background: #ffe;
	border: 2px solid #c53;
	margin: auto;
	padding: 5px;
}
.arrdate {
	border: 1px solid #999;
	padding: 2px; 
}
.formpara {
	background: #eee;
}
#bookdetfoot {
	border-top: 1px solid #ccc;
	color: #000;
	text-align: center;
	padding: 3px
}
a:hover span.popup {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 30em;
	padding: 3px;
	margin: 0;
	color: #000;
	background: #eee;
	border: 1px solid #f00;
	font-size: 1em;
	z-index: 100;
}

/* ----- Site Map ----- */
#sitemap {
	font-size: 1.2em;
}
#sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#sitemap li {
	margin: 3px 0 3px 30px;
}
#sitemap li img {
	padding-right: 5px;
}
#sitemap a:link {
	font-weight: 500;
	color: #000;
	text-decoration: none;
	background: inherit;
}
#sitemap a:visited {
	color: #555;
	font-weight: 500;
	text-decoration: none;
	background: inherit;
}
#sitemap a:hover {
	text-decoration: underline;
}
/* Miscelleneous Items */

/* Mimicks p attributes to allow noscript to validate*/
.info {
	color: #000;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-right: 3px;
	text-align: left;
	background: inherit;
	font-size: 1.2em;
	line-height: 1.4;
}


div.directions {
	width: 28em;
	font-size: 1.1em;
	margin-right: 20px;
}

.smaller{
font-size:1.1em;
}
/*Tables*/
table {
	font-size: 1.2em;
	border-collapse: collapse;
	border: 1px solid #c53;
	margin-bottom:10px;
}
td {
	margin: 0;
	padding: 4px 8px;
	border: 1px solid #c53;
}


.rule {
	border-top: 1px solid #000;
	width: 100%;
	margin-bottom: 1em;
}
.ok {
	font-style: italic;
	font-weight: 600;
}
.address {
	font-size: 1em;
	font-weight: 500;
	margin-top: 15px;
}
.low {
	background: #cff;
}
.mid {
	background: #cfc;
}
.high {
	background: #ffc;
}
.valid {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}
 

.popup{
text-align: center;
padding-top:10px;
}



/*Google map*/
#gmap iframe{
border: 1px solid #ccc;
padding:4px;
margin:5px;
margin-left:0;

}

#map{
margin-top:15px;
}

.news{
background:#efe;
border:1px solid #ccc;
margin-bottom:5px;
padding:5px;
width:50em; }

.nextnews{
width: 50em;

text-align:center;
padding:5px;

}

.admin a{
float:right;
color: #333;
text-decoration: none;

}

.divider{
font-weight:600;
}

#fbbox{
position:absolute;
left:10px;
top:5px;
}





