/* reset
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
.button b, .button i, .button a {
	vertical-align: middle;
}
#pagination .button b, #pagination .button i {
	vertical-align: top;
}
#pagination .button a {
	vertical-align: 0px;
}
#pagination .button a b, #pagination .button a i {
	vertical-align: -9px;
}
#pagination .hidden {

}

code, blockquote {
	padding: 10px;
	margin:  5px 0 5px 20px;
	display:block;
	overflow: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
code {
	border: 1px solid #E6E6FA;
	background-color: #F5F5F5;
}
blockquote {
	border: 1px solid #FAFA02;
	background-color: #FFFFF0;
}
form label {
	cursor: pointer;
}
:active, :visited, :focus, :hover {
	outline: 0;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}

/* body
-------------------------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	font: normal 12px/18px Tahoma,Verdana,Arial;
	color: #000;
	background: #f3f2e2;
}
h1 {
	font: normal 24px/28px Verdana;
}
h2 {
	font: normal 21px/25px Verdana;
}
h3 {
	font: normal 18px/22px Verdana;
}
h4 {
	font: bold 12px/30px Verdana;
}
a {
	color: #0465d3;
	text-decoration: underline;
}
a:hover {
	color: #063e7d;
	text-decoration: none;
}

/* general styles
-------------------------------------------------------------------*/
#container {
	width: 100%;
	min-width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	height: 270px;
	padding: 0 50px;
}
#wrapper {
	width: 100%;
	padding: 0 0 150px;
	height: 1%;
}
#wrapper:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
    float: left;
	width: 68%;
}
#content .top {
    font-size: 1px;
	height: 3px;
	position: relative;
}
#content .top em {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	display: block;
	background: url(../images/bg-horz.gif) repeat-x 0 -131px;
}
#sidebar {
	float: left;
	width: 32%;
}
#sidebar .paddings {
	padding: 0 50px 20px 0;
}
#footer {
	min-width: 980px;
	font-size: 12px;
	height: 150px;
	margin: -150px auto 0;
}
#footer .paddings {
	padding: 0 50px;
}
strong {
	/*color: #f00;*/
}
/* general classes
-------------------------------------------------------------------*/
.hr {
	font-size: 1px;
	height: 1px;
	display: block;
	background: url(../images/bg-horz.gif) repeat-x;
}
i.hr {
	clear: both;
	margin: 0 0 10px 0;
	background-position: 0 -61px;
}
b.hr {
	margin: 10px 0;
	background-position: 0 -72px;
}
.action {
	font-size: 12px;
	height: 24px;
	text-align: right;
	clear: both; 
}
.action li {
	display: inline;
	padding-left: 20px;
}

.action a, .action span {
	height: 17px;
	display: inline-block;
	color: #6b6b6b;
	text-decoration: none;
	padding-left: 23px;
	background: url(../images/images.png) no-repeat;
}
.articleControlPanel span {
	height: 17px;
	display: inline-block;
	color: #6b6b6b;
	padding-left: 23px;
	background: url(../images/images.png) no-repeat;
}
a.delete {
	color: red;
	text-decoration: underline;
	padding-left: 18px;
	background: url(../images/bullet_delete.png) no-repeat 0px 2px;
}
span.pub {
	color: red;
	padding-left: 18px;
	padding-bottom: 2px;
	background: url(../images/flag_red.png) no-repeat 0px 0px;
}
a.edit {
	color: #222;
	text-decoration: underline;
	padding-left: 18px;
	background: url(../images/bullet_disk.png) no-repeat 0px 2px;
}
a.user {
	color: #000;
	text-decoration: underline;
	padding-left: 18px;
	background: url(../images/images.gif) no-repeat -181px 0;
}
a.user:hover {
	text-decoration: none;
}
.action a.user {
	line-height: 15px;
	color: #555;
}
a.replies, span.replies {
	background-position: -340px 0;
}
a.count-comments {
	background-position: -340px -17px;
}
a.favorite {
	background-position: -340px -34px;
}
a.unfavorite {
	background-position: -340px -85px;
}
a.published {
	background-position: -340px -102px;
}
a.denied {
	background-position: -340px -119px;
}
a.pending {
	background-position: -340px -136px;
}
a.bookmark {
	background-position: -340px -51px;
}
a.date {
	background-position: -340px -68px;
}
span.date {
	background-position: -340px -68px;
}
a.calendar {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/images.gif) no-repeat -10px -52px;
}

