@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-family: arial, helvetica, sans-serif;
}

body {
	display: block;
	background-image: url("../img/gradient_background.jpg");
	background-repeat: repeat-x;
	background-color: #F6B83D;
}

li {
	list-style: none;
}

.header {
	width: 100%;
}

.clear {
	float: none !important;
	clear: both !important;
}

.left {
	float: left;
}

.hidden,
.update_hidden {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.header_content {
	width: 1000px;
	margin: auto;
}

.social_header {
    height: 28px;
    padding-top: 3px;
}

.social_header li {
    padding-left: 15px;
    float: right;
}

.content {
	width: 1000px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 25px 0;
	min-height: 700px;
}

.content {
	padding: 35px 0;
}

#top_other_sites {
	padding: 0 25px;
	background: #fff;
}

.name {
	float: left;
	height: 70px;
}

.name a {
	cursor: pointer;
	position: relative;
	z-index: 100;
}

.sticker {
	float: left;
	padding-top: 2px;
	margin-left: -5px;
	height: 50px;
}

.slogan {
	float: left;
	padding-left: 4px;
	padding-top: 24px;
	padding-bottom: 13px;
}

.slogan a {
	cursor: pointer;
}

.login {
	float: right;
	padding-left: 5px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.login_msg {
	color: #FFF;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	/*font-weight:bold;*/
	padding-right: 10px;
	vertical-align: middle;
	display: table-cell;
	line-height: 20px;
}

.hot_list {
	padding: 0 25px;
}

.hot_list td {
	width: 170px;
        max-width: 170px;
	/*height: 250px;
	list-style: none;
	float:left;
	*/
	vertical-align: top;
}
.hot_list td .flame_container {
	padding: 10px 10px 3px 10px;
}
.hot_list td .flame {
	display: inline-block;
	width: 18px;
	height: 24px;
	background-image: url("../img/flame.png");
	margin-right: 5px;
}

.hot_list td.hot_about {
	color: #fff;
	padding: 3px 10px 2px 10px;
	font-size: 12px;
}

.thumb_square {
	position: relative;
}

.news_0{
	background-color: #CD1C6D;
}

.news_1{
	background-color: #E0428C;
	/*margin-left: 1px;*/
	border-left: solid 1px #fff;
}
.news_2{
	background-color: #E45D6B;
	/*margin-left: 1px;*/
	border-left: solid 1px #fff;
}
.news_3{
	background-color: #F28E5A;
	/*margin-left: 1px;*/
	border-left: solid 1px #fff;
}
.news_4{
	background-color: #FFBB36;
	/*margin-left: 1px;*/
	border-left: solid 1px #fff;
}

.hot_list td img, .large_thumb img {
	width: 189px;
	height: 190px;
	display: block;
}

.hot_list td img.reactionBandBig {
	width: 71px;
	height: 73px; 
	position: absolute;
	right: -3px;
	top: -4px;
	z-index: 100;
}

.hot_list td div.title {
	margin-left: 10px;
	margin-right: 10px;
	max-height: 90px;
	overflow: hidden;
}

.hot_list td div a {
	font: 15px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

.hot_list td div a:hover {
	text-decoration: underline;
}

.hot_list td.hot_from {
	color: #fff;
	padding: 0px 10px 5px 10px;
	font-size: 11px;
        overflow: hidden;
}

.hot_list td.hot_from a{
    color:#ffffff;
}

#all_news {
	padding: 5px 0 50px 0;
}

#main_slice {
	padding: 0 0 0 25px;
	float: left;
	width: 625px;
	background-color: #fff;
}

#bar_news {
	padding: 0 25px 0 25px;
	float: left;
	width: 300px;
	background-color: #fff;
}

#bottom_slice {
	padding: 0 25px;
}

#main_slice img.slice_title {
	width: 625px;
	height: 50px;
}
#bar_news img.slice_title {
	width: 300px;
	height: 50px;
}

h1.slice_title {
	height: 30px; /*50px; - 20 */
	display: inline-block;
	font-weight: bolder;
	font-size: 25px;
	color: #333;
	text-shadow: #efefef 1px 1px;
	/*
	filter: "DropShadow(Color=#efefef, offx=1, offy=1)";
	-ms-filter: "DropShadow(Color=#efefef, offx=1, offy=1)";
	*/
	padding: 10px 12px;
}
h2.slice_title {
	height: 30px; /*50px; - 20 */
	display: inline-block;
	font-weight: bolder;
	font-size: 25px;
	color: #333;
	text-shadow: #efefef 1px 1px;
	/*
	filter: "DropShadow(Color=#efefef, offx=1, offy=1)";
	-ms-filter: "DropShadow(Color=#efefef, offx=1, offy=1)";
	*/
	padding: 10px 12px;
}
h2.slice_title {
    background-image: url("../img/small_header.gif");
    width: 276px;
}
#main_slice h1.slice_title {
	width: 601px; /*625px; - 24 padding*/
	background-image: url('../img/large_header.gif');
}
#bar_news h1.slice_title {
	width: 276px;
	background-image: url('../img/small_header.gif');
}
#bottom_slice h1.slice_title, #top_slice h1.slice_title {
	width: 926px;
	background-image: url('../img/xlarge_header.gif');
}

