/* note to self: re-write this stylesheet */
/* --- PAGE LAYOUT -- */
body {
margin:0px 0px 20px 0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
background-color: #ddd;
}

.page {
min-width:780px;
width:100%;
margin:0px;
}

.header {
margin:1em;
padding-top:1em;
padding-left:1em;
text-align:justify;
z-index:2;
}
table { margin: 0 auto; } 
table caption { 
    width:100%;
    margin:0 auto;
    text-align:center;
    font-weight: bold;
}
img.center {
    display:block;
    margin:0 auto;
    border:2px solid #000;
}
#content {
margin:1em;
padding:1em;
line-height:150%;
text-align:justify;
z-index:2;
color:#000;
background-color:#eee;
border-style: solid;
border-color: #000000;
}

.footer {
margin:0px;
padding:0.5em;
text-align:center;
z-index:4;
clear:both;
}

.tvshows, .movies, .books, .games, .heroes {
margin:1px;
font-size:14px;
float:left;
}

/* The following crap is needed to 'drag' our main
   content box/border below our floats */
#content:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#content {display: inline-block;}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

.accessibility { display: none; }


/* Old thumbnail code without definitions

.thumbnails {
    list-style-type:none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.thumbnails li,dt,dd {
    margin-left:0;
    display:inline;
}

.thumbnails dd { font-style:italic; }
*/
.thumbnails dt img {
    border: 1px solid gray;
    margin: 10px;
    background: #eee;
}
.thumbnails > dt,
.thumbnails > dd {
    float: left;
}
.thumbnails > dd {
    margin: 200px 8px 20px -220px;
    font: 12px/12px sans-serif;
    font-style:italic;
    text-indent:0;
}
.thumbnails dd dl {
    text-align: left;
}

h3 { clear:both; }

.inline { display:inline; } 

/* --- MENU --- */
div.nav {
margin:1em;
background-color: #000;
}

ul.nav {
list-style-type:none;
text-align:center;
}

ul.nav a {
font-size : 10pt;
text-decoration : none;
padding:0.5em 0.5em;
font-weight : bold;
color: #fff;
}

ul.nav a:hover {
text-decoration:underline;
}

/* List at the top on one line */ 
li.nav {
display:inline;
}
/* ------------ */

#pageheader {
padding:0;
margin:2px 0px 10px 0px;
border-bottom:1px solid #000;
}
#pagenav { text-align:right; } 
/* --- OTHER STYLES --- */
h1 {
margin:0px;
font-size:25px;
color: #000;
font-weight:normal;
}

h2 {
font-size:20px;
font-weight:normal;
color:#000;
margin:0;
float:left;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:16px;
}

h3.interests {
font-style: normal;
font-size:18px;
margin:10px;
font-weight:normal;
}

.inline {
display:inline;
}

.right {
text-align: right;
}
.quotes { 
padding-left:1em; 
margin:1em;
font-size:13px;
color: #000;
}

.footer a {
color:#000;
}

.modified {
margin:1em;
color:#000;
font-size:12px;
}

a {
color: #001122;
}

td {
vertical-align:top;
text-align:left;
padding:4px;
}

.label {
font-weight:bold;
text-align:right;
}

img {
border:0;
}

img.wrap {
float:left;
border:1px solid #000;
margin-top:10px;
margin-right:10px;
}

img.lwrap {
float:left;
border:1px solid #000;
margin-right:10px;
}

.blue {
  color:#0000CC;
}
.bold {
font-weight:bold;
}
/* -------------------- */

