body {
	margin:0;
	background: #222;
	color:#ddd;
	font-family: sans-serif;
	font-size:1em;
	line-height: 1.4em;
}

.site {
	padding-bottom:4em;
}

img {
	border:0;
}

.post img {
	border:1px solid #666;
	border-radius:3px;
	border-radius:3px;
	padding: 1px;
	background:#fff;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.post img.alpha {
	background:none;
	border:none;
	padding:10px;
}

.post img.left  { float:left;  }
.post img.right { float:right; }

.post-content h1, .post-content h2, .post-content h3 {
	margin-top: 2.5em;
}

.inner {
	margin:0px auto;
	padding-left: 7em;
	position:relative;
	right:7em;
	max-width:800px;
}

.main .content .inner{
	z-index: 80;
}

#sidebar {
	font-size:0.9em;
	padding: 5px 10px;
	float:right;
	width:12em;
	border-radius:15px;
	border:2px solid #bbb;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
	background:#e5e5e5;
	border-top-width: 5px;
	border-bottom-width: 5px;

	position:relative;
	left:7em;
	margin-left:-6em;
	z-index: 100;
	line-height:1.2em;
}

#sidebar li {
	color:#888;
}

.minimal .inner {
	padding-left: 0;
	right:0;
	max-width:1200px;
	padding-left: 0;
	right:7em;
}

#dsense {
	margin-top:4em;
	width:600px;
}

h1 {
	font-size: 1.5em;
	margin-bottom:0.2em;
	line-height:1em;
}

a {
	color: #c33;
	text-decoration: none;
	font-weight:bold;
}

a:visited { color:#611; }
a.fresh:visited { color:black; }
a.fresh { color:black; }
a:hover {
	color:#721;
	text-decoration:underline;
}
.chrome a{
	color: #d77;
}
.chrome a:hover {
	color:#d9a;
}

.content, .chrome {
	padding:20px;
}

.content.minimal {
	padding-bottom:0;
	padding-top:0;
}


.read-more {
	margin-left:2em;
}

.permalink {
	text-align:center;
	font-size:0.9em;
	margin-top:2em;
	opacity:0.5;
	clear: left;
}

.post-separator {
	margin:0.2cm auto 2cm;
	font-size:2pt;
	border-radius: 2em;
	border: 1px solid #e0e0e0;
	padding-top:0.1em;
	text-align:center;
	color:#CCC;
	background: #e6e6e6;
	width:50%;
	clear: left;
	line-height:1.2em;
}

.footer {
	padding: 0em 0 1em 0;
	color:#444;
	text-align:center;
}

.byline {
	font-size:0.8em;
	margin-left:1em;
	color:#999;
	margin-top:0;
}

.byline a{
	opacity:0.7;
}

.pagination a {
	font-size: 1.5em;
}

.pagination .older {
	float:right;
}

.pagination .newer {
	float:left;
}

.footnotes {
	margin-top: 1.3em;
	border-top: 2px solid #ddd;
	padding-right:3em;
	color: #444;
}


code, pre {
	color:#555;
}

blockquote, pre {
	border: 2px solid #ccc;
	margin:0.2em 0;
	border-left-width: 5px;
	border-right-width: 5px;
	border-radius: 12px;
	background:#f5f5f5;
	padding: 0.4em 1em;
}

blockquote {
	font-size:1.1em;
	max-width:55%;
}

pre {
	overflow:auto;
}


blockquote p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.content {
	background:#eee;
	color:black;
}

.chrome {
	background:#222;
	background: url("../img/footer_tile.gif") repeat-x;
	border-top: 3px solid white;
}

.chrome h2 {
	margin-bottom:0;
}

.clear {
	clear:both;
}

.content ul {
	list-style-type: none;
	list-style-image: url("../img/bullet.gif");
	padding:0;
	margin-left:1.5em;
}
 li {
	margin:0;
	padding:0;
}

.post li {
	margin-top:0.6em;
	line-height:1.3em;
}

.title {
	background: url("../img/header_tile.gif") repeat-x top;
	height: 116px;
}

.title a {
	margin-left:5px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar p, #sidebar ul {
	margin-top:0.4em;
	margin-bottom:0.1em;
}

#sidebar p {
	margin-left: 1em;
}

#sidebar ul {
	margin-left:2em;
}

.center {
	text-align:center;
}

a.clickToPlay, a.playing {
	outline: 0;
	position:relative;
	display:inline-block;
}
a.clickToPlay.paused:before {
	content: "Click to play";
	width:100%;
	text-align:center;
	color:white;
	text-shadow: #000 0px 1px 4px;
	position:absolute;
	left:0;
	font-size:1.2em;
	bottom:5%;
	opacity: 0.8;
}
a.clickToPlay:hover {
	text-decoration:none !important;
}

/* disqus */
#dsq-content img {
	opacity:0.75;
}

#dsq-content .dsq-comment-body {
	color: #CCC;
}

#dsq-content .dsq-comment-meta {
	opacity: 0.7;
}

figure {
	margin: 0;
}

/* gloss over SJS syntax */
.highlight .language-js .err {
	color: #555;
	background: none;
}
