@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic&subset=latin,cyrillic);

/*
========================================================================
BLOG :: Body
========================================================================
*/

body {
	font-family: 'Open Sans',arial,sans-serif;
	background-color: #FAFAFA;
	margin: 0;
	padding: 20px;
	font-size: 62.5%;
	color: #555;
}

#container {
    margin: 0 auto;
    max-width: 980px;
    min-width: 600px;
    overflow: auto;
    padding: 20px;
	border: 1px solid #F7F7F7;
	background-color: #FFFFFF;
}

a {
	color: #006AC8;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
========================================================================
BLOG :: Head
========================================================================
*/

#blog-head {
	overflow: auto;
	margin: 10px 0 30px 0;
	font-weight: lighter;
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 20px;
}

#blog-head	a {
	color: #333;
	text-decoration: none;
	font-size: 3.6em;
}

#blog-head	span.blog-title {
	color: #777777;
}

#blog-head	span.blog-slogan {
	color: #777777;
}

/*
========================================================================
BLOG :: Main
========================================================================
*/

#main {
    margin: 0 auto;
    overflow: auto;
	font-size: 1.4em;
}

#left {
    margin-right: 280px;
}

#sidebar {
	float: right;
	width: 230px;
	margin-right: 10px;
}

/*
========================================================================
BLOG :: Footer
========================================================================
*/

#blog-foot {
	text-align: right;
	font-size: 1.1em;
}

/*
========================================================================
BLOG :: Page 404
========================================================================
*/

div.page_404 {

}

/*
========================================================================
BLOG :: Pager
========================================================================
*/

#pager {
	overflow: auto;
	text-align: center;
}

#pager	a.next-page {
	float: right;
	background: #FFFFFF;
	padding: 0 5px;
}

#pager	a.prev-page {
	float: left;
	background: #FFFFFF;
	padding: 0 5px;
}

#pager	a.home-page {
	background: #FFFFFF;
	padding: 0 5px;
}

/*
========================================================================
Nibbleblog Styles
========================================================================
*/

.nb-code {
	border-style: solid !important;
}

.nb-console {
    background: url("img/console.png") no-repeat scroll 8px 8px #F1F1F1;
    display: block;
    line-height: 24px;
    margin: 5px 0;
    overflow: auto;
    padding-left: 38px;
    white-space: nowrap;
    border: 1px solid #ccc !important;
}

.nb-align-left {
	float:left;
	margin:0 1em 1em 0;
}

.nb-align-right {
	float:right;
	margin:0 0 1em 1em;
}

.nb-align-center {
	display:block;
	margin:0 auto 1em;
}
/*
========================================================================
POST
========================================================================
*/

article.post {
	margin-bottom: 60px;
	overflow: hidden;
}

/*
========================================================================
POST :: Head
========================================================================
*/

article.post	header	h1.post-title {
	font-size: 2em;
	margin: 0;
	color: #2986D2;
	font-weight: normal;
}

article.post	header	h1.post-title	a {
	color: #2986D2;
}

article.post	header	h1.post-title	a:hover {
	color: #CCC;
	text-decoration: none;
}

article.post	header	div.post-published {
	border-left: 32px solid #3399CC;
	color: #666666;
	display: inline-block;
	font-size: 0.9em;
	padding-left: 8px;
}

article.post	header	div.share_wrap {
	border-left: 42px solid #00ADE8;
	color: #666666;
	display: block;
	padding-left: 8px;
	margin-top: 3px;
}

article.post	header	div.share_wrap	span {
	margin-right: 5px;
}
/*
========================================================================
POST :: Content
========================================================================
*/

article.post	div.post-content	pre {
	border: 1px dashed #ccc;
}


article.post	div.post-content	img {
	max-width:100%;
}

article.post	div.post-content	blockquote {
	font-size: 1.1em;
	font-style: italic;
}

article.post	div.post-content	h1,
article.post	div.post-content	h2,
article.post	div.post-content	h3,
article.post	div.post-content	h4,
article.post	div.post-content	h5 {
	font-weight: normal;
	color: #333333;
	margin: 22px 0 13px 0;
	padding: 0;
}

article.post	div.post-content	h1 {
	font-size: 1.8em;
}

article.post	div.post-content	p {
	line-height: 1.5em;
}

article.post	div.post-content	.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 13px 0;
}

article.post	div.post-content	.video-embed iframe,
article.post	div.post-content	.video-embed object,
article.post	div.post-content	.video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
========================================================================
POST :: Footer
========================================================================
*/

article.post	footer {
	font-size: 0.9em;
	margin-top: 20px;
}

article.post	footer	div.readmore {
	background: #FAFAFA;
	padding: 8px 15px;
}

article.post	footer	span {
	margin: 0 3px;
}

article.post	footer	a {
	font-weight: normal;
}

/*
========================================================================
POST :: Footer :: Tags
========================================================================
*/

article.post	footer	div.post-tags {
	border-left: 4px solid #FF8A3D;
	margin-top: 7px;
	padding-left: 10px;
}

article.post	footer	div.post-tags	ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

article.post	footer	div.post-tags	li {
	display: inline-block;
}

article.post	footer	div.post-tags	a.tag {
	color: #434343;
	margin-right: 2px;
	padding: 0 5px;
}

