/* @override http://jiwostudio.com/wp-content/themes/notebook/style.css */

/* @override http://jiwostudio.com/wp-content/themes/notebook/style.css */

@import url("grid.css");

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(img/bg.jpg);
    background-color: #4f3f32;
    font: 14px/28px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

span.archive-date {
    margin-left: 1em;
    color: gray;
}

.car-yearmonth {
    font-size: 17px;
    font-weight: bold;
}

.car-list li {
    list-style: none;
}

li.right {
    float: right;
}

a {
    color: #a82900;
    text-decoration: none;
    text-shadow: white 0 1px 1px;
}

a.permalink {
    opacity: 0.3;
}

a:hover {
    color: #461e00;
 text-decoration: underline;
}

.ar {
    text-align: right;
}

.ac {
    text-align: center;
}

#header {
    height: 252px;
    background: url(img/header.jpg) no-repeat center;
    margin-top: 20px;
}

p.slogan {
    color: #4e1e00;
    text-shadow: rgba(255,254,255,0.44) 0 1px 1px;
    letter-spacing: -2px;
    margin-top: 72px;
    text-align: right;
    margin-right: 20px;
    font-size: 39px;
    font-weight: bold;
    line-height: 40px;
    font: bold 32px/40px "Courier New", Courier, mono;
}

p.caption {
    color: gray;
    font-size: 11px;
    line-height: 16px;
}

h1.logo {
    height: 171px;
    margin-top: 40px;
}

h1.logo a {
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    display: block;
}

.content-mid {
    background: url(img/content.jpg) repeat-y center;
    padding-top: 10px;
    padding-bottom: 30px;
}

.content-bottom {
    background: url(img/content-bottom.jpg) no-repeat center;
    height: 23px;
    display: block;
}

.sidebar {
    margin-right: 50px;
    text-align: left;
    margin-top: 20px;
}

.sidebar .box {
    padding: 2px 12px;
    background-color: #f3ead3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #e6ddc8;
    margin-bottom: 40px;
}

.sidebar .box p {
    line-height: 22px;
    font-size: 13px;
    color: #5c4130;
}

#searchform input#s {
    font-size: 15px;
    padding: 3px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #babaad;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #f8f3e9;
    width: 90%;
    line-height: 20px;
}

#searchform input#searchsubmit {
    visibility: hidden;
}

.sidebar .box h2 {
    font-size: 13px;
    line-height: 30px;
    color: #bfa997;
    text-transform: uppercase;
    text-shadow: white 0 1px 0;
    margin-bottom: 0;
}

.sidebar ul {
    list-style-type: none;
}

.sidebar ul li {
    font: bold 18px/30px "Courier New", Courier, mono;
    text-transform: uppercase;
    border-top: 1px solid #e0d7c2;
}

/* @group css animation */

body {
       -webkit-animation-name: opacity-change;
       -webkit-animation-duration: 0.5s;
       -webkit-animation-iteration-count: 1;
   		-webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes opacity-change {
           0% {
            opacity:0.6;
           }
           100% {
            opacity:1;
           }
       }
@-webkit-keyframes scaleup {
           0% {
            -webkit-transform: scale(0.6);
            opacity:0.6;
           }
           100% {
            -webkit-transform: scale(1);
            opacity:1;
           }
       }
@-webkit-keyframes scale {
           0% {
               -webkit-transform: scale(2);
            opacity:0;
           }
           100% {
               -webkit-transform: scale(1);
                opacity:1;
           }
       }




/* @end */

.main {
    color: #392300;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.main h1 {
    margin-top: 20px;
    border-bottom: 1px solid #d9d8c9;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
}

/*@font-face {
    
	font-family: "customizedHelvetica"; 
	src: local("Helvetica Neue");
	font-weight: bold;
	font-style: normal;
    
}*/

h2 {
    margin-bottom: 10px;

    font: 20px/24px "customizedHelvetica", "Hiragino Kaku Gothic StdN", "LiHei Pro", sans-serif;
/*    font: 20px/24px "Hiragino Kaku Gothic StdN", "LiHei Pro", sans-serif;*/
    text-transform: uppercase;
    font-weight: bold;
    
}

.post h2 {
    
    position:  relative;
    
}

.post h2 a.permalink {
    
   display:  inline-block;
   width: 36px;
   margin-left: -44px;
   position:  relative;
   left: 17px;
    
}

.main h2 a {
    text-shadow: #fefffe 0 1px 1px;

}

h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

.date {
    float: right;
    color: #d2bd9c;
    text-shadow: white 0 1px 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 5px;
}

h2 span.comment-count a {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 2px 5px;
    background-color: #c4b79a;
    margin-left: 10px;
    visibility: hidden;
    font: bold 12px/2px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: none;
}

.comment-count {
}

.post hr{margin-bottom:15px;
    height: 1px;
    display: none;
}

div.footnotes {
    padding-top: 15px;
    border-top: 1px dashed #cac9bb;
    border-bottom: 1px dashed #cac9bb;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote {
    background-color: #f3ead3;
    padding: 14px 19px 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #5e3900;
    text-shadow: white 0 1px 0;
}

pre {
    background-color: #f3ead3;
    padding: 14px 19px 14px 19px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #5e3900;
    text-shadow: white 0 1px 0;
    overflow: auto;
}

/* My Comment */

.post:hover h2 span.comment-count a {
    visibility: visible;
}

.post {
    border-bottom: 1px solid #d9d8c9;
    padding-top: 20px;
    border-top: 1px solid #fffeff;
    padding-bottom: 10px;
}

.post img {
    padding: 3px;
    background-color: white;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.29);
}

.post img.no-border {
	-webkit-box-shadow: none;
    border: 0 none;
    background-color: transparent;
}

.post h2 img {
    background: transparent;
	-webkit-box-shadow: none;
	padding: 0;
    border-style: none;
}

.post ul, .post ol {
    padding-bottom: 10px;
}

.post ul li{list-style-type:square;list-style-position:inside;padding-left:15px}.post ol li{list-style-type:decimal;list-style-position:inside;padding-left:15px}

.post:first-child {
    border-top-style: none;
}

p.meta {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 0;
}



.post .footnotes{
	background-color: #f3ead3;
	font-size:12px;
	line-height:18px;
}

#footer {
    color: rgba(254,255,254,0.48);
    margin-top: 20px;
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: rgba(0,0,0,0.63) 0 1px 3px;
}

#footer a {
    color: #dedecf;
    text-shadow: rgba(0,0,0,0.63) 0 1px 3px;
}

ul.post-nav{height:30px;margin-top:30px;margin-bottom:30px;display:block}ul.post-nav li{display:inline;
    text-transform: uppercase;
    font: bold 18px/30px "Courier New", Courier, mono;
}

.flickr-gallery {
    overflow: auto;
}

.flickr-gallery .flickr-thumb {
    float: left;
    margin-right: 34px;
    margin-bottom: 34px;
}

