body {
	background-color: #00353b;
}

a { color: #1eadbd; }

.PageContainer { 
	background: url("images/bg-glow.png") no-repeat top left;
	_background: url("images/bg-glow.gif") no-repeat top left;
}

.Diary .LeftColumn { border-right: 1px solid #1eadbd; }

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 1px solid #1eadbd;
	border-bottom: 1px solid #1eadbd;
}
.Diary .DiaryCommentListItemContainer { border-bottom: 1px solid #1eadbd; }
.Diary .DiaryCommentFormTable input { border: 1px solid #1eadbd; }
.Diary .DiaryCommentFormTable textarea { border: 1px solid #1eadbd; }
.Diary .DiaryCommentForm input.DiaryCommentSubmit { border: 1px solid #1eadbd; }

/*
=======================================================================
*/

.Guestbook .GuestbookForm input.textname { border: 1px solid #1eadbd; }
.Guestbook .GuestbookForm input.textemail { border: 1px solid #1eadbd; }
.Guestbook .GuestbookForm textarea.textmessage { border: 1px solid #1eadbd; }
.Guestbook .GuestbookForm input.GuestSubmit { border: 1px solid #1eadbd; }
.Guestbook .GuestbookList .GuestbookListItemContainer { border-bottom: 1px solid #1eadbd; }

.Contact .ContactForm input.text { border: 1px solid #1eadbd; }
.Contact .ContactForm textarea.textmessage { border: 1px solid #1eadbd; }
.Contact .ContactForm input.ContactSubmit { border: 1px solid #1eadbd; }

.GalleryCommentFormControl textarea { border: 1px solid #1eadbd; }
.GalleryCommentFormControl input.GalleryCommentSubmit { border: 1px solid #1eadbd; }


.DropMenu a:hover {
	border: 2px solid white;
}
.DropMenu a.parent {
	background-color: #00353b;
}
.DropMenu li ul a {
	background-color: #00353b;
}

.PopupContainer {
	border: 1px solid #1eadbd;
}
.PopupContainer .PopupImageClose #ds-close,
.PopupContainer .PopupImageClose .ds-close {
	background: url('images/button-top-close.gif') no-repeat;
}
