/*
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
*/
#tweets p{
	
	color:#FFF;
	margin-left:-25px;
}

#tweets {
	width:226px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color:#FFF;
}

#tweets li {
	padding-bottom: 10px;
	color:#FFF;
	line-height:150%;
	list-style-type: none;	
}

#tweets li.tweet_content_0 {
	border-top:0px none;
	color:#FFFFFF;
}
#tweets li:last-child{
	border-bottom:0px none;	
	color:#FFFFFF;
}

#tweets .hash { color:#FFF; } 
#tweets .reply { color:#FFF; } 



/*Demo styling*/
#info {
	width:300px;
	height:300px;	
	position:relative;
	float:left;
}
#info img {
}
#info p {
	padding:10px 10px 10px 20px;
	line-height:150%;
}
/** Buttons **/
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin: 25px;
	text-decoration: none;
}
.button:hover {
	color: #EFEFED;
	text-decoration: none;
}
.button:active {
	text-decoration: none;
	color: #EFEFED;
	position: relative;
	top: 1px;
}
	/*** sizes ***/
	.big {
		font-size: 18px;
	}
	.medium {
		font-size: 14px;
	}
	.small {
		font-size: 11px;
		padding: .2em 1em .275em;
	}
	
	.right {
		margin-top:8px;
		float:right;
		position:relative;					
	}
	#blogroll .middle {
		margin-left:230px;
		float:left
		position:relative;					
	}
		/*** orange ***/
		a.orange:link {
			color:#EFEFED;
			text-decoration: none;
		}
		.orange, .orange:link, .orange:visited {
			border: solid 1px #ba6000;
			background: #f78d1d url('images/buttons.png') repeat-x;
			color:#EFEFED;
			text-decoration: none;
		}
		.orange:hover {
			background: url("images/buttons.png") repeat-x scroll 0px -47px #F47C20;
			text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);
			text-decoration: none;
		}
		.orange:active {
			color:#EFEFED;
			text-decoration: none;
		}
