html {
	background:#eee;
}
a {
	color:#00f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.external {
	background:url(/images/external.png) no-repeat right center;
	padding-right:16px;
}
p {
	margin:20px 0;
	text-align:justify;
}

.rss-button {
	display:block;
	background:url(/images/rss.png) no-repeat left top;
	text-indent:-9999em;
	width:63px;
	height:62px;
	overflow:hidden;
	outline:none;
}

#github-ribbon {
	position:absolute;
	top:0;
	right:0;
	display:block;
	z-index:100;
}
#github-ribbon img {
	border:0;
}

#doc4 {
	width:974px;
	background:#fff;
	color:#333;
	background:#fff url(/images/invader-background.png) no-repeat right top;
	border-top:solid 10px #666;
}
#doc4 #yui-main .yui-b {
	margin-right:310px;
	padding:0 20px;
}
#hd .title {
	margin:10px 20px;
	display:block;
	overflow:hidden;
	outline:none;
	width:423px;
	height:53px;
	text-indent:-9999em;
	background:url(/images/my-standard-break.png) no-repeat left top;
}
#sidebar {
	width:300px;
	text-align:right;
	padding-right:10px;
}
#sidebar .mod li {
	border-bottom:solid 1px #eee;
	padding:5px 0;
}
#sidebar .mod li.last {
	border-bottom:none;
}
#hd {
	margin-bottom:20px;
}
#bd {
	font-size:123.1%;
	border-bottom:solid 5px #ddd;
	padding-bottom:20px;
}
#ft {
	background:#eee;
	margin-bottom:10px;
}


.mod {
	margin-bottom:20px;
}
.mod h3 {
	color:#006;
	font-size:138.5%;
}
.mod .bd {
	overflow:hidden;
	_zoom:1;
}
.mod .bd img {
	float:right;
	margin-left:20px;
	border:solid 1px #333;
}



/* Post styles */
.post {
	font-family:Verdana,sans-serif;
}
.post h1 {
	font-size:167%;
	margin:10px 0;
}
.post h2 {
	font-size:138.5%;
	margin:20px 0 10px;
}
.post p {
	line-height:28px;
}
.post strong {
	font-weight:bold;
}
.post em {
	font-style:italic;
}
.post blockquote {
	border-left:solid 4px #666;
	background:#eee;
	padding:10px;
}
.post code {
	white-space:pre;
	display:block;
	padding:10px;
	background:#000;
	color:#fff;
	line-height:1.5em;
	overflow:auto;
}
.post ul, ol {
	padding-left:2em;
}
.post ul li {
	list-style:circle;
}
.post ol li {
	list-style:decimal;
}

.posts a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	_zoom:1;
	margin-bottom:20px;
}
.posts a:hover {
	background:#ededed;
	text-decoration:none;
}
.posts .date {
	float:left;
	font-weight:bold;
	display:block;
	width:120px;
	text-align:center;
	background:#666;
	color:#fff;
	padding:5px;
	margin-right:10px;
}
.posts .title {
	padding:5px;
	display:block;
}