/* CSS RESET RULES */
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
margin: 0;
padding: 0;
vertical-align: baseline;
}
body {
background: #FFF;
color: #000;
font: 85%/1.5 verdana, arial, helvetica, sans-serif;
}
code, pre {
white-space: pre;
}
del {
text-decoration: line-through; /* it's deleted text - show it as such */
}
dfn {
font-style: italic;
font-weight: bold;
}
em {
font-style: italic;
}
fieldset {
border: 0;
display: inline;
}
h1, h2, h3, h4, h5, h6 {
font: bold 1em/1.5 georgia, garamond, "times new roman", times, serif;
}
img {
border: 0;
vertical-align: bottom;
}
ins {
text-decoration: none;
}
strong {
font-weight: bold;
}
tt {
display: block;
margin: 0.5em 0;
padding: 0.5em 1em;
}
.skip {
position: absolute;
left: -999em;
}
/* GENERAL LAYOUT RULES */
#container {
background: #EEE;
color: inherit;
margin: 0 auto;
min-width: 750px;
max-width: 1150px;
}
#header {
background: #165498;
color: #FFF;
height: 80px;
}
#search-form div {
background: #CCC;
color: inherit;
float: right;
height: 1.75em;
line-height: 1.75em;
position: relative;
z-index: 1;
}
#search-form legend span, #search-form label {
position: absolute;
left: -999em;
}
#search-form input {
margin: 0;
vertical-align: top;
}
#menu {
background: #CCC;
color: inherit;
float: left;
height: 1.75em;
line-height: 1.75em;
margin: -1.75em 0 0 0;
width: 100%;
}
#menu li {
display: inline;
white-space: nowrap;
}
#menu li a {
background: #ECF;
color: #000;
float: left;
height: 1.75em;
margin: 0 2px 0 0;
padding: 0 0.5em;
text-decoration: none;
}
#menu li a:hover {
background: #0E0;
color: inherit;
}
#content {
float: left;
width: 100%;
}
#content .wrapper {
background: #FFF;
color: #000;
margin: 0 220px 0 0;
overflow: hidden; /* contains the floats within */
padding: 1em;
}
#content .wrapper p {
margin: 0.5em 0;
}
#sidebar {
float: left;
margin: 0 0 0 -220px;
width: 220px;
}
#sidebar p {
padding: 0 10px;
}
#footer {
background: #FF8;
clear: left;
color: #000;
height: 1%; /* hasLayout fix */
}
#footer em {
display: block;
font-style: normal;
padding: 0.5em 0 0.5em 1em;
}
Bookmarks