@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #880809;
	background-image:url('images/BeatonTartan.jpg');
	margin: 0px;
	margin-top: 15px; /* lets drop the top down */
	padding: 0px;
	text-align: center;
	line-height: 140%; 
	color:#333;
}

/* Link styles */

a:link, a:visited {color: #880809; text-decoration: none; font-weight: bold; border: none;}
a:hover {color: #369;}

a:link img, a:visited img {border: none;}

h1 {color: #880809; font-size: 20px; text-align: center;}
img {padding: 10px;}

#container { 
	width: 950px;  
	background: #ffffff;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	background: url(images/blabheinnlogo2.jpg) no-repeat;
	background-color: #ffffff;
}

#sidebar1 {
	float: left;
	width: 250px;
	height: 850px;
	padding: 10px;
	font-size: 12px;
}

#mainContent { 
	margin: 190px 10px 0px 0px;
	padding: 10px;
	text-align: justify; 
}

.time {text-align: center; font-size: 14px; color: #880809; font-weight:bold;}

#rightbar {float: right; width: 200px; border-left: 1px solid #333; border-bottom: 1px solid #333; font-size: 12px; padding: 10px; margin: 15px 0 15px 20px; background:#FFFFFF}

/*
 * Page specific
 */
 
/* index */
.advert {margin-left: 30px; text-align:left; float: left; width: 200px;}
.advert1 {float: left; width: 400px; border: 0px solid #880809;}
.advert a img {border: 1px solid #880809;}

/* accommodation */
.room {float: left; width: 315px; text-align: center; border: 1px solid #333; padding: 5px;}
.roomright {float: left; width: 315px; text-align: center; border: 1px solid #333; border-left: #fff; padding: 5px;}
.room  img, .roomright img {padding: none;}
.menu {text-align: center;}

/* availability */
#availbox {font-size: 10px;}
.availrow {font-size: 14px;}
.redavail {background: #880809; color: #FFFF95;}
.blackavail {background: #333; color: #FFFF95;}
.redcal {background: #FFFF95; color: #333;}
.daycolour {background: #FFFF95; color: #333;}
.tablecol {color: #333;}
form {font-size: 12px;}
.booked {background: #F00; color: #FFFF95; text-align: center;}

/* tariffs */
.blackcol {background: #333; color: #FFFF95;}
.greencol {background: #08351e; color:#FFFF95;}
.redcol {background: #880809; color:#FFFF95;}
.specials {background: #FFFF95;}
.highspecials {background:#333; color: #FFFF95;}

/* About Us */
.fl10 {float:left; font-size: 10px;}
.fr10 {float:right; font-size: 10px;}

/* contact */
.map {float:right; font-size: 10px;}

#navbar {
	font-size: 12px;
	text-align: center;
	clear: both;
	background: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
    background: #21253e;
	font-size: 12px;
	color:#ffff95;
	line-height:100%;
}

#footer img {float:right; margin-right: 5px; padding: none;}

#design {font-size: 10px; color:#FFFF95;}
#design a:link, #design a:visited {color: #CCC}

.clr {margin-top: 280px;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.drop-shadow-left-land
    {
    margin: 10px 0px 0px 0px;
    width: 320px;
    background: url(images/DropShadowLandscape.png) top left no-repeat;
    float: left;
}

.drop-shadow-left-port
    {
    margin: 10px 0px 0px 0px;
    width: 245px;
    background: url(images/DropShadowPortrait.png) top left no-repeat;
    float: left;
}

.drop-shadow-left img
    {
    margin: 0px;
    padding: 0px;
    float: left;
}

.drop-shadow-left p
    {
    color: #880809;
    padding: 5px 5px 0px 0px;
    text-align: center;
    clear: left;
    font-style: italic;
}

.drop-shadow-right-land
    {
    margin: 10px 0px 0px 20px;
    width: 320px;
    background: url(images/DropShadowLandscape.png) top left no-repeat;
    float: right;
}

.drop-shadow-right-port
    {
    margin: 10px 0px 0px 20px;
    width: 245px;
    background: url(images/DropShadowPortrait.png) top left no-repeat;
    float: right;
}

.drop-shadow-right img
    {
    margin: 0px;
    padding: 0px;
    float: left;
}

.drop-shadow-right p
    {
    color: #880809;
    padding: 5px 5px 0px 0px;
    text-align: center;
    clear: left;
    font-style: italic;
}

