html, body {
	margin:0;
    height: 100%;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}
a img{border:none;}
#social-bar{
	background: transparent url(../images/landingpage/socialbar/bar-bg-x.gif) repeat-x 0 0;
	width:100%;
	height:41px;
	position:fixed;
    bottom: 0;
	z-index:9999;
}
#social-bar a.bar-links{
	text-decoration:none; 
	display:block;
	float:left; 
	height:34px; 
	width:60px; 
	padding:8px 10px 0 10px; 
	background:transparent url(../images/landingpage/socialbar/divider.png) top left no-repeat;
	text-align:center;
	border:none;
}
#social-bar a.bar-links img{
width:24px; 
height:24px; 
opacity: 0.6;
-moz-opacity: 0.6;
filter:alpha(opacity=60);
}
#social-bar a:hover.bar-links img{
opacity: 1.0;
-moz-opacity: 1.0;
filter:alpha(opacity=100);
}

#scroll_box{
	margin:25px 0 0 0;
	height:200px;
	overflow:hidden;
}
#networkinglinks{
	float:right;
}
#news-slider{
	width:701px;
	height:247px;
	float:left;
	background:transparent url(../images/landingpage/socialbar/newsfeed-bg.png) 0 0 no-repeat;
	clear:both;
	display:block;
	float:left;
	margin:0 0 0 0;
	position:relative;
	top: 0px;
	z-index: 1;
}

#news-slider-wrapper{
	width:701px;
	height:247px;
	float:left;
	background:transparent url(../images/landingpage/socialbar/newsfeed-bg.png) 0 0 no-repeat;
	clear:both;
	display:block;
	float:left;
	margin:0 0 0 0;
	position:fixed;
	bottom: -206px;
	z-index: 1;
}
#news-slider-mask{
	clear:both;
	display:block;
	height:247px;
	overflow:hidden;
	position:absolute;
	width:701px;
	margin:-247px 0 0 0;
	z-index:-9999;
}
#feed-mask{
	clear:both;
	display:block;
	top:40px;
	height:180px;
	overflow:hidden;
	position:absolute;
	width:701px;
    }

ul#feed-items{
	float:left;
	height:185px;
	width:auto;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	overflow: hidden;
    }

#socialbar_scrollbar_track {
    position:absolute;  
    top:16px;  
    right:25px;  
    height:160px;  
    width:10px;  
    background-color:#222;  
    cursor:move;
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;
    }
#socialbar_scrollbar_handle {
    width:10px;  
    background-color:#1AB7EA;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
}

ul#feed-items li{
	color:#FFF; 
	font-size:11px; 
	list-style:none; 
	height:auto; 
	padding:0 0 0 30px;
	margin:15px 0 0 0;
	width:600px;
	position: relative;
	float: left;
}

ul#feed-items li div.action {
    float: left;
    padding: 5px 0 0 5px;
}

ul#feed-items li div.actiondata {
    
}
ul#feed-items li span.avatar {
    position: absolute;
    top: 6px;
    left: 5px;
    width:25px;
    height: 25px;
    display: block;
}
ul#feed-items li a{
	font-size:11px; text-decoration:none; 
	padding:0;
	float:none;
	display:inline;
	width:auto;
	height:auto;
	background:url(../images/landingpage/socialbar/none.png) top right no-repeat;
	text-align:center;
	color:#14A8D9; text-decoration:none;
}

ul#feed-items li p {
    display: block;
    float: left;
    clear: both;
    margin: 5px 0 0 10px;
}
ul#feed-items li.default{
    background-position: 0 center;
}

ul#feed-items li.alert{
    background: #354455;
	-moz-border-radius: 4px;  
    -webkit-border-radius: 4px;
}

ul#feed-items li.friend{
    background: #25292d;
	-moz-border-radius: 4px;  
    -webkit-border-radius: 4px;
}


ul#feed-items li.admin{
	-moz-border-radius: 4px;  
    -webkit-border-radius: 4px;
	-webkit-box-shadow: #000 1px 1px 2px;
	-moz-box-shadow: #000 1px 1px 2px;
    background:#171717;
	color:#EFEFEF;
	margin:15px 0 0 0;
