* { margin: 0; padding: 0; }

body { margin: 1em; }

h2 {
	color: #777;
	font: 1.1em/2em "Trebuchet MS", serif;
	margin: 0 0 1em 0;
	padding-left: 18px;
	background: url(ver3/cube.gif) 0 50% no-repeat;
	}
	
p,ol {
	font: 1.5em/1.5em Georgia, serif;
	margin: 0 0 0.8em 0;
	color: #ABABAB;
	}

ol {
	margin-left: 1em;
	}	
	
ul#attribute {
	list-style: none;
	font: 10px/20px Verdana, sans-serif;
	border-top: 1px dashed #D0D0D0;
	padding: 10px 0;
	margin: 10px 0 10px 0;
	}
	
ul#attribute li {
	display: inline;
	}
	
ul#attribute li a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 10px 10px 0 0;
	color: #CDCDCD;
	}

ul#attribute a:hover {
	color: #777;
	/* padding: 0 12px 0 14px; */
	}
	
ul#attribute li a:hover.permalink {
	background: url(ver1/permalink_up.gif) 0 0 no-repeat;
	}
	
ul#attribute li a:hover.author {
	background: url(ver1/author_up.gif) 0 0 no-repeat;
	}
	
ul#attribute li a:hover.comments {
	background: url(ver1/comments_up.gif) 0 0 no-repeat;
	}
	
ul#attribute li a:hover.category {
	background: url(ver1/category_up.gif) 0 0 no-repeat;
	}	
