/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

.categoryName {
	display:none;
}

.viewsbox{
	display:none;
}

.advancedlatestpost{
	display:none;
}

.nwsmore{
	display:none;
}

.next-story{
	top: 192px;
}


.postpreviewleftcolumn {
	float: left;
	width: 200px;
	position: relative;
	margin-right: 20px;
}

.postimageview_new {
	width: 200px;
	overflow: hidden;
}

.postSocialButtons {
	margin-left: 12px;
}

.postSocialButtonColumn  {
	float:left;
	overflow: hidden;
	height: 62px;
	margin-right: 8px;
}

.facebookButtonColumn {
	width: 48px;
	padding-top: 1px;
}

.twitterButtonColumn  {
	width: 60px;
}

.googlePlusButtonColumn {
	width: 50px;
	padding-top: 2px;
}


/*
.post-content p {
    line-height: 16px;
    margin: 10px 0;
}

.post-content {
	line-height: 16px;
}*/


/*
.list .post h2, .list .post h2 a {
	margin: 3px 0px 5px;
	font-size: 22px;
}*/
.fb_edge_widget_with_comment .fb_edge_comment_widget .fb_ltr {
display: none !important;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
display: none !important;}

#u_0_6 {
display: none !important;
}

._56z-{
display: none !important;
}

#content-wrapper{
min-width: 1150px;
}