#bar_news .right_slice {
	margin-bottom: 25px;
}

#bar_news .adsense {
	width: 300px;
	height: 250px;
	margin-bottom: 25px;
}

#main_slice .divider {
	background-image: url(../img/solid_divider_625.gif);
	height: 1px;
}

#bar_news .divider {
	background-image: url(../img/solid_divider_300.gif);
	height: 1px;
}

#bar_news .thumb {
	float: left;
	margin-right: 10px;
	width: 90px;
	height: 90px;
	position: relative;
}

#bar_news .thumb img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.info {
	float: left;
	width: 560px;
}

#bar_news .info {
	float: left;
	width: 200px;
}

#bar_news .info_without_thumb {
	float: left;
	width: 300px;
}

.info .title,
.info_without_thumb .title {
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 5px;
	line-height: 16px;
}

.info .title:hover,
.info_without_thumb .title:hover {
	text-decoration: underline;
}

.info .desc,
.info_without_thumb .desc {
	font: 13px arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	/*cursor: text;*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}

.info .desc b,
.info_without_thumb .desc b {
	font-weight: normal;
}

.info .username,
.info_without_thumb .username {
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 5px;
}

.info .username:hover,
.info_without_thumb .username:hover {
	text-decoration: underline;
}

.footer_content {
	width: 1000px;
	margin: auto;
	margin-bottom: 30px;
}

.footer_content .copyrights {
	float: left;
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

.footer_content .about {
	float: right;
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
}


.footer_content .about a {
	padding-right: 10px;
	cursor: pointer;
	text-decoration: none;
	color: #CD1B6C;
}

.footer_content .about a:hover {
	text-decoration: underline;
}

.footer_content .about a.last {
	padding-right: 0;
}

.footer_content .competition {
	padding-left: 821px;
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
}

.footer_content .competition a{
	padding-right: 10px;
	cursor: pointer;
	text-decoration: none;
	color: #CD1B6C;
}

.footer_content .competition a:hover{
	text-decoration: underline;
}

.footer_content .widget {
	float: right;
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
	margin-right: 5px;
}

.footer_content .widget a {
	padding-right: 10px;
	cursor: pointer;
	text-decoration: none;
	color: #CD1B6C;
}

.footer_content .widget a:hover {
	text-decoration: underline;
}

.footer_content .widget a.last {
	padding-right: 0;
}

/******************************* BREAKING NEWS ***************************/

.st_RankingSlice .adsense,
.st_StreamSlice .adsense,
.st_TagSlice .adsense {
	padding: 0 78px 10px 79px;
}

.fblike {
	width: 450px;
	height: 23px;
	padding: 0 0 5px;
}

.fblike div{
	float:left;
}

ul.breaking_news {
	overflow: hidden;
}

ul.breaking_news li {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-top: 20px;
}

#main_slice .thumb, .large_thumb {
	float: left;
	margin-right: 20px;
	position: relative;
}

#main_slice .thumb img {
	width: 120px;
	height: 120px;
}

#main_slice .thumb img.reactionBandSmall {
	width: 64px;
	height: 65px; 
	position: absolute;
	right: -3px;
	top: -3px;
	z-index: 100;
}

#main_slice .info {
	float: left;
	width: 485px;
}

#main_slice .info .title {
	font: 20px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
	cursor: pointer;
	text-decoration: none;
	line-height: 25px;
}

#main_slice .info .title:hover {
	text-decoration: underline;
}

#main_slice .info .desc {
	margin: 15px 0;
	font: 13px arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	/*cursor: text;*/
	text-decoration: none;
}
#main_slice #ontwitter_news .info .desc {
	margin: 0;
}

#main_slice .options {
	margin-left: 140px;
	font: 11px arial, helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	/*cursor: text;*/
}

#main_slice .options a {
	font: 11px arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #CD1B6C;
	cursor: pointer;
}

#main_slice .options a:hover {
	text-decoration: underline;
}

#bar_news ul li {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-top: 20px;
}

#bar_news ul li.last {
	border-bottom: none;
}

.thumb_small {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.thumb_small img {
	width: 50px;
	height: 50px;
}

/******************************* RECENT ACTIVITY ***************************/

#bar_news .recent_info {
	float: left;
	width: 240px;
}

#bar_news .recent_info a {
	font: 13px arial, helvetica, sans-serif;
	font-weight: normal;
	color: #CD1B6C;
	/*cursor: text;*/
	text-decoration: none;
}

