html, body, ul {
	margin: 0;
	padding: 0;
}


h1 {
	margin: 30px 0 15px 0;
	font: bold 30px/30px arial, sans-serif;
	color: #000;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2.first,
h3.first, 
h4.first {
	margin-top: 0;
}

h3 {
	margin: 0 0 5px 0;
	font:normal 16px/2 'microsoft yahei';
}

hr {
	clear: both;
	margin: 20px 0;
	border-style: solid;
	border-width: 1px 0;
	border-top-color: #ccc;
	border-bottom-color: #fff;
}

p.createdBy {
	margin: -15px 0 0 0;
	font-size: 11px;
	text-align: right;
}

a:hover,
a:focus {
	color: #777;
}
a:focus {
	outline: 1px dotted #000;
}

	/* thumbs */
.thumbs a {
	display: inline-block;
	margin: 0 20px 20px 0;
}
.thumbs a.last {
	margin-right: 0;	
}
.thumbs a img {
	vertical-align: top;
	border: 1px solid #fff;
	
	-moz-box-shadow: 0 0 7px #bbb;
	-webkit-box-shadow: 0 0 7px #bbb;
	box-shadow: 0 0 7px #bbb;
}