.post {
	min-width: 400px;
	max-width: 700px;
}

	.post a { padding: 0 2px; }

	#post-content a.anchor,
	#post-content a.internal,
	#post-content a.external,
	#post-content a.wikipedia {
		background-image: url(img/sprites-24.png);
		background-repeat: no-repeat;
		padding-left: 22px;
	}

	/*#post-content a.anchor		{ background-image: url(img/links/anchor.png); }*/
	#post-content a.internal	{ background-position: -8px -188px; }
	/*#post-content a.external	{ background-image: url(img/links/external.png); }*/
	#post-content a.wikipedia	{ background-position: -8px -228px; }

	#post-content h2 a,
	#post-content h2 a:link {
		font-family: Georgia, Helvetica, sans-serif;
		font-size: 150%;
	}

	#post-content h2 a:link			{ color: #BE1C1F; }
	#post-content h2 a:visited	{ color: #127FC0; }
	#post-content h2 a:hover,
	#post-content h2 a:active { color: #FFF; }

	#post-content p {
		margin: 1em 0.5em;
		clear: both;
		word-spacing: 0.1em;
		text-align: justify;
	}

	#post-content strong	{ font-weight: bold; }
	#post-content em			{ font-style: italic; }
	#post-content del			{ text-decoration: line-through; }

	#post-content ul,
	#post-content ol { margin-left: 2em; }

	#post-content li {
		margin: 0.5em 0;
		word-spacing: 0.1em;
		text-align: justify;
	}

	#post-content abbr {
		border-bottom: 1px dotted #000;
		cursor: help;
	}

	#post-content q:lang(fr) { quotes:"\AB\A0" "\A0\BB" "\201C\A0" "\A0\201D"; }
	#post-content q:lang(en) { quotes:"\201C" "\201D" "\2018" "\2019"; }

	#post-content img {
		background: #E8E8E8;
		padding: 10px;
	}

	#post-content img.smiley {
		background: transparent;
		padding: 0;
	}

	#post-content blockquote {
		background: #E8E8E8 no-repeat 95% 10%;
		padding: 1em;
		margin: 1em 0;
	}

	#post-content blockquote.wikipedia	{ background-image: url(img/flash/wikipedia.png); }
	#post-content blockquote.internal		{ background-image: url(img/flash/neoblog.png); }

		#post-content blockquote p { margin: 0; }
		#post-content blockquote .source {
			margin-top: 1em;
			text-align: right;
		}

	#post-content .left {
		margin-right: 1em;
		float: left;
		font-style: italic;
	}

	#post-content .center {
		font-size: 85%;
		font-style: italic;
		text-align: center;
		color: #666;
	}

		/**  Disabeling LoVe HAte for links on images  **/
		#post-content .center a
		#post-content .center a:link,
		#post-content .center a:visited,
		#post-content .center a:hover,
		#post-content .center a:active {
			background: transparent;
			color: #BF1C21;
		}

			#post-content .center a:hover img { background: #BF1C21; }
			#post-content .center a:hover { text-decoration: underline; }

	#post-content .right {
		margin-left: 1em;
		float: right;
		font-style: italic;
		text-align: right;
	}


	/**************/
	/**  Coding  **/
	/**************/
	.post pre { margin: 1em 0; }

	.post code {
		overflow: auto;
		position: relative;
		font-family: monospace;
		font-size: 140%;
		line-height: 120%;
	}

		.post code a				{ text-decoration: underline; }
		.post code a:hover	{ text-decoration: none; }

		.post pre code {
			background: #E8E8E8;
			padding: 0.5em;
			display: block;
			color: #1E1D1B;
		}

		.post pre code.alternate {
			background: #1E1D1B;
			color: #FFF;
		}

	/************/
	/**  HTML  **/
	/************/
	code.html .doctype {
		font-style: italic;
		color: #4682B4;
	}

	code.html .tag { }

		code.html .tag-name {
			font-weight: bold;
			color: #800080;
		}

		code.html .tag-content { }

	code.html .attribute { font-weight: bold; }

		code.html .attribute-name { }

		code.html .attribute-value {
			font-weight: normal;
			color: #00F;
		}

	code.html .comment {
		font-style: italic;
		color: #008000;
	}

	/* HTML Alternative */
	code.html.alternate .doctype { }

	code.html.alternate .tag { color: #799BD9; }

		code.html.alternate .tag-name {
			font-weight: normal;
			color: #799BD9;
		}

		code.html.alternate .tag-content { color: #FFF; }

	code.html.alternate .attribute {
		font-weight: normal;
		color: #C2F064;
	}

		code.html.alternate .attribute-name { }

		code.html.alternate .attribute-value {
			font-weight: normal;
			color: #FFB895;
		}

	code.html.alternate .comment {
		font-style: normal;
		color: #808080;
	}


	/***********/
	/**  CSS  **/
	/***********/
	code.css .comment { color: #008000; }

	code.css .selectors { }

		code.css .selector { }

		code.css .selector.id { }
			code.css .selector.id .selector-type{ }

		code.css .selector.class { color: #F00; }
			code.css .selector.class .selector-type { color: #1E1D1B; }

		code.css .selector.tag { color: #0A246A; }

		code.css .selector-pseudo-separator { color: #1E1D1B; }
		code.css .selector-pseudo { color: #F00; }

	code.css .rules { }

	code.css .rule { }

		code.css .property { color: #3A6EA5; }
		code.css .value { }
		code.css .string { color: #008000; }

	/* CSS Alternative */
	code.css.alternate .comment { color: #808080; }

	code.css.alternate .selectors { color: #B09911; }

		code.css.alternate .selector { color: #8ABEE6; }

		code.css.alternate .selector.id { }
			code.css.alternate .selector.id .selector-type{ }

		code.css.alternate .selector.class { }
			code.css.alternate .selector.class .selector-type { color: #8ABEE6; }

		code.css.alternate .selector.tag { }

		code.css.alternate .selector-pseudo-separator { color: #B09911; }
		code.css.alternate .selector-pseudo { }

	code.css.alternate .rules { color: #B09911; }

	code.css.alternate .rule { }

		code.css.alternate .property { color: #8ABEE6; }
		code.css.alternate .value { color: #F3D69E; }
		code.css.alternate .string { color: #FF8000; }


	/***********/
	/**  SQL  **/
	/***********/
	code.sql .query { color: #FF00FF; }

	code.sql .keyword {
		font-weight: bold;
		text-transform: uppercase;
		color: #990099;
	}

	code.sql .name { color: #000; }

	code.sql .type {
		text-transform: uppercase;
		color: #FF9900;
	}

	code.sql .int { color: #008080; }
	code.sql .string { color: #008000; }

	code.sql .comment { color: #808000; }

	/* Style alternator button */
	/*#post-content pre button {
		width: 22px;
		height: 22px;
		border: 1px solid #BE1C1F;
		overflow: hidden;
		position: absolute;
		top: 0.5em;
		right: 0.5em;
	}

		#post-content pre code button { background: #1E1D1B; }
		#post-content pre code.alternate button { background: #E8E8E8; }*/


/*************************/
/**  Post's copyrights  **/
/*************************/
.post-copyrights h3,
.comments h3 {
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: normal;
	color: #BE1C1F;
}

.post-copyrights { margin: 40px 0; }

	.post-copyrights ul {
		margin: 10px 0;
		list-style: none;
	}

	.post-copyrights li {
		background: url(img/sprites.png) no-repeat;
		min-height: 45px;
		padding-top: 5px;
		padding-left: 90px;
		margin: 5px 0;
	}

	.post-copyrights .share-remix {
		background-position: 0 -10px;
		padding-left: 110px;
	}

	.post-copyrights .share-remix,
	.post-copyrights .nc-eu {
		min-height: 35px;
		padding-top: 15px;
	}

	.post-copyrights .by		{ background-position: 20px -85px; }
	.post-copyrights .nc-eu	{ background-position: 20px -160px; }
	.post-copyrights .sa		{ background-position: 20px -235px; }


/****************/
/**  Comments  **/
/****************/
.comment {
	margin-bottom: 30px;
	overflow: auto;
}

	.comment-content {
		background: #E8E8E8;
		padding: 10px 10px 15px 10px;
	}

	.comment-content strong	{ font-weight: bold; }
	.comment-content em			{ font-style: italic; }
	.comment-content del		{ text-decoration: line-through; }

	.comment-content abbr {
		border-bottom: 1px dotted #000;
		cursor: help;
	}

		.comment-content p {
			margin: 0.25em 0;
			word-spacing: 0.1em;
			text-align: justify;
		}

		.comment-content ul,
		.comment-content ol {
			margin: 0.5em 2em 0 2em;
		}

		.comment-content li {
			margin-bottom: 1em;
			word-spacing: 0.1em;
			text-align: justify;
		}

			.comment-content li p { margin-bottom: 1em; }

	.comment-meta { height: 22px; }

		.author {
			background: url(img/comments/author.png) no-repeat right top;
			padding: 0 32px 0 10px;
			margin-right: 10px;
			font-weight: bold;
			display: block;
			float: left;
		}

		.date { float: left; }

		.reply {
			background: transparent;
			margin-top: 3px;
			float: right;
			border: 0;
		}

	.mine .comment-content {
		background: #1C1B19;
		color: #E8E8E8;
	}

		.mine .comment-content abbr { border-bottom-color: #E8E8E8; }

	.mine .author {
		background-image: url(img/comments/author-mine.png);
	}


/**********************/
/**  Comments' Form  **/
/**********************/
#comment-form .comment-meta {
	background: url(img/comments/author.png) no-repeat 99px top;
	height: auto;
	padding-top: 20px;
	margin-left: 10px;
	position: relative;
	overflow: hidden;
}

#comment-form textarea {
	background: #E8E8E8;
	width: 100%;
	height: 200px;
	border: none;
}

	#comment-form textarea:focus { background: #FFF; }

#comment-form .box {
	background: #161616;
	width: 200px;
	padding: 10px;
	margin-top: 0;
	overflow: hidden;
	color: #FFF;
}

	#comment-form .box div {
		background: transparent;
		width: 200px;
		padding: 0;
		margin-bottom: 6px;
		clear: both;
	}

		#comment-form label {
			background: #E8E8E8;
			min-width: 20px; /* 28px - (4px * 2) */
			height: 16px; /* 28px - (6px * 2) */
			padding: 6px 4px;
			display: block;
			float: left;
			color: #FFF;
		}

		#comment-form input {
			background: #E8E8E8;
			width: 164px;
			height: 16px;
			padding: 6px 4px;
			border: 0;
			color: #555;
		}

			#comment-form input:focus {
				background: #FFF;
				color: #000;
			}

		#comment-form .checkbox {
			margin-bottom: 0;
			overflow: hidden;
		}

		#comment-form .checkbox label {
			background: transparent;
			width: auto;
			height: auto;
			line-height: 1.2em;
			padding: 0;
		}

		#comment-form .checkbox input {
			background: transparent;
			width: 1.5em;
			height: 1.5em;
			padding: 0;
			float: left;
		}

#comment-form .date {
	position: absolute;
	top: 0;
	right: 0;
}

#submit { float: right; }

/*#post-content img.left,
#post-content img.right {
	position: relative;
	top: 10px;
}*/

/*.post-content .center a:hover { text-decoration: none; }
.post-content .clear { clear: both; }
.post-content .red { background-color: #F06600; }
.post-content .green { background-color: #A6D110; }
.post-content .blue { background-color: #88ABCE; }
.post-content .textred, .post-content .textgreen, .post-content .textblue { font-weight: bold; }
.post-content .textred { color: #F06600; }
.post-content .textgreen { color: #A6D110; }
.post-content .textblue { color: #88ABCE; }
.post-content .italic { font-style: italic; }
.post-content .justify { text-align: justify; }
.post-content .border { border: 1px solid #000; }
.post-content .border th { border: 1px solid #DDD; }
.post-content .border td { border-bottom: 1px solid #DDD; }
.post-content .red.center, .post-content .green.center, .post-content .blue.center { color: #000; }*/
/*#post-content ul, #post-content ol { margin: 0.5em 3em; }*/



/**  end of #post-content  **/