#bar_news .recent_info a.user {
	font-weight: bold;
}

#bar_news .recent_info a.did {
	color: #333;
}

#bar_news .recent_info a.time {
	color: #999;
	font-size: 11px;
}

/******************************* TRENDING STORIES ***************************/

.trending_number {
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	width: 20px;
	height: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #9DBE17;
	color: #FFF;
	padding-top: 2px;
	text-align: center;
}

.more_top {
	padding: 7px 25px;
}

.more_top img {
	float: right;
	height: 13px;
}

.more {
	padding: 7px 0px 7px 25px;
}

.more img {
	float: right;
	width: 62px;
	height: 13px;
}

#trending_fashion_fake_rule_max_heigth {
	max-height: 78px;
}

/******************************* MOST COMMENTED ***************************/

#bar_news .commented_number {
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	width: 30px;
	height: 18px;
	position: absolute;
	bottom: 5px;
	right: 0;
	background-color: #CD1B6C;
	color: #FFF;
	padding-top: 2px;
	text-align: center;
}

#bar_news .commented_bubble {
	background-image: url(../img/pinkmessagebubble_tri.gif);
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: 0;
	right: 20px
}

/*******************************ON TWITTER **************************/

#on_twitter {
	overflow: hidden;
	height: 734px;
}

ul#on_twitter li {
	/*height: 116px;*/
}

.info a,
.info p,
.info_without_thumb a,
.info_without_thumb p {
	font: 11px arial, helvetica, sans-serif;
	font-weight: normal;
	display: inline;
	text-decoration: none;
	/*cursor: text;*/
	color: #CD1B6C;
}

.femaleContent {
	background: url(../img/female_mini.png) no-repeat top right;
}
.maleContent {
	background: url(../img/male_mini.png) no-repeat top right;
}
.maleContent .info a, .maleContent .info .info_details a {
	color: #297CDF;
}
.femaleContent .info a, .femaleContent .info .info_details a {
	color: #E01DEF;
}

.bar_container .bar_info ul.on_twitter p,
.bar_container .bar_info ul.on_twitter_search p {
	overflow: hidden;
	height: 80px;
}

.stats_container {
	background-image: url(../img/gossip_detail.png);
	height: 138px;
}
.stats_table {
	color: #333333;
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 35px 15px 0px 15px;
	text-decoration: none;
}
.stats_left_col {
	width: 105px;
}
.stats_about {
	text-align: right;
	padding-right: 15px;
}
.stats_about a {
	color: #CD1B6C;
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.info p.time,
.info p.via,
.info_without_thumb p.time,
.info_without_thumb p.via {
	color: #999;
}

.info .info_details a {
	color: #CD1B6C;
	cursor: pointer;
}

.info .info_details a:hover {
	text-decoration: underline;
}

/****************************** PHOTOS ON TWITTER ***************************/

#bar_news .thumb .thumb_user {
	position: absolute;
	top: 44px;
	left: 44px;
}

#main_slice .thumb .thumb_user {
	position: absolute;
	top: 74px;
	left: 74px;
}

#bar_news .thumb .thumb_user img {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	width: 40px;
	height: 40px;
}

#main_slice .thumb .thumb_user img {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-color: white;
	width: 50px;
	height: 50px;
}

#ontwitter_pics .thumb {
	width: 125px;
	height: 125px;
}

#main_slice #ontwitter_pics .info {
	width: 475px;
}

/****************************** TRENDING CELEBS *****************************/

.trending_celebs {
	width: 100%;
	font: 15px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
}

.trending_celebs td {
	border-bottom: 1px dotted #999;
	padding: 10px 0;
}

/******************************* CONTRIBUTORS ***********************/

#top_contributors {
	background-image: url(../img/contributor_grid.gif);
	width: 300px;
	height: 350px;
	padding-top: 9px;
}

ul#top_contributors li {
	border: none;
	margin-top: 0;
	padding: 12px 0 0 0;
}

#bar_news .contributor_thum {
	position: relative;
	margin-right: 0;
}

#bar_news .username_cont {
	font: 13px arial, helvetica, sans-serif;
	font-weight: normal;
	position: absolute;
	top: -5px;
	left: 40px;
	background-color: #919191;
	color: #FFF;
	padding: 0 3px 0 3px;
	text-align: center;
	white-space: nowrap;
}

#bar_news .username_cont a {
	color: #FFF;
	text-decoration: none;
	text-transform: capitalize;
}

#bar_news .username_bubble {
	background-image: url(../img/grey_messagebubble_tri.gif);
	width: 5px;
	height: 5px;
	position: absolute;
	top: 10px;
	left: 45px;
}

.measure {
	margin-top: 3px;
	float: left;
	max-width: 250px;
}

.measure a {
	font: 17px arial, helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	color: #FFF;
	top: 5px;
	right: 5px;
}

.measure_up {
	height: 20px;
	width: 1px;
}

