/*  
Theme Name: Croft House
Description: A theme designed for The Croft House B&B.
Author: Rupert Bedford
*/

body {
text-align: center;
font-family: Tahoma;
font-size: 12px;
line-height: 18px;
margin: 0px 20px 20px 20px;
}

a {
color: #000000;
font-weight: bold;
text-decoration: none;
}

h1, h2 {
margin: 0px;
padding: 0px;
color: #333333;
font-size: 14px;
}

h1 {
text-indent: -9999px;
}

h2 a {
color: #333333;
}

img {
border: none;
}

p {
margin: 0px;
margin-bottom: 10px;
}

ul {
margin: 0px;
margin-bottom: 10px;
}

div div {
text-align: left;
}

.clear {
clear: both;
}

#header {
width: 700px;
height: 82px;
background-image: url(header.png);
background-repeat: no-repeat;
margin: 0px auto;
margin-bottom: 20px;
}

#top {
width: 700px;
height: 11px;
background-image: url(vertical.png);
background-repeat: no-repeat;
background-position: top;
}

#bottom {
width: 700px;
height: 11px;
background-image: url(vertical.png);
background-repeat: no-repeat;
background-position: bottom;
}

#page {
margin: 0px auto;
width: 700px;
background-image: url(horizontal.png);
background-repeat: repeat-y;
}

#sidebar {
margin-left: 26px;
margin-right: 10px;
margin-top: 15px;
margin-bottom: 15px;
width: 164px;
float: left;
}

#sidebar a {
font-weight: normal;
}

#sidebar ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

#content {
margin-right: 26px;
margin-left: 10px;
margin-top: 15px;
margin-bottom: 15px;
width: 464px;
float: right;
}

#content h2 {
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}

#map { 
width: 464px;
height: 464px;
}

#footer {
margin-top: 20px;
clear: both;
font-size: 11px;
line-height: 17px;
text-align: center;
}

