/*
Theme Name: Russian Maemo Community
Theme URI: http://maemo.cs.karelia.ru/
Description: RMC theme.
Version: 1.0
Author: Mikhail Kryshen
Author URI: http://kryshen.net/
Tags: variable width, two columns

Based on the default WordPress theme by Michael Heilemann.
*/

#searchform {
    margin-bottom: 1em;
}

#s {
    margin-bottom: 0.3em;
    width: 92%;
}

.post {
    border-bottom: solid 1px #bbb;
    text-align: justify;
    margin: 1em 0;
}

.page {
    text-align: justify;
}

.postmetadata {
    color: #777;
    font-size: 80%;
    clear: both;
}

.navigation {
    text-align: center;
    margin: 0.3em 0;
}

ol.commentlist {
    padding-left: 0;
}

li.comment {
    list-style-image: none;
    list-style-type: none;
    margin: 1em 2em 2em 1em;
    border-bottom: solid 1px #bbb;
}

.comment .avatar {
    float: left;
    margin: 0 0.5em 0.5em 0;
}

.clear {
    clear: both;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0.1em;
}

img.alignright {
    padding: 0.1em;
    margin: 0 0 0.2em 0.3em;
    display: inline;
}

img.alignleft {
    padding: 0.1em;
    margin: 0 0.3em 0.2em 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #bbb;
    text-align: center;
    background-color: #fafafa;
    padding-top: 4px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 80%;
    padding: 3px 4px 5px;
    margin: 0;
}
/* End captions */