.measure_bottom {
	max-width: 250px;
	height: 30px;
	position: relative;
}

.measure_0 {
	background-color: #CD1C6D;
	width: 250px;
}

.measure_1 {
	background-color: #E0428C;
	width: 190px;
}

.measure_2 {
	background-color: #E45D6B;
	width: 140px;
}

.measure_3 {
	background-color: #F28E5A;
	width: 100px;
}

.measure_4 {
	background-color: #FFBB36;
	width: 50px;
}

/****************************** BUTTONS *****************************/

.buttons {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.buttons_center {
	margin: auto;
	width: 326px;
}

#older {
	background-image: url(../img/btn_older_on.gif);
	width: 150px;
	height: 50px;
	display: inline-block;
}
#older.off {
	background-image: url(../img/btn_older_off.gif);
}
#newer {
	background-image: url(../img/btn_newer_on.gif);
	width: 169px;
	height: 50px;
	display: inline-block;
}
#newer.off {
	background-image: url(../img/btn_newer_off.gif);
}

/*************************** TRENDING OTHER SITES *************************/

.trending_other_sites {
	width: 100%;
	font: 15px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
	margin: 10px 0;
}

.trending_other_sites ul {
	text-align: left;
}

.trending_other_sites td {
	border-right: 1px dotted #999;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
	width: 169px;
}

.trending_other_sites td.last {
	border-right: none;
}

.trending_other_sites li {
	padding: 10px 0px;
}

.other_sites_text {
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
	cursor: pointer;
	text-decoration: none;
}

.other_sites_text:hover {
	text-decoration: underline;
}

/******* TAG PAGE *********/
h3.tagPage {
	padding: 5px 0;
	/*border-top: dotted 1px #999;*/
	border-bottom: dotted 1px #999;
	margin-top: 20px;
}

/******************************* DETAILS NEWS ***************************/
.st_DetailSlice .adsense {
	padding: 0 78px 20px 79px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}
.detail_comments {
	padding: 20px 0 10px 0;
}

.detail_comments .reaction {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #999;
}

#detail_info {
	float: left;
	/*width:485px;*/
	width: 415px;
}

#detail_info h1 {
	max-height: 124px;
	overflow: hidden;
}
#detail_info .title {
	font: 25px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
	/*cursor: pointer;*/
	text-decoration: none;
	line-height: 31px;
}

/*#detail_info .title:hover {
	text-decoration: underline;
}*/

#detail_info .title_username {
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
	cursor: pointer;
	text-decoration: none;
}

#detail_info .title_username:HOVER {
	text-decoration: underline;
}

#detail_info .options {
	margin-left: 0;
}

#detail_info .desc, #detail_info .desc p,
.tag_info .desc, .tag_info .desc p, .noRelated {
	font: 13px arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	/*cursor: text;*/
	text-decoration: none;
	margin: 10px 0;
	display: block;
	text-align: justify;
}

#detail_info a {
	text-decoration: none;
	color: #CD1B6C;
}

#detail_info a:HOVER {
	text-decoration: underline;
}

.tag_info .desc b{
	color: #CD1B6C;
}

.detail_comments .reaction a.text {
	font: 15px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	/*cursor: text;*/
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
}

.detail_comments .reaction #first_reaction {
	float: left;
        width: 195px;
}

.detail_comments .reaction div.share {
	float: left;
	padding-left: 15px;
        width: 415px;
}

.twitterShare{
    width:96px;
}

.facebookShare{
    width:96px;
}

a.retweet {
	padding: 2px 4px;
	border: solid 1px #d3d3d3;
	background: #f7f7f7;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px;
	text-decoration: none;
}

a.retweet:hover {
	border-color: #2fc2ef;
}

span.retweet {
	background-image: url(../img/twitter.jpg);
	background-repeat: no-repeat;
	line-height: 14px;
	padding-left: 19px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #2fc2ef;
	white-space: nowrap;
	display: block;
	background-position: center left;
}

#first_reaction .options {
	margin: 0;
}
#first_reaction .options a {
	display: block;
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	/*cursor: text;*/
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
}

.expression,.expressionExtreme {
	height: 66px;
	width: 60px;
	/*padding: 0px 8px;*/
	/*background-image: url(../img/reaction_span.gif);*/
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #252525;
	/*cursor: text;*/
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	float: none;
}

.expressionComment {
	height: 16px;
	margin-left: 5px;
	padding: 2px 5px;
	background-image: url(../img/reaction_span.gif);
	background-position: bottom;
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: none;
	display: inline;
}

.inside {
	display: inline;
}

.options .first {
	/*padding-left: 3px;*/
	width: 55px;
}

.options .last {
	/*padding-right: 3px;*/
	width: 55px;
}

.options .left_corner {
	float: left;
	height: 66px;
	width: 5px;
	/*background-image: url(../img/reaction_leftcorner.gif);*/
}