.articleCategory { color: Fuchsia; }

.articleControlPanel { color: Grey; }

.articleVoting, .articleInVoting {
	float: left;
	margin-left:-20px;
	border-left: none;
}

a.articleVotingPlus, a.articleVotingMinus { padding: 0px; margin: auto; }
a.articleVotingPlus { background: url(../images/icons2.gif) no-repeat scroll 0 -90px; height: 11px; text-decoration: none; width: 9px; }
a:hover.articleVotingPlus { background: url(../images/icons2.gif) no-repeat scroll -40px -90px; }

a.articleVotingMinus { margin-top: 3px; background: url(../images/icons2.gif) no-repeat scroll -10px -90px; height: 11px; text-decoration: none; width: 9px; }
a:hover.articleVotingMinus { background: url(../images/icons2.gif) no-repeat scroll -70px -90px; }

.articleVotingAmount {
	font-size: 13px;
	color: grey;
	display: inline;
}
.pl {

}
.mi {
	color: red;
}

.commentExtra li {
	display: inline;
}

.commentVotingAmount { color: Gray; }

#editor {
	display: none;
	margin-top: 10px;
}

.commentExtra, .commentExtra a {
	color:#555;
}

.required {
	color:red;
}



/* forms
-------------------------------------------------------------------*/
form {
	color: #5e5e5e;
}
form label {
	font-size: 12px;
	color: #000;
	cursor: pointer;
}
form input, form span {
    font-size: 12px;
}
form textarea {
	font-size: 12px;
	width: 99%;
	position: relative;
	border: 1px solid #d9d9d9;
}
form .input-text, form .select-text {
	padding: 4px 10px;
	border: 1px solid #d9d9d9;
}
form .input-text {
	width: 210px;
    margin-right: 10px;
}
form .select-text {
	width: 187px;
	padding-right: 33px;
}
form .radio {
	width: 80px;
	line-height: 15px;
	display: inline-block;
	padding-left: 20px;
	background: url(../images/images.gif) no-repeat -181px -20px;
	cursor: pointer;
}
form .radio.active {
	background-position: -181px -35px;
}
form .select {
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	left: -26px;
	border: 1px solid #f5f5f5;
	background: #fdfdfd url(../images/images.gif) -181px -50px;
	cursor: pointer;
}
#select {
	display: none;
	position: absolute;
	border: 1px solid #d9d9d9;
	background: #fff;
}
#select p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
}
#select p:hover {
	background: #f5f5f5;
}
form .buttons {
	margin-top: 20px;
	text-align: center;
}
form .buttons button {
	margin: 0 20px;
}
/* buttons
-------------------------------------------------------------------*/
button, .button {
	border: none;
	background: none;
	text-align: center;
	white-space: nowrap;
	padding: 0 1px 1px 0;
	cursor: pointer;
	overflow: visible;
	outline: 0;
}
button *, .button * {
	display: inline-block;
}
button b, button i, .button b, .button i {
	background: url(../images/images.gif);
}
li.inactive .button b, li.inactive .button i {
	background: url(../images/images2.gif);
}
button span, .button span{
	background: url(../images/bg-horz.gif) repeat-x;
}
li.inactive .button span{
	background: url(../images/bg-horz2.gif) repeat-x;
}
button * {
	height: 22px;
	line-height: 22px;
}
button b {
	width: 3px;
	background-position: -144px -34px;
}
button i {
	width: 3px;
	background-position: -147px -34px;
}
button span {
	padding: 0 20px;
	background-position: 0 -137px;
}
/* editor
-------------------------------------------------------------------*/
#editor {
	padding-left: 75px;
	position: relative;
}
#editor #smiles {
	position: absolute;
	left: 0;
	top: 10px;
	padding: 10px 5px;
	width: 60px;
}
#editor #smiles a {
	margin: 5px;
}
#editor .textarea {
	width: 100%;
}
#editor .buttons {
	text-align: left;
}
#editor .buttons button {
	margin-left: 0;
}
/* smiles
-------------------------------------------------------------------*/
.smile {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../images/smiles.gif);
}
.smile.s0 {	background-position: 0 0; }
.smile.s1 {	background-position: 0 -15px; }
.smile.s2 {	background-position: 0 -30px; }
.smile.s3 {	background-position: 0 -45px; }
.smile.s4 {	background-position: 0 -60px; }
.smile.s5 {	background-position: -15px 0; }
.smile.s6 {	background-position: -15px -15px; }
.smile.s7 {	background-position: -15px -30px; }
.smile.s8 {	background-position: -15px -45px; }
.smile.s9 {	background-position: -15px -60px; }
/* rounded corners
-------------------------------------------------------------------*/
.tl, .bl, .tr, .br {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	background: url(../images/images.gif);
}
.tl, .tr {
	top: 0;
}
.tl, .bl {
	left: 0;
}
.tr, .br {
	right: 0;
}
.bl, .br {
	bottom: 0;
}
/* header
-------------------------------------------------------------------*/
#panel {
	height: 34px;
	line-height: 34px;
    background: #fff;
}
#panel i {
	float: right;
	width: 25px;
	height: 34px;
	background: url(../images/images.gif) -129px 0;
}
#panel span {
	float: left;
	width: 125px;
	height: 34px;
    text-align: center;
	background: #868574;
}
#panel span b {
	float: left;
	width: 29px;
	height: 34px;
	background: #868574 url(../images/images.gif) -100px 0;
}
#panel b {
	float: left;
	width: 20px;
	height: 34px;
}
#panel li {
    display: inline;
    padding: 0 13px;
    font-size: 12px;
    border-left: 1px solid #6d7175;
}
#panel li.first {
	border: none;
}
#panel a {
	position: relative;
	top: -2px;
}
#panel a.user {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin-left: -29px;
	background: none;
}
#logo {
	float: left;
	width: auto;
	margin-left: -24px;
	padding-top: 65px;
}
#logo h1 a {
	width: 320px;
	height: 170px;
	display: block;
	background: url(../images/logo.png);
	cursor: pointer;
}
#header .right {
	float: right;
	width: 65%;
	margin-right: -30px;
	padding-top: 35px;
}
#menu {
	width: 100%;
	height: 115px;
	position: relative;
	padding: 10px;
	background: #fff;
}
#menu .tl {
	background-position: 0 0;
}
#menu .bl {
	background-position: 0 -25px;
}
#menu li {
	float: left;
	width: 24%;
}
#menu li .item {
	width: 131px;
	height: 101px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #fff;
}
#menu li.active .item {
	position: relative;
	background: #868574;
	border-color: #9e9d90 #d4d4ce #9e9d90 #d4d4ce;
}
#menu li.active .tl {
	top: -1px; left: -1px;
	background-position: -50px 0;
}
#menu li.active .tr {
	top: -1px; right: -1px;
	background-position: -75px 0;
}
#menu li.active .bl {
	bottom: -1px; left: -1px;
	background-position: -50px -25px;
}
#menu li.active .br {
	bottom: -1px; right: -1px;
	background-position: -75px -25px;
}
#menu a {
	color: #8d8c8c;
}
#menu li.active a {
	color: #fff;
}
#menu li a b {
	width: 85px;
	height: 75px;
	display: block;
	margin: auto;
	background: url(../images/images.png);
	cursor: pointer;
}
#menu #menu-votes b {
	background-position: 0 0;
}
#menu #menu-heads b {
	background-position: -85px 0;
}
#menu #menu-blogs b {
	background-position: -170px 0;
}
#menu #menu-help b {
	background-position: -255px 0;
}
/* footer
-------------------------------------------------------------------*/
#footer .top {
	height: 3px;
	font-size: 1px;
	margin-bottom: 15px;
	background: url(../images/bg-horz.gif) repeat-x 0 -131px;
}
#copyright {
	float: left;
	width: auto;
}
#counters {
	float: right;
	width: auto;
}
/* navigation
-------------------------------------------------------------------*/
.nav * {
	height: 25px;
	line-height: 23px;
}
.nav b {
	width: 11px;
	background-position: -100px -34px;
}
.nav i {
	width: 11px;
	background-position: -111px -34px;
}
.nav a, .nav a:hover {
	font-size: 12px;
	color: #fff;
	padding: 0 6px;
	background: url(../images/bg-horz.gif) repeat-x 0 -25px;
}
/* pagination
-------------------------------------------------------------------*/
#pagination {
	height: 27px;
	padding: 20px;
	text-align: center;
}
#pagination li {
	padding: 0 10px;
	display: inline;
}
#pagination .button {
	color: #fff;
	cursor: default;
}
#pagination * {
	height: 25px;
	line-height: 25px;
}
#pagination b, #pagination .button.main a b {
	width: 11px;
	background-position: -100px -34px;
}
#pagination i, #pagination .button.main a i {
	width: 11px;
	background-position: -111px -34px;
}
#pagination .button span {
	background-position: 0 -25px;
}
#pagination .button.main b {
	background-position: -122px -34px;
}
#pagination .button.main i {
	background-position: -133px -34px;
}
#pagination .button.main span {
	padding: 0 15px;
	text-decoration: underline;
	background-position: 0 0;
}
#pagination .button.main a span {
    color: #fff;
	line-height: 23px;
	background-position: 0 -25px;
	cursor: pointer;
}
#pagination .button.main a:hover span {
	text-decoration: none;
}

