/* Theme Name: 2010 Weaver Theme URI: http://wpweaver.info/themes/twenty-ten-weaver/ Description: Tweak almost everything with this Twenty Ten derived theme, or pick one of many included predefined example themes. With minimal effort, you can easily customize: colors, fonts, the header, the footer, sidebars, background colors, or add your own custom CSS or javascript definitions. Who knew Twenty Ten could look so different? Author: Bruce Wampler Author URI: http://wpweaver.info Version: 1.1 Tags: black, blue, brown, green, orange, red, tan, dark, white, light, three-columns, two-columns, fixed-width, custom-header, theme-options This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. 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. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . NOTE: This theme is actually a child theme of the new WP3 Twenty Theme. However, Wordpress.org currently does not support child themes on their upload site. So, this is a "fake" child theme. ALL the original Twenty Ten files are included (except for those 100% replaced by this theme). A "fake" child is created by including the original 2010 style.css and the original 2010 functions.php, which is really all that happens with a child theme. And we're going to call this one simply Weaver to distinguish it from Twenty Ten Weaver, which is in fact a true child theme. */ @import url('2010style.css'); .aligncenter { /* duplicate - needed to clear theme autocheck */ display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } /* some tweaks to Twenty Ten to fit some of our needs */ #content {padding-left: 45px; padding-right: 15px; margin-left: -20px; width: 670px; } /* IMPORTANT! need this to make the content bg color work right */ #container {margin-bottom:4px;} .one-column #content { /* more width in a one-column page! */ margin: 0 auto; width: 800px; } #branding {margin-top: -10px; } /* ability to hide things required this one */ #branding img {border-bottom: none; border-top: none; margin-top: 4px; margin-bottom: 0px;} /* kill the img border */ #ttw-top-widget, #ttw-bot-widget /* default styling for our top/bottom widget areas */ { margin-left: 50px; margin-right: 50px; margin-top: 10px; overflow: hidden; width: 580px; } /* Need this stuff to get our footer area to work right - have to override each and every previously set value explicitly */ /* Structure the footer area */ #footer-widget-area { overflow: hidden; } #footer-widget-area .widget-area { float: left; margin-right: 20px; width: 220px; } #footer-widget-area #fourth { margin-right: 0; } #site-info { float: left; width: 100%; font-weight: normal; font-size: inherit; margin-left:10px; padding-top: 4px; } #site-generator { float: right; width: 100%; } #footer { margin-bottom: 4px; } #colophon { border-top: 4px solid #000000; margin-top: -4px; padding: 10px 0; overflow: hidden; } #site-info a { color: #888888; text-decoration: none; } #site-generator { position: relative; font-style: italic; } #site-generator a { color: #888888; display:inline-block; text-decoration: none; background: url(images/wordpress.png) center left no-repeat; padding-left: 19px; line-height: 16px; margin-left: 1px; } #site-generator a:hover { text-decoration: underline; } img#wpstats { display:block; margin: 0 auto 10px; } /* Not much here - the magic is in the header */