/* // 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 */ .pagination, .pagination-single{zoom:1;} /* Harden text widgets against italics problem */ .textwidget { overflow:visible; } /* Border dotted looks like junk in IE. */ .archive, .excerpt, .search, ol.commentlist li.li-comment, .ping, #carrington-archives ul, #carrington-archives li { border-style:solid; } /* lo-fi png fix */ #footer p#developer-link a, #footer p#developer-link a:visited { background-image: url(../img/ie/by-crowd-favorite.gif); } #TB_title{ background: #51555c; } /* Hide shadow for IE: pngfix.htc fails to render it correctly. IE6 refuses background:transparent; here is a stupendous fix. */ #header, #footer { background-image:none; background-repeat:no-repeat; background-position:-10px; }