@charset "UTF-8";
/* CSS Document */
*{
	border:none;
}
body {
	margin:0px;
	padding:0px;
	color:#f7f7f7;
	background:url('../img/nkg.png') top left repeat-x #1f1f1f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#landing {
	margin-top:50px;
	text-align:center;
}
h3 {
	font-size:1.1em;
	font-weight:normal;
	letter-spacing:.08em;
	margin-top:0px;
}
h4 {
	font-size:.8em;
	font-weight:bold;
}
p {
	font-size:.8em;
}
.inner {
	width:850px;
	margin:auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.button {
	background:url('../img/top.png') top left repeat-x;
	color:#f7f7f7;
	padding:3px;
	border:1px solid #666;
	
}
a {
	color:#fff;
}
h5 {
	background:url('../img/black.png');
	padding:4px;
	padding-left:10px;
	margin-bottom:5px;
}
.teamList {
	
	font-size:9px;
	padding:5px;
	display:block;
}
/* BOX MODEL */
#top {
	background:url('../img/top.png') top left repeat-x;
	height:22px;
	padding:2px;
	border-bottom:1px solid #333;
	
	
}
#top a {
	font-size:12px;
	color:#eee;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	
}
#header {
	width:750px;
	margin:auto;
	margin-top:17px;
}
#header a {
	font-size:12px;
	margin:5px;
}
#logo {

}
#login {
	position:relative;
	top:15px;
}
#wrap {
	width:750px;
	margin:auto;
	margin-top:20px;
	

}
#main {
	float:left;
	width:530px;
	padding:20px;
	padding-top:15px;
	background:#0f0f0f;
	-moz-border-radius:10px 0px 10px 10px;
	min-height:600px;
	
}
#tweet-list {
	margin-top:25px;
}
#side {
	position:absolute;
	top:160px;
	
	width:159px;
	
	background:url('../img/side.png') top left repeat-y #333;
	-moz-border-radius:0px 10px 10px 0px;
	
}
#userside {
	margin:10px;
}
#side a {
	color:#f7f7f7;
	font-size:12px;
}
#side ul {
	margin:5px;
	padding:5px;
	
}
#side ul li {
	list-style:none;
	border-bottom:1px solid #999;
}
#side ul li a {
	font-size:11px;
}
#footer {
	position:static;
	bottom:10px;
	color:#000;
	opacity:0.5;
	font-size:.8em;
	left:10px;
	margin-top:15px;
	text-align:center;
}
/* END BOX MODEL */
/* STATUS UPDATE */

#charCount {
	font-size:22px;
	color:#ccc;
	font-family:Georgia, serif;
	float:right;
	font-weight:bold;
}
#whats {
	float:left;
}
#btn {
	margin-top:5px;
	margin-right:2px;
}
#status {
	background:url('../img/input.jpg')top left repeat-x #f3f3f3;
	border:1px solid #ccc;
	width:520px;
	font-size:2em;
	color:#333;
	padding:5px;
}
/* END STATUS UPDATE */

/* TWEETLIST */

.tweet {
	border-top: 1px solid #666;
	border-bottom: 1px solid #111;
	padding:5px 0 5px 0px;
	
}
.tweet:hover {
	background:url('../img/black.png');
}
.tweet-content {
	font-size:1.2em;
	line-height:1.1em;
}
.tweet-content a {
	color:#666;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}
.tweet-content a:hover {
	text-decoration:underline;
}
.tweet-meta {
	color:#999999;
	font-family:georgia;
	font-size:0.9em;
	font-style:italic;
}
.tweet-meta a {
	color:#666;
	font-size:.85em;
}
/* END TWEETLIST */
