@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}

/* Links */
a:link{color:#751c26;}
a:visited{color:#751c26;}
a:hover{color:#2F0509;}
a:active{color:#751c26;}

/* Images */
a img{border:0;}
img{margin:0 0 1em 0;}
img.left{float:left;margin:0.5em 1em 0.5em 0;}
img.right{float:right;margin:0 0 1em 1em;}

/* Headings */
h1,h2,h3,h4,h5,h6{margin:1em 0 0.75em 0;text-align:left;}
h2{font-size:50px;} /* For Cuffon */
h3{font-size:35px; margin-top:0;} /* For Cuffon */
h4{font-size:1.17em;}
h5,h6{font-size:1em;}

/* Paragraphs */
p{margin:0 0 1em 0;text-align:left;}

/* Lists */
ul,ol{margin:0 0 1em 2em;text-align:left;list-style-position:inside;}
li{margin-bottom:0;}
li ul{margin-top:0.5em;}
dl{margin:0 0 1em 0;text-align:left;}
dt{font-weight:bold;}
dd{margin-bottom:1em;}

/* Tables */
table{border-collapse:collapse;font-size:1em;margin-bottom:2em;}
caption{font-weight:bold;padding-bottom:0.25em;text-align:left;}
th{text-align:left;}
th,td{padding:0.25em 0.25em 0.25em 0.5em;}

/* Forms */
input,select,textarea{font-family: verdana, Arial, sans-serif;font-size:1em;}
input{padding:4px}
fieldset{border:1px solid #000;margin:0.25em 0 1em 0;padding:0.25em 15px 0.75em 15px;}
legend{font-weight:bold;padding:0.25em 4px;}
label{font-weight:normal;}
button {float:right;padding:2px 5px;}

/* Other styles */
#to-content{display:none;}
address {margin:0 0 1em 0;text-align:left;font-style:normal;}
hr{margin:30px 0;border:1px dotted #751c26}
code{font-size:120%}
.clear{clear:both;}
.top{vertical-align:top;}
.center{text-align:center;}
.green {color:#026000;font-weight:bold;}
.red{color:#eb2127;font-weight:bold;}
.btn {margin-top:10px;}
.errorBox {border:solid 1px #CC0000;background:#F7CBCA;color:#CC0000;font-weight:bold;padding:4px 8px;}
.smaller {font-size:80%;}
.larger {font-size:120%;}
.right {float:right;}

html, body {height: 100%;}

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	background: #3f0c21;
	color: #751c26;
	font-size: 70%;
	text-align: center;height: 100%;
}

#outer-wrapper {
	width: 949px;
	margin: 9px auto;
	text-align: left;
}

* html #outer-wrapper {height: 100%;}

#outer-wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#wrapper {
	overflow: hidden;
	background: #e8aa9d url(../images/layout/contentbg.gif) left top repeat-y;
}


/* Header */
#header-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%; /*IE6*/
	background: #fff url(../images/layout/bg.jpg) 0 0 no-repeat;
}

#booknow {
	position: absolute;
	top: 398px;
	left: 31px;
	text-indent: -999em;
}

#booknow a {
	background: url(../images/layout/booknow.jpg) no-repeat;
	width: 173px;
	height: 55px;
	text-indent: -999em;
	display: block;
}

#logo {
	margin-left: 309px;
	width: 569px;
}

#logo h1, #logo h2 {margin: 0;}

#logo h1 a {
	margin-top: 23px;
	display: block;
	width: 569px;
	height: 134px;
	background: url(../images/layout/thewessexhotel.gif);
}

#logo h2 {
	width: 569px;
	height: 36px;
	background: url(../images/layout/intheheartofsomerset.gif);
}

#logo span {display: none;}


/* Top Navigation */
#top-nav {
	width: 711px;
	background: #fff;
	text-align: center;
	float: right;
	clear: both;
	overflow: hidden;
}

#top-nav  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-nav li {
	float: left;
	margin: 0;
}

#top-nav  li a {
	background: #fff;
	color: #751C26;
	display: block;
	float: left;
	font: 110% Tahoma;
	text-align:center;
	text-decoration:none;
	padding: 8px;
}

#top-nav li a:hover {
	color: #fff;
	background: #751C26;
}

/* Side Navigation */
#left-nav {
	margin: 14px 0;
	overflow: hidden;
}

#left-nav li {
	float: left;
	list-style: none;
}

#left-nav li a {
	background: #751C26;
	color: #fff;
	display: block;
	font: 140% Tahoma;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	width: 238px;
	margin-bottom: 5px;
}
#left-nav li a:hover {
	background: #560911;
}

#left-col {
	float: left;clear: left;
	width: 238px;
	overflow: hidden;
	background: #fff;
}

#left-col h4 {
	font-size: 30px; /* For Cuffon */
}

#left-offers {
	background: #f9c9be;
	width: 220px;
	margin: 20px auto;
	text-align: center;
	border: 1px dotted #751c26;
	clear: both;
}

#left-offers h4, #left-offers h5, #left-offers p {
	text-align: center;
}


/* Content */
#content-wrapper {
	background: url(../images/layout/fleur.jpg) right top no-repeat;
	width: 949px;
	margin: auto;
	overflow: hidden;
}

#content {
	width: 690px;
	float: right;
	padding: 10px 10px 10px 0;
	font-size: 110%;
}

#content h2 {
	text-align: center;
	margin: 30px auto;
	padding: 0;
}

#text, #primary {
	width: 630px;
	margin: auto;
}


#main-image {
	width: 712px;
	height: 301px;
	float: right;
	margin-top: 10px;
}


/* Footer */
#footer {
	width: 949px;
	margin: 20px auto;
	text-align: center;
}

#footer p a {color: #fff;}
#footer p a:hover {color: #751c26;}


div.scroller {
	position: relative;
	height: 26px;
	display: block;
	overflow: hidden;
	background: #fff;
}
	
div.scroller p {
	position: absolute;
	white-space: nowrap;
	padding: 4px 0;
	font-weight: bold;
}


#homepagecols div {
	width: 185px;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
}

#homepagecols #homepagecol1 {
	padding-right: 20px;
	margin-left: 30px;
}

#homepagecols #homepagecol2 {
	padding: 0 20px;
}

#homepagecols #homepagecol3 {
	padding-left: 20px;
	border: none;
}

#homepagecols h3 {
	text-align: center;
}


#slideshow {
	position: relative;
	height: 301px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	display: none;
}

#slideshow img.active {
	z-index: 10;
	display: block;
}

#slideshow img.last-active {z-index: 9;}

#galleria{
	width: 690px;
	height: 462px;
}

.images {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.images img {
	margin-bottom: 30px;
}

.rcopy {
	float: right;
	width: 405px;
}


table.tariff {
	width:480px
}

table.romtariff {
	width:300px
}

.tabprice {
	width: 100px;
}

.pdf {
	font-size: 140%;
	margin-top: 40px;
}

.pdf img {
	float: left;
	margin-right: 10px;
}

#login {
	text-align: center;
}

input.submitadmin {
	margin-bottom: 20px;
	padding: 10px 20px;
}

.dottedborderpost {border-bottom: 1px dotted #751c26; margin-bottom: 20px;}
.entry-header {font-size: 140%; margin-bottom: 10px;}
.share-icons {margin-bottom: 20px;}