/* Theme Name: Simple Theme URI: http://www.MubinAhmed.com Description: A simple and beautiful CSS theme Version: 1.0 Author: Mubin Ahmed Author URI: Mubin Ahmed tags: Simple, two colum, blue */ html {min-height: 100%;} a {color: #000;} a:hover {color: #C60;} * { margin: 0; padding: 0; } body { background: #2A2A2A; color: #27516C; font: normal 62.5% Arial,sans-serif; } p,code,ul {padding-bottom: 1.2em;} li {list-style: none;} h1 { font: bold 1.8em Arial,sans-serif; margin-bottom: 4px; } code { background: #FFF; border: 1px solid #EEE; border-left: 6px solid #89ACCC; color: #27516C; display: block; font: normal 1em Arial,sans-serif; line-height: 1.6em; margin-bottom: 12px; padding: 8px 10px; } blockquote { background: url(images/quote.gif) no-repeat; display: block; font-style: italic; padding-left: 60px; } h1,h2,h3 {padding-top: 6px;} /* misc */ .clearer {clear: both;} .left {float: left;} .right {float: right;} /* structure */ .container { background: #FFF; font-size: 1.2em; margin: 0 auto; padding: 0 10px 10px; width: 760px; } /* header */ .top { padding: 20px 10px 0; } /* title */ .header { background: #FFF; font-size: 1.2em; height: 150px; margin: 0 auto; padding: 10px 10px 5px; width: 760px; } .header .left, .header .right { background: #27516C; height: 150px; } .header .left{ background: #569CCA url(images/banner.jpg) no-repeat; width: 545px; text-align: center; } .header a { font: bold 3em "Verdana",sans-serif; color: #FFF; text-decoration: none; line-height: 150px; } .header a:hover { color: #FFF; } .header .right { overflow: auto; width: 210px; color: #FFF; } .header .right p,.header .right h2 {padding: 0 32px;} .header .right h2 {padding-top: 20px; font: normal 1.2em "Verdana",sans-serif;} /* navigation */ .navigation { background: #1F8FB6; border: 1px solid #DFEEF7; border-color: #004F6D #0A749B; height: 41px; } .navigation a { background: #1F8FB6; border-right: 1px solid #004F6D; color: #FFF; display: block; float: left; font: bold 1.1em Arial,sans-serif; line-height: 41px; padding: 0 20px; text-decoration: none; } .navigation a:hover { background-position: left bottom; background: #36ADD6; color: #FFF; } .navigation li { display: inline; } /* main */ .main { border-top: 4px solid #FFF; background: url(images/bgmain.gif) repeat-y; } /* sub navigation */ .sidenav { float: right; width: 209px; } .sidenav h2 { color: #1F31B6; font-size: 1.2em; line-height: 30px; margin: 0; padding-left: 12px; border-bottom: 1px solid #77734F; } .sidenav ul { padding: 0; margin: 0; } .sidenav li { border-bottom: 1px solid #77734F; list-style-type: none; } .sidenav li a { font-size: 1.1em; color: #1F31B6; padding: 8px 0 8px 5%; text-decoration: none; width: 95%; display: block; } .sidenav li a:hover { background: #F0F241; color: #1F31B6; } /* content */ .content { float: left; margin: 10px 0; padding: 0 16px; width: 510px; } .content .descr { color: #27516C; font-size: 1em; margin-bottom: 6px; font-style: italic; } .content li { list-style: url(images/li.gif); margin-left: 18px; } .content .comment { border-bottom: 1px solid #000; border-top: 1px dashed #000; padding: 5px 0 5px; margin: 0 0 22px 0; } .center { text-align: center; } /* Next/Previous Posts */ p img { padding: 0; max-width: 100%; } img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; } .alignright { float: right; } .alignleft { float: left } .nav { display: block; text-align: center; margin-top: 10px; padding-bottom: 30px; } /* footer */ .footer { color: #FFF; overflow: auto; } .footer .left { background: url(images/bgfooter.gif) repeat-x; width: 550px; } .footer .text { font: normal 0.9em "Verdana", sans-serif; padding-left: 18px; text-align: left; line-height: 44px; } .footer .right { background: url(images/bgfooter2.gif) repeat-x; height: 44px; width: 210px; } .footer a .footer a:hover {color: #FFF;}