/* submenu
-------------------------------------------------------------------*/
#submenu {
    height: 48px;
	position: relative;
}
#submenu em {
	font-size: 1px;
	width: 100%;
	height: 5px;
	display: block;
	position: absolute;
	bottom: 0;
	background: url(../images/bg-horz.gif) repeat-x 0 -131px;
}
#submenu ul {
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap;
	position: relative;
}
#submenu li {
	display: inline;
}
#submenu li .button {
	height: 100%;
    display: inline-block;
    padding: 0;
    cursor: default;
}
#submenu .button * {
	height: 100%;
	line-height: 29px;
}
#submenu .button span {
	padding: 0 20px;
	background-position: 0 -74px;
}
#submenu .button b {
	width: 13px;
	background-position: -155px 0;
}
#submenu .button i {
	width: 13px;
	background-position: -168px 0;
}
#submenu .button a {
	color: #000;
	background: url(../images/submenu.gif) no-repeat 50% 0;
}
#submenu .inactive .button a {
	color: #000;
	background: url(../images/submenu2.gif) no-repeat 50% 0;
}
#submenu li.active .button a {
    text-decoration: none;
	background-position: 50% -48px;
}
/* background colors
-------------------------------------------------------------------*/

.votes-bg0  { background: #fde8d7; }
.votes-bg1  { background: #feead2; }
.votes-bg2  { background: #fbefc9; }
.votes-bg3  { background: #faf4c2; }
.votes-bg4  { background: #f8f8bc; }
.votes-bg5  { background: #f5fbbb; }
.votes-bg6  { background: #f2fdb9; }
.votes-bg7  { background: #f0fec0; }
.votes-bg8  { background: #edfdcc; }
.votes-bg9  { background: #ebffcc; }
.votes-bg10 { background: #e5ffd2; }
.votes-bg11 { background: #e3ffd7; }
.votes-bg12 { background: #dcfee3; }
.votes-bg13 { background: #d9feec; }
.votes-bg14 { background: #d5fff5; }
.votes-bg15 { background: #d3fdf9; }
.votes-bg16 { background: #d6faf8; }
.votes-bg17 { background: #d8f4f8; }
.votes-bg18 { background: #deecf9; }
.votes-bg19 { background: #e0e8f5; }

.blogs-bg0  { background: #fde8d7; }
.blogs-bg1  { background: #feead2; }
.blogs-bg2  { background: #fbefc9; }
.blogs-bg3  { background: #faf4c2; }
.blogs-bg4  { background: #f8f8bc; }
.blogs-bg5  { background: #f5fbbb; }
.blogs-bg6  { background: #f2fdb9; }
.blogs-bg7  { background: #f0fec0; }
.blogs-bg8  { background: #edfdcc; }
.blogs-bg9  { background: #ebffcc; }
.blogs-bg10 { background: #e5ffd2; }
.blogs-bg11 { background: #e3ffd7; }
.blogs-bg12 { background: #dcfee3; }
.blogs-bg13 { background: #d9feec; }
.blogs-bg14 { background: #d5fff5; }
.blogs-bg15 { background: #d3fdf9; }
.blogs-bg16 { background: #d6faf8; }
.blogs-bg17 { background: #d8f4f8; }
.blogs-bg18 { background: #deecf9; }
.blogs-bg19 { background: #e0e8f5; }


/* tables
-------------------------------------------------------------------*/
table {
	width: 100%;
	background: #fff;
}
thead .top {
	height: 3px;
	background: #868574;
}
thead .title {
	height: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
	background: #868574;
}
thead .bottom {
	height: 15px;
	background: #f3f2e2 url(../images/bg-horz.gif) repeat-x 0 -122px;
}
tbody .bottom {
	padding: 0;
	height: 9px;
}
tbody tr {
	height: 40px;
}
tbody tr.even {
	height: 35px;
	background: #f2f0d4;
}
/* popup
-------------------------------------------------------------------*/
.popup {
	padding: 25px;
	display: none;
	position: absolute;
	border: 1px solid #f1f0e8;
	background: #fff;
}
#bookmark .content {
	width: 300px;
	font-size: 12px;
	color: #080808;
	padding: 20px;
	border: 3px solid #cfcfcf;
	background: #f3f2e2;
}
#favorites a {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/favorites.gif);
}


#favorites a.f0  { background-position: 0 0; }
#favorites a.f1  { background-position: -16px 0; }
#favorites a.f2  { background-position: -32px 0; }
#favorites a.f3  { background-position: -48px 0; }
#favorites a.f4  { background-position: -64px 0; }
#favorites a.f5  { background-position: -80px 0; }
#favorites a.f6  { background-position: -96px 0; }
#favorites a.f7  { background-position: -112px 0; }
#favorites a.f8  { background-position: -128px 0; }
#favorites a.f9  { background-position: -144px 0; }
#favorites a.f10 { background-position: -160px 0; }
/* page
-------------------------------------------------------------------*/
.page {
	padding: 0 40px;
	margin-bottom: 40px;
}
.page h1 {
	line-height: 50px;
}
.page-content {
	background: #fff;
	padding: 10px 10px 0 10px;
	width: 100%;
}
.page .topic {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
.page .tl, .page .bl, .page .tr, .page .br, .iBox .tl, .iBox .bl, .iBox .tr, .iBox .br {
	width: 4px;
	height: 4px;
	font-size: 1px;
}
.page .tl, .iBox .tl {
	background-position: 0 -50px;
}
.page .tr, .iBox .tr {
	background-position: -4px -50px;
}
.page .bl, .iBox .bl {
	background-position: 0 -54px;
}
.page .br, .iBox .br {
	background-position: -4px -54px;
}
.page p {
	color: #424242;
	margin-bottom: 10px;
}
/* votes
-------------------------------------------------------------------*/
.votes #submenu li .button {
	width: 33%;
}
.votes .content p a {
	color: #424242;
	text-decoration: none;
	font-size: 14px;
}
.votes .content p a:hover {
	text-decoration: underline;
}
/* vote
-------------------------------------------------------------------*/
.description img {
	float: left;
	width: auto;
	margin: 0 15px 15px 0;
}
/* comments
-------------------------------------------------------------------*/
.comments {
	padding: 20px 0;
}
.comments h1 {
	padding: 0 0 10px 10px;
}
.comments .comment {
	height: 1%;
	margin-bottom: 3px;
	position: relative;
	background: #fde8d7;
	border-left: 180px solid #f0f0f0;
}

.comments .comment:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.comments .comment .content {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
.comments .comment .left {
    font-size: 12px;
	float: left;
	width: 160px;
	padding: 10px;
	position: relative;
	left: -180px;
	border-right: 3px solid #fff;
}
.comments .comment .right {
	padding: 10px;
}
.comments .comment .left img {
	float: left;
	margin-right: 10px;
}
.comments .comment .left .avatar {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 5px;
}
.comments .comment .reply {
	font-size: 12px;
	color: #000;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 95%;
}
.comments .back  {
	margin: 20px 10px;
}
.comments .back a {
	font-size: 12px;
	color: #000;
}
.comments .comment .tl, .comments .comment .bl {
	left: -180px;
}
/* heads
-------------------------------------------------------------------*/
thead .td-vote, thead .td-last {
	width: 160px;
	border-left: 1px solid #bab9b0;
}
tbody .td-head {
	font-weight: bold;
	padding-left: 20px;
}
.td-head sup {
	font-size: 9px;
	font-weight:normal;
}
tbody .td-head sup.plus {
	color:green;
}
tbody .td-head sup.minus {
	color:red;
}
tbody .td-vote, tbody .td-last {
	text-align: center;
	border-left: 1px solid #dedede;
}
tbody .td-vote {
	background: #f9f9f9;
}
tbody .even .td-vote {
	background: #efedd2;
}
tbody .td-last {
	padding-right: 10px;
}
tbody .even .td-head {
	background: #f2f0d4 url(../images/bg-vert.gif) repeat-y left top;
}
tbody .even .td-last {
	padding-right: 10px;
	background: #f2f0d4 url(../images/bg-vert.gif) repeat-y right top;
}
/* blogs
-------------------------------------------------------------------*/

.blogs .content {

}
.showcontent {
	margin-left: 20px;
}
.blogs .content p {
	font-size: 12px;
}
/* anketa
-------------------------------------------------------------------*/
.anketa #submenu li .button {
	width: 49%;
}
.anketa .content {
	/*padding: 20px;*/
}
.anketa .content p {
	font-size: 12px;
}
.anketa td {
	vertical-align: top;
}
.anketa tr.avatar {
	height: 80px;
}
/* sidebar
-------------------------------------------------------------------*/
.block {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 20px 25px;
}
.block .content {
	padding: 20px 0;
}
.block .nav {
	position: absolute;
	right: 25px;
	bottom: -12px;
}
/* white */
.block.white {
	position: relative;
	background: #fff;
}
.block.white .tl {
	background-position: 0 0;
}
.block.white .tr {
	background-position: -25px 0;
}
.block.white .bl {
	background-position: 0 -25px;
}
.block.white .br {
	background-position: -25px -25px;
}
.block.white .content {
	padding-bottom: 10px;
}
/* stream & blogs */
.block a.blog {
	color: #656668;
	text-decoration: none;
}
.block a.comments {
	color: #000;
	text-decoration: none;
}
/* stat */
.block .count {
	float: right;
	width: auto;
}
/* tops */
.block.tops p {
	height: 20px;
	background: url(../images/bg-horz.gif) repeat-x 0 -50px;
}
.block.tops p * {
	line-height: 20px;
}
.block.tops a.user {
	padding: 0 10px 0 0;
	background: #fff;
}
.block.tops .count {
	padding-left: 10px;
	background: #fff;
}

.commentPreviewBox {
	padding:5px;
	margin:10px 0 10px 0;
	color: #696969;
	background-color: #FFFFF0;
	border: 1px solid #ECECEC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.loading {
    background-color: #eee;
    background-image: url('../images/loader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
.loading * {
    opacity: .8;
}
.userRank {
	font-size: 10px;
	color: grey;
}
.userRank mi {
	color: red;
}


input.btn {
	font-size:16px;
	padding:5px;
}

.lite-header { padding: 30px 20px; }
.lite-header a { color: #c7c7c7; font-size: 26px; text-decoration: none; }

.lite-center { margin: 0 auto; margin-top: 100px;  width: 400px; color: #888; }

.lite-center.error h1 { font-size: 28px; color: #888; }
.lite-center.error p { color: #888; }

.topUsers {
	padding: 5px 15px 7px 15px;
	margin-top: 20px;
	background-color: grey;
	display:inline;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.articleTags {
	margin-bottom: 10px;
	color: grey;
	background: url(../images/tag.png) no-repeat 0 2px;
	padding-left: 20px;
	clear: both;
}
.articleTags span {
	color: #555;
	font-weight:bold;
}

.voteLink, .voteLinkSelected {
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 0 5px 25px;
	color: #333;
	margin-bottom: 5px;
	font-family: Verdana;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/bullet_go.png);
	background-position:  5px 6px;
	background-repeat: no-repeat;
}

a.voteLink:hover {
	background-color: #ffb6c1;
	color: #333;
	background-image: url(../images/accept.png);	
}

.ta1 { background-color: #fbefc9; }
.ta2 { background-color: #f8ffa4; }
.ta3 { background-color: #eafbc4; }
.ta4 { background-color: #d8ffec; }
.ta5 { background-color: #d7f4f8; }
.ta6 { background-color: #d7e4f8; }
.ta7 { background-color: #f2fdb9; }
.ta8 { background-color: #edfe91; }
.ta9 { background-color: #d0fcba; }
.ta10 { background-color: #ddf99d; }


.voteLinkSelected {
        color: white;
	background-image: url(../images/accept.png);
}

.cloud li { display: inline; }
.cloud li a { color: #666; }
.cloud li a:hover { background: #00bfff; color: white;}
.cloud li sup, .cloud li sub { color: #ff69b4; font-size: 10px; }
.cloud li sub { font-size: 10px; margin: 0 7px 0 3px; }

.aTag {
	color: #9acd32;
	font-size: 11px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.todo {
	/*list-style: decimal-leading-zero inside;*/
	margin-left: 14px;
}
.todo li {
	padding: 1px 0 1px 20px;
	background: url(../images/bullet_blue.png) no-repeat 0px 3px;
}
.todo li li {
	background: url(../images/bullet_yellow.png) no-repeat 0px 3px;
}
.todo li.extra {
	background: url(../images/bullet_red.png) no-repeat 0px 3px;
}
.todo li.complete {
	text-decoration: line-through;
	background: url(../images/bullet_white.png) no-repeat 0px 3px;
	color: #CCC;
}

/* Блок нотификатор */
.iBox {
	padding: 2%;
	position: fixed;
	right: 5px;
	top: 5px;
	z-index: 10000;
	opacity: 1;
	font-size: 14px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: white;
	text-align: left;
}
.iSuccess {
	background-color: #9ACD32;
}
.iError {
	background-color: #FF4500;
}

.profileUserName {
	font-size: 21px;	
	color: #ff4500;
	margin-bottom: 5px;
}
.profileUserDate {
	color: #708090;
}
.profileUserAvatar {
	border: 1px solid #dcdcdc;
	padding: 3px;
	margin-right: 10px	
}

.profileUserVote li {
	display: inline;
}
.profileUserRank {
	margin: 5px 15px 5px 5px;
	padding: 0px 0px 5px 0px;
	
}
.urPlus {
	background-color: #adff2f;
	color: white;
}
.urMinus {
	background-color: #ffb6c1;
	color: #ff4500;
}
.profileRankValue {
	color: white;
	font-size: 23px;
	text-align: center;
}
.profileRankText {
	color: white;
}


.profileUserWriter sup {
	font-size: 10px;
	color: #778899;
}
.profileUserWriter sup span {
	color: #32cd32;
}





#eh_panel {

}
#eh_panel img {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	padding: 2px;
	background-color: White;
}
#eh_panel span.separator {
	width: 3px;
	background-color: fuchsia;
}

a.ReplyComment {
	color: red;
	background: none;
	text-decoration: underline;
}