/* ====================================
A K | August, 2006
==================================== */
/* -------------------------
plumbing
------------------------- */
body {
background-image: url(assets/carmelita2.gif);
margin: 0;
padding: 0;
}
#panel {
position: relative;
width: 700px;
height: auto;
padding: 0;
margin: 0 auto 10px auto;
background-color: #EEEEEE;
border-top: 2px solid black;
border-right: 2px solid black;
border-bottom: 10px solid black;
border-left: 2px solid black;
}
#header {
position: relative;
padding: 0;
margin: 0;
width: 700px;
height: 50px;
background: transparent url(assets/header.jpg) no-repeat top left;
}
#content {
position: relative;
padding: 0 1em 1em 1em;
color: #333300;
font: 10pt/16pt "Gill Sans", Georgia;
}
/* -------------------------
elements
------------------------- */
a:link {
color: #3366CC;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #6699FF;
}
a:hover, a:active {
text-decoration: underline;
color: #3366cc;
background-color: transparent;
}
img {
display: block;
border: 1px solid #996600;
margin: 0 1em 0 0.5em;
}
h1 {
font: italic 18pt Georgia;
color: #666600;
letter-spacing: .35em;
margin: .5em 0 .5em 0;
}
h2 {
font: italic 16pt Georgia;
color: #666600;
letter-spacing: .25em;
padding: 0;
margin: 0;
}
hr {
border: none;
background: transparent url(assets/shapeimage_5.png) no-repeat top left;
width: 71px;
height: 9px;
}
/* Internet Exploder <hr /> stuff:
* IE draws its own border around hr tags. What a great idea! These two
* styles will be used by a helpful JavasScript that will wrap my header
* tags for me, so I don't have to do it to 60+ html files. We also use a
* GIF for the header graphic, because IE hasn't joined us in the present
* and dealt with the PNG graphic format.
*/
div.ieHR hr {
display:none;
}
div.ieHR {
background: transparent url(assets/shapeimage_5.gif) no-repeat center center;
width: 71px;
height: 9px;
margin-left: 42%;
}
ul { list-style-type: square; }
/* ---------------------------------------
typesetting & text ornamentation
--------------------------------------- */
.summary {
font: bold 9pt/16pt "Georgia";
color: #555533;
}
.date {
display: inline;
color: #996666;
font-weight: bold;
}
.tags {
display: inline;
color: #FF6600;
}
.story {
font: 10pt/16pt "Gill Sans", Georgia;
text-align: left;
margin: .75 em;
}
.story p { margin: 1.5em 0 1.5em 0; }
.dream {
color: #663366;
font-style: italic;
}
.legalese {
font: 7pt Georgia;
color: black;
margin: 1em 0 1em 0;
}
/* ----------------------------
horizontal navigation list
---------------------------- */
.navlistH {
position: relative;
text-align: center;
padding: 1.8em 1em 1em 1em;
}
.navlistH ul {
margin: 0;
white-space: nowrap;
padding: 0;
}
.navlistH li {
display: inline;
list-style-type: none;
}
.navlistH a {
padding: .2em .5em .2em .5em;
border: 1px solid #666;
background-color: #DDD;
font: bold x-small/1.6em tahoma, verdana, sans-serif;
text-indent: 0;
}
.navlistH a:link, .navlistH a:visited {
color: #333;
text-decoration: none;
}
.navlistH a:hover {
border: 1px solid #222;
background-color: #AAA;
color: #333;
}
.uberlink a:link,
.uberlink a:visited,
.uberlink a:hover {
border: 1px solid #666;
background-color: #AAA;
color: #333;
}