/* // This file is part of the Carrington Blog Theme for WordPress // http://carringtontheme.com // // Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved. // http://crowdfavorite.com // // Released under the GPL license // http://www.opensource.org/licenses/gpl-license.php // // ********************************************************************** // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // ********************************************************************** */ /* hasLayout fixes */ ul li, .nav ul, .full, .entry-content, .entry-summary, .commentlist .hentry, .widget, .comment-form, #content, #sidebar, #carrington-about .about {zoom:1;} .entry-content { width:100%; } /* Suckerfish dropdowns stick in IE7 without this bit */ *:first-child+html .nav {height: 1%;} *:first-child+html .nav li {height: 1%;} /* Margin float fix */ .full p.comments-link{ margin:0; } .comment-reply-link { filter:alpha(opacity=70); }