/* Begin Reset */
html, body
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/*Begin Structure*/
body {
  font: normal 14px Trebuchet MS, sans-serif;
  
}

.name
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #414141;
	text-transform: uppercase;
	
}

.logo {
	
	background: url(/graph/evil_logo.gif) left top no-repeat;
}
.small
{
	font-size:12px;
	padding:10px;
}
.space
{
	padding:40px;
}
.text
{
	font-family: Tahoma;
	font-size: 12px;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:15px;
	line-height:20px;
}
.tag
{
	background-color: transparent;
	background-image: url(http://guru.ua/graph/bicons/tag_blue.png);
	background-repeat: no-repeat;
	background-position:center left;
	padding:0px 0px 3px 25px ;
	
	font-size: 10px; /*11_16*/
	color: rgb(114,112,111);
}
.tag a
{
	
	font-size: 12px;
	color:#cccccc;
}
.tag a:hover
{
	color:red;
}
.comment
{
	font-size: 14px; /*11_16*/
	text-indent:20px;
	padding:10px;
	
}
.comment_text
{
	
	font-size:13px;
	padding:120px 0pt 16px;
	text-indent:20px;

}
.date
{
	background-image: url(http://guru.ua/graph/bicons/time.png);
	background-repeat: no-repeat;
	background-position:center left;
	padding:5px 0px 5px 25px ;
	font-size: 10px; /*11_16*/
	color: rgb(114,112,111);
}
.small_grey
{
	font-size: 10px; /*11_16*/
	color:#000;
}
.reply
{
	font-size: 12px; /*11_16*/
}

.icon_comment 
{
	background-color: transparent;
	background-image: url(http://guru.ua/graph/bicons/comment.png);
	background-repeat: no-repeat;
	padding:0px 0px 5px 25px ;
	font-size: 10px; /*11_16*/
	color: rgb(114,112,111);
}
.point
{
	cursor:  pointer;
}
.vote_plus
{
	font-size: 10px; /*11_16*/
	color:green;
	font-weight:bold;
}
.vote_minus
{
	font-size: 10px; /*11_16*/
	color:red;
	font-weight:bold;
}
img
{
	padding:0px;
	margin:0px;
}
.avatar
{
	padding:5px;
	vertical-align:middle;
}

.small_name
{
	padding:5px 0px 5px 3px ;
	font-size: 10px; /*11_16*/
	color: rgb(114,112,111);
}