/* @override http://www.numbersixlavenham.co.uk/css/main.css */

/* @override http://numbersixlavenham.co.uk/css/main.css */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* END RESET */


/* STRUCTURE */
body{
	background-color: #8a7a68;
	font: 62.5% Verdana, "Lucida Grande", sans-serif;
}

#wrapper {
	width: 900px;
	text-align: center;
	margin: 0 auto 20px;
	color: #424242;
}

#header {
	height: 70px;
}

#container {
		background-color: #fff;
}

#top {
	height: 20px;
	background: url(../images/top.jpg) no-repeat;
}

#content {
	background-color: #fff;
}

#bottom {
	height: 40px;
	background: url(../images/bottom.jpg) no-repeat bottom;
	clear: both;
}
/* END STRUCTURE */


/* HEADER */
#logo {
	float: left;
		margin-left: 20px;
	margin-top: 10px;
}

#nav {
	float: right;
	margin-right: 20px;
	color: #fff;
	margin-top: 36px;
	font-size: 12px}

#nav a {
	color: #fff;
	text-decoration: none;
	padding: 6px;
	border: 1px solid #8a7a68;
	letter-spacing: 2px;
	font: 14px "Trebuchet MS", "Gill Sans", sans-serif;
}

#nav a:hover {
	border-bottom: 3px solid #fff;
}

#nav a.selected {
	border-bottom: 3px solid #fff;
}
/* END HEADER */


/* CONTENT */
#content {
	font-size: 13px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}

#content h1 {
	font: 20px "Trebuchet MS", "Gill Sans", sans-serif;
	color: #695d4f;
	margin-bottom: 20px;
	margin-top: 4px;
}

#contentfull {
	width: 840px;
}

#indexleft {
	float: left;
	text-align: left;
	width: 400px;
	margin-right: 20px;
}

#indexright {
	float: right;
	text-align: left;
	width: 410px;
	margin-left: 10px;
	margin-top: 10px;
}

#contentbottom {
	width: 840px;
	clear: both;
}

p {
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 7px;
	
}

h2 {
	font: bold 14px "Trebuchet MS", Calibri, "Gill Sans", sans-serif;
}

h3 {
	margin-top: 10px;
	font: bold 13px "Trebuchet MS", Calibri, "Gill Sans", sans-serif;
	margin-bottom: 4px;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
}

ul li {
	padding-bottom: 10px;
}

.numbersix {
	color: #695d4f;
	font: bold 14px "Trebuchet MS", "Gill Sans", sans-serif;
}

p.firstchar:first-letter {
	float: left;
	margin-top: 0;
	margin-left: 0;
	font: 48px/36px "Gill Sans", "Trebuchet MS", sans-serif;
	color: #695d4f;
	margin-right: 6px;
}

#fourstar {
	display: inline;
	float: left;
	margin-right: 12px;
}

#content a {
	color: #695d4f;
	text-decoration: none;
	border-bottom: 1px solid #695d4f;
}

#content a:hover {
	color: #695d4f;
	text-decoration: none;
	border-bottom: 1px dotted #695d4f;
}

.imgleft {
	float: left;
	text-align: center;

}

.imgright {
	float: right;
	text-align: center;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.indeximgleft {
	margin-right: 10px;
	margin-bottom: 20px;
}

.indeximgright {
	margin-bottom: 20px;
}

#gallery a, #gallery a:hover {
	border: none;
}

#gallery a {
	border: none;

}

#locleft {
	float: left;
	text-align: left;
	width: 300px;
	margin-right: 20px;
}

#locright {
	float: right;
	width: 520px;

}

#bookleft {
	float: left;
	text-align: left;
	width: 50%;
}

#bookright {
	float: right;
	text-align: left;
	width: 40%;
}

#bookright h3 {
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 0;
}

.short {
	float: left;
	width: 50%;
}

.week {
	float: right;
	width: 50%;
}

#map {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #F9ECDD;
	margin-top: 10px;
}

#cal {
	margin-top: 8px;
}

.dates {
	font-weight: normal;
	font-style: normal;
}

/* END CONTENT */


/* GALLERY */
p {
	margin-bottom: 8px;
}

.galleryrow {
	margin-bottom: 20px;
}

.galleryimg2 {
	margin-left: 10px;
	margin-right: 10px;
}
.galleryimg3 {

	margin-right: 10px;
}
/* END GALLERY */


/* BOTTOM */
#footer {
	font-size: 9px;
	line-height: 11px;
	padding-top: 12px;
	color: #424242;
	letter-spacing: 1px;
}

#footer a {
	text-decoration: none;
	color: #6e6153;
	border-bottom-width: 1px;
}
#footer a:hover {
	border-bottom: 1px solid #6e6153;
}

/* END BOTTOM */

