/*------------------------------
			GLOBAL
-------------------------------*/

body {
	background: #F4F0D7 url(../images/bodybg.gif) repeat-x top left;
	font-family: Helvetica, Arial, sans-serif;
}

#article, aside, dialog, figure, #footer, #header,
  hgroup, menu, #nav, #main {
  display: block;
}

/*------------------------------
			LAYOUT
-------------------------------*/

.logo {
	position: absolute;
	top: -10px;
	left: 20px;
	z-index: 1;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	position: relative;
	z-index: 1;
	width: 960px;
	height: 101px;
	text-align: left;
	clear: both;
}

#article {
	padding-top: 20px;
}

#banner {
	position: relative;
	width: 960px;
	height: 296px;
	background: url(../images/bannerbg.png) no-repeat;

}

#nav {
	width: 960px;
	height: 40px;
}


aside {
	float: left;
	width: 350px;
	margin-left: 36px;
}

#main {
	float: left;
	margin-left: 20px;
	width:920px;
}

#footer {
	width: 100%;
	height: 260px;
	margin: 0 auto;
	clear: both;
	background: url(../images/footerbg.gif) repeat-x top left;
}

#footer .inner {
	position: relative;
	width: 960px;
	height: 260px;
	margin: 0 auto;
}

#subfooter {
	width: 100%;
	height: 40px;
	background: #4A3A34;
	border-top: 1px solid #F4F0D7;
}

#subfooter .inner {
	position: relative;
	width: 960px;
	height: 40px;
	margin: 0 auto;
}

.address {
	position: absolute;
	width: 420px;
	top: 20px;
	left: 20px;
	color: #fef6d8;
	line-height: 24px;
}

.address span {
	color: #F4F0D7;
}

.links {
	position: absolute;
	position: absolute;
	width: 220px;
	top: 20px;
	left: 580px;
}

.home-item {
	width: 430px;
	float: left;
	margin-right: 20px;
	margin-top: 30px;
}

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


/*------------------------------
			NAV
-------------------------------*/

#nav, #subfooter {
	font-family: "Georgia", Times, serif;
	font-style: italic;
	font-size: 18px;
	text-transform: lowercase;
}

#nav ul, #subfooter ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul li, #subfooter li {
	float: left;
}

#nav ul li a, #subfooter ul li a {
	float: left;
	display: block;
	padding: 0 15px 4px 15px;
	line-height: 1.8em;
	text-decoration: none;
	color: #fef6d8 !important;
	font-weight: normal;
	text-shadow: 0 1px 1px #000;
}

#nav ul li a:hover, #nav ul li a.active {
	background: #100c0b;
	border-bottom: 4px solid #F4F0D7;
	color: #fef6d8;
}

#subfooter ul li a:hover, #subfooter ul li a.active {
	background: #100c0b;
	border-top: 4px solid #F4F0D7;
	color: #fef6d8;
	margin-top: -4px;
	padding-bottom: 7px;
}

/*------------------------------
			HEADINGS
-------------------------------*/

#header h1 {
	position: absolute;
	bottom: 0px;
	left: 700px;
	font-size: 28px;
	font-weight: normal;
	color: #fef6d8;
}

#header h1 span {
	color: #F4F0D7;
}

#banner h1 {
	margin-left: 600px;
	padding-top: 25px;
	color: #fef6d8;
	font-weight: lighter;
	font-family: "Georgia", Times, serif;
	font-style: italic;
	font-size: 26px;
	line-height: 40px;
	width: 300px;
}



h1, h2, h3 {
	font-weight: lighter;
	font-family: "Georgia", Times, serif;
	font-style: italic;
	padding: 8px 0;
	color: #77432F;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

#footer .inner h2 {
	color: #77432F;
	font-size: 22px;
	font-weight: normal;
}


/*------------------------------
			TEXT
-------------------------------*/

#main, aside {
	color: #77432F;
}

#main p {
	font-size: 14px;
	padding: 6px 0;
	line-height: 20px;
}

#banner p {
	margin-left: 600px;
	color: white;
	line-height: 1.4em;
	width: 300px;
}

#contactform p {
	line-height: 1.4em;
}

/*------------------------------
			IMAGES
-------------------------------*/

#header img {
	padding-top: 20px;
}

.bannerimage {
	position: absolute;
	top: 13px;
	left: 10px;
}

#footer .inner img {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*------------------------------
			LINKS
-------------------------------*/

#banner a {
	color: #FFFFFF;
	text-decoration: underline;
}

#banner a:hover {
	color: #F4F0D7;
	text-decoration: none;
}

a:link, a:visited {
	color: #77432F;
	/* font-weight: bold; */
}

a:hover, a:active {
	/* font-weight: bold; */
	color: #77432F;
	text-decoration: none;
}

.learnmore {
	background: url(../images/learnmore.png) no-repeat;
	width: 141px;
	height: 22px;
	display: block;
	text-indent: -9000px;
	margin-left: 40px;
	margin-bottom: 30px;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #fef6d8 !important;
}
#footer a:hover {
	text-decoration: underline;
}

/*------------------------------
			LISTS
-------------------------------*/


#main ul {
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#main ul li {
	/* background: url(../images/bullet1.png) no-repeat; 
	list-style: none;*/
	padding: 4px 0 4px 10px;
}

#footer .inner ul li {
	list-style: none;
	padding-bottom: 8px;
}



/*------------------------------
			FORMS 
-------------------------------*/





form#contactform {
	width: 350px;
	background: #77432F;
	border: 1px solid #fef6d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form#contactform fieldset {
	border: none;
	padding: 10px;
}


form#contactform ol li {
	line-height: 30px;
	list-style: none;
	margin-bottom: 2px;
}

form#contactform ol ol li {
	background: none;
	border: none;
	float: left;
}

form#contactform label {
	float: left;
	font-size: 14px;
	width: 100px;
	color: #fef6d8;
	font: 16px "Georgia", Times, serif;
	font-style: italic;
	padding-top: 10px;
}


form#contactform fieldset fieldset label:hover {
	cursor: pointer;
}

form#contactform input {
	background: #F4F0D7;
	border: 1px solid #fef6d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Helvetica, sans-serif;
	outline: none;
	padding: 5px;
	width: 200px;
	color: #fef6d8;
}


form#contactform button {
	float: right;
	background: none;
	border: 1px solid #fef6d8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fef6d8;
	display: block;
	font: 16px "Georgia", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	padding: 4px;
	margin: 0;
	margin-right: 20px;
	margin-top: 10px;
}

form#contactform button:hover {
	background: #fef6d8;
	color: #77432F;
	cursor: pointer;
}

form#contactform p {
	color: #fef6d8;
	font-size: 14px;
	padding: 10px 0;
}

form#contactform .smallprint {
	width: 330px;
	font-size: 12px;
	float: left;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}


/*-----------------------------
			PRODUCTS
-------------------------------*/

.product img {
	border: 2px solid #77432F;
	float: left;
	margin-right: 10px;
}

.product h3 {
	padding: 0px;
}

.product {
	border-bottom: 1px solid #9B9F64;
	margin-top: 25px;
	padding-bottom: 30px;
}

.price {
	font-size: 1.2em;
	color: white;
}

.product form {
	float: left;
	margin-right: 5px;
}

/*-----------------------------
		COTTAGE PRICES
-------------------------------*/

table {
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table th {
	font-size: 0.9em;
	text-align: left;
	padding: 3px;
	background: #77432F;
	color: white;
	padding: 5px;
}

table td {
	font-size: 0.8em;
	padding: 3px;
}

table tr.last td {
	padding-bottom: 20px;
}

div.season ul {
	margin-top: 0px !important;
	padding-top: 0px !important;
	font-size: 0.7em !important;
}

div.season {
	float: left;
	width: 300px;
}

/*-----------------------------
			POTTERY
-------------------------------*/

#gallery {
	margin-top: 15px;
}

#thumbs {
	margin-top: 15px;
	width: 365px !important;
}

#controls {
	font-size: 0.8em;
}

/*-----------------------------
			ARTICLES
-------------------------------*/

.article {
	background: #F9F7E8;
	border: 1px solid #D8CF97;
	padding: 10px;
	margin-top: 15px;
}

.article h3 {
	font-weight: bold;
	font-style: normal;
}

.article p {
	font-size: 0.7em !important;
}

.article img {
	float: left;
	margin: 10px 10px 10px 0px;
}

.article div.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}



/*-----------------------------
	SS FORMS / SS TABLES
-------------------------------*/

form.ssForm {
	font-size: 0.9em;
}

form.ssForm label {
	float: left;
	width: 15%;
	clear: both;
	margin-bottom: 5px;
}

form.ssForm input.field, form.ssForm textarea.field, form.ssForm select.field {
	float: left;
	width: 80%;
	margin-bottom: 5px;
}

form.ssForm input.submit {
	border: 0px;
	padding: 3px;
	font-size: 0.7em;
	text-transform: uppercase;
	background: #77432F;
	color: white;
}

table.ssTable {
	width: 100%;
}

table.ssTable tr th span {
	font-size: 0.7em;
}

table.ssTable tr td {
	padding: 5px;
}

table.ssTable tr.low td {
	background: #F0E7A8;
}

table.ssTable tr.mid td {
	background: #ECE089;
}

table.ssTable tr.high td {
	background: #E1D26A;
}

table.ssTable td span.booked {
	text-decoration: line-through;
}


/*-----------------------------
		MISC ADMIN
-------------------------------*/

div.errors {
	background: #E8A991;
	border: 1px solid #77432F;
	margin: 10px 0px;
	padding: 10px;
	font-size: 0.7em !important;
}

div.errors ul {
	padding: 0px !important;
}

div.requestinfoerrors {
	background: #B8B8B8;
	border: 1px solid #205C18;
	margin: 10px 0px;
	padding: 10px;
	font-size: 0.7em !important;
}

div.requestinfoerrors ul {
	padding: 0px !important;
	color: #303030;
}

div.success {
	background: #90BE89;
	border: 1px solid #1E5915;
	padding: 10px;
	font-size: 0.7em !important;
	margin: 10px 0px;
	color: #1E5915;
}



/*-----------------------------
		REQUEST INFO
-------------------------------*/

#requestinfo {
	background: #5D8657;
	padding: 15px;
}

#requestinfo h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#requestinfo h2, #requestinfo p, #requestinfo form label {
	color: white;
}



/*-----------------------------
		EVENTS
-------------------------------*/

.event {
	padding-top: 5px;
	clear: both;
}

.event p.title {
	padding-bottom: 0px !important;
}

.event p.date {
	font-size: 0.7em !important;
	font-weight: bold;
	padding-top: 0px !important;
}

.event img.picture {
	float: left;
	margin-right: 10px;
	padding: 3px;
	background: white;
	border: 1px solid #D3CDA6;
}