.options .right_corner {
	float: left;
	height: 66px;
	width: 5px;
	/*background-image: url(../img/reaction_rightcorner.gif);*/
}
#main_slice .options .divider {
	float: left;
	height: 66px;
	width: 2px;
	/*background-image: url(../img/reaction_divider.gif);*/
}
/*
.detail_comments .thick_divider{
	height: 3px;
	background-color: #CFCFCF;
}
*/
.comment_tabs {
	padding-top: 10px;
	border-top: solid 3px #CFCFCF;
	/*border-bottom: solid 1px #CFCFCF;*/
}
.comment_tabs ul {
	height: 30px;
	/*margin-top: 10px;*/
}

.comment_tabs li {
	list-style: none;
	float: left;
	padding: 5px 10px;
}

.comment_tabs li {
	font: 15px arial, helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	color: #CD1B6C;
}

.comment_tabs li.selected {
	color: #333;
}

.comment_tabs li a {
	padding-left: 5px;
}

.comment_tabs li a:hover {
    text-decoration: underline;
}

.detail_comments .divider_arrow {
	position: relative;
	top: 7px;
	margin: auto;
	height: 10px;
	width: 19px;
	background-image: url(../img/comment_arrow.gif);
	display: none;
}

#detailTags {
	/*font-weight: bold;*/
	color: #999;
	font-size: 13px;
}
#detailTags a {
	font-weight: normal;
	color: #CD1B6C;
	text-decoration: none;
	text-transform: capitalize;
}
#detailTags a:HOVER {
	text-decoration: underline;
}
.comment_tabs li.selected .divider_arrow {
	/*display: block;*/
}
h2, h1.title {
	font-size: 25px;
	font-weight: bold;
	color: #CD1B6C;
	text-transform: capitalize;
	margin-bottom: 10px;
	max-height: 75px;
	overflow: hidden;
}
h2.related {
	max-height: none;
	overflow: visible;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
	max-height: 64px;
	overflow: hidden;
}
.comment_list li {
	text-align: left;
	padding: 15px 0;
}
.comment_list li.level_0 {
    border-top: 1px dotted #999;
}
.comment_list li.level_1 {
    padding: 0 0 15px 0;
    margin-left: 70px;
}
.comment_list li.level_2 {
    padding: 0 0 15px 0;
    margin-left: 140px;
}
.comment_list a {
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	/*cursor: text;*/
	text-decoration: none;
	color: #333;
}

.comment_list a.username {
	color: #CD1B6C;
	cursor: pointer;
	width: 60px;
	overflow: hidden;
}

.comment_list a.username:hover {
	text-decoration: underline;
}

.comment_list a.timing {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding-left: 5px;
}

.make_comments {
	margin-top: 20px;
}

.make_comments p {
	font: 15px arial, helvetica, sans-serif;
	font-weight: bold;
	/*cursor: text;*/
	text-decoration: none;
	color: #000;
	width: 150px;
}

.make_comments img {
	width: 50px;
	height: 50px;
}

.make_comments .comments {
	padding-bottom: 20px;
}

.make_comments .comments p {
	font: 13px arial, helvetica, sans-serif;
	font-weight: bold;
	/*cursor: text;*/
	text-decoration: none;
	color: #333;
	width: 50px;
}

.comment_box {
	width: 490px;
	height: 170px;
	background-image: url(../img/comment_box.gif);
	margin-left: 25px;
	padding: 20px 20px 20px 30px;
}

.comment_box textarea {
	font: 13px arial, helvetica, sans-serif;
	font-weight: normal;
	/*cursor: text;*/
	color: #333;
	width: 486px;
	height: 113px;
}

.comment_box .tags {
	font: 11px arial, helvetica, sans-serif;
	font-weight: normal;
	/*cursor: text;*/
	color: #333;
	float: left;
}

.post {
	width: 70px;
	height: 35px;
	background-image: url(../img/btn_post.gif);
	float: right;
	margin-right: 4px;
	cursor: pointer;
}

.post_btn {
	margin-top: 10px
}

.comment_thumb_small {
	float: left;
	margin-right: 10px;
}

.comment_thumb_small img {
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}
.comment_thumb_small a {
	display: block;
}
.comment_info {
	float: left;
	width: 532px;
}
.level_1 .comment_info {
    width: 462px;
}
.level_2 .comment_info {
    width: 392px;
}

.comment_message {
	/*width: 532px;*/
	width: 525px;
	background-color: #ededed;
	min-height: 30px;
	padding: 10px 15px;
	word-wrap: break-word;
}

.level_1 .comment_message {
    width: 455px;
}
.level_2 .comment_message {
    width: 385px;
}

.comment_message.WAITING_FOR_REVIEW a,
.comment_message.REMOVED_BY_ADMIN a,
.comment_message.REMOVED_BY_AUTHOR a {
    color: #666 !important;
    font-style: italic !important;
    font-weight: normal !important;
}

