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

.site {
	padding-bottom:4em;
}

img {
	border:0;
}

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

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

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

#sidebar {
	font-size:0.9em;
	padding: 5px 10px;
	float:right;
	width:17em;
	-moz-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;
	-moz-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;
}


code, pre {
	color:#555;
}

code {
font-size:1.3em;
}

blockquote, pre {
	border: 2px solid #ccc;
	margin:0.2em 0;
	border-left-width: 5px;
	border-right-width: 5px;
	-moz-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;
	position: relative;
	top:20px;
}

.clear {
	clear:both;
}

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

.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;
}

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

#dsq-content #dsq-comments .dsq-comment, #dsq-content #dsq-new-post, #dsq-content .dsq-append-post {
	background: #333 !important;
	border: 1px solid #666 !important;
	margin:0.5em 0;
	-moz-border-radius: 5px;
}

#dsq-new-post {
	padding: 1em !important;
	margin-top: 5em !important;
}

#dsq-content #dsq-comments .special .dsq-comment-header {
	background: #457 !important;
}

#dsq-content #dsq-comments .dsq-comment-body, #dsq-content #dsq-comments .dsq-comment-footer {
	padding:0 0.5em;
	margin: 0;
	margin-bottom:0.2em;
}

#dsq-content .dsq-comment-body {
	font-size:1.3em;
}

#dsq-content .dsq-options {
	text-align:right;
	padding-bottom: 0.2em !important;
}

#dsq-content .dsq-options > * , #dsq-content #dsq-comments-title {
	display:none;
}

#dsq-content .dsq-options > .dsq-subscribe-rss {
	display:inline;
}

#dsq-content textarea {
	background-color:#777 !important;
	color: #FFF !important;
}

