/*
Theme Name: ISPreview.co.uk 2012
Theme URI: n/a
Author: Mark Jackson
Author URI: http://www.ispreview.co.uk
Description: The final version of ISPr 3.5 (2012 edition)
Version: 3.6

Tags: light, blue
*/

/* Layout Stylesheet */ 

body {
 font-family: verdana, arial, sans-serif;
 margin: 0px;
 background: #808080;
 color: #333333;
 padding: 0px;
 font-size: 13px;
}

a {
 text-decoration:none; 
 outline: none;
}

a:link, a:active, a:visited {
 color:#222CB4;
 text-decoration: none;
}

a:hover {
 color:#060; 
 text-decoration:none;
}

.text2 {
 font-family: verdana,arial,sans-serif,helvetica; 
 line-height: 15pt;
}

blockquote { 
margin-top: 10px;
margin-bottom: 10px;
margin-left: 40px;
/*padding-left: 15px;*/
color:#672526;
	border-left: 5px solid #d6e5d3;
	padding-left: 10px;
	border-radius:2px;
}

blockquote.bq1 {
background: #f6f6f6;
color:#000000;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 15px;
padding-right: 15px;
border-left: 3px solid #cccccc;

border-radius: 0px 4px 4px 0px;
-moz-border-radius: 4px 0px 0px 4px;
-webkit-border-radius: 4px 0px 0px 4px;
/*box-shadow: 1px 1px 5px #999;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;*/
}

.quote1 {
 background-color: #f5f5f5;
 border-radius:2px;
 -webkit-border-radius:2px;
 -moz-border-radius:2px;
 width:89%;
 border: 2px dashed #CCDEF2;
 margin:auto;
 margin-top: 0px;
 margin-bottom: 0px;
 line-height: 15pt;
 padding: 2px 6px 2px 6px;
 color:#670103;
 font-style: italic; 
 box-shadow: 1px 1px 5px #999;
 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999;
}

strong {
 font-weight: bold;
}

.listdetail a:link, .listdetail a:visited {
 border-bottom: 1px dashed;
}

.listdetail a:hover {
 border-bottom: 1px solid;
}

/* Header Presentation */ 

h1 {
white-space:nowrap;
line-height: 0pt;
font-size: 12px;
padding-bottom:4px;
margin-bottom:0px;
}

h2 { 
 margin: 0px 0px 12px 0px; 
 padding: 0px 0px 5px 0px;
 font-family: arial, sans-serif;
 border-bottom: 1px solid;
 border-color: #4698e4;
 color: #4698e4;
 text-transform: uppercase;
 font-size: 20px;
 font-weight: normal;
}

h3 {
 margin:0;
 padding:15px;
 }

h4 {
 margin: 0px 0px 12px 0px; 
 padding: 0px 0px 5px 0px;
 font-family: arial, sans-serif;
 border-bottom: 1px solid;
 border-color: #4698e4;
 color: #4698e4;
 text-transform: uppercase;
 font-size: 20px;
 font-weight: normal;
 }

.navylink {
font-size:15px;
padding:5px;
background:#efefef;
border: 2px dotted #d3d3d3;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
/* border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow: 1px 1px 5px #999;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;*/
}

/* Menu Stylesheet */ 

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
/*margin-top: 109px; for IE and Chrome but not FF*/
margin-top: 109px;
font-family: verdana, arial, sans-serif;
}

/* [Use this for Chrome instead of Firefox] 
@media screen and (-webkit-min-device-pixel-ratio:0)*/

@-moz-document url-prefix() {
    ul#navlist {
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
		margin-top: 109px;
		font-family: verdana, arial, sans-serif;
    }
}

#navlist li
{
display: inline;
list-style-type: none;
font-size: 14px;
margin-right:2px;
}

#navlist a { padding: 2px 10px 0px 10px; }

