body {
	margin: 0; 
	padding: 0 330px 50px 50px;
}

.nodisplay {
	display: none;
}

/** typography **/

h1 {
	font-family: "Minion Pro", "Times New Roman", serif;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 30px; padding: 30px 0 0;
	border-top: 10px solid #FF0099;
}

h1 a {
	text-decoration: none;
	color: #000;
}

h1 a:visited {
	color: #000;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 0 10px;
	line-height: 11px;
	border-left: 50px solid #FF0099;
	position: relative;
	margin: 30px 0 20px;
	left: -60px;
}

h2 a:link {
	text-decoration: none;
}

h2 a:visited {
	color: #0486DD;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
	color: #FF0099;
}

h2 span {
	display: block;
	padding: 0;
	margin: 0;
}

h2 .published_on {
	color: #FF0099;
	font-size: 70%;
	text-transform: uppercase;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0 0 5px; padding: 0;
}

p, ul, ol {
	font-size: 18px;
}

p {
	line-height: 1.2;
	color: #222;
	margin: 5px 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

li {
	margin-bottom: 5px;
	list-style-type: square;
}

pre {
	background: #eee;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	overflow: auto;
}

blockquote p {
	color: #555;
	font-style: italic;
}

blockquote cite {
	font-size: 80%;
}

a:link {
	color: #0486DD;
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #FF0099;
}

.container p img {
	width: 100%;
}

dt {
	font-family: Helvetica, Arial, sans-serif;
}

dd {
	margin: 0 0 15px; padding: 0;
	color: #999;
	line-height: 1.3;
}

dd li {
  font-size: 16px;
  color: #999;
  margin-bottom: 15px;
}

dd li strong {
  color: #ccc;
}

/** sidebar **/

#sidebar {
	position: absolute;
	width: 260px;
	top: 0; right: 30px;
	margin: 0 0 30px; padding: 40px 0 0;
	border-top: 10px solid #333;
}

#sidebar h3 {
	font-weight: normal;
}

#sidebar p {
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
}

#sidebar ul {
	margin: 0 0 10px;
	padding: 0px;
}

#sidebar li {
	font-size: 15px;
	list-style-type: none;
}

#sidebar div.section {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

/** posts **/

div.post {
	margin-bottom: 30px;
}

div.comments {
	text-align: right;
}

/** comments **/

div.comment {
	background: #eee;
	padding: 15px 50px;
	margin: 0 0 20px;
	position: relative;
	font-size: 18px;
}

div.comment .number {
	position: absolute;
	top: 0; left: 0;
	background: #ccc;
	display: block;
	padding: 10px 0;
	width: 36px;
	text-align: center;
	color: #444;
	font-size: 28px;
}

div.comment h3 {
	font-size: 13px;
	text-transform: uppercase;
}

#comment_added_thanks {
	background: #FFE992;
	padding: 10px 20px;
	margin: 0 0 20px;
}

#comment_form {
	padding: 10px;
}

#comment_form .field {
	clear: both;
	margin: 0 0 15px;
}

#comment_form .field span,
#comment_form .error {
	font-size: 11px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
}

#comment_form .field label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

#comment_form .field input {
	font-size: 13px;
}

#comment_form .field textarea {
	width: 450px;
}

#comment_form .field .hint {
	display: block;
}

#comment_form .error {
	position: relative;
	top: -6px;
	margin-bottom: 5px;
	padding-left: 5px;
	color: red;
}

/** github badge **/

body #github-badge {
	margin-bottom: 15px;
}

body #github-badge .repos li {
	font-size: 12px;
}

/** about me **/

#sidebar #about {
	margin-bottom: 18px;
	padding-bottom: 30px;
}

#avatar {
	float: right;
	margin-top: -60px;
	height: 160px;
}

/** twitter **/

#sidebar ul.tweet_list {
	color: #666;
	line-height: 1.2;
}
