/*
Content
==================================================================================
*/

body {
	background-color: #4c4539;
}
a {
	color: #e2ded8;
}

/*
Style
==================================================================================
*/

.PageHeader .TitleHeader {
	background-color: #736956;
}
.PageHeader .NavigatorContainer {
	background: #4c4539 url('images/bg-header.gif') repeat-x bottom;
}

.ContentTable {
	background: url('images/bg-content.gif') repeat-x top;
}

/*
Functions
==================================================================================
*/

.GalleryNavigator a.Previous {
	background: url('images/gallery-previous.gif') no-repeat;
}
.GalleryNavigator a.Next { 
	background: url('images/gallery-next.gif') no-repeat;
}

.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-previous.gif') no-repeat;
}
.GalleryPagerLinks td.PageNumber {
	padding-top: 5px;
}
.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-next.gif') no-repeat;
}

.Diary .DiaryCommentFormTable input {
	background-color: #736956;
}
.Diary .DiaryCommentFormTable textarea {
	background-color: #736956;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg-submit.gif') repeat-x bottom;
}

.Guestbook .GuestbookForm input.textname {
	background-color: #736956;
}
.Guestbook .GuestbookForm input.textemail { 
	background-color: #736956;
}
.Guestbook .GuestbookForm textarea.textmessage {
	background-color: #736956;
}
.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg-submit.gif') repeat-x bottom;
}

.Contact .ContactForm input.text {
	background-color: #736956;
}
.Contact .ContactForm textarea.textmessage {
	background-color: #736956;
}
.Contact .ContactForm input.ContactSubmit {
	background: url('images/bg-submit.gif') repeat-x bottom;
}

.GalleryCommentFormControl textarea {
	background-color: #736956;
}
.GalleryCommentFormControl input.GalleryCommentSubmit {
	background: url('images/bg-submit.gif') repeat-x bottom;
}

/*
DropDown Menu
==================================================================================
*/

.DropMenu a:hover {
	border-top: 1px solid #897d66;
	border-bottom: 1px solid #897d66;
}

.DropMenu a.toplevel {
	border: 1px solid #897d66;
}

.DropMenu li ul {
	background: #4c4539 url('images/bg-header.gif') repeat-x bottom;
}
