/* Theme Name: Blumix Theme URI: http://www.bittu.org/2010/07/14/blumix-is-a-free-wordpress-theme/ Description: A simple, professional and fast loading theme. Fixed width, two columns, right sidebar, standards compliant and Admin options help you make a professional looking Wordpress blog within minutes. Version: 1.0 Author: mpchekuri Author URI: http://www.bittu.org/ Tags: theme-options, custom-header, blue, white, dark, two-columns, right-sidebar, fixed-width, threaded-comments The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php */ * { margin:0; padding:0; } a { text-decoration:none; } body { background: #efefef; font-size: 80%; font-family: Trebuchet MS, verdana, Georgia; color:#000; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .wp-caption { text-align: center; padding-top: 4px; margin: 10px; } .wp-caption-text { margin:10px; } .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; } .gallery-caption { margin:0; } /*Main Elements*/ #page { background: #ffffff; width:950px; margin:20px auto; text-align:left; } #header { background:#16365e; width:930px; padding:10px; color:#ffffff; } #nav { background:#dedede; width:950px; color: #ababab; } #container { /*background:#16365e;*/ width:910px; margin: 20px 20px 0 20px; padding:0px 0px 0px 0px; } #content { background:#ffffff; width:570px; float:left; } #sidebar { width: 300px; float:right; padding:0 20px 0 15px; color:#000000; } #footer { background:#16365e; width:930px; padding:20px 10px; margin-top:20px; color:#ffffff; } /*Inner Elements*/ /*Header Elements*/ #header a { color:#ffffff; } #header .logo { float:left; } .search { margin-right:10px; } /*Nav Elements*/ #nav ul { padding: 0; margin: 0; list-style: none; line-height: 1; font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif; font-size:12px; font-weight:bold; text-transform:uppercase; } #nav li { float: left; } #nav li a { display:block; padding:10px; color:#565656; } #nav li a:hover{ background:#ababab; color:#efefef; } #nav ul li#rss { background-image:url(images/feed-small.gif); background-repeat:no-repeat; background-position: 0px 5px; float:right; padding:0px 0px 0px 25px; } /*Content Elements*/ .post { padding:0px 10px 10px 0; border-bottom:1px solid #dedede; } .post-title { margin-top:10px; color:#16365e; font-size:18px; } .post-title:hover { color:#ff0000; } .post-entry { text-align:justify; } .post-entry p { margin:10px 0; } .postmetadata { padding:5px 0; } .postmetadata b { color:#cf680a; } .postmetadata a { font-weight:bold; color:#16365e; font-size:12px; } .postmetadata a:hover { font-weight:bold; color:#ff0000; } #content .navigation { margin-top:20px; background:#ffffff; } #content .navigation .prevpost { border:1px solid #16365e; padding:10px; float:left; font-weight:bold; color:#16365e; display:block; } #content .navigation .prevpost a { color:#16365e; } #content .navigation .nextpost { border:1px solid #16365e; padding:10px; float:right; font-weight:bold; display:block; } #content .navigation .nextpost a { color:#16365e; } /*Sidebar Elements*/ #sidebar h2 { background:#16365e; color:#ffffff; padding:5px; border:1px solid #26469e; font-size:14px; } #sidebar a { color:#16365e; } #sidebar a:hover { color:#ff0000; } #sidebar li { list-style-type:none; } #sidebar .widget { margin-bottom:20px; } #sidebar .widget ul li { list-style-position:inside; list-style-image:url(images/sidebar-li.gif); color:#000000; padding:5px; margin-left:5px; } #sidebar .widget ul li:hover { list-style-image:url(images/sidebar-li-hover.gif); } /*Comment Elements*/ #comments { width:570px; } .col-left { float: left; } .col-right { float: right; } .commentlist { margin:20px 0; padding:0 0 1px 0; } .commentlist li { list-style:none; margin:0; padding:0; } li.comment div, li.pingback div { padding:20px; overflow:auto; } li.comment div div, li.pingback div div { padding:0; overflow:visible; } .commentlist li.even { background-color:#f6f9fd; border-top: 2px solid #dedede; } .commentlist li.odd { background-color:#f1f1f1; border-top: 2px solid #ddd; } ul.children li { list-style:none; } img.avatar { float:right; border:1px solid #eee; padding:2px; margin:0; background:#fff; } .comment-meta, .reply { margin:0; padding:0; font-size:0.8em; } .comment-author cite { font-style:normal; font-weight:bold; } textarea#comment{ width:100%; } #comments input { width:200px; padding:5px; margin:10px 0; } #comments div.navigation { font-size:0.8em; } /* Calendar */ #wp-calendar { empty-cells: show; width: 155px; margin: 0 0 0 59px; } #wp-calendar #next a { padding-right: 10px; text-align: right; } #wp-calendar #prev a { padding-left: 10px; text-align: left; } #wp-calendar a { display: block; font-weight:bold; } #wp-calendar caption { font-weight:bold; text-transform:uppercase; text-align:left; margin:0 0 5px 8px; color:#666; } #wp-calendar td { padding: 3px 5px; text-align: center; } #wp-calendar td#today { background:#eee; } #wp-calendar td#prev a { padding: 0; text-align:left; font-weight:normal; } #wp-calendar td#next a { padding: 0; text-align:right; font-weight:normal; } /*Fotter Elements*/ #footer li { list-style-type:none; } #footer a { color:#ff7766; }