@charset "utf-8";
/**
 * General stylesheet
 *
 * Author:	Yorick Peterse
 * Website:	http://www.yorickpeterse.com
 *
 */
/* General */
acronym
{
	border-bottom: 	1px dotted #353535;
	cursor: 		pointer;
}
body
{
	background: 	#dbdbdb url("assets/general/bg.jpg") repeat top left;
	color: 			#353535;
	text-shadow: 	1px 1px #f2f2f2;
}
.clear
{
	clear:			both;
}
pre
{
	border: 		1px solid #353535;
	width: 			687px;
	overflow: 		auto;
	text-shadow:	none;
}
pre code
{
	min-width:		647px;
}
.readmore
{
	font-weight:	bold;
	float:			right;
}
/* Fancy image: Image aligned to the center of the content along with some extra margins */
.fancy_image
{
	margin-bottom: 	20px;
	text-align: 	center;
	width: 			697px;
}
.fancy_image .caption
{
	font-size: 		16px;
}
.fancy_image .caption a+br+img
{
	margin: 		10px 0 10px 0;
}
.fancy_image img
{
	float:			none;
}
.fancy_border img
{
	background: #ccc;
	padding:        10px;
}
/* Typography */
a
{
	color: 			#353535;
	text-decoration:underline;
}
a:hover
{
	color: 			#F24C22;
}
h2
{
	font-size: 		72px;
}
h2 a,h3 a,h4 a,h5 a,h6 a
{
	text-decoration:none!important;
}
blockquote
{
	border-left: 	5px solid #353535;
	font-style: 	italic;
	margin-bottom: 	20px;
	padding-left: 	10px;
}
/* Global content */
#content
{
	margin-bottom: 	40px;
	text-align: 	justify;
}
#content h2
{
	text-align: 	right;
}
/* Global container */
#container
{
	margin-top: 	40px;
}
#container:after,.article:after,#comments:after
{
	content: 		".";
	clear: 			both;
	height: 		0;
	visibility: 	hidden;
	width: 			0;
}
/* Sidebar */
#sidebar
{
	border-left: 	1px solid #353535;
	width:			219px;
}
#sidebar h3
{
	font-size: 		32px;
	margin-bottom: 	10px;
}
#sidebar_content
{
	border-left: 	1px solid #f2f2f2;
	padding-left: 	20px;
	padding-bottom:	5px;
}
#sidebar_content ul
{
	margin-left: 	0;
}
#sidebar_content ul li
{
	list-style-type:none;
	margin-left: 	0;
}
#sidebar_content ul li ul li
{
	margin-left: 	5px;
}
#sidebar_content ul li ul li:before
{
	content: 		'- ';
}
#sidebar_content #logo_box p
{
	width: 			150px;
}
#sidebar_content #logo_box #info_img
{
	margin: 		0px 0px 13px 8px;
}
#sidebar_content .info_box ul li a
{
	text-decoration:none;
}
/* Page numbers */
#page_numbers
{
	float: 			right;
	list-style-type:none;
	margin-bottom: 	60px;
}
#page_numbers span
{
	padding-right: 5px;
}
#page_numbers a
{
	margin:			0px 5px 0px 5px;
	text-decoration:none!important;
}
#page_numbers a:hover
{
	color: 			#F24C22;
}
/* Blog articles */
.article
{
	margin-bottom: 	60px;
}
.article .article_heading
{
	text-align: 	right;
}
.article .article_heading h2
{
	line-height: 	80px;
}
.article .article_body
{
	text-align: 	justify;
}
/* Comments */
#comments_container a
{
	text-decoration: underline;
}
#comments_container h3 a
{
	text-decoration: none;
}
#comments_container #comments
{
	margin-bottom: 60px;
}
.comment
{
	list-style-type: 	none;
	margin: 			0px 0px 40px 0px;
	padding: 			0px;
}
.comment .comment_heading img
{
	border: 			1px solid #818181;
	float: 				right;
}
.comment .comment_heading a
{
	text-decoration: 	none!important;
}
.comment .comment_heading strong
{
	font-size: 			16px;
}
.children .comment
{
	margin-left: 		20px;
	margin-bottom: 		10px;
}
#comment_form_container label
{
	font-weight:		bold;
}
#comment_form_container input[type="text"], #searchform input[type="text"]
{
	border: 		1px solid #818181;
	margin-top: 	5px;
	padding: 		5px;
	width: 			300px;
}
#comment_form_container textarea
{
	border: 		1px solid #818181;
	margin-top: 	5px;
	padding: 		5px;
}
#comment_form_container #submit, #searchform #submit
{
	background: 	url("assets/general/btn.jpg") repeat-x top left;
	border: 		1px solid #818181;
	cursor: 		pointer;
	margin-top: 	-10px;
	padding: 		5px;
	text-align: 	center;
	text-shadow: 	1px 1px #fff
}
#comment_form_container #submit:active, #searchform #submit:active
{
	background: 	url("assets/general/btn_flipped.jpg") repeat-x top left
}
#searchform input[type="text"]
{
	margin: 		0px;
	width: 			120px
}
#comment_form_container input[type="text"]:hover,#comment_form_container textarea:hover,#comment_form_container #submit:hover,#searchform #searchsubmit:hover
{
	border: 		1px solid #575757;
}