/*
* News starts
*/

.news_heading {
	margin: 0 230px 16px 30px;
    padding-bottom: 17px;
}

    .news_heading .title {
        font-family: Georgia,"Century Schoolbook L",Serif;
        font-size: 36px;
        font-weight: bold;
    }
    .news_heading div.float_r {
        position: relative;
        height: 44px;
        width: 250px;
        margin-bottom: -44px;
    }
        .news_heading div.float_r div.al_bottom {
            position: absolute;
            bottom: 0.5em;
            right: 0;
        }

	.news_heading .filter_ctrls {
		margin-top: 6px;

	}
		/*.feeds_heading .filter_ctrls * {
			vertical-align: middle;
		}*/

		.news_heading .filter_ctrls .selector {
			float: left;
			margin: 6px 20px 0 0;
		}
    ,news_heading .help_tip_box {
         left: 0.33em;
         top: -4px;
     }

    .news_heading .feed_cross {
        position: relative;
        height: 44px;
        width: 200px;
    }
        .news_heading .feed_cross div.al_bottom {
            position: absolute;
            bottom: 0.5em;
            right: 0;
        }

.news_side_col {
	margin: -68px 22px 0 0;
    position: relative;
    width: 176px;
}
	.news_side_col .left_dotted {
		margin: 0 5px 0 0px;
		padding: 0 0 2px 12px;
	}

	.news_side_col .left_dotted, .news_side_col > .promo {
		margin-bottom: 20px;
	}

	.news_side_col .promo.join_us_box, .news_side_col .promo.popular_cities_box {
		margin-left: 0px;
        right: 0;
	}

	.news_side_col .hint {
		font-size: 10px;
		margin-top: 10px;
	}

	.news_side_col .soc_opps {
		margin-top: 8px;
		font-size: 12px;
	}
		.news_side_col ul {
			list-style: none;
			margin: 0;
		}


		.news_side_col .soc_opps ul li {
			margin: 9px 0;
		}

.news_content_col {
	margin: 0 0 0 29px;
    width: 740px;
}
	.news_content_col .news.materials .bottom_dotted {
			margin: 16px 0;
		}
			.news_content_col .news.materials .bottom_dotted .material {
				padding-bottom: 16px;
				margin-right: 0;
			}

    .news_content_col .open_material .comments {
        margin-top: 27px;
    }

/*
* FEEDS ends
*/