html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background: #eee;
}
body {
	padding: 0px;
	margin: 0px;
}
h1 {
	margin: 0px 0px -13px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
}
h1 a { color: black }
h1 a:hover { color: #000 }
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 60px;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 400;
	color: #444;
}
a { text-decoration: none }
#wrapper-left {
	position: absolute;
	left: -29px;
	top: 15px;
	width: 129px;
	text-align: right;
	font-size: 11px;
}
#wrapper-left #links { line-height: 20px; list-style: none; }

#wrapper-left #links .divide{ padding-top: 10px; margin-bottom: 5px; border-bottom-style: solid; border-color: #ddd; border-width: 1px;}
#wrapper-left #links .divide b { color: #666 }
#wrapper-left #links a { color: #666 }
#wrapper-left #links a:hover { color: #000 }
#wrapper-left #circle-links { display: none }
#wrapper {
	width: 840px;
	position: relative;
	margin: 10px auto 0px auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wrapper-inner {
	width: 600px;
	margin: 0px auto;
}
#content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 600px;
	margin: 0px 0px 20px 0px;
	position: relative;
	font-size: 13px;
	text-align: justify;
	word-wrap: break-word;
}
#content h2 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	line-height: 60px;
	color: #333;
}
#content h2 a { color: #000 }
#content h2 a:hover {
	text-decoration: none;
	color: #444;
}
.post-wrapper {
	position: relative;
	margin: 0px 0px 20px 0px;
}
.post-info {
	font-size: 11px;
	color: #999;
	line-height: 20px;
	position: absolute;
	left: 620px;
	width: 100px;
	top: 39px;
}
.post-info a { color: #666 }
.post-info a:hover { color: #000 }
.post {
	min-height: 120px;
	font-weight: 300;
	position: relative;
	background: #fff;
	padding: 15px 49px 20px 49px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post a { color: #666 }
.post a:hover {
	text-decoration: underline;
	color: black;
}
.post p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.post code { font-size: 12px }
.post pre {
	margin: 0px 0px 20px 0px;
	width: 500px;
	overflow: auto;
}
.post p,
.post ul,
.post ol {
	line-height: 1.8em;
	font-size: 15px;
}
.post blockquote {
	margin: 0px -50px 20px -50px;
	padding: 5px 100px;
	font-style: italic;
	font-size: smaller;
}
.post blockquote p { margin: 5px 0px }
.post img { max-width: 510px }
.post:after,
.post:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.post:after {
	border-top-color: #fff;
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}
.post:before {
	border-top-color: #ddd;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
/* http://hg.pygame.org/pygame/src/fe49604b5709/docs/_static/pygments.css?at=default */
/*
	
 .highlight {
	background: #303436;
	margin: -7px -50px 8px -50px;
	padding: 10px 50px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	color: #D6D6D6;
	text-shadow: 0px -1px 0px #222;
}
.highlight pre {
	font-size: 11px;
	margin: 0;
}

*/

.highlight {
	margin: -7px -50px 8px -50px;
}
pre code {
	padding: 10px 50px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.highlight pre {
	font-size: 11px;
	margin: 0;
	width: 100%;
}
.info {
	color: rgb(150, 152, 150);
	display: inline;
	font-family: Menlo, monospace;
	font-size: 12px;
	font-weight: 300;
	background-color: #ddd;
	display: block;
	padding: 5px;
}

pre,
tt,
code { font-family: "Menlo", monospace }
a img { border: none }
#nav {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	margin: 0px auto;
	width: 100px;
	text-align: center;
}
#nav a {
	color: #666;
	width: 50px;
}
#nav a:hover {
	text-decoration: none;
	color: black;
}
#nav div {
	color: #ccc;
	width: 50px;
	cursor: default;
}
#nav-next { float: right }
#nav-prev { float: left }
#questions {
	text-align: center;
	color: #aaa;
}
#questions a {
	color: #888;
	font-weight: bold;
}
#questions a:hover {
	color: #333;
	text-decoration: underline;
}
.footnotes {
	margin-left: 0;
	padding-left: 0;
	font-size: smaller !important;
	color: #555;
}
.rounded-image {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
@media screen and (max-width: 840px), screen and (max-device-width: 480px) { 
	h1 {
		margin: 0;
		float: left;
	}
	#wrapper-left {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		text-align: left;
		padding: 0px 50px;
		height: 60px;
	}
	#wrapper-left #links { display: none }
	#wrapper-left #circle-links {
		float: right;
		width: 107px;
		margin-top: 15px;
		display: block;
	}
	#wrapper-left #circle-links a {
		display: block;
		float: left;
		width: 30px;
		height: 30px;
		margin-left: 10px;

		text-align: center;
		line-height: 30px;
		font-weight: bold;
		font-size: 20px;

		color: black;
	}
	#wrapper-left #circle-links .twitter:hover { color: #00ade8 }
	#wrapper-left #circle-links .github:hover { color: #b33f3c }
	#wrapper-left #circle-links .svpply:hover { background: #ff5657 }
	#wrapper-left #circle-links .tumblr:hover { background: #2c4760 }
	#wrapper {
		width: 100%;
		max-width: 600px;
		margin-top: 0px;
	}
	#wrapper-inner { width: 100% }
	#content { width: 100% }
	#content h2 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.post-info { display: none }
	.post-tags { display: none }
	.post {
		padding-left: 50px;
		padding-right: 50px;
	}
	.post img { max-width: 100% }
	.post pre { max-width: 100% }
	#posts .post-wrapper:last-child .post-info:after,
	#posts .post-wrapper:last-child .post-info:before {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	#posts .post-wrapper:last-child .post-info:after {
		border-top-color: #fcfcfc;
		border-width: 6px;
		left: 50%;
		margin-left: -6px;
	}
	#posts .post-wrapper:last-child .post-info:before {
		border-top-color: #ddd;
		border-width: 7px;
		left: 50%;
		margin-left: -7px;
	}
}
@media screen and (max-width: 600px) { 
	.post {
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		padding-left: 15px;
		padding-right: 15px;
		border: 0;
		border-bottom: 1px dashed #ddd;
	}
	.post:before,
	.post:after { display: none }
	.post-info {
		-webkit-border-bottom-left-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		-moz-border-radius-bottomright: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	h1 { padding: 0px 15px }
	#circle-links { margin-right: 15px }
	.post-wrapper {
		padding: 0;
		margin: 0;
	}
	#wrapper-left { padding: 0 }
	.highlight {
		margin: -7px -15px 8px -15px;
		padding: 10px 15px;
	}
	.footnotes { margin-left: 15px }
	#posts .post-wrapper:first-child .post { border-top: 1px solid #ddd }
	#posts .post-wrapper:last-child .post {
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px;
	}
	#posts .post-wrapper:last-child .post:after,
	#posts .post-wrapper:last-child .post:before {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	#posts .post-wrapper:last-child .post:after {
		border-top-color: #fff;
		border-width: 6px;
		left: 50%;
		margin-left: -6px;
	}
	#posts .post-wrapper:last-child .post:before {
		border-top-color: #ddd;
		border-width: 7px;
		left: 50%;
		margin-left: -7px;
	}
	#posts .post-wrapper:last-child .post:after,
	#posts .post-wrapper:last-child .post:before { display: block }
}
@media screen and (max-device-width: 480px) { 
	#content h2 { font-size: 15px }
	.post p,
	.post ul,
	.post ol { font-size: 12px }
	.post code { font-size: 10px }
}







