/* Main stylesheet */

body,
html {
	margin:0;
	padding:0;
	background:#000000;
	font-family: Comic Sans MS,cursive;
	font-size: 13px;
	color:black;
}
body {
	width:964px;
}
#header {
	background: no-repeat url(images/header.jpg);
	height: 102px; /* Knock 10px off image size to allow for padding-top */
	padding-left: 200px;
	padding-top: 10px;
	/*font-family: Edwardian Script ITC;*/
	font-family: "Apple Chancery", "Zapf Chancery", cursive;
	font-size: 24px;
}
#header a {
	display: block;
	height: 102px;
	width: 500px;
}


/* Menu styling */
/*#menu {
    background:#333 ;
    width:100%;
    }*/

#menu, #menu ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    /*border:1px solid #aaa;*/
    margin:0;
    width:100%;
    }
#menu {
	background: no-repeat url(images/navigation.jpg);
	height: 43px;
	width: 964px;
	padding-left: 220px;
}
#menu a, #menu_empty_item {
    display:block;
    color:black;
    text-decoration:none;
    padding:0px 10px;
    }
    
#menu li {
    float:left;
    padding: 0;
/*    padding-left: 30px;*/
    }

/* Ensure that the top-level menu does not cover the background graphics */
#menu .menu_top_level {
	margin-top: 5px;
	/*background: #CA7233;*/
}

#menu ul {
    width:119px;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }

#menu li li {
    width:121px;
    border-bottom:1px solid #666666;
/*    border-left:1px solid #666666;
    border-right:1px solid #666666;*/
    margin-left: 0;
    background: none;
    }
#menu li li a {
    padding:10px 10px;
    width:90px;
    color: green;
    }
#menu li ul ul {
    margin:-33px 0 0 120px;
    }
#menu li li:hover {
    background:#fff;
    }
#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
    color: orange;
    }
#menu li:hover a, #menu li.sfhover a {
    color: orange;
    }

#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a {
    color: black; /* Text on drop-down menu items */
    }
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
    left:auto;
    background: white;
    }
#menu li:hover, #menu li.sfhover {
    background:#ffffff;
    }

/* Links in the navigation bar and in the footer are styled the same way */
.menu a, #footer a {
	text-decoration: none;	/* Links are not underlined */
	color: maroon;
	}

#menu a:visited, #footer a:visited {
	color: maroon;
	}

#footer a:hover {
	color: orange;
	}

#column_lhs {
	float: left;
	height: 524px;
	width: 231px;
	background: no-repeat url(images/column_lhs.jpg);
}
#content {
	float: left;
	height: 524px;
	width: 698px;
	background: url(images/content.jpg);
	overflow: auto; /* Add scrollbars if content does not fit div */
	padding: 0 10px 0 0;
}
#column_rhs {
	float: left;
	height: 524px;
	width: 25px;
	background: no-repeat url(images/column_rhs.jpg);
}
#footer {
	clear: both;
	background: no-repeat url(images/footer.jpg);
	height: 101px;
	width: 787px;
	padding-left: 450px;
	padding-top: 30px;
	color: #E76000;
	font-size: 10px;
}

/* Style the content area */
#content h1 {
	font-size: 22px;
}
#content h2 {
	font-size: 16px;
}
#content a {
	color: maroon;
	}


/* Style for contact page */

#contact_recaptcha_form {
	font-style: italic;
}

#contact_recaptcha_form label, #contact_recaptcha_form_bot_warn {
	font-style: normal;
}

#contact_recaptcha_form input, #contact_recaptcha_form textarea {
	display: block;
	margin-top: 7px;
}

/* Add a black border to the input elements... but not to the submit button */
#contact_recaptcha_form input[type="text"], #contact_recaptcha_form textarea {
	border: 1px solid black;
}

#id_subject {
	width: 495px;
}

#id_message {
	width: 500px;
}

#id_email {
	width: 495px;
}

.errortitle {color:red;
			font-weight: bold;
			font-size: 1.1em;
			margin-top: 20px;
			margin-bottom: 20px;
			background-color: #FFF8DC;
}

.errorlist {color:red;
			font-size: 1.1em;
			margin-top: 30px;
			margin-bottom: 0;
			background-color: #FFF8DC;
}

/* Generic form styling, used for example in the bookings form */
.p_form {
	font-style: italic;
}

.p_form label {
	float: left;
	font-style: normal;
	width: 50px;
}

.p_form input, .p_form textarea {
	display: block;
	margin-top: 7px;
}

/* Add a black border to the input elements... but not to the submit button */
.p_form input[type="text"], .p_form textarea {
	border: 1px solid black;
}

/* Styling special to the booking form */
#booking_form {
	margin-left: 20px;
}

#booking_form input[type="text"] {
	width: 300px;
}

/* gallery-detail template. This is where we display all the thumbnails in a gallery */

/* Gallery container */
.photo-gallery {
	display:inline;
	float:left;
	padding-bottom:20px;
	width: 695px;
}

/* Images should appear 'normal', i.e. not as links surrounded by blue borders. */
.photo-gallery img {
	border: 1px solid black;
}

#all-galleries {
	 /* The photo-gallery divs are floated, I want the link at the bottom to appear, well, at the bottom. */
	clear: left;
	font-size: 1.2em;
}

/* Photo thumbnails in a gallery */
.gallery-photo {
	float:left;
	height: 90px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 95px;
	margin: 0 5px 5px 0;
	text-align:center;
}

.photologue_photo {
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.photologue_photo img  {
	border: 1px solid black;
}

#photologue_parent {
display: block;
	text-align: center;
}

/* News/Blog */

.article-list h3 {
	margin-bottom: 5px;
}

.article-list p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#article-archives {
	float: right;
	width: 150px;
	border: 1px solid black;
	padding: 5px;
	margin-top: 10px;
}

#article-archives h2 {
	margin: 0;
}

#article-archives ul {
	padding-left: 10px;
	margin-left: 10px;
}

#articles_view_more {
	display: block;
	margin-top: 10px;
}

.quiet {
	font-color: grey;
	font-size: smaller;
}

#article-feeds  {
	font-color: grey;
	font-size: smaller;
	margin-left: 150px;
	margin-top: 20px;
	width: 350px;
	border-top: 2px solid black;
	text-align: center;
}

#article-feeds ul {
	list-style-type: none;
}

#article-feeds img {
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 0;
}

