@charset "UTF-8";

html {
    height:100%;
    }
body {
    margin: 0;
    padding:20px;
    background-color: #fff;
    font-family: Verdana,Osaka,Gothic,Sans-serif;
    font-size: x-small;
    line-height: 160%;
    color: #333;
    }
a {
    text-decoration: none;
    color: #8FABBE;
    }
a:hover {
    text-decoration: underline;
    color: #006699;
    }
br {
    letter-spacing: 0;
    }
h1 {
    font-size: x-small;
    font-weight: bold;
    color: #ff5500;
    margin-bottom: 10px;
    }
h1 a {
    color: #ff5500;
    }

h2 {
    margin-top: 40px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #494949;
    }
/* store title */
h3 {
    padding: 5px 10px;
    background-color: #aabbcc;
    font-size: 14px;
    color: #fff;
    }
img {
    border: 0;
    }
.entry {
    width: 700px;
    margin-bottom: 30px;
    }
.left {
    width: 23%;
    float: left;
    }
.right {
    width: 700px;
    float: left;
    }
.right .photo img {
/*    width: 700px; */
    }
.photo2 {
    width: 700px;
    }
.photo2 img {
    float: left;
    margin: 0px 40px 10px 0px;
    }
@media screen, print {
    .textbody {
        margin-top: 5px;
        letter-spacing: 0.05em;
        text-align: left;
        }
    }
.textbody2 {
    font-size: 11px;
    line-height: 1.5em;
    margin-top: 5px;
    letter-spacing: 0;
    text-align: left;
    }

.page { 
    padding: 20px 0px 20px 0px;
    font-size: x-small;
    font-weight: normal;
    letter-spacing: 0;
    }
.posted { 
    padding: 3px 0px 3px 0px;
    font-size: x-small;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    }
.sepa {
    border-top: 0px dotted #666666;
    margin-top:30px;
    }
#ovrssll316-bottom {
    display: none;
    }
.blogpeople-powered-by {
    display: none;
    }
#comments {
    margin-top:80px;
    width: 700px;
/*	background-color: #fcfcfc; */
    }
@media screen, print {
    #comments .textbody {
        letter-spacing: 0.05em;
        }
    }

#comments .posted {
    text-align: left;
    font-size: x-small;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    border-bottom: 1px dotted #666666;
    margin-bottom: 20px;
    }

#comments blockquote {
    margin: 15px 0px 15px 30px;
    color: #555555;
    }
#visitors_all li {
    margin-bottom: 10px;
    }



/* --------------- Archives page --------------- */

.thumb {
    width: 103px;
    height: 73px;
    overflow: hidden;
    float: left;
    }
    
.contentlink {
    font-size: x-small;
    line-height: 17px;
    text-align: left;
    }

.contentleft {
    width: 30%;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 17px;
    text-align: left;
    letter-spacing: 0;
    float: left;
    }
.contentright {
    width: 30%;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 17px;
    text-align: left;
    letter-spacing: 0;
    }


/* --------------- Form --------------- */
form img {
    margin-bottom: 1px;
    }

input {
    font-family: Osaka,Verdana,Gothic,Sans-serif;
    font-size: small;
    border : 1px solid #cccccc;
    }
textarea {
    width:500px;
    font-family: Osaka,Verdana,Gothic,Sans-serif;
    font-size: small;
    line-height: 150%;
    border: 1px solid #cccccc;
    }

.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
    }

