/*
Theme Name: Bourton Manor
Theme URI: http://www.stmem.com/website_services.htm
Description: Bourton Manor main theme.
Version: 1.0
Author: Shropshire Tourism
Author URI: http://shropshiretourism.co.uk/
*/

/* Global */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #E8EFE7;
	color: #495144;
}

h2 {
	font-size: 140%;
	color: #ACBEA5;
	margin-bottom: 20px;
}

h3 {
	font-size: 120%;
	color: #ACBEA5;
	margin-bottom: 10px;
}

.coloured_text{color:#ACBEA5;}

hr { 
	border:1px dashed #ccc; 
	margin:0 0 10px 0;
	}

/* Wrap / Container */
#outer_wrap {
	width: 800px;
	margin: 0 auto;
	background: #ACBEA5;
	padding: 10px;
	border-top: 40px solid #E8EFE7;
	border-bottom: 40px solid #E8EFE7;
}

#inner_wrap {
	width: 800px;
	background: #fff;
	padding-top: 10px;
}

/* Header */
#header {
	position: relative;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	background: #ACBEA5;
	text-align: center;
	color: #fff;
}

#header h1 {
	text-indent: -5000px;
	background: #ACBEA5 url(images/logo.jpg) center 3px no-repeat;
}

#header h1 a {
	display: block;
	height: 90px;
	overflow: hidden;
}

#header .description {
	display: none;
}

/* Images */
div.head_slideshow {
	margin-left: 10px;
	margin-bottom: 10px;
}

img.img_right, img.img_right_no_border {
	float: right;
	width: 180px;
	margin: 0 0 20px 20px;
	padding: 2px;
	border: 2px solid #ACBEA5;
}

img.img_right_no_border {
	border: none;
}

img.new_img_right { float:right; border:0; margin: 0 0 20px 20px; padding:0;}

img.img_left {
	float: left;
	width: 180px;
	margin: 0 20px 20px 0;
	padding: 2px;
	border: 2px solid #ACBEA5;
}
img.img_in_table {
	margin: 12px;
	padding: 2px;
	border: 2px solid #ACBEA5;
}

p.wp-caption-text {
	display: none;
}

/* Content */
#content {
	margin-left: 200px;
	padding: 10px;
}

#content p {
	margin-bottom: 20px;
	line-height: 140%;
}

#content ul {
	margin-bottom: 20px;
	padding-left: 25px;
	list-style: inside square;
}

#content li {
	margin-bottom: 5px;
}

#content ul li ul {
	margin: 5px 0;
	padding-left: 25px;
	list-style: inside decimal;
}

/* Bookings table */

#content table.data {
	margin-bottom: 20px;
	border-top: 1px dotted #ACBEA5;
	border-left: 1px dotted #ACBEA5;
	font-size: 85%;
	width: 100%;
}

#content table.data tr th, #content table.data tr td {
	text-align: center;
	padding: 4px 16px;
	border-right: 1px dotted #ACBEA5;
	border-bottom: 1px dotted #ACBEA5;
	line-height: 1.5em;
}

#content table.data tr th {
	background: #E8EFE7;
}

#content table.data tr td table {
	margin: 0;
	border: 0;
	margin: 0 auto;
	font-size: 100%;
}

#content table.data tr td table tr td {
	border: 0;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 180px;
	margin-left: 10px !important;
	margin-left: 5px;
	color: #fff;
}

#contact, #menu {
	margin-bottom: 10px;
	list-style: none;
}

#contact {
	height: 60px;
	background: #ACBEA5;
	text-align: center;
}

#contact li {
	line-height: 30px;
}

#contact li:first-child {
	font-size: 18px;
}

#menu li {
	height: 40px;
	margin-bottom: 1px;
	list-style: none;
	background: #ACBEA5 url(images/menu_bg.jpg) bottom repeat-x;
}

#menu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#menu li a:hover {
	background: #808C77 url(images/menu_bg.jpg) top repeat-x;
}

#rating_logo {
	width: 70px;
	margin: 0 0 10px 0px;
}

/* Footer */
#footer {
	clear: both;
	height: 40px;
	background: #ACBEA5;
	color: #fff;
}

#footer p.left {
	float: left;
	padding-top: 15px;
}

#footer p.right {
	float: right;
	padding-top: 15px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* googlemap */

#google_map {
	width: 100%;
	height: 350px;
}

/* image gallery */

#content .entry #ngg-gallery-8 .ngg-gallery-thumbnail-box {
	width: 100px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#content .entry #ngg-gallery-8 .ngg-gallery-thumbnail-box img {
	border: none;
}


/*-----------LINKOLOGY------------*/
#contact a { text-decoration:underline; color:#fff; }
#contact a:link { text-decoration:underline; color:#fff;}
#contact a:visited { text-decoration:underline; color:#fff;}
#contact a:hover { text-decoration:none; color:#fff;}
#contact a:active { text-decoration:underline; color:#fff;}

.form_message_box
{
	border-style: solid;
	border-width: 1px;

	margin: 10px 0px; 

	padding: 1em; 
	width: 70%;
	
	text-align: center;
	color: #000000;
}

.form_red_message_box
{
	border-color: #FF0000;
	background: #FFB0B0;
}

.form_green_message_box
{
	border-color: #235C34;
	background: #B8F5B1;
}

.form_blue_message_box
{
	border-color: #0000FF;
	background: #99CCFF;
}