@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	margin: 0px auto;
 	padding:0px;
	overflow: hidden;
	height: 100%;
	text-align: center; 
	font-family: "Tahoma", sans-serif;
	color: #3d3d3c;
	font-size: 75%;
	line-height:  16px;
}

a 		{
	color: #292828;
	font-family: "Tahoma";
	font-size:  11px;
	line-height:  14px;
	text-decoration:none 
}

a:hover	{
	color:#646262;
	font-family: "Tahoma";
	font-size:  11px;
	line-height:  14px;
	text-decoration: underline 
}

fieldset{
	border: 0px;
}

img{
	border: 0px;
}

ul{
	list-style: disc;
	list-style-position: inside;
	*list-style-position: outside;
}

#maincontainer{
	overflow: auto; 
	margin:0px auto;
    width:100%;
	border: 0px solid #000;
	border-bottom: 1px solid #CCCCCC;
}

/* header */
#toolbar{
	background: url(http://images.str.bz/toolbar_bg.png) repeat-x;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	color: #292828;
	font-weight: bold;
}

.toolbar-left{
	float: left;
	padding-left: 5px;
}

.toolbar-right{
	float: right;
	border: 0px solid #000;
}

/* social media */

span.divider{
	display: block;
	float: left;
	background: url(http://images.str.bz/toolbar_divider.png) no-repeat 50% 50%;
	width: 1px;
	height: 23px;
	padding-top: 5px;
	padding-top/*\**/: 10px\9;
	*padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #000;
}

a.closeiframe{
	float: left;
	background: url(http://images.str.bz/toolbar_close_button.png) no-repeat;
	display: block;
	width: 21px;
	height: 30px;
	cursor: pointer;
}

a.closeiframe:hover{
	float: left;
	background: url(http://images.str.bz/toolbar_close_button-hover.png) no-repeat;
	display: block;
	width: 21px;
	height: 30px;
	cursor: pointer;
}

a.expand{
	float: left;
	background: url(http://images.str.bz/toolbar_open_button.png) no-repeat;
	display: block;
	width: 13px;
	height: 30px;
	cursor: pointer;
}

a.expand:hover{
	float: left;
	background: url(http://images.str.bz/toolbar_open_button-hover.png) no-repeat;
	display: block;
	width: 13px;
	height: 30px;
	cursor: pointer;
}

.searchform{
	float: left;
	border: 0px #000 solid;
	width: 180px;
	padding-left: 10px;
	height: 20px;
	margin-top: 4px;
}

.searchform fieldset{
	float: left;
	width: 180px;
	background: url(http://images.str.bz/toolbar_search_bg.png) no-repeat top left;
}

.searchform input{
	border: 0px #000 solid;
	width: 142px;
	margin-left: 10px;
	margin-top: 2px;
	margin-top/*\**/: 0px\9; /* IE */
	*margin-top: 0px;
	height: 17px;
}

a.flag{
	float: left;
	background: url(http://images.str.bz/toolbar_flag.png) no-repeat 0% 50%;
	display: block;
	width: 20px;
	height: 19px;
	padding-top: 10px;
	padding-left: 10px;
	cursor: pointer;
}

a.flag:hover{
	text-decoration: underline;
	background: url(http://images.str.bz/toolbar_flag-hover.png) no-repeat 0% 50%;
}

.rating{
	float: left;
	padding-top: 8px;
}

.rating abbr{
	padding-left: 5px;
}

a.rating-pos{
	float: left;
	background: url(http://images.str.bz/toolbar_rating_pos.png) no-repeat;
	display: block;
	width: 23px;
	height: 19px;
	cursor: pointer;
}

a.rating-pos:hover{
	text-decoration: underline;
	background: url(http://images.str.bz/toolbar_rating_pos-hover.png) no-repeat;
	display: block;
	width: 23px;
	height: 19px;
	cursor: pointer;
}

a.rating-neg{
	float: left;
	background: url(http://images.str.bz/toolbar_rating_neg.png) no-repeat;
	display: block;
	width: 23px;
	height: 19px;
	cursor: pointer;
}

a.rating-neg:hover{
	text-decoration: underline;
	background: url(http://images.str.bz/toolbar_rating_neg-hover.png) no-repeat;
	display: block;
	width: 23px;
	height: 19px;
	cursor: pointer;
}

a.share{
	float: left;
	background: url(http://images.str.bz/toolbar_share.png) no-repeat 0 5px;
	display: block;
	width: 33px;
	padding-left: 28px;
	height: 20px;
	padding-top: 10px;
	cursor: pointer;
}

a.share:hover{
	text-decoration: underline;
	background: url(http://images.str.bz/toolbar_share-hover.png) no-repeat 0 5px;
}

a.tweet{
	float: left;
	background: url(http://images.str.bz/twitter_t_icon.png) no-repeat 0 5px;
	display: block;
	width: 35px;
	padding-left: 25px;
	height: 20px;
	padding-top: 10px;
	cursor: pointer;
}

a.tweet:hover{
	text-decoration: underline;
	background: url(http://images.str.bz/twitter_t_icon-hover.png) no-repeat 0 5px;
}

a.toptweets{
	float: left;
	background: url(http://images.str.bz/toolbar_topstar.png) no-repeat 0 7px;
	*background: url(http://images.str.bz/toolbar_topstar.png) no-repeat 0 5px;
	display: block;
	width: 65px;
	*width: 90px;
	width/*\**/: 90px\9;/*IE 8 */
	padding-left: 25px;
	height: 20px;
	padding-top: 10px;
	cursor: pointer;
	border: 0px solid #000;
}

a.toptweets:hover{
	text-decoration: underline;
	background: url(http://images.str.bz/toolbar_topstar-hover.png) no-repeat 0 7px;
	*background: url(http://images.str.bz/toolbar_topstar-hover.png) no-repeat 0 5px;
}

a.comment{
	float: left;
	background: url(http://images.str.bz/toolbar_comment.png) no-repeat 0 10px;
	display: block;
	width: 24px;
	padding-left: 27px;
	height: 20px;
	padding-top: 10px;
	padding-right: 30px;
	*padding-right: 0px;
	cursor: pointer;
}

a.comment:hover{
	text-decoration: underline;
	background: url(http://images.str.bz/toolbar_comment-hover.png) no-repeat 0 10px;
}

a.heatcheck{
	float: left;
	background: url(http://images.str.bz/toolbar_heatcheck.png) no-repeat 0 5px;
	display: block;
	width: 62px;
	*width: 80px;
	padding-left: 18px;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	*padding-right: 0px;
	cursor: pointer;
}

a.heatcheck:hover{
	text-decoration: underline;
	background: url(http://images.str.bz/toolbar_heatcheck-hover.png) no-repeat 0 5px;
}

/* left side */
a.alike{
	float: left;
	background: url(http://images.str.bz/toolbar_alike-hover.png) no-repeat;
	display: block;
	width: 81px;
	height: 23px;
	cursor: pointer;
	margin-top: 2px;
	text-indent: -3000em;
}

a.alike:hover{
	background: url(http://images.str.bz/toolbar_alike.png) no-repeat;
}

a.logo{
	float: left;
	display: block;
	background: url(http://images.str.bz/toolbar_logo.png) no-repeat 100% 100%;
	width: 54px;
	*width: 64px;
	height: 14px;
	padding-top: 10px;
	padding-left: 10px;
	text-indent: -3000em;
	border: 0px solid #000;
}

span.userlink{
	float: left;
	display: block;
	padding-left: 10px;
	height: 22px;
	border: 0px solid #000;
	margin-top: 2px;
}

span.userlink a{
	display: block;
	padding-left: 25px;
	padding-top: 4px;
	font-size: 12px;
}

span.userlink a:hover{
	display: block;
	padding-left: 25px;
	padding-top: 4px;
	font-size: 12px;
}

.textad{
	float: left;
	display: block;
	padding-left: 10px;
	height: 22px;
	border: 0px solid #000;
	margin-top: 10px;
}

/* eof header */

/* panel */
span.hidepanel{
	float: right;
	margin-right: 15px;
	background: url(http://images.str.bz/toolbar_hide_button.png) no-repeat;
	display: block;
	width: 58px;
	height: 19px;
	cursor: pointer;
}

a.feedback{
	float: right;
	display: block;
	padding-top: 5px;
	margin-right: 5px;
	font-weight: bold;
	color: #666666;
}

#expansion{
	float: left;
	text-align: left;
	min-width:1010px;
	*min-width:1000px;
	max-width: 1680px;
	border: 0px solid #000;

}

#expansion-left{
	float: left;
	width: 300px;
	text-align: center;
	padding: 4px;
	border: 0px solid #000;
}

#expansion-right{
	float: left;
	background: url(http://images.str.bz/toolbar_content_corner_left.png) no-repeat top left #f6f6f3;
	margin-top: 4px;
	width: 1355px;
	width/*\**/: 1355px\9;/* IE 8 */
	*width: 1345px;
	padding-left: 8px;
	border: 0px solid #000;
}

#expansion-bottom-left{
	width: 50%;
	margin-left: -8px;
	margin-top: 5px;
	border: 0px solid #000;
	float: left;
	background: url(http://images.str.bz/toolbar_content_corner_bot_left.png) no-repeat bottom left;
}

#expansion-bottom-right{
	width: 50%;
	margin-left: 8px;
	*margin-left: 7px;
	margin-top: 5px;
	border: 0px solid #000;
	float: left;
	background: url(http://images.str.bz/toolbar_content_corner_bot_right.png) no-repeat bottom right;
}

span#expansion-header{
	font-weight: bold;
	display: block;
	color: #292828;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content-box{
	float: left;
	background: url(http://images.str.bz/toolbar_content_corner_right.png) no-repeat top right;
	width: 98%;
	*width: 100%;
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 1%;
}

.content{
	float: left;
	background: url(http://images.str.bz/toolbar_expand_left-corner.png) no-repeat top left #FFFFFF;
	width: 99%;
	*margin-top: 0px;
}

h1.content-right-corner{
	background: url(http://images.str.bz/toolbar_expand_top_right-corner.png) no-repeat top right;
	width: 100%;
	padding-top: 4px;
	*padding-top: 0px;
}

.content-botright-corner{
	float: left;
	background: url(http://images.str.bz/toolbar_expand_bottom_right-corner.png) no-repeat bottom right;
	width: 100%;
}

h1.content-botleft-corner{
	float: left;
	background: url(http://images.str.bz/toolbar_expand_bot_left-corner.png) no-repeat bottom left;
	width: 100%;
	border: 0px solid #000;
	padding-bottom: 0px;
}

.content p{
	padding-left: 10px;
	padding-right: 10px;
}

#hidebar fieldset{
	margin-left: 5px;
	padding-bottom: 5px;
}

.interesting_facts{
	float: left;
	margin-left: 10px;
	padding: 10px;
	background: #F1FEFE;
	min-width: 440px;
	width: 650px;
}

.interesting_facts dl{
	float: left;
}

.interesting_facts  dt, dd{
	padding-top: 5px;
}

.interesting_facts  dt{
	
}

.searchresults{
	padding-left: 10px;
}

.searchresults a{
	font-weight: bold;
	color: #660000;
	line-height: 18px;
}

.searchresults a:hover{
	font-weight: bold;
	color: #660000;
	line-height: 18px;
}

a.moreresults{
	display: block;
	padding-left: 10px;
	font-weight: bold;
}

.populartweets{
	padding-left: 10px;
		line-height: 16px;
}

.populartweets a{
	font-weight: bold;
	color: #660000;
}

.populartweets a:hover{
	font-weight: bold;
	color: #660000;
}

.populartweets img{
	vertical-align: middle;
}

.populartweets div{
	padding-bottom: 3px;
	float: left;
	width: 100%;
	border:0px solid #000;
}

.whatshot{
	padding-left: 10px;
	line-height: 16px;
}

.whatshot a{
	font-weight: bold;
	color: #660000;
}

.whatshot a:hover{
	font-weight: bold;
	color: #660000;
}

.whatshot img{
	vertical-align: middle;
}

.whatshot div{
	padding-bottom: 3px;
	float: left;
	width: 100%;
	border:0px solid #000;
}

.sharebox{
	float: left;
	padding-left: 10px;
	width: 300px;
}

.sharebox a{
	margin-left: 5px;
}

/* social bookmarks  */

a.socialbm_mixx {
	background: url(http://images.str.bz/sb/mixx.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_newsvine {
	background: url(http://images.str.bz/sb/newsvine.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_stumble {
	background: url(http://images.str.bz/sb/stumbleupon.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_spurl {
	background: url(http://images.str.bz/sb/spurl.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_technorati {
	background: url(http://images.str.bz/sb/technorati.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_tumblr {
	background: url(http://images.str.bz/sb/tumblr.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_myspace {
	background: url(http://images.str.bz/sb/myspace.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_linkedin {
	background: url(http://images.str.bz/sb/linkedin.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_diigo{
	background: url(http://images.str.bz/sb/diigo.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_reddit {
	background: url(http://images.str.bz/sb/reddit.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_google {
	background: url(http://images.str.bz/sb/google.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_delicious {
	background: url(http://images.str.bz/sb/delicious.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_digg { 
	background: url(http://images.str.bz/sb/digg.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_fb { 
	background: url(http://images.str.bz/sb/facebook.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}

a.socialbm_misterwong { 
	background: url(http://images.str.bz/sb/misterwong.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000;
	display: block;
	float: left;
}


/* eof social bookmarks  */

.fontsize-18px{
	font-size: 18px;
}

.retweet{
	float: left;
	padding-left: 10px;
	border: 0px solid #000;
}

.leaveacomment{
	float: left;
	padding-left: 10px;
	border: 0px solid #000;
}

input.sendbutton{
	float: left;
	background: url(http://images.str.bz/sendbutton.png) no-repeat;
	width: 86px;
	height: 25px;
	margin-left: 0px;
	margin-top: -12px;
	margin-top/*\**/: 2px\9; /* IE 8 */
	border: 0px solid #000;
}

textarea.social{
	float: left;
	width: 500px;
	height: 100px;
}

.textcounter{
	float: left;
	margin-left/*\**/: 0px\9; /* IE 8 */
	text-align: center;
	width: 90px;
	height: 60px;
	*height: 100px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 40px;
	background: #e8e5d0;
	color: #FFFFFF;
	font-weight: bold;
}

.textcounter a{
	color: #FFFFFF;
	font-weight: bold;
}

#load{
	display: block;
	float: left;
	padding-right: 5px;
}

#load img{
	margin-top: 5px;
}

.loadfix{
	float: left;
}
/* eof panel */

.redtext{
	font-weight: bold;
	color: #FF0000;
}

iframe#strbzIframe{
	width:100%;
	height: 100%;
	z-index:10;

}
