html * {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	background-color: #0e232b;
	color: #fff;
	font: 0.8em Verdana, Sans-Serif;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #d7dde0;
}

a:hover {
	color: #e9eff2;
	text-shadow: 0 0 1px #ddd;
}

.dropdown, #notice {
	font-weight: bold;
}

.nav, .nav > li > ul > li > a, .tweet {
	border: 0 #122935 solid;
}

.nav, #notice {
	position: fixed;
	left: 0;
	width: 100%;
	line-height: 31px;
}

#nav1 {
	top: 0;
	border-bottom-width: 1px;
}

#nav2 {
	bottom: 0;
	border-top-width: 1px;
}

.nav > li {
	margin-left: 0.5em;
	display: inline;
}

.nav > li > * {
	display: inline-block;
}

.nav > li.last-child {
	position: absolute;
	top: 0;
	right: 0.5em;
}

.nav > li > ul, #notice {
	position: absolute;
	top: 31px;
	left: 0;
	line-height: 3em;
	background-color: #0e232b;
	display: none;
}

#nav2 > li > ul {
	top: auto;
	left: auto;
	bottom: 31px;
	right: -0.5em;
}

.nav > li:hover > ul {
	display: block;
}

#nav1 > li > ul > li:first-child > a {
	border-top-width: 1px;
}

#nav2 > li > ul > li.last-child > a {
	border-bottom-width: 1px;
}

.nav > li > ul > li > a {
	width: 300px;
	padding: 0 0.5em;
	display: block;
}

#nav1 > li > ul > li > a {
	border-right-width: 1px;
	border-bottom-width: 1px;
}

#nav2 > li > ul > li > a {
	border-top-width: 1px;
	border-left-width: 1px;
}

.nav > li > ul > li:hover, .tweet div {
	background-color: #122935;
}

#logo, #tweets {
	margin: 0 auto;
}

#logo {
	padding-top: 20%;
	display: block;
}

#tweets {
	width: 450px;
}

.tweet {
	border-width: 1px;
	padding: 10px;
}

.tweet div {
	font-size: 0.7em;
	line-height: 2.5em;
	text-align: right;
	padding: 0 10px;
}

.tweet p {
	text-shadow: 0 0 1px #ddd;
	padding: 10px 10px 0 10px;
}

#notice {
	text-align: center;
	color: #0e232b;
	background-color: #99001c;
	border: 1px #5b0013 solid;
	border-left: 0;
	border-right: 0;
	z-index: -1;
}

.hide {
	display: none;
}
