@charset "utf-8";



/*

* Author: wu

* WebSite: http://3ping.org/

* Date: 4/1

*/



/*Structure----------------------------------------*/



* {

	margin: 0;

	padding: 0;

	font-size: 100%;

	font-weight: normal;

}



body {

	margin: 0 20px 1em;

	background-color: #444;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}



/*elements----------------------------------------*/



h1 {

	margin: 1em 0 0.5em;

	font-size: 140%;

	color: #fff;

}



h2 {

	margin: 0.5em 10px;

	padding: 0.1em 10px;

	color: #fff;

	background-color: #bccd56;

}



h3 {

	margin: 0.5em 10px;

	padding: 0.1em 10px;

	color: #999;

	background-color: #eee;

}



p {

	margin: 0.4em 20px;

	color: #666;

}



ul {

	margin: 0.5em 20px;

	list-style-position: inside;

}



dl {

	margin: 0.5em 20px;

	border-left: 5px solid #eee;

}



dt {

	padding-left: 10px;

	border-top: 1px solid #eee;

	border-bottom: 1px solid #eee;

	color: #80af00;

}



dd {

	margin: 0 20px;

	color: #999;

}



address {

	margin: 0 20px;

	color: #999;

}



/*----------------------------------------*/



div#content {

	width: 100%;

	margin: 1em 0 0.5em;

	padding: 1px 0;

	background-color: #fff;

}



div#entries {

	width: 70%;

	float: left;

}



div.entry {

	margin: 1em 0;

}



div.entry ul.info li {

	display: inline;

	color: #999;

	font-size: 80%;

}



div#utilities {

	width: 30%;

	float: right;

	clear: right;

	background-color: #f5f5f5;

}



div#utilities ul {

	list-style-type: square;

	color: #999;

}



div#utilities dl {

	margin: 0.4em 10px;

	padding: 1px 0;

	background-color: #eee;

}



div#utilities dl dt,

div#utilities dl dd {

	margin: 0.2em 10px;

}



div#utilities dl dt {

	padding: 0;

	border: none;

	color: #000;

}



div#utilities dl dd {

	color: #999;

}



/*----------------------------------------*/



p.return {

	clear: both;

}