﻿/*Anvershiel House Default Style Sheet*/
/*Copyright 2009 - 2010 Northern Ireland I.T. Services*/

html
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family:"Trebuchet MS",Verdana,Arial,Sans-serif; 
    font-size: 0.75em; 
    background-color: #4792B2;
    margin: 0px;
    padding: 0px;
}

div#container
{
    border: 3px solid #004D6F; 
    width: 758px; 
    margin: 15px auto 0 auto;
}

/* Main contectual element of the the website */
 div#mainText {background: url(../images/collage.jpg) no-repeat left bottom; margin: 0px; color: white;}
div#guestComment 
{
    background: #81A7B8 url(../images/guestcomments.gif) 0px 0px no-repeat; 
    height: 3.25em;
 	border-bottom: 3px solid #004D6F;
 	margin: 0px 0px 10px 0px;
 	line-height: 1em; 
 	width: 100%;
}

div#guestComment p
{
    margin: 2px; 
    text-align: right;
    width: 750px;
    
}

div#guestComment p.title
{
    margin-bottom: 20px; 
    border-bottom: 3px solid #004D6F;
}

div#guestComment p.comment
{
    font-weight: bold;
    color: white;
    
}

div#guestComment p.commentFrom 
{
    color: white; 
    font-style: italic;
    width: 100%;
    float:right;
}
 
 /* Menu Styling */
 div#Menu ul{list-style: none; margin: 0px 10px 0px 0px; padding: 0px; float: left; clear: right;}
 div#Menu li a, div#Menu li a:visited {color: white; font-weight: bold; text-decoration: none; margin: 3px; display: block;
 			width: 100px; height: 25px; border: solid 2px #004D6F; text-align: center; padding-top: 10px; }
 div#Menu li a:hover {color: yellow; text-decoration: underline; background-color: #81A7B8;}

/* Main COntent Styling */
div#Content{line-height: 1.5em; margin: 10px 10px 10px 120px; width: 600px;} 
div#Content a, div#Content a:visited {color: #FF6;}
div#Content a:hover {color: yellow; text-decoration: underline;} 

div#Content p.facilities {margin: 0; text-align:center;}
div#Content h1 {font-size: 1.25em; text-align: center; text-decoration: underline;}

div#Content .IMPORTANT {font-weight: bold; font-size: 1em; text-align: center; text-decoration: underline;}
div#Content div.Room {margin-top:25px; border-top: 3px solid #004D6F; display:block; height:200px;}
div#Content div.Room  p.top{padding-top: 75px;}
div#Content div.Room  p.top2{padding-top: 35px;}

div#Content p.roomPrice {margin: 0px; font-weight: bold; text-align: center;}
div#Content div#gettinghere {text-align:center;}
div#Content div#gettinghere p {margin: 0px;}
div#Breakfast {text-align: center; background: #4792B2 url(../images/fruit.jpg) right bottom no-repeat; border: double #81A7B8;}
div#break {background: url(../images/fry.jpg) left top no-repeat;}
div#Breakfast p.item {border-bottom: 2px solid #81A7B8; font-weight: bold; font-size:1.15em; margin-bottom: 20px;}
div#Breakfast p.Subitem { font-weight: bold; margin: 0px; font-size:1.15em;}
div#Breakfast p.description {font-weight: normal; margin: 0px;}
div#Breakfast p.description2 {font-weight: normal; margin: 0px; border-bottom: 2px solid #81A7B8; margin-bottom: 20px;}

div#Content ul {list-style: square outside none; margin-left: 130px; font-weight: bold;}

 /* Footer Styling */
 div#footer {border-top: 1px solid #0075A8; background-color: #81A7B8; padding: 3px; font-weight: bold; font-size: 0.75em; margin: 25px 0px 0px 0px;}
 div#footer p {margin: 0px;}
 
 /* General Styling */
 img.floatright {float: right; margin: 0px 5px 0px 5px; }/*border: 2px solid #004D6F;*/
 img.floatleft {float: left; margin: 0px 5px 0px 5px; }/*border: 2px solid #004D6F;*/
 p.centrelink {text-align: center;}
 p.address {margin: 0; text-align: center;}

 div.contact, div.copyright {border: 1px solid black; margin-bottom: 5px;}
div.contact p,  div.copyright p {margin: 0px; text-align: center;}
div.contact h4,  div.copyright h4 {background-color: #0071A2; margin: 0px; border-bottom: 1px solid black; text-align:center;}
div#contactForm {margin: 10px; }
div.copyright p {font-size: 0.95em; text-align: left;}