#navlist a:link
{
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
color: #fff;
background-color: #4698e4;
text-decoration: none;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#navlist a:visited
{
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
color: #fff;
background-color: #4698e4;
text-decoration: none;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#navlist a:hover
{
color: #fff;
background-color: #4698e4;
text-decoration: none;
opacity: 0.8;
}

#navlist li a:hover, #navlist li a#active
{
background: #777777; 
}

/* Container Styles */ 

#outerbg {
 background-image: url(http://www.ispreview.co.uk/images/backg.gif);
 background-position: top center;
 background-repeat: repeat-y;
 width:995px;
 margin:auto;
}

#outer {
 width:980px;
 background:#ffffff;
 margin:auto;
 }

#topbar {
 height:5px;
 background:#555555;
 color: #333333;
 overflow:hidden;
 }

#bar {
 height:25px;
 background:#4698e4;
 color: #333333;
 }

#toplogob1 {
 float:left;
 width:980px;
 height:126px;
 background: #206fc1 url(http://www.ispreview.co.uk/images/ispr_logo3.png) no-repeat;
 overflow:hidden;
}

#banner {
 float:right;
 margin-top:20px;
 margin-right:20px;
 height:60px;
}

#barsmall {
 height:5px;
 background:#4698e4;
 clear:both;
 width:980px;
 overflow:hidden;
 }
 
#ftr {
 height:20px;
 background:#555555;
 color: #D9E1D1;
 margin:0;
 font-size: 13px;
 padding: 5px 0px 0px 0px;
}

#ftr a { 
 color: #D9E1D1; 
 text-decoration: underline;
}

#info_line1 {
 padding: 4px 0px 5px 9px;
 background: #f3f3f3; 
 border-top: 4px solid #4698e4;
 color:#716f64;
 font-size:13px;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

/* ISPreview 3.5 Code */

.fronthl a {
 font-size: 14px;
 font-weight: bold;
 color:#9d2c2d;
 font-family: arial, verdana, sans-serif;
}

.fronthl2 a {
 font-size: 18px;
 font-weight: bold;
 color:#0054a6;
 font-family: arial, verdana, sans-serif;
}

div.isprpara p {
 margin:6px 0px 6px 0px;
}

div.isprpara a:hover {
 border-bottom: 1px solid;
}

#nright_nav {
 float:right;
 /*background-color:#ffffff;*/
 width:28%;
}

#nright_nav a:hover {
 border-bottom: 1px solid;
}

#nleft_nav {
 float:left;
 /*background-color:#ffffff;*/
 width:72%;
}

#nleft_nav a:hover {
 text-decoration:underline; 
}

.ntop_text {
 height:20px;
 background:#b4c3ce;
 color: #434950;
 font-weight: bold;
 margin: 0px;
 font-size: 13px;
 padding: 3px 0px 3px 15px;
 line-height: 1.5em;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ntop_text {
	 height:20px;
	 background:#b4c3ce;
	 color: #434950;
	 font-weight: bold;
	 margin: 0px;
	 font-size: 13px;
	 padding: 3px 0px 3px 15px;
	 line-height: 1.6em;
	 border-radius: 2px;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px;
    }
}

