/*
Theme Name: Pariisin kevät
Theme URI: http://www.pariisinkevat.com/
Description: Theme for Pariisin Kevät.
Version: 2.0
Author: 7am
Author URI: http://www.7am.fi/
*/

html {
    background: #f5f7f9 url(img/bg.jpg) center top no-repeat;
    margin: 0;
    padding: 0;
}

body {
    background: url(img/shadows.png) center 0 no-repeat;
    color: #555;
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

/* http://codex.wordpress.org/Using_Images */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img {
    border: none;
    margin: 0;
    padding: 0;
}

a {
    color: #999966;
    text-decoration: none;
}
.commentmeta a {
    color: #996633;
}

#airlock {
    background-color: rgba(255,255,255,0.6);
    margin: 12px auto 0 auto;
    padding: 4px 18px 0 18px;
    position: relative;
    top: 13px;
    width: 945px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99FFFFFF',EndColorStr='#99FFFFFF');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#99FFFFFF',EndColorStr='#99FFFFFF')";
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#navigation {
    border-bottom: 1px dotted #999966;
    color: #999966;
    font-size: 116%;
    font-weight: bold;
    margin: 25px 0 0 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
#navigation li {
    float: left;
    margin: 0 18px 0 18px;
    padding-left: 18px;
}
#navigation li:first-child {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#navigation .selected a {
    color: #996633;
}

#content {
    float: left;
    margin: 30px 0 0 30px;
    width: 438px;
}
#content h2 {
    color: #999966;
    font-size: 167%;
    margin: 0;
}
#content .post {
    border-bottom: 1px dotted #999966;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#content .post img {
    max-width: 438px;
}
#content .postmeta {
    margin-bottom: 15px;
    color: #555;
}
#content .postmeta a {
    color: #555;
}
#sidebar {
    float: left;
    margin-top: 14px;
    width: 312px;
}
#sidebar .logo {
    background: url(img/logo_green.png) no-repeat;
    display: block;
    outline: none;
    text-indent: -9999em;
    height: 151px;
    width: 312px;
}
#sidebar h2 {
    color: #999966;
    font-size: 167%;
}
#sidebar ul {
    font-size: 108%;
    margin-left: 0;
}
#sidebar li {
    list-style: ball;
    padding: 0;
    margin: 0 0 0 16px;
}
#sidebar p a {
    color: #996600;
}
#sidebar li a {
    color: #996600;
}
#sidebar li a span.timestamp {
    display: block;
    padding: 0 0 10px 0;
    color: #999;
}
#sidebar .latest, #sidebar .archive {
    border-top: 1px dotted #999966;
}
#sidebar .latest h2, #sidebar .archive h2 {
    margin-top: 1em;
}
#sidebar .archive ul {
    text-transform: capitalize;
}
#sidebar iframe {
    background-color: #fff;
    margin: 25px 0 25px 0;
}
#sidebar .sociable {
    display: none;
}
#sidebar-ad {
    float: left;
    margin: 32px 0 0 25px;
    width: 140px;
}

#content .sociable_tagline {
    float: left;
    padding-right: 10px;
}
#content .comment-container h2 {
    margin-bottom: 1em;
}
.comment-container h3 {
    color: #999966;
    font-size: 153.9%;
    margin: 0;
}
.comment-container ul, .comment-container ol {
    margin: 0;
}
.comment-container li {
    list-style: none;
    margin: 0 0 1em 0;
}
.comment-container fieldset {
    margin: 0;
}
.comment-container label {
    display: block;
}
.comment-container input[type="text"], .comment-container input[type="submit"], .comment-container textarea {
    border: 1px solid #6a6a6a;
    padding: 4px;
    width: 438px;
}
.comment-container textarea {
    height: 140px;
}
.comment-container input[type="submit"] {
    width: auto;
}

.comment-list span {
    display: block;
    color: #aaa;
    font-size: 85%;
}
.comment-list li {
    border-bottom: 1px dotted #999966;
}
.comment-list li p {
    margin-top: 1em;
}

.page-navi, .comment-navi {
    border-bottom: 1px dotted #999966;
    margin: -10px 0 25px 0;
    padding-bottom: 12px;
}
.page-navi li, .comment-navi li {
    list-style: none;
}
.page-navi .prev, .comment-navi .prev {
    float: left;
}
.page-navi .next, .comment-navi .next {
    float: right;
}

#searchform label {
    display: none;
}
#searchform input {
    border: 1px solid #6a6a6a;
    padding: 4px;
    width: 200px;
}
#searchform input[type="submit"] {
    width: auto;
}

#footer {
    background-color: #818c9c;
    color: #fff;
    font-size: 93%;
    margin: 30px auto 0 auto;
    padding: 0 20px 0 20px;
    height: 47px;
    width: 941px;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
#footer span {
    display: block;
    float: left;
    margin-top: 16px;
}
#footer ul {
    float: right;
    margin: 0;
    padding-top: 8px;
}
#footer li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0 0 0 40px;
}
#footer li.popgee {
    background: url(img/footer-popgee.png) no-repeat;
    margin-top: 10px;
    height: 18px;
    width: 42px;
}
#footer li.sonymusic {
    background: url(img/footer-sonymusic.png) no-repeat;
    margin-top: 13px;
    height: 6px;
    width: 76px;
}
#footer li.itunes {
    background: url(img/footer-itunes.png) no-repeat;
    margin-top: 9px;
    height: 12px;
    width: 53px;
}
#footer li.tunefi {
    background: url(img/footer-tunefi.png) no-repeat;
    margin-top: 2px;
    height: 31px;
    width: 52px;
}
#footer li.musicbox {
    background: url(img/footer-musicbox.png) no-repeat;
    margin-top: 4px;
    height: 22px;
    width: 54px;
}
#footer li.backstage {
    background: url(img/footer-backstage.png) no-repeat;
    height: 38px;
    width: 45px;
}
#footer li a {
    display: block;
    outline: none;
    text-indent: -9999em;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}
.clearfix {
    zoom: 1;
}
.post .gallery .gallery-icon, .post .gallery .gallery-icon img, .post .gallery .gallery-item {
    float: left;
    margin: 0 0 4px 0;
    padding: 0;
    border: none;
}
.facebooklike {
    display: block;
    clear: both;
    padding: 6px 0 6px 0;
}
			.gallery {
				margin: auto;
			}
			.gallery .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 33%;			}
			.gallery img {
				border: none;
			}
			.gallery .gallery-caption {
				margin-left: 0;
			}