.comment_info .comment_time {
	margin: 5px 0;
}

.comment_info .time {
    color: #999;
    font-size: 11px;
    font-weight: normal;
}

.comment_added {
    background-color: #FFF1A8;
}

.delete_comment {
    /*float: right;*/
    color: #CD1B6C !important;
}

.delete_comment:hover {
    text-decoration: underline;
}

.no_cursor {
	cursor: default;
}
.show {
	display: block;
}

#fcbk_login_div, #fcbk_login_div2 {
	margin-top: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
	background-color: #fff1a8;
	padding: 8px 10px;
	font-size: 13px;
}

#fcbk_login_div {
	width: 444px;
}

#fcbk_login_div span,
#fcbk_login_div2 span {
	display: block;
	float: right;
}

#fcbk_login_div2 {
	margin-left: 85px;
	width: 510px;
}
#text_c_counter {
	height: 30px;
	width: 100px;
	float: left;
	font-size: 24px;
}
#share_checks {
	float: left;
}
#error_comments {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	color: red;
	padding-bottom: 10px;
}

#related_news {
	margin-bottom: 20px;
	border-bottom: dotted 1px #999;
	padding-bottom: 20px;
}

#related_news li {
	width: 144px;
	float: left;
	margin-right: 16px;
}
#related_news li.last {
	margin-right: 0;
}

#related_news li:hover .thumb {
	border: solid 12px #CD1B6C;/*#c40153;*/
}

#related_news li .thumb {
	border: solid 12px #EAEAEA;
}
#related_news_title_max_height {
	max-height: 80px;
}
#related_news li a.title {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #CD1B6C;
	font-weight: bold;
	text-decoration: none;
	display: block;
	clear: both;
}

.related_from{
    overflow: hidden;
}

.related_from span {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
        float:left;
        padding-right: 5px;
}

.related_from a.from {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #CD1B6C;
	font-weight: normal;
	text-decoration: none;
        float:left;
}

#related_news li:hover a.title {
	text-decoration: underline;
}

/*------------SEARCH----------------*/
.no_tweets {
	color: #CD1B6C;
	font: bold 13px arial, helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: none;
}

.search_visible,
.oneriot_visible {
	display: block;
}

.search_visible_last,
.oneriot_visible_last {
	display: block;
	border-bottom: none;
}

.search_invisible,
.oneriot_invisible {
	display: none;
}

.oneriot_featured {
	text-align: right;
	color: #999999;
	font: 11px arial, helvetica, sans-serif;
	text-decoration: none;
}

/*------------ ABOUT ----------------*/
.about_content {
	width: 1000px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 35px 0;
	min-height: 750px;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
.about_content a {
	color: #CD1B6C;
	font-weight: bold;
	text-decoration: none;
}
.all_about {
	padding-top: 5px;
}
.about_div {
	height: 250px;
}
.block, .right_block {
	
}
.block p, .right_block p {
	padding-top: 20px;
}
.block ul {
	list-style-type: circle;
}
.block ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 20px;
}
.ligth_text {
	color: #999;
	font-style: italic;
}
.sub_title {
	font-size: 16px;
	font-weight: bold;
}

.faceReaction {
	margin-bottom: 5px;
	margin-left: 15px;
	margin-rigth: 15px;
	margin-top: 10px;
}

.faceReactionFirst {
	margin-bottom: 5px;
	margin-rigth: 15px;
	margin-top: 10px;
}

.faceReactionLast {
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 10px;
}

.textReaction {
	text-align: center;
	/*color: #FFF;*/
        color:#CD1B6C;
}

#main_slice .options .labels {
	float: left;
	padding-top: 6px;
	padding-right: 10px;
}

.flame_div .flame {
	display: inline-block;
	width: 15px;
	height: 21px;
	background-image: url("../img/flame_mini.png");
}

/*------------ MENU ----------------*/
.menu {
	float: right;
}
#menuList {
	float: left;
}
#menuList li {
	float: left;
	margin-top: 10px;
	padding-right: 7px;
	padding-left: 5px;
	background: url("../img/header-separator.png") no-repeat top right;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#fff; 
	font-weight:normal;
}
#menuList li.last {
	padding-right: 0px;
	background: none;
}
#menuList li a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#fff; 
	font-weight:normal;
	text-decoration: none;
}
#menuList li a:hover {
	text-decoration: underline;
}
#menuList li.active a {
	text-decoration: underline;
}

#searchField {
	float: left;
	padding: 8px 0 0 10px;
	font-size: 12px;
}

