/* HEADER */

#title {
	color: black;
	font: bold 30px Arial, Helvetica, sans-serif;
	padding-left: 8px;
	text-align: left;
	margin: 0;
	padding-top: 30px;
}

#sub { text-align: right;
	padding-right: 6px;
	color: black;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 6px;
}

#header { height: 100px; padding: 0; margin: 0;
	background: #ead4af;
	border-bottom: 6px solid white;
}

/* ALBUM */

body { font: .7em/1.2em "Gil Sans", Geneva, Arial, Helvetica, sans-serif; text-align: center; color: black;
}

a:link, a:visited { color: white; text-decoration: none; }

/* MOVIE */

.movie-description { text-align: left; padding: 5px; border: 1px dotted black; color: white;
}

.movie-title { font-size: 14px; font-weight: bold; color: white;
	padding-top: 10px;
}

.message-text { border: 1px dotted black; color: black; background: #ead4af;
	text-align: left;
}

.standout, blockquote { background-color: white; border-left: 3px solid black; margin: 18px; padding: 10px; font-style: italic; }

#sidebar p.title { color: black; font-weight: bold; text-transform: capitalize; margin-bottom: 5px;
	background: transparent;
}

/* BREADCRUMB */

#breadcrumbcontainer a:link { background: none; text-shadow: none;
	color: black;
	text-decoration: none;
}

#breadcrumbcontainer a:visited { background: none; text-shadow: none;
	color: black;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	color: black;
	text-decoration: none;
}

/* NAVIGATION */

#navcontainer #current {
	background: #ead4af;
	color: black;
	font-size: 10px;
	border-bottom: 3px solid white;
}

#navcontainer .currentAncestor {
	background: #ead4af;
	color: black;
	font-size: 10px;
	border-bottom: 3px solid white;
}

/* Parent - Level 0 */

#navcontainer a:hover { 
	color: black;
	text-decoration: none;
	background: #ead4af;
	border-bottom: 3px white solid;
}

/* Child - Level 1 */

#navcontainer ul ul a:hover {
	background: #ead4af;
	color: black;
}

html>body #navcontainer ul ul a:hover {
	background: #ead4af;
	color: black;
}

html>body #navcontainer ul ul #current{
	background: #ead4af;
	color: black;
}

/* Child Level 3 */

#navcontainer ul ul ul ul a:hover{
	background: #ead4af;
	color: black;
}

/* FOOTER */

#footer { height: 50px; padding: 0; margin: 0;
	background: #ead4af;
	width: 100%;
	border-top: 6px solid white;
	text-align: center;
	color: black;
}

#footer a:link { color: black; }

#footer a:visited { color: black; }

#footer a:hover { color: black; }
