/* dm.css 2012-05-16, David Zingg, Abstract Invocations */
* {font-size:4mm;} /* magnify cludge */
body {
color: #33CCFF;
background-color: #000000;
font-family: Comic sans MS, Arial, Helvetica, sans-serif;
font-size: 1em; font-size:4mm;
}

h1, h2 {
font-family: Comic sans MS, Arial, Helvetica, sans-serif; 
margin: 0.3em 0 0.3em 0;
}

h1 {
font-size: 1.75em; 
text-align: center;
}

h2 {
font-size: 1.2em; 
}

a {
color: #33CCFF;
text-decoration: none;
}

a:hover {
border-bottom: 1px solid #33CCFF;
}

img {
border: 0; /* prevent IE from displaying a default border around a linked image */
}

.caption {
text-align: center;
}

p {
text-indent: 1.5em; 
line-height: 1.3em;
text-align: justify;
margin: 0px;
}

#header {
clear: both;
text-align: center;
 /* font-size: 0em; used when header is an image */
}

#nav {
font-size: 0.9em;
}

#content {
border-top: 1px solid #33CCFF;
text-align: left;
}

.col-1of2 {
float: left;
width: 18%; /* width and margin-left are added together for width of column */
margin-left: 5%;
padding-right: 1em;
text-align: right;
}

.col-2of2 {
float: right;
width: 60%; /* width and margin-right are added together for width of column */
margin-right: 15%;
text-align: right;
padding-bottom: 0.25em;
}

.right {
    float: right;
    width: 400px; }

.clear { clear: both; }

.tdcenter {
text-align: center;
}

.itembox {
display: inline;
background: #000;
border: 1px solid #33CCFF;
padding: 10px;
margin: 10px;
text-align: center;
float: left;
/*width: 200px; 
height: 200px;*/
border-radius: 1em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
	}
	
.nav-row {
float: right;
width: 98%; /* force nav-row to width of col-2of2 */
margin: 0.5em 0 0.5em 0;
border-top: 1px solid #33CCFF;
font-size: 0.9em;
text-align: center;
padding: 0.5em;
border-bottom: 1px solid #33CCFF;
}

/* see location.ssi for html code */
.location {
font-size: 0.8em;
float: left;
text-align: left;
}

/* see contact.ssi for html code */
.contact {
text-align: right;
}

/* see contact.ssi for html code (copyright and link) */
.revision {
font-size: 0.6em;
}

#footer {
float: right;
width: 60%; 
padding-top: 0.5em;
margin-bottom: 0.5em;
}
* {font-size:4mm;}