/* Theme Name: Blue Swirl Advanced Theme URI: http://www.undergroundwebdesigns.com/wordpress_themes.html Description: A blue artsy theme with "latest posts" and "popular posts" boxes at the top. Widget ready. Requires the Popular posts plugin found here: http://rmarsh.com/plugins/popular-posts-plugin/. Version: 1.2 Author: Alexander Willemsma Author URI: http://www.undergroundwebdesigns.com Tags: blue, fixed-width, two-columns Based on: Kubrick v1.5 http://binarybonsai.com/kubrick/ This theme was designed and built by Michael Heilemann, whose blog you will find at http://binarybonsai.com/ The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php */ body { background-color: #CBEDFC; width: 891px; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; font-family: "Times New Roman", Times, serif; } a { color: #208CE9; } a:hover { color: #48494A; } #header { background-image: url(images/header.gif); height: 153px; width: 849px; padding-top: 15px; padding-left: 40px; font-style: italic; color: #48494A; margin: 0px; } #header #titles { width: 600px; float: left; } #header h1 { font-size: 2.5em; margin: 0px; padding-top: 15px; height: 50px; overflow: hidden; } #header #tagline { text-align: right; margin-right: 30px; } #rss { float:right; margin-right: 20px; } #header a { color: #48494A; text-decoration: none; } #header a:hover { color: #252526; } #content-container { background-color: #48494A; background-image: url(images/body_bg.gif); */ width: 891px; padding-top: 5px; padding-right: 15px; padding-bottom: 5px; padding-left: 15px; } #left-container { float: left; margin: 0; width: 614px; } #menu-bar { width: 97%; padding: 5px; margin-right: auto; margin-left: auto; border: 7px solid #0382F3; color: #000000; background-color: #F5F5F5; height: 20px; overflow: hidden; } #menu-bar ul { text-align: center; list-style: none; padding: 0px; margin: 0px; } #menu-bar ul li { padding-left: 10px; padding-right: 10px; display: inline; } #latest-posts { margin-right:5px; } #popular-posts, #latest-posts { float: left; width: 260px; border: 7px solid #002776; margin-top: 8px; background-color: #F5F5F5; padding: 15px; overflow: hidden; height: 110px; } #latest-posts h2, #popular-posts h2 { margin-top: 5px; margin-bottom: 0px; } #content { float: left; width: 570px; border: 7px solid #002776; margin-top: 8px; background-color: #F5F5F5; padding: 15px; } #content h1, #content h2 { color: #48494A; } #sidebar { width: 210px; float: right; margin-top: 8px; background-color: #F5F5F5; border: 7px solid #0382F3; padding: 10px; } #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 { font-size: 1.4em; margin-bottom: 0.3em; } #sidebar ul { list-style: disc; } #sidebar > ul { list-style: url(images/star_small.png); padding-left: 20px; } #comment-box { margin: 5px; } .commentlist { list-style: none; padding-left: 10px; } .avatar { display: block; margin-right: 5px; float: left; } .comment-text { display: block; width: 515px; float: right; } .comment-text p:first-child { margin-top: 0px; } .comment-divider { width: 50%; } #footer { margin-top: 15px; font-style: italic; text-align: center; } #footer a { color: #000000; text-decoration: none; } .clear { clear: both; } .hide { display: none; } /* Image styles: */ .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .wp-caption { border: 1px solid #002776; text-align: center; background-color: #F5F5F5; padding-top: 4px; margin: 10px; /* optional rounded corners for browsers that support it */ -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption p.wp-caption-text { font-size: 12px; line-height: 17px; padding: 0 4px 5px; margin: 0; }