/***************************
	Right Content 
***************************/
.right_col{
	width: 100%;
}
#connect{
	margin: 5px 0 0 0;
}
#connect h3{
	font-size: 20px;
}
#conversation h2{
	font-size: 2.2em;
}

#conversation h3{
	text-transform: uppercase;
	color: #fbb034;
	display:inline;
	float:left;
	margin:0 25px 0 0;
	text-transform:uppercase;
	width: 170px;
	font-size:18px;
	font-weight:bold;
}
/***************************
	Share Icons 
***************************/
.right_col .shareicons {
	margin: 0; 
	height: 30px;
    position: relative;
	padding-top: 10px;
	display:inline;
}
.right_col .shareicons li{
	margin-bottom: 13px;
	position: relative;
	float: left;
	height: 34px;
	width: 34px;
	padding: 0;
	margin: 0;
	margin: 0 0 0 0px;
	top: -7px;
	left: -8px;	
}
.right_col .shareicons li:hover{
	background-color: #404040;
	cursor:pointer;
	cursor:hand;
}

.right_col .shareicons li.rss{
	margin-left: 0px;
}
.right_col .shareicons li a{
	top: 10px;
	left: 8px;
	height: 17px;
	width: 22px;
}
.right_col .shareicons li.rss a{
	background: url("../images/layout/global/icons.png") no-repeat scroll 0 1px transparent;
	
}

.right_col .shareicons li.facebook a{
	background: url("../images/layout/global/icons.png") no-repeat scroll 5px -37px transparent;
}

.right_col .shareicons li.twitter a{
	background: url("../images/layout/global/icons.png") no-repeat scroll 3px -55px transparent;
}


.right_col .shareicons li.heart a{
	background: url("../images/layout/global/icons.png") no-repeat scroll 1px -17px transparent;	
}

.right_col .shareicons li a{
	display:block;	
	overflow:hidden;
	position: relative;
	text-indent:-9999px; 
}

.right_col .shareicons li.heart .share{
	position: relative;
	display: none;
	background-color: #404040;
	height: 110px;
	width: 130px;
	z-index: 100;
	left: 33px;
	top: -17px;
	padding-top: 5px;
}

.right_col .shareicons li.heart .share a{
	background: none;
	left: 17px;
	text-indent: 0;
	width: 90px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 6px;
}
.right_col .shareicons li.heart .share a span{
	margin-top: 3px;	
}
.right_col .shareicons li.heart .share .digg{
	background: url("../images/layout/global/icons.png") no-repeat scroll 0 -132px transparent;
}

.right_col .shareicons li.heart .share .delicious{
	background: url("../images/layout/global/icons.png") no-repeat scroll 0 -151px transparent;
}
.right_col .shareicons li.heart .share .facebook{
	background: url("../images/layout/global/icons.png") no-repeat scroll 0 -95px transparent;
}
.right_col .shareicons li.heart .share .stumbleupon{
	background: url("../images/layout/global/icons.png") no-repeat scroll 0 -170px transparent;
}
/***************************
	Follow Us
***************************/
#followus .followus{
	width: 100%;	
}
#followus .followus .icon{
	margin-bottom: 20px;
	background: none;
	background-color: #2d2d2d;
}
#followus .followus .icon:hover{
	background-color: #404040;	
}

#followus .followus .last{
	margin-right: 0;
}
#followus .followus .icon .popup{
	position: relative;
	display: none;
	background-color: #404040;
	min-height: 110px;
	width: 255px;
	z-index: 100;
	left: -277px;
	top: -63px;
	padding-top: 20px;
	padding-left: 22px;
	text-align: left;
}

#followus .followus .icon .popup .social{
	height: 27px;
	position: relative;
}
#followus .followus .icon .popup .social li{
	float:left;
	position:relative;
}

#followus .followus .icon .popup .social li.facebook a {
	background:url("../images/layout/global/icons.png") no-repeat scroll 0 -95px transparent;
}
#followus .followus .icon .popup .social li.rss a {
	background:url("../images/layout/global/icons.png") no-repeat scroll 0 -114px transparent;
}
#followus .followus .icon .popup .social li.twitter a {
	background:url("../images/layout/global/icons.png") no-repeat scroll 0 -76px transparent;
}

#followus .followus .icon .popup .social li a {
	display:block;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
}

#followus .followus .icon .popup .social li a {
	height:17px;
	top:15px;
	width:22px;
}

#followus .followus .icon .popup .title{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
}
#followus .followus .icon .popup .url{
	width: 100%;
}
#followus .followus .icon .popup .url a{
	color: #fbb034;
	font-style: italic;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
#followus .followus .icon .popup .url a:hover{
	color: #FFFFFF;
}

