/*#############################################################
Name: clairesvilla.info
Date: 16-02-2008
Author: Gwyn Lockett
#############################################################*/

/* Standard elements
================================= */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	min-width: 800px;
	font: 62.5%/1.2 Verdana, sans-serif;
	background-color:#fff;
	color: #635443;
	border: 1px solid #666600;
}
h1 {
	font-size: 2.2em;
	text-decoration:underline;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 10px;
	text-decoration:underline;
}
p {
	font-size: 1.2em;
}
li {
	font-size: 1.6em;
}
h1, h2, p {
	margin: 1em 0;
}
a {
	color: #635443;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* Main body
================================= */
#wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	background-color: #b9d3d3;
	border:solid 1px #000000;
}
/* The Heading
================================= */
#heading {
	margin-top: 0px;
	height: 70px;
	background-color: #b9d3d3;
	padding: 20px;
	background: url('../images/header_blue.jpg') top left no-repeat #b9d3d3;
}
#heading h1 {
	text-indent: -9999px;
	font-size: 4em;
	margin: 0;
}
#heading h2 {
	font-size: 2em;
	margin-top: 0px;
	margin-right: 100px;
}
#banner {
	background-color:#fff;
	padding: 5px;
	line-height: 1;
	text-align:right;
}
#banner {
	border-top:solid 2px #603913;
	border-bottom:solid 2px #603913;
	height: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #fff;
	color: #43321f;
}
#banner .left {
	background-color: #fff;
	padding-left: 10px;
	color: #43321f;
	float:left;
	text-align:left;
	font-size: 1.4em;
}
#banner a {
	background-color: #fff;
	padding-right: 10px;
	color: #43321f;
	float: right;
	font-size: 1.5em;
	text-align:right;
	;
}
#banner img {
	margin-left: -15px;
}
/* The Sidebar and navigation
================================= */
#Sidebar {
	padding: 20px;
	list-style: none;
	background-color:#b9d3d3;
	width: 300px;
}
/* mainNav1 */
#mainNav1 ul {
	padding: 10px;
	border-bottom: 1px solid #b9d3d3;
}
#mainNav1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 2px solid #b9d3d3;
	border-bottom: none;
}
#mainNav1 ul li a {
	display: block;
	padding: 3px;
	width: 180px;
	background: url('../images/li-off.jpg') center left no-repeat #fff;
	color: #7B6853;
	text-indent: 20px;
	text-decoration: none;
}
#mainNav1 ul li a:hover {
	color: #C1B2A2;
	background: url('../images/li-on.jpg') center left no-repeat #fff;
}
#mainNav1 .selected {
	display: block;
	padding: 3px;
	width: 180px;
	background: url('../images/li-on.jpg') top left no-repeat #fff;
	color: #C1B2A2;
	text-indent: 20px;
	text-decoration: none;
}
#thumbs ul {
	margin-left: 8px;
	padding: 10px;
	border: 1px solid #b9d3d3;
}
#thumbs ul li {
	display:inline;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #b9d3d3;
	border-bottom: none;
}
.border {
	border: 2px solid #fff;
}
.border_large {
	border: 5px solid #fff;
}

/* mainNav2 */
#mainNav2 ul {
	padding: 10px;
	border-bottom: 1px solid #b9d3d3;
}
#mainNav2 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 2px solid #b9d3d3;
	border-bottom: none;
}
#mainNav2 ul li a {
	display: block;
	padding: 3px;
	width: 180px;
	background: url('../images/li-off.jpg') center left no-repeat #fff;
	color: #7B6853;
	text-indent: 20px;
	text-decoration: none;
}
#mainNav2 ul li a:hover {
	color: #C1B2A2;
	background: url('../images/li-on.jpg') center left no-repeat #fff;
}
#mainNav2 .selected {
	display: block;
	padding: 3px;
	width: 180px;
	background: url('../images/li-on.jpg') top left no-repeat #fff;
	color: #C1B2A2;
	text-indent: 20px;
	text-decoration: none;
}
/* The Content
================================= */
#content {
	padding: 0 20px 0 0;
	background-color: #b9d3d3;
	width: 550px;
	float: right;
}
#content hr {
	margin-top: 30px;
	}
table {
	border: 1px solid #635443;
}
#directions td {
	padding: 5px;
	border-right: 1px solid #635443;
	font-size: 1.2em;
}
#directions .dircaption {
	padding: 5px;
	font-size: 1em;
}
#directions td .img {
	border: 0px;
	padding: 5px;
}
#directions thead {
	font-size: 1.2em;
}

.right {float:right;
padding-left: 20px;
}
.left {float:left;
padding-left: 5px;
}
.leftpix img {float:left;
padding-right: 5px;
border: none;
}

/* The Footer
================================= */
#footer {
	background-color:#b9d3d3;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 10px;
	clear: both;
	text-align: right;/* border-top: solid 1px #000000; */
}
