/* Theme Name: AarGee Theme URI: http://reviewgang.com Description: WordPress theme from the makers of ReviewGang Author: Makers of reviewgang.com Tags: white, light, two-columns Author URI: http://reviewgang.com/ Version: 1.0 . Your theme will be your copyrighted work. Like WordPress, this work is released under GNU General Public License, version 2 (GPL). http://www.gnu.org/licenses/old-licenses/gpl-2.0.html . */ /* Reset default browser styles */ @import url('styles/reset.css'); /* Rebuild default browser styles */ @import url('styles/rebuild.css'); /* Import a basic layout */ @import url('styles/2c-r.css'); /* Basic WordPress Styles */ @import url('styles/wp.css'); body { margin: 0 15%; font-family:Georgia,Palatino,'Palatino Linotype',Times,'Times New Roman',serif; background-color:#F9F9F9; } /* =Header -------------------------------------------------------------- */ #branding { margin: 1.5em 0 3.5em 0; text-align:center; } div#blog-title { font:60px/1.3em Georgia,Palatino,'Palatino Linotype',Times,'Times New Roman',serif; border-bottom:1px dotted #777; } div#blog-title a { text-decoration:none; color:#333; } h1#blog-description { color:#999; } /* =Menu -------------------------------------------------------------- */ #access { margin: 0 -20px 1.5em -20px; overflow: auto; background-color:#666; -moz-border-radius-bottomleft:12px; -moz-border-radius-bottomright:12px; } .skip-link { display: none; } .menu ul { list-style: none; margin: 0; } .menu ul ul { display: none; } .menu li { display: inline; } .menu a { display: block; float: left; color:#CCC; text-decoration:none; padding:8px 20px; } .menu a:hover{ background-color:black; } /* =Content -------------------------------------------------------------- */ .post { margin: 0 0 3em 0; } .entry-content, .entry-summary { margin: 1.5em 0 0 0; } h2.entry-title, h1.entry-title { font:28px/1.4em Georgia,Palatino,'Palatino Linotype',Times,'Times New Roman',serif; } h2.entry-title a, h1.entry-title a { text-decoration:none; color:black; } div.entry-meta, div.comment-meta { color:#CCC; } div.entry-meta a, div.comment-meta a { color:#777; text-decoration:none; } div.entry-meta a:hover, div.comment-meta a:hover{ color:#666; text-decoration:underline; } div.entry-utility { display:none; } /* =Navigation -------------------------------------------------------------- */ .navigation { margin: 0 0 1.5em 0; overflow: auto; } /* =Widget Areas -------------------------------------------------------------- */ .widget-area ul { list-style: none; margin-left: 0; } .widget-area ul ul { list-style: disc; margin-left: 1.1em; } .widget-area ul ul ul { margin-left: 2.5em; } .widget-container { margin: 0 0 1.5em 0; } /* =Comments ----------------------------------------------------------------- */ div#comments-list > h3, div#respond > h3 { color:#999; border-bottom:1px solid #EFEFEF; margin-bottom:15px; } div.comment-author { float:right; margin:0 0 30px 30px; } div.comment-author span{ display:block; } div.formcontainer { margin:0 0 1.5em 2.5em; } div#form-allowed-tags { display:none; } div#content { margin:0 200px 50px 0; } div#footer{ margin-top:50px; color:#ccc; } div#footer a { color:#777; text-decoration:none; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -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-dd { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }