/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/

* { margin, padding: 0; }
 
body {
	background: #39F; 
	margin: 70px;
}

html {
	background:#39F;
}

h1-lig a 
	{
	display: block;
	text-decoration: none;
	font: 150px Helvetica, Arial, Sans-Serif;
	letter-spacing: -5px;
	text-align: center;
	color: #FF8000;
	text-shadow: 0px 3px 8px #2a2a2a;
}
 
h1-lig a:hover 
	{
	color: #FF9224;
	text-shadow: 0px 5px 8px #2a2a2a;
}
 
h2 {
	font: 70px Tahoma, Helvetica, Arial, Sans-Serif;
	text-align: center;
	color: #FFF; text-shadow: 0px 2px 3px #555;
}

h2 a 
	{
	display: inline;
	text-decoration: none;
	color: #FF8000;
	
}

h2 a:hover 
	{
	color: #FF9224;
	text-shadow: 0px 2px 3px #555;
}
 
pre {
	width:250px; margin: 0 auto; background: #222; padding: 10px; text-align:center;
	font-size: 22px; font-style:italic; color: #FF8000; text-shadow: 0px 2px 3px #171717;
	
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

stealthnet {
			font: 12px Tahoma, Geneva, sans-serif; 
			color: #FFF; font-style:italic;
}

plain {
		color:#FFF;
		font: 12px Tahoma, Geneva, sans-serif	
}

.tweets-etc a:link {color:#CCC;}      /* unvisited link */
.tweets-etc a:visited {color:#999;}  /* visited link */
.tweets-etc a:hover {color:#F80;}  /* mouse over link */
.tweets-etc a:active {color:#333;}  /* selected link */

ul { list-style-type: none; } 

small {font-style:italic; }

#tweets {
	width:51.5%; padding: 0px; text-align:left; font:Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 14px; color: #FF8000; text-shadow: 0px 2px 3px #171717;
	margin:0px 0px; background: #222;	
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

#tweets li {
	padding: 3px;
	color:#FFFFFF; 
	border-bottom:1px solid #00274F;
	border-top:1px solid #666;
	line-height:100%;
}

#tweets li.tweet_content_0 {
	border-top:0px none;
}
#tweets li:last-child{
	border-bottom:0px none;	
}

#tweets .hash { color:#FF8000; } 
#tweets .reply { color:#FFF; } 