/* pozadina citave stranice */
body {
     }

/* pozadina bloga */
.blog_bg{}

/* header bloga */
.blogheader{

}

/* footer bloga */
.footer {}


.blogtext {
font-size:120%;color:#666666;padding-bottom:5px
   }

a:link{color:#71A3E1;text-decoration:none}
a:visited{color:#71A3E1;text-decoration:none}
a:hover{color:#71A3E1;text-decoration:underline}

.blog_bg { background-image: none; }
.blog_columns {
     width: 930px; }

.blog_col_1 {
     width: 170px; }
.blog_col_2 {
     width: 430px; }
.blog_col_3 {
     width: 330px; }

.blockquote {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 75%;
  line-height: 1.5em;
  color: #666;
  background: url(http://www.blogblog.com/tictac/quotes.gif) no-repeat top left;
}
