

/* Comments */

.comment {
 border-top: 1px solid #DDDDDD;
 padding: 8px;
 font-size:1.2em;
 line-height: 1.6em;
 clear:both;
}
.comment_header {
 width:100px;
 float:right;
 margin-top:10px;
 text-align:center;
 background:#F7F7F7;
 font-size:1.1em;
 padding:4px 8px 4px 8px;
 border-left: 1px solid #DDDDDD;
 border-right: 1px solid #DDDDDD;
 border-top: 1px solid #DDDDDD;
 color: #888888;
 background: -moz-linear-gradient(
                center bottom,
                rgb(237,237,237),
                rgb(247,247,247)
 );
 background: -webkit-gradient(
                linear,
                left bottom,
                left top,
                from(rgb(237,237,237)),
                to(rgb(247,247,247))
 );
}  
.comment_post {
 background-color: #F7F7A7;
}
.comment_text {
  font-size: 1em;
  line-height: 1.8em;
  padding: 3px;
}
.comment_userline {
 line-height: 1.5em;
 margin-bottom: 5px;
}
.comment_username {
 display: inline;
 color: #9c1010;
 font-weight: bold;
}
.comment_username a { color: #9C1010; }
.comment_datetime {
  display: inline;
  color: #9c1010;
}



.comment_add {
 margin-top: 30px;
}
.comment_input_username {
 border: 1px solid #888888;
 padding: 2px;
}
.comment_textarea {
 width:96%;
 height:150px;
 border: 1px solid #888888;
 padding: 3px;
}
.ime_toggle {
  margin-right:14px;
  margin-bottom:0px;
  display:inline;
}
.ime     {
  display:none;
  width:96%;
  height:50px;
  padding:5px;
  border:1px solid #DDDDDD;
  background:#F7F7F7;
  margin-bottom:5px;
  font-size:1.4em;
}
