/* article */
article h2 {
	margin: 15px 0 0 0;
}

article p.post-meta {
	margin-top: 2px;
}

article div#excerpt {
	color: #777;
	margin-top: 24px;
}

article #column-wrapper img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

article ol {
	list-style-type: decimal;
	margin: 0 0 18px 0;
}

article ul {
	list-style-type: disc;
	margin: 0 0 18px 0;
}

article ul ul, article ol ol, article ul ol, article ol ul {
	margin-left: 16px;
	margin-bottom: 0;
}
/*
article ul li {
	margin-bottom: 24px;
}*/

article code, #article pre {
	font: 12px Consolas, Monaco, 'Courier New', monospace;
	text-shadow: 0px 0px 0px #000;
}

article pre {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow-x: auto;
	background: #333;
	color: #f7f7f7;
	margin-top: -4px;
	margin-bottom: 10px;
	padding: 10px;
}

article footer {
	border: 0;
	display: block;
	margin-top: -2px;
	overflow: hidden;
	width: 100%;
	padding-top: 0;
	margin-bottom: 23px;
	font-size: 11px;
}

article footer span {
	background: #f7f7f7;
	border: .1px solid #eee;
	color: #a0a0a0;
	display: block;
	margin: 10px 0;
	padding: 10px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
}

article footer span a {
	padding: 0;
	background: none;
}

article footer a {
	font-style: italic;
	color: #777;
}

article footer a.next {
	float: right;
}

article footer a.previous {
	float: left;
}

/* comments */
ol#comments {
	margin-left: 20px;
	list-style-type: decimal;
	color: #ff4545;
	font-weight: bold;
}

ol#comments p {
	color: #777;
	font-weight: normal;
}

ol#comments p.name {
	margin-bottom: 0;
}

ol#comments p.date {
	color: #ccc;
	margin-bottom: 15px;
}

ol#comments li {
	margin-bottom: 30px;
}

/* comment form */
#commentform {
	margin-top: 48px;
	overflow: hidden;
	width: 400px;
}

#commentform li {
	width: 100%;
	list-style-type: none;
	float: left;
	margin-bottom: 12px;
}

#commentform input[type=text], #commentform input[type=url], #commentform textarea {
	width: 230px;
	float: right;
	color: #454545;
}

#commentform textarea {
	height: 100px;
}

.form-error {
	border: 1px solid #ff4545 !important;
}

div.error-message {
	margin-left: 16em;
	margin-bottom: 2em;
	color: #ff4545;
	text-align: left;
}

#commentform label {
	padding: 3px 0;
	float: left;
	display: inline;
	font-weight: bold;
	color: #777;
}

#commentform label p {
	font-weight: normal;
	font-size: .9em;
}

#commentform input[type=submit] {
	float: right;
	margin-right: 120px;
}