/*
	Custom CSS
*/
#header {
  background: url(images/wallpaper.wiki-Cloud-birds-wallpaper-desktop-screensaver-PIC-WPC003587.jpg) left top no-repeat;
  background-position: 0% -640px;
  background-attachment: fixed;
}

#title {
	text-align: center;
	font-size: 9em;
	text-shadow: black 3px 3px 4px;
}
#title img {
	vertical-align: -12px;
	max-width: 128px;
}
#title small {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 0.2em;
}

#navigation {
	text-align: center;
	background: #202020;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	display: inline-block;
}
#navigation ul li a {
	display: block;
	margin: 6px;
	padding: 6px 12px;
	color: #F1E9DA;
	background: #303030;
	border: 1px #383838 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#navigation ul li a:hover {
	color: #FFF;
}
#navigation ul li a small {
	display: block;
	color: #808080;
}

#content, #content-sub, #content-extra {
	background: #FFF;
}


#footer {
	text-align: center;
	color: #F0F0F0;
	background: #202020;
	border-top: 2px #808080 solid;
}
#footer a {
	color: #F1E9DA;
}
#footer a:hover {
	color: #FFF;
}
/*
	END
*/