body {
	font-family:"Droid Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	font-size: 12px;
	background-color: #c0deed;
	background-image:url("../img/background.png");
	background-repeat:repeat-x;
	background-position:center top;
	margin:25px auto 25px auto;
	padding:0;
	overflow:hidden;
}
#container{
	width:80%;
	margin:0 auto;
	text-align:left;
	padding:0;
}
#header {
	font-family: Courier New, Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:16px;
	font-weight:normal;
	color:#87003a;
	padding-left:35px;
}
#navi {
	height:30px;
	margin:10px 0 0 0;
	padding-left:25px;
	background-image:url("../img/banner_top.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}
#navi li {
	display:inline;
	float:left;
	height:30px;
	width:75px;
	border:0;
	border-right:2px solid #d8effc;
	text-align:center;
}
#navi li:last-child {
	border:0;
}
#navi ul {
	margin:0;
	height:100%;
	width:540px;
	padding-left:10px;
}
#navi ul li > a, #navi ul li > a:visited {
	color:#fff;
	text-decoration:none;
	background-color:#222;
}
#navi ul li > a, .drop_menu > a {
	display:block;
	height:19px;
	padding:8px 10px 3px 10px;
}
/*
#navi ul li > a:hover {
	color:#d8effc;
	background-color:transparent;
}
*/
#navi li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#navi li:last-child > a {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#content {
	background-color: #fff;
	margin:0;
	padding:0 2px 10px 2px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#logo {
	text-align:center;
	padding:0;
	margin:0;
	height:115px;
	background-image:url("../img/banner.png");
	background-position:center top;
	background-repeat:no-repeat;
}
#logo a {
	display:block;
	height:115px;
	text-decoration:none;
}
#debug {
	font-family: Verdana, Courier New, Georgia, 'Lucida Grande', Arial, Sans-Serif;
	color:#eee;
	height:20px;
	margin:7px 0;
	padding:0;
	overflow:hidden;
}
#debug li {
	display:inline;
	float:left;
	height:20px;
	text-align:center;
	border:0;
	border-right:2px solid #fff;
}
#debug li:last-child {
	border:0;
}
#debug ul {
	margin:0;
	margin-left:-550px;
	height:100%;
	padding:0;
	display:inline;
	float:left;
}
#debug ul li {
	width:80px;
	width:90px;]
}
#debug li a, #debug li a:visited {
	font-size:10px;
	color:#fff;
	background-color:#ccc;
}
#debug li a {
	display:block;
	text-decoration:none;
	height:12px;
	padding:2px 10px 6px 10px;
}
#debug li a[class='new'] {
	color:#87003a;
}
#debug li a:hover {
	color:#fff;
	background-color:#35c3f3;
	text-shadow:1px 1px 2px #197696;
}
#debug li:last-child > a, #debug li:last-child+html {
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomright:20px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	padding-right:20px;
}
#debug_switch {
	display:inline;
	float:left;
	height:20px;
	width:20px;
	padding:0;
	margin:4px 0 10px 0;
	margin-left:-25px;
	text-align:center;
}
#debug_switch > a, #debug_switch > a:visited {
	font-family: Courier New, Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
	border:3px solid #fff;
	border-right:0;
	-webkit-border-top-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-bottomleft:15px;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	color:#333;
	background-color:#fff;
	text-decoration:none;
	display:block;
	height:14px;
	padding:2px 10px 4px 10px;
}
#debug_switch > a:nth-of-type(1) {
	padding:2px 10px 4px 10px; /* for Safari and Chrome */
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#debug_switch > a, #debug_switch > a:visited {
		padding:4px 10px 2px 10px; /* for Safari */
	}
}
.drop_menu {
	position:relative;
	display:none;
	z-index:99;
	width:150px;
	text-align:left;
}
.drop_menu > a, .drop_menu > a:visited {
	color:#fff;
	background-color:#333;
	text-decoration:none;
}
.drop_menu > a:last-child {
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
}
#navi ul li > a:hover, #debug_switch > a:hover, .drop_menu > a:hover {
	background-color:#35c3f3;
	color:#fff;
	text-shadow:1px 1px 2px #197696;
}
#debug_menu {
	_position:absolute;
	_left:-500px;
}
#t_container {
	text-align:left;
	margin:auto;
	margin-bottom:10px;
	padding:15px 20px;
	overflow:hidden;
	font-size:14px;
	/*text-shadow:1px 1px 2px #aaa;*/
}
#t_container a {
	color:#0066CC;
}
.status{
	height:60px;
	padding:6px;
	border-top:dashed 1px #DEDEDE;
	line-height:1.1em;
}
.avatar{
	float:left; 
	margin-right:14px;
	border:solid 2px #DEDEDE;
	width:48px;
	height:48px;
	padding:2px;
}
.small{
	font-size:11px;
	padding-top:4px;
	color:#999;
	display:inline;
}
.gt {
	color:#87003a;
}
#message {
	font-size:16px;
	text-align:center;
	border:5px solid #b3d2e4;
	background:#fff;
	padding:10px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:45%;
	left:40%;
	z-index:99;
	-moz-box-shadow:0 0 8px #000;
	-webkit-box-shadow:0 0 8px #000;
	box-shadow:0 0 8px #000;

}
#message > .small {
	display:block;
	line-height:1em;
}
.noTweets {
	font-size:28px;
	height:50px;
	padding-top:20px;
	vertical-align:middle;
	text-align:center;
}
.spamStats {
	font-family: Courier New, Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:18px;
	font-weight:bold;
	color:#87003a;
	text-align:center;
	padding-top:16px;
	height:50px;
}
#Loading {
	font-family: Courier New, Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#87003a;
	text-align:center;
	position:absolute;
	top:165px;
	left:40%;
}
#footer img	{
	float:right;
}
#footer {
	font-family:verdana, Georgia, 'Lucida Grande', Arial, Sans-Serif;
	font-size:10px;
	margin-top:10px;
}
a, a:visited {
	color: #2361a1;
}
a:hover {
	text-decoration:none;
}
.small > a, .small > a:visited {
	color:#999!important;
}
