/* Theme Name: New Theme Theme URI: YourWebsite.com Description: Your Theme Description Version: 1.0 Author: Your Name Author URI: http://www.yourwebsite.com */ body{ margin: 0; font-family: Arial, Helvetica, Georgia, Sans-serif; font-size: 12px; text-align: center; vertical-align: top; background: #ffffff; color: #000000; } a:link, a:visited{ text-decoration: underline; color: #336699; } a:hover{ text-decoration: none; } #wrapper{ margin: 0 auto 0 auto; width: 750px; text-align: left; } #header{ float: left; width: 750px; } #box{ float: left; width: 500px; } .sidebar{ float: left; width: 240px; background: #eeeeee; margin: 0 0 0 10px; display: inline; } #footer{ clear: both; float: left; width: 750px; } .comments-template{ margin: 10px 0 0; border-top: 1px solid #ccc; padding: 10px 0 0; } .comments-template ol{ margin: 0; padding: 0 0 15px; list-style: none; } .comments-template ol li{ margin: 10px 0 0; line-height: 18px; padding: 0 0 10px; border-bottom: 1px solid #ccc; } .comments-template h2, .comments-template h3{ font-family: Georgia, Sans-serif; font-size: 16px; } .commentmetadata{ font-size: 12px; } .comments-template p.nocomments{ padding: 0; } .comments-template textarea{ font-family: Arial, Helvetica, Georgia, Sans-serif; font-size: 12px; }