@charset "UTF-8";
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #666666;
	margin: 0px;
	margin-top: 0px;
}
a #title {
	font-size: 90px;
	font-weight: bold;
	letter-spacing: 8px;
	color: #dddddd;
}
a #title:hover {
	color: #999999;
}	
#jontitle {
	letter-spacing: 15px;
	position: absolute;
	top: 15px;
	font-weight: bold;
	left: 8px;
	width: 754px;
	height: 26px;
}
#numbertitle {
	letter-spacing: 15px;
	position: absolute;
	top: 85px;
	font-weight: bold;
	left: 235px;
	width: 300px;
	height: 26px;
}
#links ul  {
	line-height: 20px;
	text-align: inherit;
	letter-spacing: 4px;
	font-size: 14px;
	list-style-position: outside;
	margin: 0px;
	display: block;
	width: 100px;
	border-right-width: 1px;
	float: left;
	list-style-type: none;
	padding: 0px;
	position: absolute;
	left: 7px;
	top: 130px;
}
a {
	color: #333333;
	text-decoration: none;
}
#links li:hover {
	list-style-type: square;
}
#holder {
	position: absolute;
	left: 130px;
	top: 128px;
	z-index: 2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#titleroll {
	position: absolute;
	left: 129px;
	top: 80px;
	padding: 0px;
	z-index: 1;
	font-size: 200px;
	color: #dddddd;
	font-weight: bold;
	overflow: visible;
	line-height: normal;
	letter-spacing: -30px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	width: 640px;
}
p {
	padding-top: 0px;
	margin-top: 0px;
	width: 100%;
}
#items a {
	font-size: 10px;
	color: #666666;
	display: inline-block;
	height: 5px;
	width: 5px;
	border: 1px solid #666666;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	text-align: center;
	margin-bottom: 5px;
}
#items a:hover {
	color: #eeeeee;
	background-color: #666666;
}
#discription {
	font-size: 12px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}
#clear {
	clear: both;
}
#holder img {
	border: 10px solid #dddddd;
}
#holder img:hover {
	border: 10px solid #cccccc;
}
#preview {
	margin-bottom: 20px;
}
.detail {
	font-size: 12px;
}
a:hover {
	color: #000000;
}
#items a:visited {
	background-color: #CCCCCC;
}
pre {
	visibility: hidden;
	color: #FFFFFF;
}
#no-stroke img {
	margin-top:20px;
	border:none;
}
#no-stroke img:hover {
	border:none;
}
#blog-entry {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: dotted #666 1px;
}
#blog-entry .date {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	margin:0px;
	padding:0px;
}