@charset "utf-8";
/* CSS Document */

#category div {
	margin: 0 0 2em 0;
}

#category ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

#category ul li {
	list-style-type: none;
    line-height: 1.2em;
	padding: 1em 0 0 1em;
	background-color: #fff;
}

#category div h2 ,
#history h2 {
	color: #08c;
	display: inline;
}

#category div h2 a:hover,
#history h2 a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#category div h2 .year,
#history h2 .year{
	color: #aaa;
	margin-left: 5px;
	font-size: small;
	vertical-align: middle;
}

#history table {
	margin: 1em 0 0 1em;
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

#history table td {
	border: 0;
    line-height: 1.2em;
	padding: 0 0 1em;
	vertical-align: top;
}

#history table td.year {
	color: #aaa;
	font-size: larger;
}


/* Photo-preview */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:5px 5px 20px;
	display:none;
	text-align: center;
}
#preview p{
	font-size: 12px;
	text-indent: 0;
	text-align: center;
}
#preview span{
    position:absolute;
	bottom: 0px;
	right: 5px;
    color:#aaa;
    font-size: 9px;
}