.search_result {
    overflow: hidden;
    padding: 0 0 1em;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1em;
    *zoom: 1;
}

.search_result-body {
    overflow: hidden;
    padding-left: 26px;
	padding-right: 10px;
}

/* Decoration */
.search_results,
.search_result {
    position: relative;
}

.search_results:before,
.search_result:before
{
	content: "";
	position: absolute;
	top: -15px;
	left: 8px;
}

.search_results:before {
    width: 3px;
    top: 5px;
    bottom: 0px;
    background: rgba(0,0,0,0.1);
}

.search_result:before {
    width: 9px;
    height: 9px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin: 16px 0 0 -6px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
    background: #ccc;
}

.search_result:hover:before {
    background: #1d1f21;
}







#bottom
{
	text-align: center;
	color: #999;
}

.no_side_pad
{
	padding-left: 0px;
	padding-right: 0px;
}

.user_comment {
    overflow: hidden;
    padding: 0 0 1em;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1em;
    *zoom: 1;
}

.user_comment-num {
    float: left;
    margin-right: 33px;
    border-radius: 5px;
    overflow: hidden;

    color: rgba(204, 204, 204, 0.31);
	font-size: 53px;

	font-weight: 200;
	position: absolute;

	top: 2px;
	left: 20px;
}

.user_comment-num img {
    display: block;
}

.user_comment-body {
    overflow: hidden;
    padding-left: 83px;
	padding-right: 10px;
}

.user_comment .text {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.user_comment .text p:last-child {
    margin: 0;
}

.user_comment .attribution {
    margin: 0.5em 0 0;
    font-size: 14px;
    color: #666;
}

/* Decoration */

.user_comments,
.user_comment {
    position: relative;
}

.user_comments:before,
.user_comment:before,
.user_comment .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
}

.user_comments:before {
    width: 3px;
    top: -15px;
    bottom: 0px;
    background: rgba(0,0,0,0.1);
}

.user_comment:before {
    width: 9px;
    height: 9px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin: 16px 0 0 -6px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
    background: #ccc;
}

.user_comment:hover:before {
    background: #1d1f21;
}

.user_comment .text:before {
    top: 18px;
    left: 78px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}​

.attribution input, textarea { border: none; outline: none;}

#comment_form #text
{
	width: 100%;
	max-width: 100%;

	border: none;
	height: 50px;
}

.attribution input[type="submit"]
{
	float: right;
}

.attribution input
{
	border: 1px solid #e5e5e5;
	width: 120px;
}


/* minimal
*******************************************************************************/
.attribution input[type="submit"]
{
  background: #e3e3e3;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px;
}

.attribution input[type="submit"]:hover
{
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
}

.attribution input[type="submit"]:active
{
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}

hr {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

.post p code {
font-size: 12px;
background: #585858;
color: #c5c8c6;
padding: 1px 5px;
border-radius: 5px;
}