/*	border-bottom:1px solid #151515;*/
}

span.date{
	font-size:9px;
	color:#6f6f6f;
	margin:5px 0 0 10px;
	clear: both;
	padding-bottom: 5px;
	float: left;
}
a#btn-closefeed{
	display:block;
	width:57px;
	height:18px;
	position:absolute;
	top:15px;
	right:20px;
	background:url(../images/landingpage/socialbar/close-btn.png) top left no-repeat;
}
#social-bar a#chat-link{
    padding:13px 10px 10px 10px;
	float:right;
	background:url(../images/landingpage/socialbar/divider.png) top left no-repeat;
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	position: relative;
}

a#fb-link{position:relative;}
a#fb-link #fb-link-tip {
    display: none;
}

a#fb-link:hover #fb-link-tip {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url(/images/landingpage/bg_black70.png);
    color: #fff;
    height: auto;
    line-height: 12px;
    padding: 5px;
    position: absolute;
    text-indent: 0;
    top: -30px;
	left:0px;
    width: 125px;
    min-width: 125px;
    z-index: 200;
	font-size:11px;
}
a#twitter-link{position:relative;}
a#twitter-link #twitter-link-tip {
    display: none;
}

a#twitter-link:hover #twitter-link-tip {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url(/images/landingpage/bg_black70.png);
    color: #fff;
    height: auto;
    line-height: 12px;
    padding: 5px;
    position: absolute;
    text-indent: 0;
    top: -30px;
	left:-80px;
    width: 125px;
    min-width: 125px;
    z-index: 200;
	font-size:11px;
}

a#feed-link{
	padding:15px 16px 10px 10px;
	height:16px;
	float:left;
	background:transparent url(../images/landingpage/socialbar/up-arrow-blue.png) 662px 16px no-repeat;
	font-weight:bold;
	color:#FFF; 
	font-size:11px;
	text-decoration:none;
	width:674px;
	position:relative;
	color:#FFF; 
	font-size:11px;
	text-decoration:none;}
a#feed-link img{
	margin:-2px 5px 0 0; 
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	float:left;
}
a#feed-link #feed-link-tip {
    display: none;
}

a#feed-link:hover #feed-link-tip {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url(/images/landingpage/bg_black70.png);
    color: #fff;
    height: auto;
    line-height: 12px;
    padding: 5px;
    position: absolute;
    text-indent: 0;
    top: -30px;
	left:8px;
    width: 325px;
    min-width: 125px;
    z-index: 200;
	font-size:11px;
}

div.divider{
	height:39px;
	width:3px;
	float:left;
	background:transparent url(../images/landingpage/socialbar/divider.png) 0 0 no-repeat;
}

#social-bar a#toggle{
    padding:10px 16px 10px 10px;
	height:16px;
	float:left;
	background:transparent url(../images/landingpage/socialbar/up-arrow-blue.png) 662px 16px no-repeat;
	font-weight:bold;
	color:#FFF; 
	font-size:11px;
	text-decoration:none;
	width:674px;
	position: relative;
}
div#most-recent-item{ color:#FFF; height:35px; float:left; padding:4px 0 0 0; font-weight:normal; font-size:11px;}
div#most-recent-item a.online{
	background:url(../images/landingpage/socialbar/user-status-icons.png) 0 -26px no-repeat;
	padding:4px 0 0 40px;
	margin:-4px 0 0 5px;
	float:left;
	height:23px;
}
div#most-recent-item a.offline{
	background:url(../images/landingpage/socialbar/user-status-icons.png) 0 0 no-repeat;
	padding:4px 0 0 40px;
	margin:-3px 0 0 5px;
	float:left;
	height:23px;
}
div#most-recent-item li.admin a{color:#FFF;}
div#most-recent-item li.admin{list-style:none;}
div#most-recent-item img{margin:-2px 10px 0 0; float:left;}

#alertbubble {
    position: absolute;
    top: 5px;
    left: 19px;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 12px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background: url(../images/landingpage/alert.png) no-repeat;
}
