/* Theme Name: Azure Minimalist Blue Theme URI: http://www.azurewebdesign.com/labs Description: A minimalist's dream in blue. Version: 1.0 Author: Rick Ong Author URI: http://ongster.com/ Tags: blue, two-columns, fixed-width, right-sidebar This WordPress theme doesn't use images! The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php */ * { margin:0; padding:0; } body { margin:0px; padding:0px; background-color:#2C63B5; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; text-align:center; } #page { } #container-top { text-align:center; width: 100%; margin-left: auto; margin-right: auto; width:100%; height:200px; background-color:white; border-top:5px solid #2C63B5; } #container-top #header { width:900px; height:200px; margin:auto; /* background-image:url('/img/Azure-Logo.png'); */ background-repeat:no-repeat; text-align:right; } #container-top #header h1 { display:inline; color:#2C63B5; font-size:60px; } #container-top #header h1 a { text-decoration:none; color:#2C63B5; } #container-top #header .description { color:#2C63B5; } #container-bottom { width:900px; margin:auto; text-align:left; } /* MAIN NAVIGATION */ #main-nav { width:900px; margin:auto; margin-top:-29px; text-align:left; font-size:24px; } #main-nav ul li { display:inline; color:#2C63B5; margin:0px 0px 0px 0px; } #main-nav a { padding:3px 10px 0px 10px; text-decoration:none; } #main-nav li.current_page_item a{ color:white; background-color:#2C63B5; } #main-nav li a{ color:#2C63B5; background-color:#ffffff; } #main-nav ul li a:hover { background-color:#CCCCCC; } /* CONTENT AREA */ #content { width:650px; min-height:500px; float:left; text-align:left; color:white; overflow:hidden; } #content a { color:white; } #content a:hover { text-decoration:none; } #content a img { border:0; } #content .navigation { margin: 20px 0px 10px 0px; } #content h1 { margin: 20px 0px 10px 0px; color:#CCCCCC; font-size:xx-large; } #content h2, #content h2 a { margin: 20px 0px 10px 0px; color:#CCCCCC; font-size:x-large; } #content h3 { margin: 20px 0px 10px 0px; color:#CCCCCC; font-size:large; } #content p { margin: 0px 0px 10px 0px; } #content ul { margin:0px 0px 20px 0px; } #content ul li { margin:0px 0px 10px 30px; } #content strong { color:#CCCCCC; } #content .client-box { text-align: center; float:left; width:250px; padding-left: 20px; min-height: 400px; } #content .client-box img { clear:both; } #content input, #content textarea, #content select { font-size: 16px; } #content .postmetadata { font-style:italic; } /* COMMENT FORM */ #commentform #submit { background-color:#0099FF; border:1px solid #fff; color:#fff; } /* SIDEBAR */ #sidebar { width:200px; float:left; color:#eeeeee; padding-left:50px; } #sidebar a { color:#eeeeee; } #sidebar a:hover { text-decoration:none; } #sidebar #searchform { margin: 20px 0px 10px 0px; } #sidebar #searchform label { font-size:x-large; font-weight:bold; color:#CCCCCC; } #sidebar #searchform #searchsubmit { background-color:#0099FF; border:1px solid #fff; margin-top:5px; color:#fff; } #sidebar h2 { font-size:x-large; margin: 20px 0px 10px 0px; color:#CCCCCC; } #sidebar ul li { list-style-type:none; margin: 0px 10px 0px 10px; } #sidebar p { background-color:#0099FF; border:1px solid #fff; margin: 20px 0px 0px 0px; padding:5px; } /* FOOTER */ #footer { clear:both; padding: 40px 0px 0px 0px; text-align:center; color:#fff; } #footer a { color:#fff; } #footer a:hover { text-decoration:none; } /* ADDITIONAL WP STYLES */ .aligncenter, div.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; /* 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: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }