/* 

Description: The Pixel Internet Blog

Version: 1.0

Based on theme by original Author: Jayjdk

Based on theme URL: http://themeforest.net/user/jayjdk

*/



/* Posts */

.post {
	border-bottom: 1px solid #dfdcd7;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
body.single .post {
	margin-bottom: 10px;
} /* Single post */
.post p {
	margin-bottom: 1em;
}
/* Comments number */

.post .comments-number a {
	background: url(images/icons/speech_bubble_48.png) no-repeat;
	color: #542E4B;
	font-size: 16px;
	font-weight: bold;
	height: 48px;
	width: 48px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
/* Post meta */

	.post-meta {
	margin: 10px 0;
	overflow: hidden;
	display:block;
}
body.single .post-meta {
	margin-top: 10px;
}
.post-meta p {
	background: #fbfbfb url(images/btn.png) repeat-x left bottom;
	border: 1px solid #d3d0ca;
	line-height: 26px;
	padding: 5px 12px;
	margin: 0;
}
a.more-link {
	font-style: italic;
}
/* Author box */

	div.author-box, div.author-info {
	background: #F2F2F2 url(images/icons/pencil.png) no-repeat 95% center;
	padding: 15px;
	margin: 0 0 30px;
	height:120px;
}
.author-box img, .author-info img {
	float: left;
	padding-right:10px;
}
.author-box div {
	margin-top: 3px;
	padding: 0 75px 0 145px;
}
.author-box h4, .author-info h3 {
	color: #242323;
	font-size: 18px;
}
/* Related posts */

	

	.related-posts ol {
	margin-left: 30px;
}
.related-posts-thumbs {
	overflow: hidden;
}
.related-posts-thumbs ol {
	text-align:center;
}
.related-posts-thumbs ol li {
	float: left;
	margin-right: 15px;
	width: 108px;
}
.related-posts-thumbs a {
	display: block;
}
.related-posts-thumbs a:hover {
	text-decoration: none;
}
/* Social icons */

	

	.social {
	margin-bottom: 30px;
}
.social h3, .related-posts h3, .related-posts-thumbs h3 {
	margin-top: 0;
}
.social a {
	margin-right: 10px;
}
/* Author page */

	

	.author-head img {
	margin: 5px 10px 0 0;
}
.author-head h3 {
	margin: 0;
}
.author-head p {
	margin: 0 0 0 68px;
	width:510px;
}
.author-info dl {
	clear: both;
}
.youtube-author {
	margin: 30px 0 50px;
}
.youtube-author h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.youtube-author h4 {
	color: #242323;
}
/* Sidebar */

.leftBlock li.categories {
	padding:0;
	margin:0;
}
.leftBlock ul.noBtns li {
	padding:6px 10px;
	border-bottom:1px dotted #999;
	margin:0 10px;
}
.leftBlock ul.noBtns li a {
	background:none;
	list-style:none;
	padding:0;
	height:auto;
}
.leftBlock ul.noBtns li a:hover {
	font-weight:normal !important;
}
.leftBlock h3 {
	margin:0;
}
/* Comments */



#comments {
	margin-top: 50px;
	float:left;
}
#comments h3.comments, #respond h3 {
	padding: 10px 0 0 60px;
	height: 48px;
	line-height: 28px;
}
#comments h3.comments {
	background: url(images/icons/comment.png) no-repeat left center;
}
/* Comment list */

ol.commentlist {
	border-top: 1px solid #dfdcd7;
	margin: 30px 0;
}
ol.commentlist li {
	background: #fff;
	border-bottom: 1px solid #dfdcd7;
	overflow: hidden;
	padding: 20px 5px;
}
ol.commentlist li.odd {
	background: #f9f9f9;
} /* Every 2. comment */
/* Level 2 */

	ol.commentlist li ul {
	margin-top: 75px;
}
ol.commentlist li ul li {
	border: 1px solid #dfdcd7;
	margin: 0 0 20px;
	padding: 20px 10px;
}
ol.commentlist li ul li.parent {
	padding-bottom: 0;
}
/* Admin / Post author hightlighting */

	ol.commentlist li.comment-author-admin, ol.commentlist li.bypostauthor {
	border-bottom: 1px solid #C2BDB4;
}
ol.commentlist li ul li.comment-author-admin, ol.commentlist li ul li.bypostauthor {
	border: 1px solid #C2BDB4;
}
ol.commentlist .comment-author {
	font-size: 14px;
}
ol.commentlist img.avatar {
	float: left;
	margin: 0 10px 15px 0;
}
ol.commentlist li cite {
	font-style: normal;
} /* Name */
/*ol.commentlist .says { display: none; }*/ /* Remove the "says" after a persons name */

ol.commentlist .comment-meta {
	font-size: 11px;
}
ol.commentlist li p {
	margin: 5px 50px 15px 0;
}
ol.commentlist li div.reply {
	float: right;
} /* The reply button */
.comment-nav {
	overflow: hidden;
}
/* Comment form */



#respond h3 {
	background: url(images/icons/pencil.png) no-repeat left center;
}
#respond form p {
	margin-bottom: 10px;
}
#respond form input {
	margin-left: 0px;
	padding:3px;
	border:3px solid #ccc;
}
#respond textarea {
	padding:3px;
	border:3px solid #ccc;
}
/* Typography */



.post a {
	color: #BD0A55;
	text-decoration: none;
}
.post a:hover {
	text-decoration: underline;
}
/* Headings */

#mainColumn h1 {
	background:none !important;
}
h1, h2, h3, h4, h5, h6, table caption {
	color: #242323;
	font-weight: bold;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 16px;
	margin: 20px 0;
}
h4, table caption {
	color: #c32404;
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
.post h2 {
	color: #242323;
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 27px;
}
.post h2.BKno {
	background:none !important;
	width:auto !important;
	padding:0 60px 0 0 !important;/*width:620px !important;*/
	height:auto !important;
	}
.page h1 {
	margin-bottom: 25px;
}
.tweetmeme_button { margin-top:10px;}
.post h2 a {
	color: #542E4B;
}
.post h3 {
	line-height: 30px;
}
#sidebar h3 {
	font-size: 26px;
	margin: 0 0 10px;
}
.post strong {
	color: #303030;
}
pre, .author-box, .author-info {
	background: #F2F2F2;
	border: 1px solid #ccc8c1;
	margin: 10px 0;
	padding: 4px 5px;
}
code {
	background: #F2F2F2;
}
pre code {
	background: none;
}
small {
	font-size: 11px;
}
blockquote {
	border-left: 3px solid #BD0A55;
	font-style: italic;
	margin: 0 50px 0 10px;
	padding-left: 10px;
}
/* Lists */

.post ul, .post ol {
	margin: 20px;
}
.post ul li, .post ol li, .related-posts li {
	line-height: 28px;
}
.post ul li, .related-posts ul li {
	list-style: disc;
}
.post ol li, .related-posts ol li {
	list-style: decimal;
}
dt {
	font-size: 14px;
	font-weight: bold;
}
dd {
	margin: 2px 10px 8px;
}
/* Forms */



.post input[type="text"], .post input[type="password"], textarea { /* Input fields and textareas */
	border: 1px solid #d3d0ca;
	color: #555;
	font-family: Verdana, Arial, sans-serif;
	padding: 5px 3px;
}
.post input:hover, .post input:focus, .post textarea:hover, .post textarea:focus {
	border: 1px solid #c0bcb4;
	color: #111;
}
input[type="submit"] { /* Submit button */
	background: #fbfbfb url(images/btn.png) repeat-x left bottom;
	border: 1px solid #d3d0ca;
	color: #333;
	cursor: pointer;
	padding: 4px 6px;
}
textarea {
	font-size: 12px;
	overflow: auto;
	width: 75%;
}
/* Images */



img.alignleft, img.alignright, img.aligncenter, .post img.thumbnail, img.avatar {
	background: #F2F2F2;
	border: 1px solid #ccc8c1;
	padding: 3px;
}
img.alignleft {
	margin:0 15px 15px 0;
}
img.alignright {
	margin-left: 15px;
}
img.aligncenter {
	margin: 10px 0;
	display: block;
	margin: 0 auto;
}
.wp-caption, .article-image {
	background: #F2F2F2;
	border: 1px solid #ccc8c1;
	padding: 10px 0 10px;
	text-align: center;
	margin: 10px 0;
}
.wp-caption p, .article-image p {
	margin: 10px 0 0;
}
input.sinput {
	padding:4px;
	border:3px solid #c0c0c0;
}
/* Misc */



.btn, a.btn, div.reply a { /* Buttons */
	background: #fbfbfb url(images/btn.png) repeat-x left bottom;
	border: 1px solid #d3d0ca;
	padding: 6px 12px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
/* Errors, warnings and so on - Example usage: <p class="error">Error! Message</p> */

	.error, .warning, .download, .success, .box, .tip {
	padding: 5px 20px 5px 45px;
	border-left: none!important;
	border-right: none!important;
}
.error {
	background: #ffebe8 url(images/icons/delete.png) no-repeat 15px center;
	border: 2px solid #C00;
}
.warning {
	background: #fff6bf url(images/icons/exclamation.png) no-repeat 15px center;
	border: 2px solid #ffd324;
}
.download {
	background: url(images/icons/disk.png) no-repeat 15px center;
	border: 2px solid #b5d4fe;
}
.success {
	background: #e7f7d3 url(images/icons/accept.png) no-repeat 15px center;
	border: 2px solid #6c3;
}
.box {
	background: #efefef;
	border: 2px solid #d0d0d0;
	padding-left: 15px;
}
.tip {
	background: url(images/icons/information.png) no-repeat 15px center;
	border: 2px solid #b5d4fe;
}
/* Tables */



table {
	border: 1px solid #ccc8c1;
	width: 100%;
	margin: 10px 0;
}
table caption {
	text-align:left;
	line-height:40px;
}
table thead th {
	background: #EAEAEA;
	border: 1px solid #ccc8c1;
	font-size: 12px;
	padding: 10px;
}
table tbody td {
	background: #fcfcfc;
	border-left: 1px solid #ccc8c1;
	border-bottom: 1px solid #ccc8c1;
	font-size: 12px;
	padding: 10px;
	text-align: left;
}
/* Wordpress stuff */





/* CSS for the WP-PageNavi plugin*/



.wp-pagenavi {
	color: #542E4B;
	clear: both;
	font-size: 12px;
	margin-bottom: 40px;
	text-align: right
}
.wp-pagenavi a, .wp-pagenavi .current {
	border: 1px solid #d3d0ca;
	color: #542E4B;
	margin-left: 3px;
	padding: 3px 7px;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #542E4B;
}
.wp-pagenavi .pages {
	float: left;
}
/* WP-Calender */

#wp-calendar {
	background: #F2F2F2;
	border: 1px solid #ccc8c1;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}
#wp-calendar th {
	padding-top: 5px;
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px;
	width: 200px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar td a {
	display: block;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
/* IE6 warning */

.ie-warning {
	margin-bottom: 20px;
	position: relative;
}
.ie-warning .close {
	background: url(images/icons/cross.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.ie-warning h5 {
	margin-top: 8px;
}
.ie-warning p {
	margin-bottom: 10px;
}

