/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {float:left;margin:1.5em 1.5em 1.5em 0;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}

/* clearing floats */

.clearfix { display: inline-block; }
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix  { display: block; }



/* echo.msk.ru changes start here */

a {
    color: #c00 ;
}

a#logo {
    display: block ;
    float: right ;
    margin: 0em 0px 1em 1em ;
    text-align: center ;
}

a#logo span {
    display: block ;
    clear: both ;
}

h3.title {
    margin-bottom: 0px;
}

a.url {
    display: block ;
    float: left ;
    clear: left ;
    margin-bottom: 1em ;
}

table.head {
    clear: left ;
    margin-bottom: 1.5em ;
}

table.head th {
    font-weight: normal ;
    text-align: left ;
}

table.head td a, table.head td {
    font-weight: bold ;
    text-decoration: none ;
}

div.text, div#comments {
    clear: both ;
    border-top: 1px dotted #000 ;
    padding: 1.5em 0px ;
}

body {line-height:1.2;font-family:Arial, Helvetica, sans-serif}

div.copy {
    text-align: center ;
    padding: 1.5em 0px ;
    border-top: 1px dotted #000 ;
}

a.full {
    display: block ;
    text-align: right ;
}

div.thread div.thread {
    padding-left: 1.5em ;
}

div.comment {
    border: 1px solid #ccc ;
    padding: 0.5em 0.5em ;
    margin-top: 0.5em ;
}

div.comment div.meta {
    margin-bottom: 0.5em ;
}

div.comment span.name, div.comment span.title {
    font-weight: bold ;
}

div.comment span.title {
    color: #c00 ;
}

div.comment span.date {
    font-size: 0.9em ;
}

img.avatar {
    margin: 0px 0.5em 0px 0px ;
    border: 1px solid #888 ;
    display: block ;
}

br.clear {
    position: relative ;
    clear: both ;
    height: 1px ;
}

#comments div.registered-user {
    border: 1px solid blue ;
}

#comments div.club {
    border: 1px solid red ;
}

#comments h4 {
    margin-top: 0px ;
}

div.prevbig {
    float: left ;
}

div.prevbig img {
    display: block ;
    margin: 0px 1em 0.5em 0px ;
}
div.prevbig span {
    display: block ;
    clear: both ;
    text-align: center ;
}

