*{
	margin: 0;
	padding: 0;
	font-family: 'Monaco','Courier New',monospace;
}

html{
	height: 100%;
}

body{
    font-family: 'Monaco','Courier New',monospace;
	font-size: 10pt;
	height: 100%;
	/*background: #000;*/
}

img{
	border: none;
	vertical-align: top;
}

hr{
    border: none;
    background-color: #eee;
    height: 1px;
    margin: 3px 0px;
}

.date{
    padding-top: 3px;
    font-family: tahoma;
    color:#ccc; 
    font-size: 11px;
}

/* навигация */
.navigation{
	position: relative;
	text-align: center;
	width: 300px;
	min-width: 300px;
	min-height: 16px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	float: center;
} 

a.navigation, a:visited.navigation{
	text-decoration: none;
}

a:hover.navigation{
	text-decoration: underline;
}

/* добавление комментария */
input, textarea, button, select{
	font-family: verdana, arial;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	width: 100%;
}


h1{
	font-size: 10pt;
	font-weight: bold;
}

table, tr, td{
	border-collapse: collapse;
}
td{
    padding: 5px;
}

/* комментарии */

.comment_none, .comment_anonimus{
	background: #f3f3f3;
}

.comment_love{
	background: #ccffcc;
}

.comment_hate{
	background: #ffcccc;
}


a , a:visited{
}

a:hover{
    color:red;
}

a.linkmenu, a.linkmenu:visited{
    font-family: Tahoma;
    font-size: 14px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

a.linkmenu:hover{
    color: #000;
	text-decoration: underline;
}

a.linkmenu.warning{
    color: #ff00ff;
}

a.next, a.next:visited
{
	font-family: verdana, arial;
	font-size: 18px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

a.next:hover{
	text-decoration: none;
}

/* изменение кармы */
p.carmaplus
{
	font-size: 14px;
	text-decoration: bold;
	font-weight: bold; 
	color: #266522;
}

p.carmaminus
{
	font-size: 14px;
	text-decoration: bold;
	font-weight: bold; 
	color: #993333;
}

.post_body{
    padding: 5px;
    background-color: #F3F3F3;
    /*border: 1px dotted #666;*/
    border: 1px solid #bbb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.underpost{
    color: gray;
}

.underpost a{
    font-weight: normal;
}

.bottom_links a{
    font-size: 9px;
    color: #ccc;
    font-family: tahoma;
    font-weight: normal;
}
