body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	background: #ffe;
	color: #332;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
img { border: 0; }
h1 { font-size: 1.6em;	text-shadow: 1px 1px 3px #ccb; }
h2 { font-size: 1.3em; }
abbr {
    border-bottom: 1px dotted #998;
    cursor: help;
}
/* CLASSES */

.cubelife {
	position: fixed;
	right: 20px;
	top: 6px;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px #ccb;
}
.tophead { margin-top: 0; }
.imageleft { margin-left: 0; }
.references p, .references blockquote { color: #665; font-size: 0.9em; margin-top: 0; margin-bottom: 0; margin-left: 16px; }
.ref { clear: left; font-size: 1em; margin-bottom: 0; }
.imgleft {
	border: 1px solid #665;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
.galleries {
    padding: 1em 0 0;
    list-style-type: none;
}
.galleries li {
    margin-bottom: 1em;
    padding: 0 0 1em 0;
    overflow: auto;
    line-height: 1;
}
.galleries a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.galleries a span {
    font-size: 1.5em;
    padding: 0.25em 0 0.5em;
    display: inline-block;
}
.galleries a img,
.galleries li a:visited img {
    border: 1px solid #665;
    margin: 0 12px 0 0;
    padding: 6px;
    background-color: #eef;
    float: left;
}
.galleries a:focus {
    outline: none;
}
.galleries li a:hover img {
    border-color: #dde;
}
/* END CLASSES */

#image p { margin: 4em 10% 1em 10%; color: #ccb; }
#image h1 { color: #ccb; }
#content code {
	color: #336;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
}

/* LINKS */

#menu div {padding-top: 5px;padding-bottom: 3px;}

a:link { color: #443; background-color: transparent; }
a:visited { color: #332; background-color: transparent; }
a:hover { color: #332; background-color: #ccb; text-decoration: none; }
a:active { color: #332; background-color: #ffe; text-decoration: none; }

.linkdivself,
.linkdiv,
.linkdivback {
	height: 1.5em;
	margin-bottom: 5px;
	border: 1px solid #665;
	border-left: none;
	border-top: none;
	font-weight: bold;
}
.linkdivself {
	background-color: #ccb;
	color: #332;
}
.linkdiv {
	background-color: #998;
	color: #ffe;
	text-decoration: underline;
}
.linkdivback {
	background-color: #ccb;
	color: #332;
	text-decoration: underline;
}

.submenu {
	margin-top: 2em;
	font-size: 0.75em;
}

.linkdiv a:link,
.linkdiv a:visited { color: #ffe; background-color: transparent; }
.linkdiv a:hover { color: #332; background-color: transparent; }
.linkdiv a:active { color: #ccb; background-color: transparent; }

.linkdivback a:link,
.linkdivback a:visited { color: #332; background-color: transparent; }
.linkdivback a:hover { color: #ffe; background-color: transparent; }
.linkdivback a:active { color: #332; background-color: transparent; }

.cubelife a:link,
.cubelife a:visited { color: #332; background-color: transparent; text-decoration: none; }
.cubelife a:hover { color: #ffe; background-color: transparent; text-decoration: none; }
.cubelife a:active { color: #665; background-color: transparent; text-decoration: underline; }

/* END LINKS */

