/* @override http://thehayfields.co.uk/includes/hayfields.css */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px/1.4em Geneva, Tahoma, Verdana, sans-serif;
}

a, img {
	border: none;
}

a {
	color: #5e8000;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

h1 {
	margin-top: 4px;
	margin-bottom: 18px;
	font-size: 1.5em;
	color: #7F8760;
	border-bottom: 1px solid #838e64;
	padding-bottom: 4px;
	font-variant: small-caps;
}

h2 {
	font-size: 1.2em;
	color: #5f6880;
}

#site-container {
	background:url(bg_strip.jpg) center top #FFFFFF repeat-y;
	width: 963px;
	margin: 0 auto;
	padding-left: 12px;
	height: 100%;
}

#header {
	width: 949px;
	height: 165px;
	clear: both;
	background-color: #c3cde8;
}

#menu {
	position: absolute;
	background: url(menu-strip.jpg) repeat-x;
	width: 949px;
	top: 125px;
	padding: 0;
	height: 40px;
	overflow: hidden;
}

#menu-links {
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
}
#menu-links li {
	display: inline-block;	
}
#menu-links a {
	display: inline-block;
}

#menu-links span a img {
	padding: 0;
	display: inline;
	margin: 0;
}

#menu-about a {
	background: url(menutext-about.jpg) no-repeat left top;
}
#menu-conferences a {
	background: url(menutext-conferences.jpg) no-repeat left top;
}
#menu-parties a {
	background: url(menutext-parties.jpg) no-repeat left top;
}
#menu-photos a {
	background: url(menutext-photos.jpg) no-repeat left top;
}
#menu-weddings a {
	background: url(menutext-weddings.jpg) no-repeat left top;
}
#menu-contact a {
	background: url(menutext-contact.jpg) no-repeat left top;
}
#menu-links a.selected {
	background-position: 0 -80px;
}
#menu-links a:hover {
	background-position: 0 -40px;
}
#menu-links a.selected:hover {
	background-position: 0 -120px;
}
#inner-container {
	width: 871px;
	min-height: 500px;
	z-index: 100!important;
	padding: 30px 64px 10px 14px;
	background-image:url(content_bg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#left-column {
	float: left;
	width: 180px;
}

.sidebar-menu {
	background: #cbd4b7;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border: 1px solid #8c93a6;
}
.sidebar-menu h2 {
	padding: 5px 8px;
	margin: 0;
	margin-bottom: 6px;
	font-size: 1.2em;
	color: #f1f1f1;
	border-bottom: 1px solid #5f6880;
	background: #8c8bc8 url(sidebarHeaderBg.gif) left bottom repeat-x;
}
.sidebar-menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}
.sidebar-menu ul li {
	font-size: 1em;
	line-height: 1.6em;
	background: #cbd4b7 url(sidebarBg.gif) repeat-x left bottom;
}
.sidebar-menu ul li:hover {
	background: #bec4ae url(sidebarHoverBg.gif) left bottom repeat-x;
}

.sidebar-menu ul li.linkBreak:hover {
	background: #cbd4b7 url(sidebarBg.gif) repeat-x left bottom;
}
.sidebar-menu a {
	text-decoration: none;
	color: #333;
	padding: 2px 0 2px 8px;
	display: block;
}
#right-column {
	float: right;
	width: 150px;
}
#main-column {
	padding: 0 30px 0 194px;
	text-align: justify;
}

.page-content {
	color: #21231a;
	line-height: 1.5em;
}

.page-content ul {
	list-style-type: square;
}

.page-content blockquote {
	padding-left: 20px;
	margin-left: 0;
	border-left: 2px solid #5f6880;
}
#photo-table a, #menu-table a.menu {
	text-align: center;
	display: block;
	background-color: #b8c39b;
	padding: 3px;
	text-decoration: none;
	color: #333;
}

#menu-table a.download {
	margin-top: 3px;
	display: block;
	padding: 3px;
	padding-left: 24px;
	background: #eee url(pdf-icon.gif) no-repeat 3px 2px;
	color: #333;
	text-decoration: none;
}

#footer {
	width: 923px;
	height: 61px;
	background-image:url(footer-bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color: #a5af87;
	clear: both;
	z-index: -10!important;
	margin-left: -8px;
	padding: 10px 20px;
	color: #888;
}

#footer span a, #footer span span {
	text-decoration: none;
	color: #fff;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
	text-align: right;
}

a.menu {
	display: inline-block;
	text-align: center;
	background-color: #b8c39b;
	padding: 3px;
	text-decoration: none;
	color: #333;
	width: 125px;
}

a.download {
	margin-top: 3px;
	display: inline-block;
	padding: 3px;
	padding-left: 24px;
	background: #eee url(pdf-icon.gif) no-repeat 3px 2px;
	color: #333;
	text-decoration: none;
	width: 104px;
}

.contact-form input, .contact-form select, .contact-form textarea {
	padding: 3px;
	background-color: #eee;
	border: 1px solid #b8c39b;
}

#credit {
	width: 923px;
	margin: 0 auto;
	text-align: center;
	padding: 16px;
	color: #999;
}