.ntop_text1 {
 height:20px;
 background: #4698e4;
 color: #ffffff;
 font-weight: bold;
 margin: 0px;
 font-size: 13px;
 padding: 3px 0px 3px 15px;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

.ntop_box {
 background:#e8eaf2;
/* box-shadow: 1px 1px 5px #999;
 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999; */
 border: 2px dotted #d3d3d3;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.imgshad {
 background:#c8c8c8;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

.ntop_cont {
 color: #434950;
 padding-left:5px;
 padding-right:5px;
 padding-top:5px;
}

.g_line {
 border-top: 3px dotted #0ca40c;
}

.g_ulbox {
 margin:0px;
 padding:0px;
 border:0px;
 list-style-image: url(http://www.ispreview.co.uk/images/gbox.gif);
 color:#434950;
 padding:0px 0px 0px 15px;
}

.b_bar {
 width:100%;
 background: #4698e4;
 clear:both;
 height:5px;
 margin:0px;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 overflow:hidden;
}

.g_bar {
 width:100%;
 background: #efefef;
 clear:both;
 height:5px;
 margin:0px;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 overflow:hidden;
}

.ns_outer {
 background:#e8eaf2;
 border: 2px dotted #d3d3d3;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 
 padding:5px;
/* background:#e8eaf2;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 box-shadow: 1px 1px 5px #999;
 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999;*/
}

.ns_date {
 background:#4698e4;
 color:#ffffff;
 padding:3px;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 margin-bottom:5px;
 padding-left:6px;
}

.ns_inner {
 padding:5px;
 background:#ffffff;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.ntop_nav {
 background:#ebf4fb;
 border-top: 2px solid #bfd9f2;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

.ntop_nav a {
color:#6b6b6b;
font-weight: bold;
}

.news_cont {
 color: #373737;
 font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 300;
 line-height: 1.625;
}

/* IE7, IE8 */
.news_conty p {
margin-bottom:10px;
}

.news_cont a:link, .news_cont a:visited {
border-bottom: 1px dashed;
/* text-decoration:none; */
}

.news_cont a:hover {
border-bottom: 1px solid;
/* text-decoration:none; */
}

.news_cont_extra {
 color: #373737;
 font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 300;
 line-height: 1.625;
}


.h2new { 
 font-family: arial, verdana, sans-serif;
 line-height: 0px;
 margin: 0px; 
 padding: 0px;
 border: 0px;
 /* color:#21447f; */
 color:#227ab4;
 font-size:17px;
 text-transform: none;
 font-weight: bold;
}

.h2ntoptext { 
 font-family: verdana, arial, sans-serif;
 line-height: 14pt;
 margin: 0px; 
 padding: 0px;
 border: 0px;
 color:#57636f;
 font-size:13px;
 text-transform: none;
 font-weight: bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .h2ntoptext {
	 font-family: verdana, arial, sans-serif;
	 line-height: 15pt;
	 margin: 0px; 
	 padding: 0px;
	 border: 0px;
	 color:#57636f;
	 font-size:13px;
	 text-transform: none;
	 font-weight: bold;
    }
}

.h2ntoptext1 { 
 font-family: verdana, arial, sans-serif;
 margin: 0px; 
 padding: 0px;
 border: 0px;
 color:#ffffff;
 font-size:13px;
 text-transform: none;
 font-weight: bold;
 line-height: 14pt;
}

/* [Use this for Chrome instead of Firefox] 
@media screen and (-webkit-min-device-pixel-ratio:0)*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .h2ntoptext1 {
	 font-family: verdana, arial, sans-serif;
	 margin: 0px; 
	 padding: 0px;
	 border: 0px;
	 color:#ffffff;
	 font-size:13px;
	 text-transform: none;
	 font-weight: bold;
	 line-height: 15pt;
    }
}

img.float3 { 
 float: left;
 margin: 5px 8px 0px 0px;
 border: 6px solid #efefef;
 border-radius: 2px;
 opacity: 1;
 -moz-transition: all 1s ease;
 -webkit-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;
}

.float3:hover {
 opacity: 0.9;
 -moz-transform: scale(1.05);
 -webkit-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
 z-index: 1000;
}

div.hrx {
 height:3px;
 width:100%;
 background:url(http://www.ispreview.co.uk/review/themes/public/censura2/images/layout/line_bg.png) repeat-x bottom;
 margin-top:0px;
 margin-bottom:15px;
 margin-left:0px;
 margin-right:0px;
 padding:0px;
}
	
.new_isprformbox {
 background:#f3f3f3;
 border:2px #4698e4 solid;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.new_isprformbutton {
 background:#0ca40c;
 border:2px solid #0ca40c;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 color:#ffffff;
}

.new_isprformbutton:hover {
 background:#000000;
 border:2px solid #0ca40c;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 color:#ffffff;
}

.isprhl_icon {
 float:left;
 color:#0ca40c;
 font-weight:bold;
 width:6%;
 line-height:19px;
}

.isprhl_main {
 float:right;
 width:94%;
 line-height:19px;
}

/* Featured Image (Thumbnail) */

img.middle {
text-decoration:none;
margin-top:5px;
margin-bottom:5px;
border:0px;
padding:0px;
}

/*
img.wp-post-image {
float:left;
text-decoration:none;
border-style: none;
padding:7px;
margin-right:6px;
background:#e2e2e2;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
*/

img.wp-post-image {
text-decoration:none;
border-style: none;
padding:7px;
margin-right:6px;
background:#e2e2e2;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
opacity: 1;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

img.wp-post-image:hover {
opacity: 0.8;
-moz-transform: scale(1.04) ;
-webkit-transform: scale(1.04) ;
-o-transform: scale(1.04) ;
transform: scale(1.04) ;
z-index: 1000;
}

img.attachment-thumbnail {
border-style: none;
padding:7px;
margin-right:6px;
/*background:#c8c8c8;*/
background:#d8d8d8;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

/*img.ngg-image {
border-style: none;
padding:7px;
margin-right:6px;
background:#efefef;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}*/

img.attachment-medium {
 float: left;
 margin: 5px 8px 0px 0px;
 border: 8px solid #efefef;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 opacity: 1;
 -moz-transition: all 1s ease;
 -webkit-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;
}

/* Popular Posts */
#isprtop ul {
 margin:0px;
 padding:0px;
 border:0px;
 list-style-image: url(http://www.ispreview.co.uk/images/gbox.gif);
 color:#656f57;
 padding:0px 0px 0px 15px;
}

#isprtop li {
padding-bottom:3px;
}

#poppost_2, #poppost_3 { display:none; }  

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 98%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 13px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#footer{
 clear: both;
 float: left;
 width: 750px;
 padding-top: 10px;
 }

#footer p{
 line-height: 18px;
}

/* Comments */


/*
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
#respond label {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
*/
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	width: 100%;

}
#comments .navigation {
	padding: 0 0 18px 0;
	
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding-left:0px;
	/* color: #373737; */
 	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-weight: 300;
}
.commentlist li.comment {
	border-bottom: 3px dotted #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 75px;
	position: relative;
	/*background: #f4f4f4;*/
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
	padding:6px;
    border:1px solid #dddddd;
    background-color:#eeeeee;
    border-radius: 2px;
 	-moz-border-radius: 2px;
 	-webkit-border-radius: 2px;
    /* box-shadow: 1px 1px 5px #999;
 	-moz-box-shadow: 1px 1px 5px #999;
 	-webkit-box-shadow: 1px 1px 5px #999; */
}

.comment-author {
	border-bottom: 1px solid #e7e7e7;
	padding-top: 1px;
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	/* margin: 0 0 18px 0; */
	margin: 0px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
 background-image:url('http://www.ispreview.co.uk/wp-content/themes/ispr/images/admin.gif');
 background-repeat: no-repeat;
 background-position: 7px 70px;
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

a.comment-edit-link {
	color: #888;
}

a.comment-reply-link {
	background:#3a62f2;
	color:#ffffff;
	padding:3px;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/*.reply a,
a.comment-edit-link {
	/*color: #888;
	background:#3a62f2;
	color:#ffffff;
	padding:3px;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
*/

.reply a:hover,
a.comment-edit-link:hover {
	/*color: #ff4b33;*/
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding-left:0px;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
/*input[type=submit] {
	color: #333;
}*/
#respond {
	/* border-top: 3px solid #e7e7e7;*/
	/* margin: 24px 0; */
	margin:0px;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
	color:#6b6b6b;
	font-size: 18px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	font-size:16px;
	color:#6b6b6b;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 2px solid #bfd9f2;
	padding: 3px 5px;
	margin: 2px;
	margin-left: 0px;
	background: #ebf4fb;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;	
	background: #f2f2f2;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: #f2f2f2;
}

/* Facebook Like Button Comment Box Removal */

.fb_edge_widget_with_comment{
  position: absolute;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}

.homeiconmain {
 float:left;
 display:inline;
 border:0px;
 padding:0px;
 margin:0px;
 margin-top:2px;
 margin-right:1px;
}