/* @override http://s3.shrewple.com/blog.css */

body {
	background: #f0f0ff url(body_bg.png);
	margin: 0 auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222;

}

body > iframe {
	margin: 19px 15px;
}

a {
	border: none;
	color: #d00;
}

ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

pre.console {
	background: #333;
	color: #0f0;	
	padding: 5px;
	border: 1px solid #000;
}

div#header  {
	z-index: 10;
	height: 64px;
	margin: 0;
	background-image: url(header_bg.png);
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 0px 1px 2px #444;
	-moz-box-shadow: 0px 1px 2px #444;
}

div#header  h1 {
	margin: 0;
	padding: 10px 0px;
	background: url(logo.png) no-repeat 0 7px;
	text-indent: -999px;
}

div.container{
	margin: 0 auto;
	width: 900px;
}

div#content {
	float: left;
	width: 400px;
	padding: 65px 10px 15px;
}

div#sidebar {
	position: relative;
	float: left;
	width: 235px;
}

div#sidebar div#post_it {
	background: url(postit.png) no-repeat;
	position: fixed;
	top: 80px;
	height: 240px;
	font-size: 13px;
	line-height: 15px;
	width: 235px;
	margin-left: 270px;
	padding-top: 10px;
}

div#sidebar div#post_it p {
	margin: 10px 20px 0;
	color: #333;
}

div.gist-file {
	font-size: 12px;
	-webkit-box-shadow: 0 1px 2px #000;
    -moz-box-shadow: 0 1px 2px #888;
}

ol#posts {
	padding-top: 10px;
}

ol#posts li {
	border-bottom: 2px solid #bbb;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}

ol#posts li div.avatar {
	display: block;
	float: right;
	position: absolute;
	left: 450px;
	font-size: 11px;
	width: 200px;
}

ol#posts li div.avatar span, a:visited {
	color: #c00;
}

ol#posts li div.avatar img {
	margin-right: 10px;
	float: left;
	width: 50px;
	height:  50px;
	border-width: 5px;
    -webkit-border-image: url("frame.png") 11;
    -moz-border-image: url("frame.png") 11 stretch;
    -webkit-box-shadow: 0 1px 2px #000;
    -moz-box-shadow: 0 1px 2px #888;

}

ol#posts li.photo div.avatar {
	top: 10px
}

ol#posts li.quote div.avatar {
	top: -7px
}

p.date {
	padding-bottom: 7px;
	margin: 0 0 15px;
	width: 100%;
	border-bottom: 2px solid #888;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 2px 0 #eee;
}

ol#posts li.text h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 2px 0 #eee;
}

ol#posts li.text h2 a {
	color: #333;
	text-decoration: none;
}
ol#posts li.text h2 a:hover {
	text-decoration: underline;
}

ol#posts li.text p {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}

ol#posts li.link h2 a {
	font-size: 18px;
	border: 1px solid #ddd;
	padding: 12px 15px 15px;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 3px #111;
	-moz-box-shadow: inset 0px 0px 3px #111;
	color: #333;
	text-shadow: 0 1px 0px #eee;
}

ol#posts li.link h2 {
	margin-top: 0;
}

ol#posts li.link h2 a:after {
	content: ' ↩'
}

ol#posts li.quote {
	padding-bottom: 10px;
}

ol#posts li.quote p {
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0 2px 0 #eee;
}

ol#posts li.photo img.polaroid {
	width: 356px;
	border: 20px solid #fcfcfc;
	border-bottom-width: 80px;
	-webkit-box-shadow: 0px 1px 3px #555;
	-moz-box-shadow: 0px 1px 3px #555;
	margin: 10px 0;
}

ol#posts li.video iframe {
	margin: 0 0 15px;
	width: 379px;
	height: 281px;
	border-width: 10px;
    -webkit-border-image: url("frame.png") 11;
    -moz-border-image: url("frame.png") 11;
    -webkit-box-shadow: 1px 2px 2px #888;
    -moz-box-shadow: 1px 2px 2px #888;

}

ol#posts li div.caption {
	background: #fff;
	width: 92%;
	padding: 3px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 2px #888;
	-moz-box-shadow: 0px 2px 2px #888;
	color: #222;
	font-size: 12px;
	margin-right: 0;
	margin: 10px 0 3px;
	line-height: 18px;
}

ol#posts li div.caption p {
	margin: 10px 0;
}
