/* Theme Name: Ant Green Theme URI: http://www.myspace.com/550807806/blog Description: Light green theme. Using superfish.js and 960gs. Author: Jedex Version: 0.1 Tags: green, two-columns, fixed-width License: GNU General Public License v2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html */ /* Importing 960gs */ @import url("960gs/reset.css"); @import url("960gs/text.css"); @import url("960gs/960.css"); /* ------------------------------------------------------------------------- */ /* Gloal styles */ body { /* Green header */ background: url("images/bg-header.jpg") repeat-x scroll center top transparent; font-family: Georgia, serif; font-size: 16px; } a { text-decoration: none; color: #3E9F27; } a:hover { color: #3F3F3F; } /* ------------------------------------------------------------------------- */ /* Header */ /* Logo */ .logo { /* Use your own logo image with transparent background */ background: url("images/logo.png") no-repeat scroll left top transparent; height: 44px; } /* Superfish jQuery plugin Navigation */ .nav { float: right; font-size: 12px; height: 44px; } /* Site sescription on green header */ .desc { color: #FFFFFF; text-shadow: 1px 1px 1px #000000; font-style: italic; margin-top: 30px; height: 195px; } /* ------------------------------------------------------------------------- */ /* Sidebar */ .sidebar { padding-left: 10px; border-left: 1px solid #c0c0c0; background-color: #FFFEEF; } .sidebar .widget { padding: 10px 0; width: 209px; font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif; font-size: 12px; border-bottom: 1px dashed #CCCCCC; } .sidebar .widget h2 { margin: 0; color: #333333; font-size: 16px; } .sidebar .widget li { list-style-type: none; margin-left: 0; } .sidebar .widget li li { list-style-type: none; margin-left: 10px; } /* Search form */ .sidebar .screen-reader-text, #searchsubmit { display: none; } .sidebar #searchform #s { border: 1px solid #CCCCCC; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; background-color: white; width: 207px; height: 25px; padding: 0; background: url("images/search.png") no-repeat scroll right center transparent; margin-top: 10px; } /* Calendar */ #wp-calendar { width: 100%; } #wp-calendar caption { color: #222; font-size: 14px; padding-bottom: 4px; text-align: left; } #wp-calendar thead { font-size: 11px; } #wp-calendar thead th { } #wp-calendar tbody { color: #aaa; } #wp-calendar tbody td { background: #F2FFEF; border: 1px solid #fff; padding: 3px 0 2px; text-align: center; } #wp-calendar tbody .pad { background: none; } #wp-calendar tfoot #next { text-align: right; } /* End Sidebar */ /* ------------------------------------------------------------------------- */ /* Footer */ .footer { background-color: #2A2A2A; width: 100%; } h3 { color: black; font-size: 18px; margin-bottom: 5px; color: #4F4F4F; } p { margin-bottom: 10px; } .post_attr { margin-bottom: 5px; color: #6F6F6F; font-size: 12px; font-family: sans-serif; } .post_attr li { display: inline; margin: 0; padding: 0; } .nav_down { border: 1px solid #c0c0c0; margin-bottom: 10px; padding: 7px; background-color: #FFFEEF; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } .page_nav { float: left; } .return_top { float: right; } .post_title { width: 668px; float: left; } .comment_bubl { height:32px; width: 32px; font-size: 12px; padding-top: 2px; float: right; background-image: url(images/comment.png); text-align: center; } .post_delim { height: 1px; border-top: 1px dashed #c0c0c0; margin-bottom: 20px; } .footer_line { height: 1px; border-top: 1px solid #5F5F5F; } .footer { color: #DFDFDF; padding-top: 10px; font-size: 13px; } .footer ul { list-style-type: none; } .footer li { margin-left: 0; } .footer a { color: #8F8F8F; } .footer h2 { font-size: 16px; margin-bottom: 10px; } .copyright { /* margin-bottom: 10px; */ font-style: italic; } .rss { height:32px; width: 32px; float: right; background-image: url(images/rss.png); } .wordpress { margin-right: 10px; margin-top: 5px; height:32px; width: 32px; float: left; background-image: url(images/wordpress.png); } .ant { margin-right: 10px; margin-top: 5px; height:32px; width: 32px; float: left; background-image: url(images/Ant_Icon.png); } .footer .widget { padding-left: 30px; } /* WordPress-Defined CSS Classes */ .bypostauthor { } .sticky { background: #f2f7fc; border-top: 4px solid #000; margin-left: -20px; margin-right: -20px; padding: 18px 20px; } .alignleft { display: inline; float: left; margin-right: 24px; margin-top: 4px; } .alignright { display: inline; float: right; margin-left: 24px; margin-top: 4px; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .wp-caption { background: #f1f1f1; line-height: 18px; margin-bottom: 20px; padding: 4px; text-align: center; } .wp-caption-text { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; } .gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }