/* @override http://www.tambircottages.com/wp-content/themes/tambir/style.css */

/*  
Theme Name: Tambir Cottages
Theme URI: http://www.tambircottages.com
Description: August 2007 Theme.
Version: 1.0a
Author: Dale Mugford
Author URI: http://www.bravenewcode.com

	Tambir Cottages Theme ver. 1.0a
	 http://www.bravenewcode.com

	This theme was designed and built by Dale Mugford.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background: url(images/background.jpg) repeat;
	padding: 0;
	font: 13px Georgia, Helvetica, Geneva, sans-serif;
	color: #2f1702;
	margin: 0;
}

small {
	margin: 0;
	padding: 0;
}

img {
	border-left-style: none;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	margin: 0;
	padding: 0;
}

h3.indent {
	text-indent: -220px;
	padding-left: 220px;
	margin-top: 80px;
}

a {
	color: #d46f1a;
	text-decoration: none;
}

a:hover {
	color: #d46f1a;
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 819px;
}

#content {
	background: url(images/tambir-body.png) repeat-y;
	padding: 1px 0 1px 33px;
	width: 850px;
	display: block;
}

#page {
	padding-left: 30px;
	width: 758px;
	margin: 0;
}

#footer {
	background: url(images/tambir-footer.png) no-repeat 6px 0;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	text-align: center;
	color: #46270c;
	font: 13px Georgia, "Times New Roman", Times, serif;
	width: 850px;
}

#footer-inner {
	width: 460px;
	margin:  0 auto;
	padding-top: 60px;
	padding-bottom: 40px;
	line-height: 20px;
}

#footer a {
	color: #8a4407;
	text-decoration: underline;
}

/* @group Header */

#header {
	width: 885px;
	height: 264px;
	background: url(images/tambir-header.png) no-repeat;
	margin: 0;
	padding: 0;
	color: #ccc47b;
	font: bold 15px "Trebuchet MS", Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	letter-spacing: -1px;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 30px 0 0 53px;
}

#header ul li {
	display: inline;
}

#header a {
	text-decoration: none;
	padding: 5px 7px;
	color: #fbb639;
	letter-spacing: 0;
	font: normal normal 13px Georgia, "Times New Roman", Times, serif;
	background-color: #6b4126;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#header a:hover {
	background-color: #2f2923;
	color: #dbac57;
}


/* @end */

.mainpost {
	line-height: 18px;
}

img.mainimgs {
	float: right;
	padding-left: 35px;
}

img.subheaders {
	padding-top: 20px;
}

.clearer {
	clear: both;
}

.spacer {
	height: 30px;
}

/* @group Cottage Rental Page */

table.cottage {
	text-align: left;
	width: 758px;
}

table.cottage th {
	padding-right: 10px;
	border-bottom: 1px solid #503114;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	vertical-align: top;
}

table.cottage thead {
	border-bottom: 1px solid #000;
}

table.cottage tr {
	
}

table.cottage td {
	padding: 10px;
	border-bottom: 1px dashed #e3bd9a;
}

#deluxe {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #cb7616;
	margin-top: 25px;
	margin-bottom: 0px;
	width: 360px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#deluxe img {
	float: right;
}



/* @end */