/*
	Theme Name: Morning Chocolate
	Theme URI: http://www.vecher.com/journal/
	Description: Official theme of Igor&#146;s journal inspired by this <a href="http://flickr.com/photos/colodio/261722930/">great photo</a>. Icons by <a href="http://www.famfamfam.com/">Mark James</a> and <a href="http://www.pinvoke.com/">Yusuke Kamiyamane</a>. Plugins required: Twitter by Igor Topilsky and Cryptographp by Leo Cacheux.
	Version: 3
	Author: Igor Topilsky
	Author URI: http://www.vecher.com/journal/
	Tags: custom header, fixed width, one column
*/

* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	color: #444444;
	font-family: Arial, sans-serif;
	font-size: 100%;
	background: #fafafa url(images/stripe.png);
	padding: 10px;
}
img {
	border: none;
}
a {
	color: #444444;
}
sub, sup {
	line-height: 0;
}
#column {
	width: 680px;
	margin: auto;
}
#header {
	background: #444444 url(images/header.jpg) no-repeat;
	height: 180px;
	clear: both;
}

/* Alignment */
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center { /* from TinyMCE CSS, for displaying centered images and objects in posts */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation */
#panel {
	font-size: .75em;
	padding: 7px 0;
	background-color: White;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#panel a {
	margin: 0 10px;
}
#panel li {
	display: inline;
	list-style: none;
}
#panel li.title {
	font-family: Georgia, serif;
	font-weight: bold;
	font-variant: small-caps;
}
#panel img {
	border: none;
}
#bottom-nav {
	font-size: .85em;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}
#bottom-nav a {
	/*color: #797979;*/
}

/* Content */
#content {
	padding: 25px 25px 10px;
	background-color: White;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#content.holiday {
	background: White url(images/yolochka.jpg) no-repeat bottom;
}
#content h1 {
	font-family: Helvetica, sans-serif;
	font-size: 1.35em;
	/*text-align: center;*/
}
#content h1.big {
	font-size: 1.5em;
}
#content h1.page-title {
	margin-bottom: 10px;
}
#content h2 {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	clear: both;
}
#content p.message {
	font-size: .9em;
	clear: both;
	text-align: center;
	color: #797979;
}
#content-review {
	font-size: .7em;
	color: #797979;
	border: 1px #dddddd solid;
	margin-bottom: 20px;
	padding: 5px;
}
.post {
	margin-bottom: 35px;
	/*overflow: hidden;*/
	float: left; /* instead of overflow because of hung punctuation */
	clear: both;
}
.sticky {
	border: 1px #dddddd solid;
	padding: 10px;
}
.page-entry {
	margin-bottom: 15px;
}
.search-entry {
	margin-bottom: 30px;
}
.sticky h1 {
	background: transparent url(images/pin-disable.png) no-repeat right top;
}
.date, .meta {
	color: #797979;
	font-size: .7em;
}
.date {
	margin-bottom: 10px;
	/*text-align: center;*/
}
.post-content {
	font-size: .85em;
}
.post-content p {
	margin-bottom: 1em;
}
.post-content blockquote {
	min-height: 26px;
	margin-left: 20px;
	padding-left: 50px;
	padding-top: 10px;
	background: White url(images/quote.png) no-repeat left top;
	color: #797979;
	overflow: hidden;
}
.meta {
	padding-left: 5px;
	max-width: 400px;
	float: left;
	clear: both;
}
.meta a {
	color: #797979;
	font-style: italic;
}
.meta ul.tags li {
	display: inline;
	list-style: none;
}
.meta ul.tags li a {
	color: White;
	font-size: .8em;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin: 2px 5px 0 0;
	padding: 2px;
	float: left;
}
.more-link {
	color: #797979;
}
.comments-icon {
	font-size: .7em;
	max-height: 16px;
	float: right;
}
.comments-icon img {
	vertical-align: middle;
	margin: 0;
}
.comments-icon a {
	color: #797979;
	text-decoration: none;
}
.tools {
	float: right;
}
.tools img {
	/*margin: 0 2px;*/
}

/* Gallery */
.gallery {
	margin-bottom: 1em; /* as a paragraph */
	padding: 0 1px; /* 628 / 4 = 157 */
	overflow: hidden;
}
.gallery-item { /* precise geometry here; always use 4 columns in galleries! */
	float: left;
	margin-bottom: 7px;
	text-align: center;
	width: 25%;
	height: 150px;
}

/* Comments */
.comment-block {
	padding: 20px;
}
.comment-block .comment-block {
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 0;
}
.comment-list, .children {
	list-style: none;
}
.children {
	margin-left: 25px;
}
.comment {
	clear: both;
	/*overflow: hidden;*/
	margin-bottom: 20px;
}
#content .comment h1 {
	font-size: .8em;
	overflow: hidden;
}
.comment .date {
	margin-bottom: 5px;
	overflow: hidden;
}
.avatar {
	float: left;
	margin: 0 10px 5px 0
}
.comment-content {
	font-family: Verdana, sans-serif;
	font-size: .7em;
	clear: both;
	overflow: hidden;
}
.comment-content p {
	margin-bottom: .8em;
}
a.comment-reply-link {
	text-decoration: none;
	border-bottom:  1px #444444 dashed;
	position: relative;
	top: -1px;
}
#comments-nav {
	clear: both;
	overflow: hidden;
}
.comment-list #respond h2 {
	display: none;
}
#cancel-comment-reply {
	float: right;
}
#comment-form {
	color: #797979;
	font-family: 'Lucida Grande', sans-serif;
	font-size: .65em;
	/*overflow: hidden;*/
}
#comment-form p.greeting {
	margin-bottom: 15px;
}
#comment-form input.text, input#securitycode {
	border: 1px #dddddd dotted;
	margin: 0 5px 7px 0;
}
#comment-form input.submit {
	width: 150px;
}
#comment-form textarea {
	width: 90%;
	max-width: 100%; /* for resizing */
	border: 1px #dddddd dotted;
	margin-bottom: 7px;
}

/* Footer */
#footer {
	font-size: .7em;
	font-family: Georgia, serif;
	font-variant: small-caps;
	color: #c0c0c0;
	padding: 10px;
	overflow: hidden;
}
#footer a {
	color: #c0c0c0;
}
#footer strong {
	font-style: italic;
}
form#search {
	float: right;
}
#copyright {
	overflow: hidden;
}

/* Twitter */
#twitter {
	font-family: cursive;
	font-size: .85em;
	line-height: 18px;
	background-color: LightGoldenRodYellow;
	padding: 3px;
	overflow: hidden;
}
#twitter a {
	font-family: Arial, sans-serif;
	color: #797979;
}
#twitter img {
	margin-right: 5px;
	float: left;
}
#twitter_update_list {
	list-style: none;
}
#twitter_update_list li.loading {
	color: #797979;
}

/* ShareThis */
#sharethis_0 a.stbutton {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	padding: 0;
}
#sharethis_0 .stbuttontext {
	display: none;
}

/* Edit links */
a.post-edit-link, a.comment-edit-link {
	color: Coral;
	font-style: italic;
}
a.post-edit-link {
	font-size: .6em;
}