/* CSS Document for Leighvander Cottage by Jasper, Xolution Internet Services */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #F0EFFF;
	font-family: "trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #746ca0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	color: #779467;
	font-weight: 100;
}
a img {
	border: none;
}
ul li {
	list-style: none;
}
.align-left {
	float: left;
	margin: 0 5px 0 0;
}
.align-right {
	float: right;
	margin: 0 0 0 5px;
}
a {
	text-decoration: underline;
	color: #746ca0;
}
a:hover {
	color: #746ca0;
	text-decoration: none;
}

#container, #header, #footer {
	width: 780px;
}

#container {
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	position: relative;
	background: #FFF;
}
#header {
	height: 213px;
	background: #FFF url(../images/header.jpg) top center no-repeat;
	position: relative;
}
	#header h1 {
		display: none;
	}
	#impression {
		position: absolute;
		bottom: 55px;
		right: 40px;
		color: #FFF;
	}
		#impression a {
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
		}
		#impression a:hover {
			text-decoration: underline;
			color: #FFF;
		}
	
#navbar {
	width: 780px;
	height: 34px;
	background: #546749 url(../images/navbar_repeat.gif) top left repeat-x;
	position: relative;
}
	#nav_left {
		position: absolute;
		top: 0;
		left: 0;
	}
	#nav_right {
		position: absolute;
		top: 0;
		right: 0;
	}
	#navbar ul {
		display: block;
		height: 34px;
		line-height: 34px;
		vertical-align: middle;
		width: auto;
		margin: 0 23px 0 21px;
	}
	#navbar li, #navbar li a {
		display: block;
		float: left;
		height: 34px;
		line-height: 34px;
		vertical-align: middle;
	}
	#navbar li a {
		color: #FFF;
		text-decoration: none;
		font-family: "Times New Roman", Times, serif;
		font-size: 15px;
		font-weight: bold;
		padding: 0 15px;
	}
	#navbar li a:hover, .current_page_item a {
		background: url(../images/navbar_hover.gif) top left repeat-x !important;
	}

#core {
	clear: both;
	width: 750px;
	padding: 20px 15px 60px 15px;
	_padding: 20px 15px 70px 15px;
	height: auto;
}
	#core p {
		line-height: 18px;
		margin-bottom: 20px;
	}
	.entry {
		margin-bottom: 40px;
	}
	
.imgtable {
	padding: 5px;
}
.imgtable img {
	vertical-align: middle;
}
#commentTable {
	display: none;
}

#footer {
	position: absolute;
	width: 751px;
	bottom: 10px;
	left: 0;
	border-left: 14px solid #FFF;
	height: 60px;
	background: #546749;
	color: #FFF;
	font-size: 11px;
	font-family: tahoma, arial, verdana, sans-serif;
}
	#xolution {
		position: absolute;
		bottom: 8px;
		left: 10px;
		color: #85a771;
	}
		#xolution a {
			color: #85a771;
			text-decoration: none;
		}
		#xolution a:hover {
			color: #FFF;
			text-decoration: underline;
		}
	#address_left {
		position: absolute;
		bottom: 8px;
		right: 200px;
		list-style: none;
		line-height: 14px;
		display: block;
		width: 200px;
		text-align: right;
	}
	#address_right {
		position: absolute;
		bottom: 8px;
		right: 10px;
		list-style: none;
		line-height: 14px;
		display: block;
		width: 170px;
	}

#footer2 {
	height: auto;
	width: 780px;
	margin: 0 auto;
	background: #FFF;
}

#custom_contact_form input {
	width: 300px;
	padding: 3px;
}
#custom_contact_form textarea {
	width: 300px;
	height: 200px;
	padding: 3px;
}
.custom_contact_buttons input {
	width: auto !important;
}
	
