/* * terrafirma1.0 by nodethirtythree design (http://www.nodethirtythree.com) * is licensed under a Creative Commons Attributions 2.5 license * (http://creativecommons.org/licenses/by/2.5/). * * Adapted for Pivip by Vincent Tunru under the same license. */ /* Generic styles */ * { padding: 0px; margin: 0px; } body { background: #F9F9F7 url('img/bg.png') repeat-x; font-size: 11px; font-family: "trebuchet ms", helvetica, sans-serif; color: #8C8C73; line-height: 18px; } a { color: #FF7800; text-decoration: underline; } a:hover { text-decoration: none; } sup { font-size: 0.5em; } p { margin-bottom: 14px; text-align: justify; } img { border: 1px solid #dcdccf; margin: 2px; padding: 2px; } img.floatleft { float: left; margin: 0px 14px 3px 0px; } ul.linklist { list-style: none; margin-bottom: 13px; overflow: auto; } ul.linklist li { border-bottom: solid 1px #EEEEEE; padding-top: 5px; padding-bottom: 5px; margin: 5px 0px 0px 0px; width: 170px; float: left; } ul.linklist li.first, ul.linklist li:first { border-top: 0px; margin-top: 0px; padding-top: 0px; } /* Specific styles */ .header, .body, .footer { width: 681px; margin: 0 auto; padding: 0 30px; background: transparent url('img/mainbg.png') repeat-y; overflow: auto; } .header { padding-top: 13px; } .header .logo { font-size: 23px; letter-spacing: -1px; background: #FF7800 url('img/logobg.png') repeat-x; height: 62px; color: #fff; padding-top: 30px; padding-left: 20px; } .header .logo a { color: #fff; text-decoration: none; } .header .quickview { font-size: 10px; font-weight: normal; color: #FCE2CA; } .header .nav { background: #46461F url('img/navbg.png') repeat-x; height: 67px; padding: 0px 20px 0px 5px; margin: 6px 0px 20px 0px; } .header .nav ul li { display: inline; line-height: 52px; padding-left: 3px; } .header .nav ul li.first, .header .nav ul li:first { border-left: 0px; } .header .nav ul li a { background-color: transparent; background-repeat: repeat-x; padding: 8px 12px 8px 12px; font-size: 12px; color: #fff; font-weight: bold; } .header .nav ul li a:hover { background: #fff url('img/navhoverbg.png') repeat-x top; color: #4A4A24; text-decoration: none; } .header .menu { margin-top: -73px; margin-right: 30px; line-height: 25px; float: right; color: #BDBDA2; font-weight: bold; font-size: 12px; letter-spacing: -1px; } .header .menu * { display: inline; } .header .menu input[type=text] { width: 100px; } .notifications { margin-bottom: 15px; } .notifications div { padding: 5px; } .notifications .error { background-image: url('img/notificationerrorbg.png'); color: #FFF; } .notifications .warning { border-color: #F7BF16; } .notifications .tip { border-color: #8BC4BA; } .notifications .information { border-color: #278C27; } .sidebar { width: 180px; float: right; } .sidebar fieldset { border-width: 0; } .sidebar h1, .sidebar fieldset legend { font-size: 16px; font-weight: bold; line-height: 25px; color: #656551; letter-spacing: -1px; border-bottom: 1px dotted #d4d4d4; padding: 0px 0px 10px 10px; margin-top: 4px; margin-bottom: 20px; } .sidebar h1 a, .sidebar fieldset legend a { color: #656551; } .sidebar p { padding: 0px 10px 0px 10px; margin-bottom: 20px; } .main { width: 480px; float: left; } .main > * { padding: 0px 15px 0px 15px; } * html .main { padding: 0px 15px 0px 15px; } .main fieldset { border-width: 0; } .main h1, .main legend { font-size: 18px; line-height: 25px; color: #656551; letter-spacing: -1px; border-bottom: 1px dotted #d4d4d4; padding: 0px 0px 10px 15px; margin-top: 4px; margin-bottom: 20px; } .main h1 a, .main h2 a { color: #656551; } .main h2 { font-size: 16px; margin-top: 4px; margin-bottom: 20px; } .main sub.options { display: block; background: url('img/mainoptionsbg.png') repeat-x; height: 64px; line-height: 64px; text-align: right; margin-left: -15px; padding-right: 30px; font-size: 11px; } .main sub.options a { margin-left: 15px; } .footer { clear: both; text-align: center; padding-top: 33px; padding-bottom: 13px; color: #A8A88D; } .footer .aside, .footer .links, .footer .meta { width: 220px; float: left; margin-right: 6px; background-image: url('img/footerbg.png'); } .footer .meta { margin-right: 0; }