article.post	footer	div.post-tags	a.tag:hover {
	opacity: 0.8;
	text-decoration: none;
}

/*
========================================================================
POST :: Comments
========================================================================
*/

#comments {
	margin-top: -40px;
}

#comment_list {
	margin-top: 30px;
}

#comment_list	h2 {
	font-weight: normal;
	margin: 10px 0;
}

#comment_list	div.comment {
	border-left: 2px solid #FFAC00;
	margin: 0 0 10px;
	padding: 10px;
	overflow: auto;
}

#comment_list	span.author_name {
	font-weight: bold;
}

#comment_list	span.date {
	margin-left: 10px;
	font-style: italic;
}

#comment_list	span.content {
	display: block;
}

#comment_list	img.avatar {
	float:left;
	margin-right: 10px;
}

/*
========================================================================
POST :: Comments form
========================================================================
*/

#comment_form {
	margin-top: 30px;
	width: 70%;
}

#comment_form	h2 {
	font-weight: normal;
	margin: 10px 0;
}

#comment_form	h3.alert {
    background: #E83E76;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 12px;
}

#comment_form	input[type="text"],
#comment_form	textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #C4C4C4;
	border-radius: 2px;
	color: #858585;
	padding: 8px;
	outline:none;
	resize: none;
	margin-bottom: 15px;
	font-family: 'Open Sans', helvetica,arial,sans-serif;
	font-size: 1em;
}

#comment_form	input[type="submit"] {
	display: block;
	clear: left;
	padding: 3px 8px;
}

/* For Facebook comments */
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
	width: 100% !important;
}
/*
========================================================================
PAGE
========================================================================
*/

article.page {
	margin-bottom: 60px;
	overflow: hidden;
}

/*
========================================================================
PAGE :: Head
========================================================================
*/

article.page	header {
    padding: 0;
    margin: 0;
}

article.page	header	h1.page-title {
	font-size: 2em;
	margin: 0;
	color: #2986D2;
	font-weight: normal;
}

/*
========================================================================
PAGE :: Content
========================================================================
*/

article.page	div.page-content	pre {
	border: 1px dashed #ccc;
}

article.page	div.page-content	img {
	max-width:100%;
}

article.page	div.page-content	blockquote {
	font-size: 1.1em;
	font-style: italic;
}

article.page	div.page-content	h1,
article.page	div.page-content	h2,
article.page	div.page-content	h3,
article.page	div.page-content	h4,
article.page	div.page-content	h5 {
	font-weight: normal;
	color: #333333;
	margin: 22px 0 13px 0;
	padding: 0;
}

article.page	div.page-content	h1 {
	font-size: 1.8em;
}

article.page	div.page-content	p {
	line-height: 1.5em;
}

article.page	div.page-content	.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 13px 0;
}

article.page	div.page-content	.video-embed iframe,
article.page	div.page-content	.video-embed object,
article.page	div.page-content	.video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
========================================================================
PLUGINS
========================================================================
*/

div.plugin-box {
    margin-bottom: 20px;
    overflow: auto;
}

div.plugin-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.plugin-box	li {
	display: block;
	word-wrap: break-word;
	padding: 2px 0;
}

div.plugin-box	h3.plugin-title {
	border-bottom: 1px solid #F1F1F1;
	border-top: 1px solid #F1F1F1;
	color: #333333;
	font-weight: normal;
	padding: 4px 0;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

/*
========================================================================
PLUGINS :: Last posts
========================================================================
*/

div.plugin_last_posts {

}

div.plugin_last_posts	li {
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*
========================================================================
PLUGINS :: About
========================================================================
*/

div.plugin_about {

}

div.plugin_about	li.name {
	font-weight: bold;
	font-size: 0.9em;
}

div.plugin_about	li.about {
	font-size: 0.9em;
}

div.plugin_about	li.image {
	float: left;
	overflow: auto;
	width:70px;
}

div.plugin_about	img.plugin_about {
    max-width:64px;
}
/**
 * GitHub theme
 *
 * @author Craig Campbell
 * @version 1.0.4
 */
pre {
    border: 1px solid #ccc;
    word-wrap: break-word;
    padding: 6px 10px;
    line-height: 19px;
    margin-bottom: 20px;
}

code {
    border: 1px solid #eaeaea;
    margin: 0px 2px;
    padding: 0px 5px;
    font-size: 12px;
}

pre code {
    border: 0px;
    padding: 0px;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

pre, code {
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    color: #333;
    background: #f8f8f8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

pre, pre code {
    font-size: 13px;
}

pre .comment {
    color: #998;
}

pre .support {
    color: #0086B3;
}

pre .tag, pre .tag-name {
    color: navy;
}

pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {
    font-weight: bold;
}

pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace {
    color: #333;
}

pre .constant.numeric, pre .keyword.unit, pre .hex-color {
    font-weight: normal;
    color: #099;
}

pre .entity.class {
    color: #458;
}

pre .entity.id, pre .entity.function {
    color: #900;
}

pre .attribute, pre .variable {
    color: teal;
}

pre .string, pre .support.value  {
    font-weight: normal;
    color: #d14;
}

pre .regexp {
    color: #009926;
}
