﻿ body {
         color: #BEBEBE;
         margin: 0px;
         font-size: 11px;
         background: url(/images/bg.jpg);
         font-family: Verdana, Arial, Helvetica, sans-serif;
 }
img {
           border: none;
 }
 .temp{
            width: 756px;
            margin: 0 auto;
            background: #000000;
}

 .header{
           background: url(/images/logo.jpg) no-repeat center;
 }

  .header .logolink {
           height:90px; 
           width:220px; 
           margin: 150px 0px 143px 280px
 }


 .menu{
            text-align: center;
   }

.menu img{
           height: 20px;
           margin: 5px 14px 5px 14px;
 }

.thumbs {
          margin: 0px 7px 7px 0px;
          width: 105px;
          height: 105px;
 }

 .content{
          width: 64%;
          float: left;
          padding: 10px;
 }

a:link, a:visited, a:active {
         color: #CCC;
         text-decoration: underline
}    

a:hover {
    color: #fff;
    text-decoration: none
}

.story p: first-letter {
           margin: 3px 0px 3px 20px;
}

.post, .comment, .comment_form {
	 margin-bottom: 20px;
 }

.post .title, .comment .title {
	 font-weight: bold;
          font-size: 11px;
          padding: 6px 0px 5px 0px;
 }

.post .story, .comment .story {
	text-align: justify;
	line-height: 140%;
}

.post .story img {
           margin: 3px 10px 0px 0px;
}

.post .date, .comment .date {
	 font-size: 80%;
}

.post .attr {
	clear: both;
         padding: 5px;
	font-size: 8px;
	text-align: right;
}
 .right{
          width: 230px;
          float: right;
          padding: 10px 10px 10px 0px;
 }

 .footer{
          padding: 18px;
          height: 35px;
          font-size: 10px;
          background: url(/images/down.jpg) no-repeat;
 } 