/*
 * davidbannon
 * layout.css
 * @author David Bannon <david@david-bannon.com
 */
html {
	overflow-y: scroll;
}
body {
	background: #000 url(/img/bg.jpg) no-repeat fixed center center;
	color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}
#loader {
	display: none;
}
ul#navigation {
	margin-top: 45px;
}
ul#navigation li {
	list-style-type: none;
	text-align: right;
	margin: 2px;
}
ul#navigation li a, ul#navigation li a:visited {
	font: 18px Skribble, Verdana;
	display: block;
	padding: 5px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-shadow: 3px 3px 1px #000;
}
ul#navigation li a:hover {
	background: rgba(0, 0, 0, 0.1);
	border-left: 5px solid black;
	text-shadow: 3px 3px 1px #000;
}
.active {
	background: rgba(0, 0, 0, 0.1);
	border-left: 5px solid black;
}
.pull {
	background: url('/img/0.25000.png');
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	height: 90px;
}
#logo {
	font: 72px Rezland, Helvetica, Arial, sans-serif;
	text-align: right;
	text-shadow: 0 0 65px #FFF;
	padding-right: 15px;
	margin-bottom: 0;
	margin-top: 20px;
	opacity: 1;
}
#header {
	height: 85px;
}
span#db {
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0;
}
.boxtitle h1 {
	padding: 0 5px;
}
div.boxcontent {
	padding: 5px;
}
a, a:visited {
	color: cyan;
	text-decoration: none;
}
a, a:active, a:hover, a:visited, li {
	outline: none;
}
.box {
	background: transparent url('/img/0.4000.png') repeat;
	color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 16px;
	margin-top: 25px;
}
.boxtitle {
	background: transparent url('/img/0.25000.png') repeat;
	margin-bottom: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.nibble {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 5px;
}
.nibble:hover {
	background: transparent;
}
.tweet {
	background: transparent url('/img/0.1FFF.png') repeat;
}
.anime {
	background: transparent url('/img/0.100d2ff.png') repeat;
}
.scrobble {
	background: transparent url('/img/0.1ff8a00.png') repeat;
}
.video {
	background: transparent url('/img/0.1ffea00.png') repeat;
}
.socialleft {
	float: left;
	width: 120px;
	height: 40px;
	text-align: left;
}
.socialmiddle {
	float: left;
	width: 620px;
}
.socialright {
	float: right;
	width: 180px;
	text-align: right;
	font-size: 14px;
}
.subnibble {
	font-size: 12px;
	color: #c9c9c9;
}