/*$Id: twitterReader.css 47097 2010-10-07 21:46:53Z david $
/css/0.1/screen/common/modules/twitterReader.css
(c)2006 - 2009 The New York Times Company */

@import url(/css/0.1/screen/common/modules/scrollbox.css);

/*layout*/
.twitterModule {
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 0 0 7px;
}
.scrollContent {
	zoom: 1;
}
.twitterModule .scrollBox, 
.twitterModule .scrollBox2 { /*.scrollBox2 is ours, .scrollBox is the script's, in case it ever gets fixed*/
	padding-right: 12px;
	margin: 0 6px;
	border: 1px solid #CBCBCB;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.twitterModule .scrollBar {
	top: -1px;
}
.twitterModule .tweet {
	width: 220px;
	float: left;
	width: 100%;
	margin-left: -60px;
	position: relative;
}

/*header*/
.twitterModule .bugHeader {
	font-family: arial, helvetica, sans-serif;
	position: relative;
	padding: 0;
}
.twitterModule .bugHeader h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 4px 5px 3px;
}
.twitterModule .bugHeader h5 {
	font-size: 11px;
	font-weight: normal;
	font-family: arial,helvetica,sans-serif;
	margin: 0 0 0 5px;
	float: left;
}
.twitterModule .branding {
	float: left;
	display: inline;
}

/*sponsor*/
#twitterSponsor {
	float: right;
	margin: 8px 10px 3px 0;
}

/*tweets*/
.twitterModule ul li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px dotted #CFCFCF;
	background: #fff;
	zoom: 1;
}
.twitterModule li:hover {
	background: #f0f4f5;
}
.twitterModule .tweetAuthor {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
}
.twitterModule .tweetText {
	font-family: georgia,"times new roman",times,serif;
	font-size: 12px;
	line-height: 1.2;
}
.twitterModule .tweetTime {
	color: #a81817;
	font-size: 11px;
	line-height: 1.2;
}
.twitterModule .tweetAvatar {
	height: 50px;
	width: 50px;
	float: left;
	position: relative;
	right: 60px;
	margin-right: 10px;
	padding: 0;
}
.twitterModule div.inset {
	margin: 0 0 0 8px;
	padding-left: 60px;
	padding-right: 30px;
}

/*no tweets*/
.twitterModule #twList #notweets {
	font-style: italic;
	padding-left: 10px;
}

/*tweet tools*/
.twitterModule .tweetReply {
	position: relative;
	float: left;
	margin: 3px -30px 0 10px;
	width: 20px;
	height: 10px;
	background: transparent url(/images/modules/twitter/reply_tool.png) no-repeat 0 0;
}
.twitterModule .tweetReply:hover {
	background-position: 0 -10px;
}
.twitterModule .tweetRT {
	position: relative;
	float: left;
	margin: 19px -30px 0 10px;
	width: 20px;
	height: 9px;
	background: transparent url(/images/modules/twitter/retweet_tool.png) no-repeat 0 0;
}
.twitterModule .tweetRT:hover {
	background-position: 0 -9px;
}

/*preload*/
.twitterModule .loadingtweets {
	font-size: 12px;
	border-bottom: none;
	padding-top: 10px;
	list-style: none;
}
.twitterModule .loadingtweets:hover {
	background: none;
}
.twitterModule .loadingtweets img {
	float: left;
	height: 15px;
	margin: 0 4px 0 10px;
	width: 15px;
}

/*show and hide*/
.show {
	display: inline;
	z-index: 100;
}
.hide {
	display: none;
}

/*meta*/
/*to be deprecated*/
.twitterModule ul.refer { /*to be deprecated, but some modules are using this*/
	margin: 10px 0 0 8px;
}
.twitterModule ul.refer li { /*to be deprecated, but some modules are using this*/
	display: inline;
	background-image: none;
	padding: 0;
}

/*footer*/
.twitterModule .footer {
	padding: 7px 15px 0;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 11px;
}
.twitterModule .footer * {
	font-size: 11px;
}
.twitterModule .footer ul,
.twitterModule .footer p { /*this is free-form, so remove styles*/
	margin: 0;
	padding: 0;
}
.twitterModule .footer ul li { /*this is free-form, so remove styles*/
	display: inline;
	background-image: none;
	padding: 0;
}

/*no avatar*/
.twitterModule .noavatar .tweet {
	width: 123%;
}

/*ie6*/
* html .twitterModule div.inset {
	padding: 0;
}
* html .twitterModule .tweetAvatar {
	position: static;
}
* html .twitterModule .tweet {
	width: 220px;
	position: static;
	margin-left: 0;
}
* html .twitterModule .tweetReply,
* html .twitterModule .tweetRT {
	float: right;
	margin-right: 0;
	position: static;
}