/* 
Content
================================================== 
*/

html,body { background-color: #222222; }

a { color: #454545; }
a:hover { color: #757575; }

h1 { color: #454545; }
h2 { color: #454545; }
h3 { color: #454545; }
h4 { color: #454545; }
h5 { color: #454545; }
h6 { color: #454545; }

/* 
Layout
================================================== 
*/

.BackgroundContainer {
	background: #222222 url('images/bg-body.jpg') no-repeat top left;
}

.ContentHeader {
	background: #222222 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: #1a1a1a;
}
.PageFooterContainer .PageFooter {
	background: #1a1a1a url('images/bg-footer.gif') no-repeat top right;
}
.PageFooterContainer .PageFooter .dinStudioLink a {
	color: #676767;
}

.CopyrightContainer {
	background: url('images/copyright-glow.gif') no-repeat top center;
}
.CopyrightContainer a {
	color: #757575;
}

/* 
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: #454545;
}
.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;
}

.GalleryCommentFormControl input.GalleryCommentSubmit { 
	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
===============================================================
*/

.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-navigator-prev.gif') no-repeat top left;
}
.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-navigator-next.gif') no-repeat top left;
}
