/* 
Content
================================================== 
*/

html,body { background-color: #0f3d3d; }

a { color: #286565; }
a:hover { color: #559393; }

h1 { color: #286565; }
h2 { color: #286565; }
h3 { color: #286565; }
h4 { color: #286565; }
h5 { color: #286565; }
h6 { color: #286565; }

/* 
Layout
================================================== 
*/

.BackgroundContainer {
	background: #0f3d3d url('images/bg-body.jpg') no-repeat top left;
}

.ContentHeader {
	background: #0f3d3d url('images/container-top.gif') no-repeat bottom left;
}
.ContentHeader .LogoContainer .LogoFieldTop {
	background: url('images/logo-corners-top.gif') no-repeat top left;
}
.ContentHeader .LogoContainer .LogoFieldBottom {
	background: url('images/logo-corners-bottom.gif') no-repeat top left;
}

.PageFooterContainer {
	background-color: #0a3333;
}
.PageFooterContainer .PageFooter {
	background: #0a3333 url('images/bg-footer.gif') no-repeat top right;
}
.PageFooterContainer .PageFooter .dinStudioLink a {
	color: #478686;
}

.CopyrightContainer {
	background: url('images/copyright-glow.gif') no-repeat top center;
}
.CopyrightContainer a {
	color: #559393;
}

/* 
Functions
================================================== 
*/

.GalleryNavigator a.Previous { 
	background: url('images/gallery-navigator-prev.gif') no-repeat;
}
.GalleryNavigator a.Next { 
	background: url('images/gallery-navigator-next.gif') no-repeat;
}

.Diary .DiaryDateInput {
	color: #286565;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg-submit.gif') no-repeat center;
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg-submit.gif') no-repeat center;
}

.Contact .ContactForm input.ContactSubmit { 
	background: url('images/bg-submit.gif') no-repeat center;
}

/* 
DropDown Menu
==================================================
*/

.DropMenu a:hover {
	background: url('images/menu-glow.gif') no-repeat left bottom;
}
/*
GalleryPagerLinks
===============================================================
*/

table.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-navigator-prev.gif') no-repeat top left;
}
table.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-navigator-next.gif') no-repeat top left;
}
