/* css Zen Garden default style v1.02 */ /* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */ /* This file based on 'Tranquille' by Dave Shea */ /* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */ /* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */ /* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */ /* basic elements */ html { margin: 0; padding: 0; } body { font: 80% Tahoma, sans-serif; line-height: 1.5; color: #999; margin: 0; padding: 0; } p { margin-top: 0; text-align: justify; } h3 span { display: none; } } a:link { font-weight: bold; text-decoration: none; color: #fff; } a:visited { font-weight: bold; text-decoration: none; color: #fff; } a:hover, a:active { text-decoration: underline; color: #000; } acronym { border-bottom: none; } /* specific divs */ #container { background: url(container.gif); background-repeat:repeat-y; background-color: #333; padding: 0 300px 0 300px; margin: 0; position: relative; } /* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */ #pageHeader h1 { background: transparent url(csszen.gif) no-repeat top left; margin-top: 10px; width: 219px; height: 168px; float: left; } #pageHeader h1 span { display:none } #pageHeader h2 { background: transparent url(beautycss.gif) no-repeat top left; margin-top: 0px; margin-bottom: 10px; width: 440px; height: 81px; float: left; } #pageHeader h2 span { display:none } #pageHeader { padding-top: 20px; } #quickSummary { clear:right; margin: 20px 20px 20px 5px; width: 640px; } #quickSummary p { font: italic 10pt tahoma; text-align:center; } #preamble { background: url(roadtoenlightenment.gif); background-repeat: no-repeat; background-position: center top; width:302px; background-color: #666; float: left; padding: 10px; clear: left; margin: 5px 5px 5px 5px; } #explanation { background: url(sowhatisthisabout.gif); background-repeat: no-repeat; background-position: center top; width:302px; background-color: #666; float: right; padding: 10px; margin: 5px 0px 5px 5px; } #participation { background: url(participation.gif); background-repeat: no-repeat; background-position: center top; width:302px; background-color: #666; float: left; padding: 10px; margin: 5px 0px 10px 5px; } #benefits { background: url(benefits.gif); background-repeat: no-repeat; background-position: center top; width:302px; background-color: #666; float: right; padding: 10px; margin: 5px 0px 5px 5px; } #requirements { background: url(requirements.gif); background-repeat: no-repeat; background-position: center top; width:630px; background-color: #666; clear: both; padding: 10px; margin: 10px 0px 5px 5px; } #supportingText { margin-bottom: 40px; } #footer { text-align: center; } #footer a:link, #footer a:visited { margin-right: 20px; } #linkList { margin-left: 600px; position: absolute; top: 0; right: 0; } #linkList2 { font: 10px verdana, sans-serif; background: #fff; padding: 10px; margin-top: 150px; width: 130px; } #linkList h3.select { background: transparent url(selectadesign.gif) no-repeat top left; width: 120px; height: 23px; } #linkList h3.select span { display:none } #linkList h3.archives { background: transparent url(archives.gif) no-repeat top left; margin: 25px 0 5px 0; width:120px; height: 23px; } #linkList h3.archives span { display:none } #linkList h3.resources { background: transparent url(resources.gif) no-repeat top left; margin: 25px 0 5px 0; width:120px; height: 23px; } #linkList h3.resources span { display:none } #linkList ul { margin: 0; padding: 0; } #linkList li { line-height: 2.5ex; display: block; padding-top: 5px; margin-bottom: 5px; list-style-type: none; } #linkList li a:link { color: #000; } #linkList li a:visited { color: #333; text-decoration: none; } } .accesskey { text-decoration: underline; }