#searchField input {
	border: solid 1px #666;
	padding: 1px 1px 1px 18px;
	font-size: 13px;
	width: 140px;
	color: #666;
	background-image: url("../img/searchIcon.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

/*------------ MARQUEE/TICKER ----------------*/
.trends {
	margin: 0px 25px 15px 25px;
	width: 950px;
	height: 35px;
	background:url("../img/img_marquee_center.png") repeat-x 0 0;
	z-index: 0;
}
.fade-left {
	background:url("../img/img_mar_left.png") no-repeat top left;
	position: relative;
	left:0;
	margin-top: -35px;
	width: 25px;
	height: 35px;
	z-index: 300;
	float: left;
}
.fade-right {
	background:url("../img/img_mar_right.png") no-repeat 0 0;
	position: relative;
	margin-top: -35px;
	width:25px;
	height: 35px;
	z-index:300;
	float: right;
}
.marquee_content {
	overflow: hidden;
	display: inline-block;
}
.marquee_content li {
	padding-right: 10px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#999; 
	font-weight:normal;
	width: auto;
	display: inline-block;
}
.trend-label{
	padding-right: 10px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#CCC; 
	font-weight:normal;
}
.marquee_content li a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#777; 
	font-weight:normal;
	text-decoration: none;
	text-transform: capitalize;
}
.marquee_content li a:hover {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#333; 
	font-weight:normal;
	text-decoration: none;
}

#twitterTagCloud, #facebookTagCloud, #uniqueTagCloud {
	width:290px; 
	background-color:#575454; 
	text-align:center; 
	padding:5px;
	font-size:70%; 
	font-family:arial;
	margin-bottom:25px;
	display: none;
}  

#twitterTagCloud a, #facebookTagCloud a, #uniqueTagCloud a, #uniqueTagCloud span {
	display: inline;
	margin:0 10px;
	border-bottom: none;
	text-decoration:none;
	color:#ffffff;
	vertical-align: middle;
}  

#twitterTagCloud a:hover, #facebookTagCloud a:hover, #uniqueTagCloud a:hover {
	text-decoration:underline; 
}

/*-------------------- WIDGET WIZARD ----------------------*/
.wizard_table {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left:20px;
}

.wizard_title {
	font-size: 15px;
	font-weight: normal;
	color: #CD1B6C;
	text-transform: uppercase;
	padding-bottom: 10px;	
}

.wizard_counter, .wizard_preview {
	color: #CD1B6C;
	font-weight: bold;
}

.wizard_preview {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px
}

.wizard_option {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin-left: 10px;
}

.wizard_description {
	font-size: 17px;
	font-weight: normal;
	color: #333;
	margin-left: 20px;
	max-width: 680px;
}

.wizard_option_desc {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin-left: 10px;
}

/*------------AUTO TAGS----------------*/

.autoTags {
	padding: 2px;
	width:170px;
	position: absolute;
	border: solid 1px #000;
	background: #fff;
	z-index: 10;
}

.autoTags ul li {
	padding: 1px 0;
	text-transform: capitalize;
	color: #444;
	margin-left: 2px;
}
.autoTags ul li.selected {
	background: #FFC9E2;
}
.autoTags ul li b {
	color: #000;
}
.autoTags ul li i {
	color: #888;
}
.autoTags ul li.PERSON {
	list-style-image: url('../img/mini_person.gif');
	list-style-position: inside;
}
.autoTags ul li.TOPIC {
	list-style-image: url('../img/mini_heart.gif');
	list-style-position: inside;
}
.autoTags ul li.OTHER {
	list-style-image: url('../img/mini_tag.gif');
	list-style-position: inside;
}
.span_error {
	color:red;
	display:none;
	font-weight: bold;
}

/*Follow Us*/
#followUsSlice {
	/*border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;*/
	padding: 10px 20px 20px 20px;
	background: url('../img/followBackground.png');
	height: 68px;
}

#bar_news #followUsSlice ul {
	height: 40px;
	margin: 0 auto;
	width: 249px;
}

#bar_news #followUsSlice ul li {
	border: solid 1px #fff;
	height: 38px;
	padding: 0;
	margin: 0 6px;
	float: left;
}

#followUsSlice h2 {
	font-size: 20px;
	color: #333;
	text-shadow: #efefef 1px 1px;
}
/* Create Widget Slice */
#createWidgetSlice h2, #createWidgetSlice h2 a {
	/*
	color: #FFBB36;
	text-shadow: #333 1px 1px;
	*/
	color: #ffef00;
	background: #000;
	text-shadow: #444 -1px -1px;
	padding: 4px 0 3px 0;
	
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	text-decoration: none; 
	/*
	filter: "DropShadow(Color=#333333, offx=1, offy=1)";
	-ms-filter: "DropShadow(Color=#333333, offx=1, offy=1)";
	*/
}
#createWidgetSlice h2 a:HOVER {
	text-decoration: underline;	
}

#createWidgetSlice p {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 20px;
}

#createWidgetSlice p a {
	text-decoration: none;
	color: #CD1B6C;
}
#createWidgetSlice p a:HOVER {
	text-decoration: underline;	
}

#createWidgetSlice div.context {
	position: relative;
	padding: 0 85px;
}
#createWidgetSlice a.link {
	display: block;
	width: 130px;
	height: 255px;
	position: absolute;
	top: 0;
	left: 85px;
	/*
	background: #00f;
	opacity: 0.4;
	*/
}
/* New Share */
#detail_info ul.share {
	padding: 20px 0 10px 0;
	height: 20px;
}
#detail_info ul.share li {
	float: left;
	/*padding-right: 30px;*/
}
ul.share li {
	height: 20px;
	padding-bottom: 3px;
        float:left;
}
ul.share a.addComment {
	font-size: 9px;
	color: #000 !important;
	border: solid 1px #ffe400;
	display: block;
	float: left;
	padding: 2px 4px;
	line-height: 14px;
	background-color: #ffe400;
	-moz-border-radius: 3px;
	border-radius: 3px 3px;
	text-decoration: none;
}
ul.share a.commentCount {
	float: left;
	display: block;
	padding: 0 18px 0 8px;
	text-decoration: none;
	position: relative; 
}
ul.share a.commentCount span.arrow {
	display: block;
	background-image: url('../img/addComment.png');
	background-repeat: no-repeat;
	background-position: center left;
	width: 9px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

ul.share a.commentCount span.counter {
	display: block;
	font-size: 11px;
	color: #000;
	border: solid 1px #ffe400;
	background-color: #f3f3f4;
	padding: 2px 7px;
	line-height: 14px;
	
}

#login_error {
    color: red;
    padding: 15px 5px 5px 5px;
}

#login_table td {
    padding: 5px;
}

#login_table input {
    border: solid 1px #666;
    font-size: 14px;
    padding: 4px 8px;
}

/********************* Hot With Friends ******************************/
.hotwithfriends_content{
    
}

/*************  Not Found Page ***********************************/
#notfound_info {
	float: left;
	/*width:485px;*/
	width: 415px;
}


#notfound_info .title {
	font: 25px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #CD1B6C;
	cursor: pointer;
	text-decoration: none;
	line-height: 31px;
}

#notfound_info .title:hover {
	text-decoration: underline;
}

/*************Archive Styles ***************************/
.archive_content .row{
    height : 410px; 
    padding: 20px;
    border-bottom: 3px solid #999999;    
}
.archive_content .row .column{
    width : 130px;
    float: left;
    margin-right: 5px;
}

.archive_content .row .column ul li{    
    height: 30px;
   /* border-bottom: 1px solid #999999;    */
}

.archive_content .row .column ul li a{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color:#CD1B6C;
    cursor: pointer;
    text-decoration: none;
}

.archive_content .row .column ul li a:hover{
    text-decoration: underline;
}

.archive_content .month_cal{
    padding: 20px;
    border-bottom: 3px solid #999999;    
}
.archive_content .month_cal .column{
}

.archive_content .month_cal .column ul li{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: #999999;
    height: 30px;
  /*  border-bottom: 1px solid #999999;    */
}
.archive_content .month_cal .column ul li a{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color:#CD1B6C;
    cursor: pointer;
    text-decoration: none;
}

.archive_content .month_cal .column ul li a:hover{
    text-decoration: underline;
}

.archive_content .articles{
    padding: 20px;
    border-bottom: 3px solid #999999;    
}

.archive_content .articles h3{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    border-bottom: 1px solid #999999; 
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.archive_content .articles .column{
}



.archive_content .articles .column li{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: #999999;
    height: 30px;
   /* border-bottom: 1px solid #999999;    */
}

.archive_content .articles .column li a{
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color:#CD1B6C;
    cursor: pointer;
    text-decoration: none;
}

.archive_content .articles .column li a:hover{
    text-decoration: underline;
}

.archive_content .archive_articles {
    padding: 20px;
    font-size: 14px;
}

.archive_content .archive_articles select{
    border: 1px solid #999999;
    margin-right: 10px;
}

.archive_link{
    line-height: 25px;
    text-align: center; 
    margin: 20px;
}

.archive_link a{
    font: 14px arial, helvetica, sans-serif;
    font-weight: bold;
    color: #CD1B6C;
    cursor: pointer;
    text-decoration: none;        
}

.archive_link a:hover{
    text-decoration: underline;        
}

#parentHint {
    margin: 0 0 5px 85px;
    padding: 10px 15px;
    width: 500px;
    background: #FFF1A8;
    font-size: 13px;
    font-weight: bold;
    color: #CD1B6C;
}

#cancelNested {
    float: right;
    color: #CD1B6C;
    text-decoration: none;
}
#cancelNested:HOVER {
    text-decoration: underline;
}

#parentAuthor {
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

#parentText {
    width: auto;
    font-style: italic;
    font-size: 13px;
    font-weight: normal;
    color: #333;
}
