/* --------------------------------------------------------------------------
PALETTE
#f3e521 yellow
#030303 dk. grey
#505050 md. grey
#808080 lt. grey
-------------------------------------------------------------------------- */
a img {
	border: none;
}
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #030303;
	text-decoration: none;
}

#logo a:hover {
	background: #fff;
}


/* --------------------------------------------------------------------------
=main-navigation
-------------------------------------------------------------------------- */
#navigation a:link,
#navigation a:visited {
	display: block;
	width: auto;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	color: #f3e521;
	background: #000;
	text-transform: uppercase;
}

#navigation a.sub-nav:link,
#navigation a.sub-nav:visited {
	display: block;
	width: auto;
	font-size: .8em;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
}

#navigation a.sub-nav:hover,
#navigation a.sub-nav:visited:hover {
	color: #f3e521;
	text-transform: uppercase;
}

/* --------------------------------------------------------------------------
=headline-container
-------------------------------------------------------------------------- */
#headline-container a:link,
#headline-container a:visited {
	display: block;
	width: auto;
	font-size: .7em;
	padding: 8px 5px 8px 5px;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
}
#headline-container a:hover,
#headline-container a:visited:hover {
	color: #030303;
	background: #e8e8e8;
}

/* --------------------------------------------------------------------------
=filmography thumbnails
-------------------------------------------------------------------------- */
a.thumb-link:link,
a.thumb-link:visited {
	display: block;
	width: 90px;
	height: 50px;
	text-decoration: none;
}
a.thumb-link:hover,
a.thumb-link:visited:hover {
	background: transparent url('/images/ui/thumb-over-tiler.png');
	text-decoration: none;
}

/* --------------------------------------------------------------------------
=blog-stuff
-------------------------------------------------------------------------- */
.post a:link,
.post a:visited {
	color: #030303;
	border-bottom:1px dotted #030303;
	padding: 0 3px;
}
.post a:hover,
.post a:visited:hover {
	color: #f3e521;
	background: #030303;
	border-bottom:1px solid #030303;
}