strong.very-strong {
    font-size: 150%;
}
.note, .co {
    margin: 1em 0;
	color: #333;
	font-size: 90%;
	text-indent: 0;
}
.note:before {
	content: 'Note: ';
}
.co:before {
	content: '# ';
}
a.note {
	text-decoration: none;
	font-size: 78%;
	vertical-align: super;
	margin: 0 0.2em 0 0.2em;
}
a.note:before {
	content: '';
}
.quote {
	width: 80%;
	padding: 1em;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
}
.quote q {
	display: block;
	border: none;
	font-size: large;
    background-color: transparent;
}
.quote cite:before {
	content: " -- ";
}
.quote cite {
	display: block;
	text-align: right;
	background: transparent;
}
ins.block, .inserted {
	margin: 0;
	padding: 0 0.5em;
	display: block;
	border: 1px solid #6699cc;
}
.inserted[title]:before {
    font-size: 80%;
    content: "Insert @ " attr(title);
}
.good, .example {
	background: transparent url(../example.png) top left no-repeat;
	border: 1px solid #333366;
	padding-top: 15px;
}
.bad {
	background: transparent url(../bad-example.png) top left no-repeat;
	border: 1px solid #cc0066;
	padding-top: 15px;
}
/*
.postscript {
	margin-top: 1em;
	border: 1px dotted #6699cc;
}
.postscript ins {
	display: block;
	padding: 0.2em;
	border: none;
}
.postscript ins ins {
    display: inline;
    padding: 0;
    border: 1px solid #6699cc;
}
*/
.figure {
	margin: 1em;
	text-align: center;
	font-size: 90%;
}
.figure dt {
    border: none;
    background: transparent;
}

.figure dd {
    margin: 0;
}
.figure img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-right: 1px solid #767676;
	border-bottom: 1px solid #767676;
	background-color: #fdfdfd;
}

body {
    margin-top: 0;
}
#status {
    font-size: 90%;
    margin: 0;
    padding: 0;
    text-align: right;
}
#status dt {
    background: transparent;
    display: inline;
    margin: 0 0 0 0.75em;
    padding: 0 0.25em 0 0;
    border-width: 0;
}
#status dt:after {
    content: ":";
}
#status dd {
    display: inline;
    margin: 0;
    padding: 0;
}
#intro {
    margin: -1em 0 2em 0;
    padding: 0.25em 0.5em;
    font-size: 90%;
    border-bottom: 1px solid #003366;
    text-indent: 0;
}
#foottext {
	font-size: 85%;
}

#foottext .note:before {
	content: '';
}
/* Footer */
/*
#footer {
	clear: both;
	margin: 1em 0 0 0;
	font-size: 98%;
}
.copyright:after {
	content: " 2004-2006";
}
*/
#navilink {
    margin: 0;
    padding: 0;
	position: absolute;
	top:0;
	left:4%;
	line-height: 1em;
}
#navilink li {
    display: inline;
    list-style-type: none;
    margin-right: 0.5em;
    font-size: 80%;
}

/* Antenna */
/*
.date {
	color		: #669933;
	font-weight: bold;
}
*/

/* album */
.album {
    margin: 0;
    padding: 0;
    text-align: center;
}
.album li {
    margin: 0.2em;
    display: inline;
    list-style-type: none;
}
.album img {
    margin: 0.2em;
    padding: 5px;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

/* cc */
#license {
	position: absolute;
	top: 3.2em;
	right: 1.5em;
}
#license li {
	list-style-type: none;
}