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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http: //markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp a: link,
.markItUp a: visited { color: #000; text-decoration: none; }
.markItUp  { width: 600px; margin-bottom: 5px; }
.markItUpContainer { font: 11px Verdana, Arial, Helvetica, sans-serif; }
.markItUpEditor {
	font: 12px "Courier New", Courier, monospace;
	padding: 5px;
	width: 587px;
	height: 200px;
	line-height: 18px;
	overflow: auto;
}
.markItUpPreviewFrame	{
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #eee;
	padding: 10px;
	height: 300px;
	margin: 5px 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
.markItUpFooter { width: 100%; }
.markItUpResizeHandle {
	overflow: hidden;
	height: 8px;
	background: url(http://piter.co/engine/lib/external/jquery/markitup/skins/simple/images/handle.png) 50% 3px no-repeat;
	cursor: n-resize;
}


/***************************************************************************************/
/* first row of buttons */
.markItUpHeader { 
	width: 587px;
	background: #eee; 
	padding: 5px; 
	border-top: 1px solid #c0cad5; 
	border-left: 1px solid #c0cad5; 
	border-right: 1px solid #c0cad5; 
}
.markItUpHeader ul	{ overflow: hidden; zoom: 1; }
.markItUpHeader ul li	{ list-style: none; float: left; position: relative; margin-right: 6px; }
.markItUpHeader ul li: hover > ul{ display: block; }
.markItUpHeader ul .markItUpDropMenu {
	background: transparent url(http://piter.co/engine/lib/external/jquery/markitup/skins/simple/images/menu.png) no-repeat 115% 50%;
	margin-right: 5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right: 0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display: none;
	position: absolute;
	top: 18px; left: 0px;	
	background: #FFF;
	border: 1px solid #000;
}
.markItUpHeader ul ul li {
	float: none;
	border-bottom: 1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background: #FFF url(http://piter.co/engine/lib/external/jquery/markitup/skins/simple/images/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin: 0 6px 0 0;
	width: 1px;
	height: 16px;
	overflow: hidden;
	background-color: #CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width: auto; height: 1px;
	margin: 0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position: absolute;
	top: -1px; left: 150px; 
}
.markItUpHeader ul ul ul li {
	float: none;
}
.markItUpHeader ul a {
	display: block;
	width: 16px; height: 16px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	margin: 0px;
}
.markItUpHeader ul ul a {
	display: block;
	padding-left: 0px;
	text-indent: 0;
	width: 120px; 
	padding: 5px 5px 5px 25px;
	background-position: 2px 50%;
}
.markItUpHeader ul ul a: hover  {
	color: #FFF;
	background-color: #000;
}





.markItUpPreviewFrame { }
.markItUpPreviewFrame p { margin-bottom: 18px; }
.markItUpPreviewFrame blockquote { background: #fafafa; padding: 10px 15px; color: #555; margin-bottom: 5px; clear: both; }
.markItUpPreviewFrame pre { background: #fafafa; border: 1px solid #dce6f0; margin-bottom: 10px; overflow: auto; padding: 5px 10px; }
.markItUpPreviewFrame ul { list-style-type: disc; margin-left: 17px; }
.markItUpPreviewFrame ol { list-style-type: decimal; margin-left: 22px; }
.markItUpPreviewFrame img[align="right"] { margin: 4px 0 5px 15px; }
.markItUpPreviewFrame img[align="left"] { margin: 4px 15px 10px 0; }
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .editor-h4 a 			{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/h4.png); }
.markItUp .editor-h5 a 			{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/h5.png); }
.markItUp .editor-h6 a 			{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/h6.png); }
.markItUp .editor-bold a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/bold.png); }
.markItUp .editor-italic a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/italic.png); }
.markItUp .editor-stroke a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/stroke.png); }
.markItUp .editor-underline a 	{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/underline.png); }
.markItUp .editor-quote a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/quote.png); }
.markItUp .editor-code a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/code.png); }
.markItUp .editor-ul a 			{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/ul.png); }
.markItUp .editor-ol a 			{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/ol.png); }
.markItUp .editor-li a 			{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/li.png); }

.markItUp .editor-picture a 	{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/picture.png); }
.markItUp .editor-image a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/image.png); }
.markItUp .editor-link a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/link.png); }

.markItUp .editor-clean a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/clean.png); }
.markItUp .editor-preview a 	{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/preview.png); }
.markItUp .editor-cut a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/cut.png); }
.markItUp .editor-video a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/video.png); }
.markItUp .editor-user a 		{ background-image:url(http://piter.co/engine/lib/external/jquery/markitup/sets/default/images/user.png); }.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec{color:#606}pre.prettyprint{padding:2px;border:1px solid #888}@media print{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun{color:#440}.pln{color:#000}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}body { 
	font: normal 11px/18px Verdana, Sans-Serif; 
	color: #333; 
	background-color: #E1E1E1;
	background-image: url(http://piter.co/templates/skin/social-jquery/images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 { font: normal 18px Arial, Sans-Serif; line-height: 1.3em; margin-bottom: 0.3em; color: #333; }
h1 { font-size: 20px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }

h2 span { color: #aaa; }
h2.header-weather { text-align: center; }
h3.hr { font-size: 11px; font-weight: bold; line-height: 18px; margin-bottom: 5px; border-bottom: 1px solid #dae1e8; color: #555; }
h4.up-header { font-size: 11px; font-weight: bold; font-family: Verdana, sans-serif; margin-bottom: 3px; color: #555; border-bottom: 1px solid #DAE1E8; line-height: 20px; }
.sub-header { font-size: 12px; font-weight: bold; font-family: Verdana, sans-serif; margin-bottom: 15px; color: #555; border-bottom: 1px solid #DAE1E8; line-height: 20px; }

a 		{ color: #2b587a; text-decoration: none; }
a:hover 	{ text-decoration: underline; }

::selection {
   background: #d0d0d0; /* Safari, Chrome, Opera */
}
::-moz-selection {
   background: #d0d0d0; /* FireFox */
}

.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

/* Отключение возможности выделения в теге DIV */
.content, .item-content{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Отключение лишнего для мобил */
@media screen and (max-width: 1023px) {
    
    /* Контейнер */
    #container {
        width: 634px!important;
    }
    
    /* Хедер */
    #header {
        /*display: none;*/
        padding: 6px 0 1px 0!important;
    }
    .banner-header-pc {
        display: none!important;
    }
    .banner-header-mobile {
        display: block!important;
    }
    
    /* Навигация */
    #nav {
        display: none;
    }
    
    /* Контент */
    #content {
        width: 604px!important;
        padding: 15px!important;
    }
    
    /* Контент */
    .tags-title {
        color: #fff;
    }
    
    .topic .tags li a {
        color: #fff!important;
    }
    
    /* Закладки */
    #ish-socbookmarks {
        display: none;
    }

    /* Комментарии */
    #vk_comments, #fb_comments {
        display: none!important;
    }
    
    /* Сайдбари */
    #sidebar {
        display: none;
    }
    
    /* Виджет ВК */
    #vk_groups {
        display: none;
    }
    
    /* Футер */
    #footer {
        display: none; 
    }
}/* Blocks
-------------------- */
#container 	{ width: 965px; padding: 0 6px; margin: 0 auto; }
#header 	{ overflow: hidden; zoom: 1; position: relative; padding: 0 0 5px 0; }
#nav 		{ height: 211px; overflow: hidden; zoom: 1; position: relative; background: url(http://piter.co/templates/skin/social-jquery/images/header.png) no-repeat; padding: 5px 30px;}
#wrapper 	{ overflow: hidden; zoom: 1; background: #fff; }
#content 	{ width: 590px; float: left; padding: 15px 15px 15px 30px; }
#sidebar	{ width: 315px; float: left; }
#footer 	{ overflow: hidden; zoom: 1; margin-bottom: 0px; padding: 5px 0 10px; color: #777; }
#sidebar-right	{ width: 240px; float: left; }

#content.cwide { width: auto; float: none; padding: 15px 30px; }
#content.filled { background: #fcfcfc; }
.user-profile-content { padding: 15px !important; }
.user-profile-content .switcher.tabs { position: inherit; }
.center-block { width: 600px; margin: 0 auto; }
.wrapper { overflow: hidden; zoom: 1; }


/* Header
-------------------- */
#nav .profile { position: relative; bottom: 21px; float: right; zoom: 1; color: #aaa; text-transform: lowercase;  padding-right: 10px; z-index: 10; }
#nav .profile li { display: inline; padding: 0; }
#nav .profile li a { color: #5F6691; text-decoration: none; }
#nav .profile li a:hover { color: #333; /* text-decoration: underline; */ }
#nav .profile li a.message-new { color: #9197BC; }
#nav .profile li a.username { color: #9197BC; }
#nav .profile li a.username:hover { text-decoration: underline; }
#nav .profile:before { /* background: #e0e0e0; content: ''; height: 12px; width: 1px; position: absolute; left: 40px; top: 4px; */ }
#nav .profile .ico-talk { background: url(http://piter.co/templates/skin/social-jquery/images/ico-talk.png) no-repeat; position: relative; top: 1px; width: 17px; height: 9px; outline: 0 none; display: -moz-inline-stack; display: inline-block; zoom: 1; }
#nav .profile .ico-settings { background: url(http://piter.co/templates/skin/social-jquery/images/ico-settings.png) no-repeat; position: relative; top: 6px; width: 16px; height: 16px; outline: 0 none; display: -moz-inline-stack; display: inline-block; zoom: 1; }

/* Search */
#nav .search-form { position: relative; top: 1px; zoom: 1; z-index: 10; }
#nav .search-form .search { width: 225px; margin: 0; border: 1px solid #ddd; color: #777; font-size: 11px; padding: 5px 3px 5px 20px; background: #fff url(http://piter.co/templates/skin/social-jquery/images/search.png) no-repeat 6px 6px; font-family: Verdana, Arial, sans-serif; }



/* Nav
-------------------- */
#nav .city { background: #fff; color: #333; cursor: pointer; font-weight: bold; border-bottom: 1px dotted; position: relative; left: 10px; top: -27px; z-index: 10; }
/* #nav .city:before { background: url(http://piter.co/templates/skin/social-jquery/images/sprite.png) no-repeat scroll -196px -86px transparent; content: ""; height: 8px; width: 4px; position: absolute; left: -9px; top: 3px; } */
#nav .city:hover { border-bottom: 0; text-decoration: underline; /* border-bottom: none; color:grey; */ }

#nav .date { display: inline-block; position: relative; left: 0px; top: -27px; padding: 0 10px 0 15px; margin-top: 6px; z-index: 10; }

#nav .weather { background: url("http://www.meteonova.ru/informer/PNG104_26063_000000_FFFFFF_F8F8F8_FFFFFF_FFFFFF_FFFFFF_FFFFFF.PNG") no-repeat scroll -153px 0 transparent; display: inline-block; height: 19px; width: 82px;  position: relative; left: 0px; top: -21px; }
#nav .weatherinfo { display: inline-block; height: 19px;  position: relative; left: 0px; top: -27px; cursor: pointer; z-index: 10; }
#nav .weatherinfo .tomorrow { margin-left: 5px; }
#nav .weather-limid { vertical-align: middle; margin-top: -2px; }
#nav .weather-liweather { padding-left: 10px; color:#fff; font-size: 11px;}
#nav .weather-nomargin { margin: 0px !important; }

#nav .logo { height: 145px; width: 265px; display: block; background: url(http://piter.co/templates/skin/social-jquery/images/logo.png) no-repeat; float: left; position: relative; top: 13px; left: 0px; }

#nav .nav-main { border-bottom: 1px solid #e0f0f0; border-top: 1px solid #e0f0f0; text-align: justify; text-align-last:justify; overflow: hidden; zoom: 1; padding: 5px 10px; position: relative; bottom: 17px; height: 20px; z-index: 10; }
#nav .nav-main:after { content: ""; display: inline-block; height: 0; width: 100%; overflow: hidden; }
#nav .nav-main li { display: inline-block; font-size: 146%; }
#nav .nav-main li a { color: #e8eff7; text-decoration: none; }
#nav .nav-main li a:hover { color: #000 !important; text-decoration: underline; }
#nav .nav-main li.active a { color: #93aac5; }

#nav .nav-table { background: none repeat #f5f5f5;  border-collapse: separate;padding: 5px 0; text-transform: uppercase; width: 640px; position: relative; bottom: 8px; }
#nav .nav-table td { padding: 0 0 0 10px; }
#nav .nav-table td.last {  }
#nav .nav-table td.active { background: url(http://piter.co/templates/skin/social-jquery/images/arroy.png) no-repeat scroll 3px 5px transparent; }
#nav .nav-table td a { color: #555; text-decoration: none; }
#nav .nav-table td a:hover { color: #000 !important; text-decoration: underline; }

#nav .exchange { width: 265px; font-size: 105%; position: relative; top: 7px; z-index: 10; }

#nav .nav-line { border-bottom: 1px solid #e0f0f0; border-top: 1px solid #e0f0f0; text-align: justify; text-align-last:justify; overflow: hidden; zoom: 1; margin-top: 3px; padding: 5px 0 3px 276px; position: relative; bottom: 19px; height: 21px; }
#nav .nav-line:after { content: ""; display: inline-block; height: 0; width: 100%; overflow: hidden; }
#nav .nav-line:before { background: #e0e0e0; content: ''; height: 20px; width: 1px; position: absolute; left: 265px; top: 5px; }
#nav .nav-line span { display: inline-block; text-align: center; text-transform: uppercase; padding-right: 10px; }
#nav .nav-line span a { color: #333; text-decoration: none; }
#nav .nav-line span a:hover { color: #000 !important; text-decoration: underline; }

/* Banner Nav Menu */
.nav-banner                 { overflow: hidden; margin-bottom: 15px; zoom: 1; }
.nav-banner li              { float: left; margin-right: 3px; }
.nav-banner li:last-child 	{ border-right: none; }
.nav-banner li a            { display: block; background: #fafafa; border-radius: 2px; padding: 4px 12px; font-weight: bold; }
.nav-banner li a:hover      { background: #eee; text-decoration: none; }
.nav-banner li.active a     { background: #eee; color: #333; }

/* Banner Nav Sub Menu */
.nav-banner .sub-menu               { margin-top: 15px; }
.nav-banner .sub-menu li a          { background: #fafafa; color: #aaa; }
.nav-banner .sub-menu li a:hover    { background: #eee; }
.nav-banner .sub-menu li.active a   { background: #eee; color: #333; }

/* Menu
-------------------- */
#menu { margin: 0; }

/* Footer
-------------------- */
/*#footer { display: none; }*/
#footer { background: url(http://piter.co/templates/skin/social-jquery/images/footer.png) repeat-x scroll 0 0 transparent; padding: 25px 30px 25px 30px; color: #e0f0f0; }
#footer a { color: #e0f0f0; }
#footer ul { float: left; overflow: hidden; zoom: 1; font-size: 11px; }
#footer ul li { margin-bottom: 2px; float: left; margin-right: 10px; text-transform: lowercase; }
#footer ul li.header {  }
#footer ul li.header a { font-size: 11px; font-weight: bold; text-transform: uppercase; }
#footer ul li a.rss { background: url() no-repeat; padding-left: 22px; }

#footer .left     { float: left;  text-align: left; margin-top: 10px; }
#footer .center {  float: left; text-align: right; display: inline; width: 502px; margin-top: 10px; }
#footer .center .liveinternet { float: right; display: inline; margin-top: -5px; padding-left: 77px; }
#footer .right   { float: right; text-align: right; margin-top: 10px; }
   
/* Settings
-------------------- */
.settings-wrapper { background: #fafafa; padding: 10px; }
.settings-wrapper p { margin-bottom: 15px; }

/* User Profile
-------------------- */

/* Blog profile */
.blog-profile { padding: 15px; background: #fafafa; margin-bottom: 20px; }
.blog-profile { float: right; }

/* User profile */
.user-profile { padding: 15px; background: #fafafa; margin-bottom: 20px; }
.user-profile .voting { float: right; margin-right: 10px; }

/* User profile table */
.up-outer-table td { vertical-align: top; }
.up-outer-table td.up-outer-table-info { padding-right: 15px; width: 394px; }

.user-profile-table { width: 100%; margin-bottom: 20px; margin-left: 1px; }
.user-profile-table tbody td.val { width: 130px; color: #777; }

.table.user-list img { vertical-align: middle; margin-right: 3px; }
.table.user-list tbody td { padding: 5px 5px; }



/* Misc blocks
-------------------- */

/* Talk */
.talk-table { width: 100%; line-height: 16px; margin-bottom: 15px; }
.talk-table td { vertical-align: middle; }
.talk-table thead td { padding: 1px 5px 2px; background: #f7f7f7; font-size: 10px; font-weight: bold; color: #888; border-top: 1px solid #DAE2E8; border-bottom: 1px solid #DAE2E8; }
.talk-table tbody td { padding: 10px 5px; border-bottom: 1px solid #DAE2E8; }
.talk-table tbody tr.unread td { background: #F5F9FB; }
.talk-table tbody td.talk-topic { color: #89a8c6; }
.talk-table thead td.talk-actions-head { text-align: right; padding-right: 20px; }
.talk-table tbody td .talk-actions { text-align: right; }
.talk-table tbody td .talk-actions li { line-height: 17px; }
.talk-table tbody td .talk-actions li a { display: block; padding: 2px 7px 2px 7px; }
.talk-table tbody td .talk-actions li a:hover { background: #e1e7ed; text-decoration: none; }
.talk-table tbody td .user-info { min-height: 50px; _height: 50px; position: relative; padding-left: 60px; }
.talk-table tbody td .user-info.multi { padding-left: 0; }
.talk-table tbody td .user-info img.avatar { width: 50px; height: 50px; vertical-align: top; position: absolute; top: 0; left: 0; }
.talk-table tbody td .user-info span { color: #777; font-size: 10px; }
.talk-table tbody td .user-info span.talk-comments { color: #aaa; text-transform: lowercase; }
.talk-table .username { margin-right: 8px; white-space: nowrap; font-size: 11px !important; }
.talk-table .username img { width: 16px; height: 16px; margin-right: 1px; vertical-align: middle; position: relative; top: -1px; }

/* Blog profile */
.blog { background: #fff; padding: 10px 10px 10px 120px; border: 1px solid #eee; margin-bottom: 10px; min-height: 100px; _height: 100px; position: relative; zoom: 1; }
.blog.detailed { background: #fcfcfc; min-height: 150px; _height: 150px; padding: 10px 120px 40px 125px; border: 1px solid #ddd; margin-bottom: 20px; }
.blog p { line-height: 15px; margin-bottom: 15px; }
.blog .avatar { position: absolute; top: 10px; left: 10px; z-index: 10; }
.blog dl { overflow: hidden; zoom: 1; line-height: 15px; margin-bottom: 3px; }
.blog dl dt { float: left; width: 80px; color: #aaa; }
.blog dl dd { float: left; width: 290px; }
.blog .blog-actions { position: absolute; top: 8px; right: 11px; width: 100px; text-transform: lowercase; }
.blog .blog-actions li img { vertical-align: middle; }
.blog .blog-actions li a { display: block; zoom: 1; padding: 1px 0 2px 7px; }
.blog .blog-actions li a:hover { background: #e1e7ed; text-decoration: none; }
.blog .blog-badge { position: absolute; top: 0; left: 0; z-index: 20; width: 31px; height: 32px; background: url(http://piter.co/templates/skin/social-jquery/images/blog-badge.png) no-repeat; }
.blog .voting { position: absolute; top: 115px; left: 15px; width: 100px; }
.blog .voting .total { float: none; font-size: 18px; font-weight: bold; text-align: center; margin: 0 7px 7px 0; }
.blog .voting .plus { position: static; }
.blog .voting .minus { position: static; margin-left: 35px; _margin-left: 18px; }
.blog .blog-more { padding-bottom: 15px; }
.blog .blog-more img { width: 16px; height: 16px; margin-right: 1px; vertical-align: middle; position: relative; top: -1px; }
.blog .blog-more .username { margin-right: 8px; white-space: nowrap; }
.blog .more { position: absolute; bottom: 0; left: 0; width: 100%; _width: 633px; padding: 10px 0; text-align: center; background: #E8F3F4; }
.blog .more:hover { text-decoration: none; background: #DEEDEF; }
.blog .blog-delete-form { position: absolute; top: 10px; left: 50%; margin-left: -100px; width: 200px; padding: 10px; border: 1px solid #ddd; background: #fff; border: 1px solid #ddd; box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc; }
.blog .blog-delete-form select { width: 100%; margin-top: 5px; margin-bottom: 7px; }

/* User profile */
.user-profile { padding: 15px; background: #fafafa; margin-bottom: 20px; }
.user-profile .voting { float: right; margin-right: 10px; }
.user-profile .strength { float: right; }

/* Stat */
.stat-performance { width: 930px; margin: 0 auto 20px; padding: 15px 20px; background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.stat-performance table { }
.stat-performance table td { width: 200px; vertical-align: top; }
.stat-performance h4 { font-weight: bold; }

/* Userfeed */
.userfeed-get-more {display:block; width:90%; margin:0px auto; text-align:center; height:2.5em; padding-top:1em;}
.userfeed-get-more:hover { background: #f0f7fd;}
.userfeed_loading {background: #F7F7F7 url(http://piter.co/templates/skin/social-jquery/images/loader.gif) no-repeat center;}

/* Stream */
.stream-get-more { display: block; text-align: center; padding: 12px 0; background: #fafafa; color: #aaa; border-top: 1px solid #eee; text-decoration: none; }
.stream-get-more:hover { background: #f0f7fd; }
.stream_loading { background: #f7f7f7 url(http://piter.co/templates/skin/social-jquery/images/loader.gif) no-repeat center; }
.stream-comment-preview { padding: 7px 12px 8px; background: #f7f7f7; margin-top: 5px; line-height: 15px; }

.stream-list { margin: 0 0 20px; border-top: 1px solid #eee; }
.stream-list li { min-height: 48px; _height: 48px; border-bottom: 1px solid #eee; padding: 10px 15px 10px 60px; position: relative; }
.stream-list li .avatar { position: absolute; top: 10px; left: 0; }
.stream-list li .date { display: block; color: #999; line-height: 14px; }
.stream-list li a { text-decoration: none; }
.stream-list li a:hover { text-decoration: underline; }

/* Userfields */
.userfield-list { border-top: 1px solid #eee; }
.userfield-list li { border-bottom: 1px solid #eee; padding: 10px; overflow: hidden; zoom: 1; line-height: 12px; color: #777; }
.userfield-list li .uf-actions { float: right; }
.userfield-list li .uf-actions img { vertical-align: top; }
.userfield-list li .uf-actions a { margin-left: 5px; }
.userfield-list li .userfield_admin_name { font-weight: bold; color: #333; }

.userfield-add { text-decoration: none; border-bottom: 1px dotted #2b587a; }
.userfield-add:hover { text-decoration: none; color: #333; border-color: #333; }

/* Write */
.write { overflow: hidden; zoom: 1; padding: 50px 20px; width: 790px; margin: 0 auto; }
.write li { float: left; margin-right: 30px; margin-bottom: 20px; }
.write li a { float: left; width: 128px; padding-top: 125px; text-align: center; }
.write li.item-1 a { background: url(http://piter.co/templates/skin/social-jquery/images/write-topic.png) 50% 0 no-repeat; }
.write li.item-2 a { background: url(http://piter.co/templates/skin/social-jquery/images/write-question.png) 50% 0 no-repeat; }
.write li.item-3 a { background: url(http://piter.co/templates/skin/social-jquery/images/write-link.png) 50% 0 no-repeat; }
.write li.item-4 a { background: url(http://piter.co/templates/skin/social-jquery/images/write-blog.png) 50% 0 no-repeat; }
.write li.item-5 a { background: url(http://piter.co/templates/skin/social-jquery/images/write-drafts.png) 50% 0 no-repeat; }
.write li.item-6 a { background: url(http://piter.co/templates/skin/social-jquery/images/write-photoset.png) 50% 0 no-repeat; }
 }
/* Voting */
.voting { overflow: hidden; zoom: 1; }

.voting .total { float: left; margin-left: 7px; font-weight: bold; color: #aaa; }
.voting .total a { text-decoration: none; outline: none; }

.voting.positive .total { color: #315682; }
.voting.negative .total { color: #aaa; }

.voting .plus,
.voting .minus 			{ width: 9px; height: 9px; opacity: 0.5; filter: alpha(opacity=50); float: left; margin-left: 5px; display: block; background: url(http://piter.co/templates/skin/social-jquery/images/voting.png) no-repeat; position: relative; top: 5px; outline: none; }
.voting .plus 			{ background-position: 0 0; }
.voting .minus 			{ background-position: -9px 0; }
.voting .plus:hover 	{ opacity: 1; filter: alpha(opacity=100); }
.voting .minus:hover 	{ opacity: 1; filter: alpha(opacity=100); }

.voting.voted.plus 	.plus 			{ opacity: 1; filter: alpha(opacity=100); }
.voting.voted.minus .minus 			{ opacity: 1; filter: alpha(opacity=100); }
.voting.voted.plus 	.minus:hover 	{ opacity: 0.5; filter: alpha(opacity=50); }
.voting.voted.minus .plus:hover 	{ opacity: 0.5; filter: alpha(opacity=50); }

.voting.guest .plus:hover 	{ opacity: 0.5; filter: alpha(opacity=50); }
.voting.guest .minus:hover 	{ opacity: 0.5; filter: alpha(opacity=50); }


/* Favorite */
.favourite 			{ background: url(http://piter.co/templates/skin/social-jquery/images/like.gif) no-repeat; opacity: 0.5; filter: alpha(opacity=50); display: block; height: 10px; width: 10px; position: relative; top: 6px; }
.favourite.active 		{ opacity: 1; filter: alpha(opacity=100); }


/* Pagination */
.pagination { overflow: hidden; zoom: 1; }
.pagination li { float: left; padding: 1px 7px; margin-right: 1px; }
.pagination li.active { background: #eef2f4; border: 1px solid #dae1e8; padding: 0 6px; }


/* Scroll up */
#top-link { cursor: pointer; display: none; position: fixed; left: 0; top: 0; padding: 0; z-index: 1; }
#top-link a { display: block; width: 100px; text-align: center; color: #ааа; padding: 5px 0; margin: 5px; text-decoration: none !important; font-weight: bold; border-radius: 2px; }
#top-link:hover a { background: #f5f5f5; color: #333; }
#topicon { width: 0; height: 0; display: inline-block; border-bottom: 7px solid #aaa; border-left: 7px solid transparent; border-right: 7px solid transparent; margin-right: 5px; }
#top-link:hover #topicon { border-bottom: 7px solid #333; }
#backicon { width: 0; height: 0; display: inline-block; border-top: 7px solid #aaa; border-left: 7px solid transparent; border-right: 7px solid transparent; margin-right: 5px; }
#top-link:hover #backicon { border-top: 7px solid #333; }
#text { display: none; }


/* Switcher */
.switcher { overflow: hidden; zoom: 1; line-height: 19px; }
.switcher.wide { background: #EFE6B9; border-top: 1px solid #CEC38E; margin-bottom: 0; }
.switcher.wide li { border-top: none !important; }
.switcher li { float: left; padding: 1px 8px 3px; color: #ADA26D; background: #EFE6B9; border-top: 1px solid #CEC38E; }
.switcher li a { float: left; color: #ADA26D; font-weight: bold; }
.switcher li.root { color: #333; margin-left: 10px; }
.switcher li.root.first { margin-left: 0; }
.switcher li.active { background: #E0D7AC; color: #333; }
.switcher li.active a { font-weight: bold; color: #333; }
.switcher li.root.active { background: #F4EFD7; border-color: #F4EFD7; }
.switcher li.root.active a { color: #C4BC93; }



.switcher.tabs { position: relative; top: 25px; zoom: 1; }
.switcher.tabs li { border: none; margin-right: 2px; line-height: 19px; padding: 2px 8px 2px; background: #FCF8E8; }
.switcher.tabs li.active { background: #E8E0BE; color: #333; }
.switcher .sub-menu { width: 700px; margin-bottom: 0; background: #E8E0BE; position: absolute; top: 23px; left: 0; display: none; }
.switcher .sub-menu li { background: #E8E0BE; border: none; line-height: 17px; padding: 3px 8px 4px; color: #A89B61; }
.switcher .sub-menu li a { color: #A89B61; }
.switcher .sub-menu li.active,
.switcher .sub-menu li.active a { color: #333; }


/* System messages */
.system-message-error 	{ background: #f0c8c8; color: #b22626; padding: 10px 15px; margin-bottom: 15px; }
.system-message-notice { background: #dafad8; color: #4bb23b; padding: 10px 15px; margin-bottom: 15px; }


/* Actions */
.actions { overflow: hidden; zoom: 1; /* margin-bottom: 10px; */ }
.actions li a { overflow: hidden; zoom: 1; margin-bottom: 10px; color: #333; text-decoration: none; }
.actions li { float: left; margin-right: 10px; }
.actions li .edit { padding-left: 15px; background: url() no-repeat 0 1px; }
.actions li .delete { padding-left: 14px; background: url(http://piter.co/templates/skin/social-jquery/images/delete.png) no-repeat 0 2px; }
.actions li .rss { padding-left: 15px; background: url() no-repeat 0 1px; }
.actions li a:hover { text-decoration: underline; }


/* Table */
.table { width: 100%; margin-bottom: 10px; }
.table thead td { background: #E1E7ED; font-weight: bold; padding: 1px 7px 4px; color: #2B587A; border-top: 1px solid #D3DAE0; border-bottom: 1px solid #fff; }
.table thead td input { position: relative; top: 1px; }
.table tbody td { border-bottom: 1px solid #fff; padding: 3px 7px 4px; background: #fafafa; }

.table.plugin-list thead td { padding: 3px 7px 4px; }
.table.plugin-list td { vertical-align: top; }
.table.plugin-list tr.active td { background: #C5EAB4; }

.table.user-list img { vertical-align: middle; margin-right: 3px; }
.table.user-list tbody td { padding: 5px 5px; }

.table-weather { font-size: 16px; }
.table-weather tbody td { vertical-align: middle; text-align: center; padding-left: 20px; }
.table-weather tbody td.cell-img { padding-left: 40px; }

/* Friend List */
.friend-list li { background: #fafafa; margin-top: 1px; margin-bottom: 1px; padding: 5px; color: #777; cursor: pointer; overflow: hidden; zoom: 1; white-space: nowrap; }
.friend-list li.checked { background: #EFE6B9; }
.friend-list li img { vertical-align: middle; margin-right: 5px; }

.friend-list.blacklist { width: 310px; }
.friend-list.blacklist li { position: relative; cursor: auto; }
.friend-list.blacklist li:hover { background: #fafafa; }
.friend-list.blacklist li .delete { position: absolute; top: 12px; right: 10px; width: 11px; height: 11px; opacity: 0.5; filter: alpha(opacity=50); background: url(http://piter.co/templates/skin/social-jquery/images/delete.png) no-repeat; }
.friend-list.blacklist li .delete:hover { opacity: 1; filter: alpha(opacity=100); }

.friend-list.speakers { width: auto; }

/* Misc */
.ls-user { padding-left: 10px; background: url(http://piter.co/templates/skin/social-jquery/images/user.png) no-repeat 0 3px; font-weight: bold; }
.user.inactive { color: #888; }

.center { width: 300px; margin: 0 auto; }

.right { float: right; }

.admin-link { 
	/*display: block;*/
    display: none;
	padding: 10px 10px 9px 10px; 
	width: 16px; height: 16px;
	float: right; 
	position: fixed; top: 180px; right: 8px; 
	text-align: center; 
	background: #fefefe url(http://piter.co/templates/skin/social-jquery/images/admin_link.png) center center no-repeat;	
	_position: absolute; 
	_top: expression( eval(document.documentElement.scrollTop) + 180 +"px" );
}

/* Awesome Icons */
#new_messages i.fa-envelope-o { vertical-align: -1px !important; /* display: table-cell;*/ }
ul.profile i:hover { color: #333; }.input { padding: 4px; border: 1px solid #c0cad5; font: normal 11px Verdana, Arial, sans-serif; }
.input-wide { width: 96%; _width: 95%; padding: 4px; border: 1px solid #c0cad5; font: normal 11px Verdana, Arial, sans-serif; }
.input-pwide { width: 590px; padding: 4px; border: 1px solid #c0cad5; font: normal 11px Verdana, Arial, sans-serif; }
.input-100 { width: 100px; padding: 4px; border: 1px solid #c0cad5; font: normal 11px Verdana, Arial, sans-serif; }
.input-150 { width: 150px; padding: 4px; border: 1px solid #c0cad5; font: normal 11px Verdana, Arial, sans-serif; }
.input-200 { width: 200px; padding: 4px; border: 1px solid #c0cad5; font: normal 11px Verdana, Arial, sans-serif; }
.input-300 { width: 300px; padding: 4px; border: 1px solid #c0cad5; font: normal 11px Verdana, Arial, sans-serif; }
.input-title { font-size: 12px; }
.note { color: #aaa; line-height: 14px; padding-top: 3px; }
.checkbox { position: relative; top: 3px; margin: 0 5px 0 1px; }
.input-tag { width: 150px; border: 1px solid #ccc; margin-right: 3px; color: #333; font-size: 11px; padding: 4px 3px 4px 20px; background: #fff url(http://piter.co/templates/skin/social-jquery/images/tag.png) no-repeat 4px 50%; position: relative; top: 1px; font-family: Verdana, Arial, sans-serif; }

.question-list { margin-bottom: 5px; }
.question-list li { margin-bottom: 3px; }
.question-list-add { border-bottom: 1px dotted #2B587A; }
.question-list-add:hover { text-decoration: none; color: #333; border-color: #333; }

label { color: #444; }
select { padding: 3px; font: normal 11px Verdana, Arial, sans-serif; }

.submit { 
	padding: 3px 10px 4px; 
	font: normal 11px Verdana, Arial, sans-serif; 
	cursor: pointer; 
	color: #fff; 
	background: #36638E; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	border: 0; 
	margin: 6px 2px 0 0; 
}
.submit:hover { background: #7e9fc2; }
a.submit { display: block; }
a.submit:hover { text-decoration: none; }

.markItUp  { width: 100%; }
.markItUpEditor { width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }
.markItUpHeader { width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }

dl.form-item  { overflow: hidden; zoom: 1; margin-bottom: 7px; }
dl.form-item dd { float: left; width: 130px; line-height: 20px; text-align: right; padding-right: 10px; }
dl.form-item dt { float: left; width: 300px; }

form p { margin-bottom: 15px; }
.form-sep { border-bottom: 1px solid #ddd; padding-top: 10px; margin-bottom: 10px; }
.form-add p { margin-bottom: 15px; }
.form-add select { width: 300px; }
.form-add textarea { font-size: 12px; margin: 0; }
.form-add .topic { background: #fff; padding: 15px; margin-bottom: 15px; border: 1px solid #eee; box-shadow: 0 0 5px #eee; }
.form-add .topic .content { margin: 0; }/* Login popup */
.jqmWindow.login-form { width: 180px; text-align: center; }
.jqmWindow.login-form h2 { margin-bottom: -6px; }
.jqmWindow.login-form p { margin-bottom: 5px; }
.jqmWindow.login-form label { color: #333; }
.jqmWindow.login-form input { text-align: center; }
.jqmWindow.login-form .close { position: absolute; top: 7px; right: 7px; width: 11px; height: 11px; outline: none; background: url(http://piter.co/templates/skin/social-jquery/images/delete.png) no-repeat; }


/* Blog delete popup */
.jqmWindow.blog-delete-form { width: 200px; }
.jqmWindow.blog-delete-form p { margin-bottom: 8px; }


/* Add friend popup */
.jqmWindow.add-friend-form { width: 200px; }
.jqmWindow.add-friend-form textarea { width: 195px; margin-bottom: 5px; }


/* Add userfield popup */
.jqmWindow.userfield-form { width: 270px; }
.jqmWindow.userfield-form p { margin-bottom: 10px; }
.jqmWindow.userfield-form .input { width: 262px; }
.topic { overflow: hidden; zoom: 1; /* padding-bottom: 15px; */ }

.two-column { width: 290px; }
.left-column { clear: left; float: left; padding-right: 5px; }
.right-column { clear: right; float: right; padding-left: 5px; }

/* Title */
.topic .title { overflow: hidden; zoom: 1; min-height: 39px; position: relative; padding: 0; background: #f7f7f7; border-top: 1px solid #45688e; border-bottom: 1px solid #dae1e8; font-size: 11px; margin-bottom: 10px; }
.topic .title a.title-blog { color: #6691AF; }
.topic .title h1.title-topic { line-height: 20px; font-size: 20px !important; padding-bottom: 2px; margin-bottom: 0; }
.topic .title h1.title-topic a { font-size: 20px !important; font-weight: normal; }
.topic .title h2.title-topic { display: inline; line-height: 20px; font-family: Verdana, Arial, sans-serif; font-size: 20px !important;}
.topic .title h2.title-topic a { font-size: 20px !important; font-weight: normal; }
.topic .title img { position: relative; top: 1px; }

.topic .title .info-topic { display: inline; float: right; margin-top: -1px; padding-bottom: 1px;}
.topic .title .info-topic a { font-size: 11px; }
.topic .title .info-topic a span { font-size: 13px; background:url(http://piter.co/templates/skin/social-jquery/images/bg-icon.png) no-repeat -16px 0; height: 11px; left: 0; position: relative; top: 3px; width: 16px; padding-right: 20px; }
.topic .title .info-topic a:hover { text-decoration: underline; }
.topic .title .info-topic .counter { color: #aaa; padding-left: 5px; }
.topic .title .info-topic .counterold span { font-size: 13px; background:url(http://piter.co/templates/skin/social-jquery/images/bg-icon.png) no-repeat 0 0; padding-right: 18px; position: relative; width: 13px; height: 11px; top: 3px; left: 0; }
.topic .title .info-topic .counter span { background:url(http://piter.co/templates/skin/social-jquery/images/bg-icon.png) no-repeat 0 0; display: inline-block;   height: 11px; margin-right: 4px; outline: 0 none; position: relative; top: 1px; width: 16px; }
#topic-info { color: #aaa; margin: 0 0 11px 0 !important; text-align: right; line-height: 18px; }

.topic .title .topic-actions { display: inline; margin-left: 90px; }

.topic .title .actions { position: absolute; top: 26px; right: 9px; display: none; _display: block; }
.topic .title .voting .minus { display: none; _display: block; }
.topic .title .voting .plus { display: none; _display: block; }
.topic .title:hover .voting .minus { display: block; }
.topic .title:hover .voting .plus { display: block; }
.topic .title:hover .actions { display: block; }
.topic .title .blog-avatar { position: absolute; top: 7px; left: 8px; width: 32px; height: 32px; }
.topic .title .username-avatar { width: 16px; height: 16px; vertical-align: middle; position: relative; top: -1px; margin-right: 5px; }
.topic .title .username { font-weight: bold; }

.topic.link .title h1.title-topic a { color: #495BB7; }

/* Content */
.topic .content { overflow: hidden; zoom: 1; margin-bottom: 15px; font-size: 14px; line-height: 160%; }
.topic .content h4 { font-size: 20px; line-height: 26px; font-weight: bold; margin-bottom: 7px; }
.topic .content h5 { font-size: 18px; line-height: 24px; font-weight: bold; margin-bottom: 7px; }
.topic .content h6 { font-size: 16px; line-height: 22px; font-weight: bold; margin-bottom: 7px; }
.topic .content a { text-decoration: none; color: #2A5885; }
.topic .content a:hover { text-decoration: underline; }
.topic .content p { margin-bottom: 18px; }
.topic .content blockquote { background: #fafafa; padding: 10px 15px; color: #555; clear: both; }
.topic .content pre { background: #fafafa; border: none; overflow: auto; padding: 8px 12px 9px; line-height: 16px; }
.topic .content code { font-family: Consolas, monospace; }
.topic .content ul { list-style-type: disc; margin-left: 17px; }
.topic .content ol { list-style-type: decimal; margin-left: 30px; }
.topic .content img[align="right"] { margin: 4px 0 5px 15px; }
.topic .content img[align="left"] { margin: 4px 15px 10px 0; }
.topic .content img.image-center { display: block; margin: 0 auto; }
.topic .content .ls-user { text-decoration: none; }
.topic .content .ls-user:hover { text-decoration: underline; }

/* Tags */
.topic .tags { display: inline; margin: 0 0 6px 1px; font-size: 11px; }
.topic .tags li { display: inline; color: #888; }
.topic .tags li a { color: #888; }

/*.topic a.username  { font-weight: bold; color: #333; float: right; }*/
.topic a.username  { font-weight: bold; color: #fff; float: right; }
.topic a.username:hover  { text-decoration: underline; }

/* Info */
.topic .info { overflow: hidden; zoom: 1; font-size: 11px; line-height: 14px; border-bottom: 1px solid #DDDDDD; padding-bottom: 12px; }
.topic .info li { float: left; margin-right: 15px; }
.topic .info li a { text-decoration: none; }
.topic .info li a:hover { text-decoration: underline; }
.topic .info li.date { color: #777; }
.topic .info li.voting { padding-right: 15px; }
.topic .info li.actions { float: right; color: #aaa; margin-right: 5px; }
.topic .info li.actions a { margin-left: 7px; }

ul.topic-info {
	text-align: justify;
	color: #aaa;

	/* Обнуляем для родителя*/
	line-height: 0;
	font-size: 1px; /* 1px для Opera */

	/* Лекарство для IE6-7*/
	text-justify: newspaper;
	zoom:1;

	/* Включаем в работу последнюю строку*/
	text-align-last: justify;
}
ul.topic-info:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}
ul.topic-info li  {
	display: inline-block;
	text-align: left;
	margin-bottom: 0;

	/* Востанавливаем у потомков, кроме последнего*/
	line-height: normal;
	font-size: 11px;

	/* Без него в Opera будет отступ под элементами */
	vertical-align: top;

	/* эмуляция inline-block для IE6-7*/
	//display : inline;
	//zoom : 1;
}


.item-list li .dao-item-image-new {
    float: left;
    margin-right: 15px;
    width: 155px;
}

/* Poll */
.topic .poll { margin-bottom: 15px; font-size: 11px; }

.topic .poll .poll-vote { margin-left: 0; list-style-type: none; }
.topic .poll .poll-vote input { position: relative; top: 1px; margin: 0; }
.topic .poll .poll-vote dl { overflow: hidden; zoom: 1; margin-bottom: 7px; }
.topic .poll .poll-vote dl dt { float: left; padding-right: 10px; }
.topic .poll .poll-vote dl dt a { float: left; padding: 0 6px 3px; color: #2b587a; background: #dae1e9; border-top: 1px solid #cad1d9; text-decoration: none; }
.topic .poll .poll-vote dl dt a:hover { color: #2b587a; background: #eef1f5; border-top: 1px solid #cad1d9; }
.topic .poll .poll-vote dl dd { float: left; width: 320px; }

.topic .poll .poll-result { margin: 0; font-size: 11px; list-style-type: none; line-height: 14px; }
.topic .poll .poll-result li { margin-bottom: 10px; width: 400px; }
.topic .poll .poll-result li p { margin-bottom: 5px; width: 320px; }
.topic .poll .poll-result li dl { overflow: hidden; zoom: 1; }
.topic .poll .poll-result li dl dt { float: left; width: 320px; height: 17px; background: #fafafa; }
.topic .poll .poll-result li dl dt div { height: 17px; background: #dae1e9; overflow: hidden; border-top: 1px solid #ccd1d5; }
.topic .poll .poll-result li dl dd { float: left; width: 70px; padding-left: 10px; }
.topic .poll .poll-result li._most dl dt div { background: #aebfcd; border-top: 1px solid #8fa4b5; }

.topic .poll .poll-total { font-size: 11px; }

/* Topic Photo */
.topic.photo {  }
.topic.photo .topic-photo-preview { position: relative; /*  margin-bottom: 15px; */ cursor: pointer; }
.topic.photo .topic-photo-preview img { vertical-align: top; }
.topic.photo .topic-photo-preview .topic-photo-count { display: none; cursor: pointer; position: absolute; top: 5px; right: 5px; background: #000; color: #6bd24b; padding: 4px 7px; background: rgba(0,0,0,.6); }
.topic.photo .topic-photo-preview .topic-photo-desc { display: none; width: 96%; padding: 7px 2% 8px; position: absolute; bottom: 0; left: 0; background: #000; color: #6bd24b; color: #fff; line-height: 15px; background: rgba(0,0,0,.7); }
.topic.photo .topic-photo-preview .topic-desc { text-align: right; width: 96%; padding: 7px 2% 8px; position: absolute; bottom: 0; left: 0; background: #000; color: #6bd24b; color: #fff; line-height: 15px; background: rgba(0,0,0,.4); }

.topic.photo .topic-photo-images { padding-top: 10px; margin-bottom: 15px; }
.topic.photo .topic-photo-images h2 { border-bottom: 1px solid #ddd; color: #999; padding-bottom: 3px; margin-bottom: 10px; font-size: 11px; font-family: Verdana, sans-serif; font-weight: bold; }
.topic.photo .topic-photo-images ul { overflow: hidden; zoom: 1; }
.topic.photo .topic-photo-images ul li { float: left; margin: 0 8px 8px 0; position: relative; }
.topic.photo .topic-photo-images ul li.last { margin-right: 0; }
.topic.photo .topic-photo-images ul li .image-number { display: none; position: absolute; top: 5px; right: 5px; background: #000; color: #6bd24b; padding: 1px 6px; font-size: 11px; background: rgba(0,0,0,.6); }
.topic.photo .topic-photo-images ul li:hover .image-number { display: block; }
.topic.photo .topic-photo-images ul li img { vertical-align: top; }
.topic.photo .topic-photo-images .topic-photo-more { display: block; border-top: 1px solid #dbe6f0; text-align: center; padding: 10px 0; margin-bottom: 15px; text-decoration: none; background: #f3f7fa; color: #7b90a5; }
.topic.photo .topic-photo-images .topic-photo-more:hover { background: #eaf2f8; }

.topic-photo-upload { background: #fff; padding: 15px 15px 15px; margin-bottom: 20px; border: 1px solid #eee; }
.topic-photo-upload h2 { margin-bottom: 15px; }
.topic-photo-upload ul { overflow: hidden; zoom: 1; }
.topic-photo-upload ul li { min-height: 100px; _height: 100px; margin-bottom: 10px; padding-left: 110px; position: relative; }
.topic-photo-upload ul li img { position: absolute; top: 0; left: 0; }
.topic-photo-upload ul li label { color: #aaa; }
.topic-photo-upload ul li textarea { border: 1px solid #ddd; width: 350px; height: 60px; padding: 3px; font-size: 12px; font-family: Arial, sans-serif; color: #333; }
.topic-photo-upload ul li .image-delete { text-decoration: none; margin-right: 15px; }
.topic-photo-upload ul li .image-delete:hover { color: #f00; }
.topic-photo-upload ul li.marked-as-preview .mark-as-preview { display: inline; color: #43c70f; font-weight: bold; }
.topic-photo-upload ul li .mark-as-preview { display: none; text-decoration: none; }
.topic-photo-upload ul li:hover .mark-as-preview { display: inline; }
.topic-photo-upload .topic-photo-upload-rules { color: #888; margin-bottom: 15px; }
.topic-photo-upload .topic-photo-upload-input { margin-bottom: 20px; }
.topic-photo-upload .topic-photo-upload-input input { margin-top: 3px; }

#photoset-upload-form {
	width: 270px; 
	padding: 15px;
	position: absolute;
	top:70%;
	display: none;
	background-color: #fff; 
	border: 1px solid #ccc; 
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
#photoset-upload-form p { margin-bottom: 10px; }
#photoset-upload-form .input-text { width: 262px; border: 1px solid #ccc; margin: 0; padding: 3px; font-family: Arial, sans-serif; font-size: 12px; }

@media screen and (max-width: 1023px) {
    
    .topic .title h1.title-topic {
        line-height: 40px;
        font-size: 40px !important;
    }
    
    .topic .content {
        font-size: 28px;
    }
}/* Update button */
.update { 
	padding: 10px 10px 9px 10px; 
	float: right; 
	position: fixed; top: 220px; right: 8px; 
	text-align: center; 
	background: #FEFEFE; 
	_position: absolute; 
	_top: expression( eval(document.documentElement.scrollTop) + 220 +"px" ); 
}
.update .update-comments { width: 16px; height: 16px; cursor: pointer; background: url(http://piter.co/templates/skin/social-jquery/images/update.gif) no-repeat; }
.update .update-comments.active { background: url(http://piter.co/templates/skin/social-jquery/images/update_act.gif) no-repeat; }
.update .new-comments { color: #333; padding-top: 10px; cursor: pointer; }



/* Comments */
.comments { margin-bottom: 30px;  }
.comments .comment-wrapper { overflow: hidden; zoom: 1; position: relative; }
.comments .comment-wrapper .comment-wrapper { padding-left: 25px; }

.comments-header { font-family: Verdana, sans-serif; font-size: 11px; color: #333; padding-bottom: 3px; overflow: hidden; zoom: 1; }
.comments-header .comments-header-right { display: none; float: right; color: #aaa; }
.comments-header .rss { margin-left: 20px; }

.comment-preview { padding: 5px 10px; margin-top: 10px; margin-bottom: 5px; background: #fafafa; overflow: hidden; zoom: 1; font-size: 11px; }
.comments-empty { display: none;  border-top: 1px solid #eee; color: #aaa; }


/* Comment */
.comment { min-height: 47px; _height: 47px; font-size: 11px; position: relative; zoom: 1; padding: 6px 0 11px 62px; background: #fff; border-top: 1px solid #eee; }
.comment .avatar { padding-top: 0; position: absolute; zoom: 1; top: 9px; left: 5px; }
.comment .deleted { padding: 5px 10px; color: #777; background: #f4f4f4; }
.comment .goto-comment-child { display: none; }
.comment .comment-badge { display: none; position: absolute; top: 9px; left: 5px; z-index: 20; width: 20px; height: 20px; background: url(http://piter.co/templates/skin/social-jquery/images/c-badge.png) no-repeat; _width: 10px; _height: 10px; _background: #ff0; _overflow: hidden; }
.comment.op .comment-badge { display: block; }

/* Bad */
.comment.bad { opacity: 0.3; filter: alpha(opacity=30); _filter: alpha(opacity=60); }
.comment.bad .avatar { filter: alpha(opacity=30); _filter: alpha(opacity=60); }
.comment.bad:hover { opacity: 1; filter: alpha(opacity=100); }
.comment.bad:hover .avatar { opacity: 1; filter: alpha(opacity=100); }

/* Comment Highlights */
.comment 						{ background: #fff; }
.comment.deleted 				{ background: #efd5d5; }
.comment.deleted.not-admin 	 	{ padding: 5px 10px; min-height: 0; background: #f7f7f7; color: #888; }
.comment.self 					{ background: #faf8f4; }
.comment.new 					{ background: #fbfba8; }
.comment.current 				{ background: #a5e7fa; }

/* Info Block */
.comment .info { overflow: hidden; zoom: 1; font-size: 11px; margin-bottom: 2px; }
.comment .info li { float: left; margin-right: 10px; }
.comment .info li.avatar { padding-top: 0; }
.comment .info li.avatar img { vertical-align: top; }
.comment .info li.voting { float: right; }
.comment .info li.username a { font-weight: bold; }
.comment .info li.date a { color: #aaa; }
.comment .info li.date a:hover { text-decoration: underline; }
.comment .info li a { text-decoration: none; }

.comment .voting .plus,
.comment .voting .minus { visibility: hidden; _visibility: visible; }
.comment .voting.voting-zero .total { visibility: hidden; _visibility: visible; }
.comment:hover .voting * { visibility: visible !important; }

/* Content */
.comment .content { color: #000; padding-right: 20px; line-height: 15px; overflow: hidden; zoom: 1; }
.comment pre, .comment-preview pre { overflow: auto; width: 95%; padding: 5px 2% 6px; background: #fafafa; margin-bottom: 10px; border: 1px solid #eee; clear: both; }
.comment pre, .comment pre code, .comment-preview pre, .comment-preview pre code { font-family: Consolas, monospace; line-height: 16px; }
.comment blockquote, .comment-preview blockquote { padding: 5px 10px 6px; background: #fafafa; border: 1px solid #eee; margin-bottom: 5px; }


/* Actions */
.comment .comment-actions { padding-top: 1px; font-size: 10px; text-transform: lowercase; }
.comment .comment-actions a { text-decoration: none; }
.comment .comment-actions a:hover { text-decoration: underline; }
.comment .comment-actions .folding { font-size: 10px; padding-right: 10px; background: url(http://piter.co/templates/skin/social-jquery/images/comment-fold.png) no-repeat 100% 6px; margin-right: 10px; }
.comment .comment-actions .folding { background: url(http://piter.co/templates/skin/social-jquery/images/comment-unfold.png) no-repeat 100% 6px; }
.comment .comment-actions .folding.folded { background: url(http://piter.co/templates/skin/social-jquery/images/comment-fold.png) no-repeat 100% 4px; padding-right: 8px; }

.comment .comment-actions .reply-link { margin-right: 5px; font-size: 10px; text-transform: lowercase; }

/* Comment List */
.comments.comment-list .avatar { top: 10px; }
.comments.comment-list .path { color: #888; }
.comments.comment-list .path .blog-name { color: #777; }

/* Reply Form */
.reply-header { font-size: 11px; font-weight: bold; font-family: Verdana, sans-serif; color: #36638E; }
.reply-header a { border-bottom: 1px dotted #2B587A; }
.reply-header a:hover { text-decoration: none; color: #333; border-color: #333; }

.reply { padding-bottom: 10px; margin-top: 10px; }
.reply textarea { height: 80px; border: 1px solid #ccc; margin: 0; padding: 1px 3px; font-family: Verdana, sans-serif; font-size: 11px; line-height: 15px; }
.reply textarea.loader { background: #f7f7f7 url(http://piter.co/templates/skin/social-jquery/images/loader.gif) no-repeat center;}.block { padding: 15px; margin-bottom: -15px; }
.block p { margin-bottom: 15px; }

.block .bottom { padding-top: 3px; font-size: 10px; text-align: right; }
.block .inner { padding: 5px; background: #fafafa; }
.block .empty { text-align: center; padding: 5px 15px; color: #aaa; }
.block .block-subheader { background: #fafafa; padding: 3px 8px; color: #777; line-height: 15px; }

.block .block-header { overflow: hidden; zoom: 1; line-height: 19px; height: 23px; font-size: 11px; padding: 0 0 0 7px; border-top: 1px solid #B1BDD6; background: #dae2e8; }
.block .block-header strong { color: #45688E; position: relative; top: 1px; float: left; }
.block .block-header .right { padding: 1px 7px 0 0; color: #aaa; }

.block .switcher-block { overflow: hidden; zoom: 1; background: #EBF0F4; }
.block .switcher-block li { float: left; padding: 2px 7px 3px; margin: 0; font-weight: bold; color: #9DB6C9; cursor: pointer; }
.block .switcher-block li.active { background: #B3C9D8; color: #fff; }

.block .stream-settings-userlist ul, 
.block .stream-settings-friends,
.block .stream-settings-blogs { overflow: auto; max-height: 200px; _height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); position: relative; }

/* Stream */
.block.stream ul.list { font-size: 11px; line-height: 14px; _overflow: hidden; zoom: 1; }
.block.stream ul.list li { min-height: 48px; _height: 48px; position: relative; zoom: 1; padding: 8px 0 9px 57px; color: #808080; border-bottom: 1px solid #eee; }
.block.stream ul.list li img { position: absolute; top: 8px; left: 0; }
.block.stream ul.list li .username { font-weight: bold; color: #333; }

/* Top Blogs */
.block.blogs ul.list { font-size: 11px; line-height: 14px; overflow: hidden; zoom: 1; }
.block.blogs ul.list li { padding: 5px 7px 6px 8px; border-bottom: 1px solid #eee; }
.block.blogs ul.list li a { text-decoration: none; }
.block.blogs ul.list li .rating { float: right; font-weight: bold; }

/* Tags */
.block .cloud { padding: 5px 8px; background: #fafafa; }
.block .cloud li { display: inline; margin-right: 5px; line-height: 18px; }
.block .cloud li a { white-space: nowrap; }
.block .cloud li a.w1 { font-size: 11px; }
.block .cloud li a.w2 { font-size: 11px; }
.block .cloud li a.w3 { font-size: 11px; }
.block .cloud li a.w4 { font-size: 12px; }
.block .cloud li a.w5 { font-size: 12px; }
.block .cloud li a.w6 { font-size: 13px; }
.block .cloud li a.w7 { font-size: 13px; }
.block .cloud li a.w8 { font-size: 14px; }
.block .cloud li a.w9 { font-size: 14px; }
.block .cloud li a.w10 { font-size: 14px; }

/* Profile */
.block.block-profile { margin-bottom: 0; }

.block.block-profile .login { font-size: 18px; font-weight: bold; line-height: 18px; padding: 1px 5px 4px; background: #333; color: #fff; }
.block.block-profile .block-profile-user { position: relative; zoom: 1; padding-left: 110px; border-bottom: 1px solid #d8dfed; min-height: 120px; _height: 120px; background: #fafafa; }
.block.block-profile .block-profile-user .avatar { position: absolute; top: 10px; left: 10px; }
.block.block-profile .block-profile-user .voting { padding-top: 40px; }
.block.block-profile .block-profile-user .voting .total { float: none; font-size: 18px; font-weight: bold; text-align: center; margin: 0 0 7px; }
.block.block-profile .block-profile-user .voting .plus { position: static; }
.block.block-profile .block-profile-user .voting .minus { position: static; margin-left: 40px; _margin-left: 20px; }

.block.block-profile-actions { margin-bottom: 0; padding: 0 15px; }
.block.block-profile-actions ul {}
.block.block-profile-actions ul li span { display: block; padding: 1px 0 2px 7px; color: #777; }
.block.block-profile-actions ul li a { display: block; padding: 1px 0 2px 7px; }
.block.block-profile-actions ul li a:hover { background: #e1e7ed; text-decoration: none; }

/* Friends */
.block .friends { overflow: hidden; zoom: 1; margin-top: 10px; }
.block .friends li { float: left; width: 70px; overflow: hidden; text-align: center; margin-bottom: 7px; }
.block .friends li img { vertical-align: top; width: 50px; height: 50px; }

/* Blogs */
.block .profile-blog-list { overflow: hidden; zoom: 1; padding: 5px 7px; background: #fafafa; }
.block .profile-blog-list h4.up-header { color: #aaa; border-color: #ddd; }

/* Stream Settings */
.block.stream-settings h2 { margin-bottom: 7px; }
.block.stream-settings h3 { margin-bottom: 7px; font-size: 16px; font-weight: bold; color: #45688E; }
.block.stream-settings p.note { margin-bottom: 15px; color: #aaa; }
.block.stream-settings p.sp-note { margin-bottom: 10px; color: #aaa; line-height: 14px; }
.block.stream-settings input.input-checkbox { position: relative; top: 2px; margin: 0 2px 0 1px; }
.block.stream-settings ul li { padding-bottom: 5px; }
.block.stream-settings .stream-settings-filter { padding-bottom: 15px; margin: 0 0 15px 0; border-bottom: 1px solid #ddd; }
.block.stream-settings .stream-settings-userlist { padding-bottom: 15px; margin: 0 0 15px 0; border-bottom: 1px solid #ddd; }
.block.stream-settings .stream-settings-userlist p { margin-bottom: 10px; }
.block.stream-settings .stream-settings-userlist p input { border: 1px solid #ccc; padding: 3px; margin-right: 5px; }
.block.stream-settings .stream-settings-userlist p a { border-bottom: 1px dashed #70AAE0; text-decoration: none; }
.block.stream-settings .stream-settings-userlist p a:hover { color: #555; border-color: #555; }
.block.stream-settings .stream-settings-userlist li { padding-bottom: 5px; }

#vk_groups { padding: 15px; }/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
    
    margin-left: -150px;
    width: 300px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid #666;
    padding: 15px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}#notifier { 
	width: 250px; 
	
	position: fixed; 
	top: 10px; 
	right: 10px; 
	
	font-size: 12px;
	z-index: 9999; 
	
	/* IE 6 Fix */
	_position: absolute; 
	_top: expression( eval(document.documentElement.scrollTop) + 10 +"px" );
}

#notifier .n-box { 
	position: relative; 
	
	padding: 10px 15px 11px; 
	margin-bottom: 10px;
	
	color: #fff; 
	background: #000; 
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	cursor: pointer;
}
#notifier .n-box h3 { color: #fff; font-size: 14px; font-weight: bold; margin-bottom: 3px; }
#notifier .n-box p { margin: 0; }

#notifier .n-box.n-notice { background: #64DD49; color: #000; opacity: 0.95; }
#notifier .n-box.n-notice h3 { color: #333; }
#notifier .n-box.n-error { background: #BC0000; color: #fff; opacity: 0.8; }/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(http://piter.co/templates/skin/social-jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Autocomplete 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.14
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Datepicker 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}a { color: #aaa; }

#nav { background: #fff; }
#nav ul li a { color: #000 !important; }
#nav ul li.active a { color: #000 !important; font-weight: 700; }
#nav .profile li a { color: #aaa !important; }
#nav .profile li a:hover { color: #333 !important; }
#nav .profile li.active a { color: #fff !important; }
#nav .profile li a.username { color: #333 !important; }

#nav .profile { background: none; }
#nav .search-form .search { border-radius: 4px; }

.topic .title { border: none; background: #fff; color: #aaa !important; }
.topic .title a.title-blog { color: #aaa; }
.topic .title h1.title-topic a { color: #000 !important; }
.topic .title h2.title-topic a { color: #000 !important; }
.topic .title .username { color: #aaa !important; }
.topic .poll .poll-result li dl dt div { background: #f5f5f5; border-color: #ddd; }
.topic .poll .poll-vote dl dt a { color: #777; background: #f5f5f5; border-top: 1px solid #ddd; }
.topic .poll .poll-vote dl dt a:hover { color: #777; background: #ddd; border-top: 1px solid #ddd; }

.voting.positive .total { color: #390; }

.block .block-header { background: #f5f5f5; border: none; }
.block .block-header strong { color: #888; }
.block .switcher-block li { color: #aaa; }
.block .switcher-block li.active { background: #666; }

.block .switcher-block { background: #f7f7f7; }
.block .switcher-block li { color: #aaa; }
.block .switcher-block li.active { background: #ccc;	 }
.block .switcher-block li.active { color: #fff; }

.switcher.wide { background: #eee; border: none; }
.switcher li { background: #eee; color: #999; border: none; }
.switcher li a { background: none; color: #777; }
.switcher li.active { background: #666; color: #eee; }
.switcher li.active a { color: #fff; }

.switcher.tabs { }
.switcher.tabs li { background: #eee; }
.switcher.tabs li a { color: #aaa; }
.switcher.tabs li.active { background: #555; color: #333; }
.switcher.tabs li.active a { color: #eee; }
.switcher.tabs .sub-menu { background: #555; }
.switcher.tabs .sub-menu li { background: #555; color: #aaa !important; }
.switcher.tabs .sub-menu li a { color: #aaa !important; }
.switcher.tabs .sub-menu li.active { color: #eee !important; }
.switcher.tabs .sub-menu li.active a { color: #eee !important; }

.blog .more { background: #f5f5f5; }
.blog .more:hover { background: #eee; }

.table { width: 100%; margin-bottom: 10px; }
.table thead td { background: #eee; padding: 3px 7px 6px; color: #888; border-top: none; border-bottom: 1px solid #fff; }

.block.block-profile .block-profile-user { border: none; }

.submit { background: #777; }
.submit:hover { background: #888; }

.block.stream-settings h3 { color: #555; }


#ish-socbookmarks {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 4px;
	overflow: hidden;
	width: 630px;
}

#ish-socbookmarks div {
	float: left;
}

#ish-socbookmarks #vkontakte
,#ish-socbookmarks #vk_like 
,#ish-socbookmarks #facebook
,#ish-socbookmarks #moimir
,#ish-socbookmarks #tweetme
,#ish-socbookmarks #linkedin
,#ish-socbookmarks #google_plusone
,#ish-socbookmarks #___plusone_0
,#ish-socbookmarks #odnoklassniki_class
,#ish-socbookmarks #odnoklassniki_share
,#ish-socbookmarks #odnoklassniki {
	display: inline-block !important;
	margin: 12px 0 4px 0 !important;
	vertical-align: middle !important;
}

#ish-socbookmarks #facebook {
	margin: 12px 0 4px -34px !important;
}

#ish-socbookmarks #tweetme {
	margin: 12px 0 4px 3px !important;
}

#ish-socbookmarks #odnoklassniki {
	margin: 12px 0 4px -38px !important;	
}

#ish-socbookmarks #___plusone_0 {
	margin: 12px 0px 4px 5px !important;
}

#home {background-color:#ddd; position:relative; height:160px; width:350px; margin-bottom:10px; }
.feature { height:160px; position:absolute; width:350px; overflow:hidden; }
.feature img { border:none; }
#tabs { margin-left:0;margin-bottom:0;}
#tabs li {background-color:transparent;display:inline;float:none;list-style:none; }
#tabs li a {background-color:#edd; color:#333; display:inline; height:auto;padding:5px 20px;text-decoration:none;width:auto;}
#tabs li a.active { background-color:#ddd;color:#000; }


#propsort ul {cursor:row-resize;width:200px;height:100px;display: block;}
/*#propsort ul li {width:20px;}*/

.prop_reqiured{color:#f00;}
.catedit { float: right }
.prop_edit {background-color: #e6e6e6; border: 1px dotted #B0C1D3;padding: 10px;}
.file_text_edit {border-bottom: 1px dotted #999; color:#999;text-decoration: none;}
.file_delete{color:#f00;}
#file-list {margin:0}
#file-list li{list-style: none;}
.file {background: url(http://piter.co/plugins/dao/templates/skin/default/img/attach.gif) no-repeat 1px 50%;padding-left: 20px;}
.filelink {background: url(http://piter.co/plugins/dao/templates/skin/default/img/attach.gif) no-repeat 1px 50%;padding-left: 20px;color:#999;}
.photolist{float:left;width:130px;height:150px;}


.category-list {  }
.category-list li { background: #f7f7f7; margin-bottom: 1px; padding: 5px 0px 5px 10px; color: #aaa; position: relative; border-radius: 4px; }
.category-list li:hover { background: #DCF7D9; }
.category-list li a { text-decoration: none; color: #4A90CE; }

.category-actions { overflow: hidden; zoom: 1; position: absolute; top: 6px; right: 5px; }
.category-actions a { float: left; height: 16px; width: 16px; background: url(http://piter.co/plugins/dao/templates/skin/default/img/icons.gif) 0 0 no-repeat; opacity: .7; margin-left: 5px; }
.category-actions a:hover { opacity: 1; }

.category-actions a.cat-add 		{ background-position: 0 -75px; }
.category-actions a.cat-edit 		{ background-position: 0 -125px; }
.category-actions a.cat-del 		{ background-position: 0 -100px; }

.category-add-form { width: 350px; background: #f0f0f0; border-radius: 5px; padding: 15px; margin-bottom: 15px; border: 1px solid #eee; }


/* Prop_edit
-------------------------------------------------------------------*/
table.admin_prop th {vertical-align:bottom; border: none;  border-bottom: solid #B0C1D3 1px;  padding:.2em .6em .2em .65em; background:#e2e4e4; font-size:0.9em; font-weight:normal; color:#6e6e6e;  }
table.admin_prop td { padding:6px 8px 6px 8px; border: none; border-right: solid #B0C1D3 1px; }
table.admin_prop tr.colored td { background-color:#EEF6FB; }
table.admin_prop tr.colored_sel td { background-color:#D9FBC2; }
table.admin_prop { font-size:0.9em;  border:none;  margin:20px 0px 30px 0px; border-bottom:solid 1px #B0C1D3; }
table.admin_prop td:first-child { border-left: solid #B0C1D3 1px }
table.admin_prop td  {  }

.topic .catalogtags { /*background: url() no-repeat 0px 6px;*/margin-left: -20px; float:left; font-size: 11px;}
.topic .catalogtags li { display: inline; color: #777; }
.topic .catalogtags li a { text-decoration: none; color: #777; }
.topic .catalogtags li a:hover { background: #777; color: #fff; }

.cat-rss { float: right; background: url(http://piter.co/plugins/dao/templates/skin/default/img/rss.png) no-repeat; display:block;font-size:16px; height: 16px; padding-left: 18px; margin-right: 10px; }



/* Sub menu
------------------------------------------------- */
.dao-menu { overflow: hidden; zoom: 1; }
.dao-menu li { float: left; position: relative; margin-bottom: 20px; margin-right: 5px; }
.dao-menu li a { float: left; padding: 3px 10px; text-decoration: none; background: #eee; color: #888; border-radius: 3px; }
.dao-menu li.active a { background: #333; color: #eee; }



/* Admin - Manage
------------------------------------------------- */
.dao-catalog-new { margin-bottom: 30px; overflow: hidden; zoom: 1; }
.dao-catalog-new li {
	width: 150px;
	float: left;
	border-radius: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
	border: 1px solid #eee;
	background-color: #f0f0f0;
}
.dao-catalog-new li a { text-decoration: none; color: #777; display: block; padding: 80px 0 5px; }
.dao-catalog-new li a:hover { color: #333; }
.dao-catalog-new li:hover { border-color: #ccc; }

/* Catalog types */
.dao-catalog-new-catalog { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_catalog.png) 50% 12px no-repeat; }
.dao-catalog-new-calendar { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_calendar.png) 50% 8px no-repeat; }
.dao-catalog-new-audio { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_audio.png) 50% 12px no-repeat; }
.dao-catalog-new-video { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_video.png) 50% 12px no-repeat; }
.dao-catalog-new-adv { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_adv.png) 50% 9px no-repeat; }
.dao-catalog-new-business { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_business.png) 50% 12px no-repeat; }
.dao-catalog-new-qa { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_qa.png) 50% 12px no-repeat; }
.dao-catalog-new-faq { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_faq.png) 50% 12px no-repeat; }
.dao-catalog-new-shop { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_shop.png) 50% 12px no-repeat; }
.dao-catalog-new-market { background: url(http://piter.co/plugins/dao/templates/skin/default/img/catalog_new_market.png) 50% 12px no-repeat; }

.dao-manage-table { width: 98%; border-collapse: collapse; }
.dao-manage-table td {  }
.dao-manage-table thead td { background: #eee;padding: 3px 7px; background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 100%); color: #444; border-top: 1px solid #eee; border-bottom: 1px solid #e0e0e0; font-weight: bold; font-size: 11px; }
.dao-manage-table tbody td { background: #f0f0f0; color: #777; padding: 5px 7px; border-bottom: 1px solid #fff; }
.dao-manage-table tbody td a { text-decoration: none; color: #06c; }

.dao-header { font: bold 18px/1em Arial, sans-serif; margin-bottom: 15px; }
.dao-header span { color: #999; }

.dao-input-text { background: -moz-linear-gradient(top, #f4f4f4 0%, #fff 60%); margin-top: 3px; width: 300px; border: 1px solid #ccc; padding: 5px 5px; font-size: 14px; font-family: Arial, sans-serif; }
.dao-input-text.dao-input-text-100 { width: 100px; }
.dao-input-text.dao-input-text-150 { width: 150px; }
.dao-input-text.dao-input-text-200 { width: 200px; }
.dao-select { padding: 3px; font-family: Arial, sans-serif; margin-top: 2px; width: 300px; }

table.admin_page { margin-top: 0; }


/* Item list
------------------------------------------------- */
.item-list { overflow: hidden; zoom: 1; }
.item-list li { position: relative; overflow: hidden; zoom: 1; background: #fff; margin-bottom: 25px; }
.item-list .item-list-new li { margin-bottom: 15px; }
.item-list li .topic-title { font-family: Arial, sans-serif; line-height: 20px; margin-top: -2px; margin-bottom: 8px; }
.item-list li .topic-title-new { font-family: Arial, sans-serif; line-height: 20px; margin-bottom: 0; }
.item-list li .topic-title a { color: #000; }
.item-list li .topic-title-new a { color: #000; }
.item-list li.two-column { margin-bottom: 20px; }
.item-list li.two-column div.dao-item-title-new h2.topic-title-new  { font-size: 18px; line-height: 18px; }
.item-list li .topic-subtitle-new { color: #aaa; float: left; }
.item-list li .dao-item-title-new { padding-bottom: 3px;}
.item-list li .dao-item-image { float: left; width: 100px; margin-right: 15px; }
.item-list li .dao-item-image img { width: 100px; vertical-align: top; }
.item-list li .dao-item-image-new { float: left; width: 290px; margin-right: 15px; }
.item-list li .dao-item-image-new img { width: 290px; height: 172px; vertical-align: top; margin-left: 1px; padding-bottom: 5px; }
.item-list li .item-content { float: left; text-align: justify; line-height: 16px; }
.item-list li .item-content { margin-top: -3px; }
.item-list li .extra { color: #333; font-size: 11px; }
.item-list li .extra .username { margin-right: 15px; }
.item-list li .extra .title-blog { margin-right: 15px; }
.item-list li .extra .file-link { color: #777; background: url(http://piter.co/plugins/dao/templates/skin/default/img/attach.gif) no-repeat; padding-left: 19px; padding-bottom: 3px; }
.item-list li .dao-item-info { padding-left: 115px; }
.item-list li .dao-item-info-new .item-content { padding-bottom: 5px; }
.item-list li .dao-item-info .dao-price { font-size: 13px; line-height: 1.3em; margin-bottom: 5px; font-family: Arial, sans-serif; font-weight: bold; }
.item-list.twocolumn li { display: inline-block; width: 150px; padding: 0; vertical-align: top; margin-right: 35px; background: #fff; *display: inline; zoom: 1; border-radius: 0; }
.item-list.twocolumn li .dao-item-image { float: none; margin-right: 0; margin-bottom: 10px; text-align: center; }
.item-list.twocolumn li .dao-item-image img { width: auto; height: 100px; }
.item-list.twocolumn li .dao-item-info { padding: 0; }
.item-list.twocolumn li .topic-title { font-size: 12px; margin-bottom: 5px; padding-right: 0; }
.item-list.twocolumn li .topic-title a { color: #1A3DC1; text-decoration: underline; }
.item-list.twocolumn li .topic-title a:hover { text-decoration: none; }
.item-list.twocolumn li .dao-item-info .dao-price { margin-bottom: 0; font-size: 12px; color: #000; }
.item-list.twocolumn li .extra { margin-top: 7px; }
.item-list.twocolumn li .extra .username { display: block; margin-right: 0; }
.item-list.twocolumn li .extra .file-link { color: #777; background: url(http://piter.co/plugins/dao/templates/skin/default/img/attach.gif) no-repeat; padding-left: 19px; padding-bottom: 3px; }

.dao-category-add { padding-left: 18px; background: url(http://piter.co/plugins/dao/templates/skin/default/img/add.png) 0 -1px no-repeat; text-decoration: none; color: #1E9E17; }
.dao-category-add:hover { color: #23C11C; }

.dao-category-sort { padding-left: 18px; text-decoration: none; color: #1E9E17; }
.dao-category-sort:hover { color: #23C11C; }


.table.dao-table-props thead td { font-size: 11px; border: 1px solid #fff; }


/* Catalog Topic
------------------------------------------------- */
.topic.topic-dao { margin: -23px 0 30px 0; }
.topic.topic-dao .topic-title { font-family: Arial, sans-serif; font-size: 24px; line-height: 26px; margin-top: -3px; margin-bottom: 0; }
.topic.topic-dao .content { font-family: Arial, sans-serif; font-size: 14px; line-height: 160%; margin-bottom: 25px; }
.topic.topic-dao .topic-photo-images { margin-bottom: 5px; }
.topic.topic-dao .favourite { top: 15px; left: -10px; }
.topic .dao-topic-edit { position: absolute; top: 42px; left: -8px; width: 16px; height: 16px; background: url(http://piter.co/plugins/dao/templates/skin/default/img/edit.png) no-repeat; opacity: .6; }
.topic .dao-topic-edit:hover { opacity: 1; }
.topic .dao-topic-delete { position: absolute; top: 70px; left: -8px; width: 16px; height: 16px; background: url(http://piter.co/plugins/dao/templates/skin/default/img/close.png) no-repeat; opacity: .6; }
.topic .dao-topic-delete:hover { opacity: 1; }
.topic.topic-dao .wrapper { overflow: hidden; zoom: 1; }
.topic.topic-dao .dao-topic-tags { display: inline; font-size: 11px; overflow: hidden; zoom: 1; }
.topic.topic-dao .dao-topic-tags li { display: inline; margin-right: 5px; color: #D8C29C; }
.topic .dao-path { color: #777; margin-bottom: 20px; }
.topic .dao-path a { color: #aaa; }
.topic .dao-path a.active {  }
.topic.topic-dao .dao-topic-header { border-bottom: 1px solid #ddd; margin-bottom: 13px; padding-bottom: 2px; font-size: 18px; font-family: Arial, sans-serif; }
.topic.topic-dao .dao-topic-info-top { position: relative; overflow: hidden; zoom: 1; background: #F5F5F5; padding: 6px; margin-bottom: 25px; }
.topic.topic-dao .dao-topic-info-top .dao-item-image { float: left; width: 200px; margin-right: 15px; }
.topic.topic-dao .dao-topic-info-top .dao-item-image img { width: 200px; vertical-align: top; }
.topic.topic-dao .dao-topic-info-top .dao-item-info { padding-left: 215px; }
.topic.topic-dao .dao-topic-info-top .dao-item-info .dao-price { font-size: 20px; line-height: 1em; margin-bottom: 15px; font-family: Arial, sans-serif; }
.topic.topic-dao .dao-topic-info-top .dao-item-info .dao-price-frame { font-size: 16px; line-height: 1em; margin: 7px 0px; font-family: Arial, sans-serif; }
.topic.topic-dao .dao-topic-info-top .dao-item-info .username { font-size: 11px; color: #777; }

.topic.topic-dao div.username { float: right; }
.topic.topic-dao .username a { font-size: 11px; color: #333; font-weight: bold; }

.topic.topic-dao .dao-topic-info-top .dao-frame-text { margin-left:15px;}


.topic.topic-dao .dao-topic-props { margin-bottom: 30px; width: 100%; color: #000; }
.topic.topic-dao .dao-topic-props td { background: #f0f0f0; padding: 5px 10px; border-bottom: 1px solid #fff; }
.topic.topic-dao .dao-topic-props td.val { color: #777; }
.topic.topic-dao .dao-topic-props tr.even td { background: #f5f5f5; }

.topic.topic-dao .topic-photo-images ul { overflow: hidden; zoom: 1; }
.topic.topic-dao .topic-photo-images ul li { float: left; margin: 0 9px 9px 0; position: relative; }
.topic.topic-dao .topic-photo-images ul li .image-number { display: none; position: absolute; top: 5px; right: 5px; background: #000; color: #6bd24b; padding: 1px 6px; font-size: 11px; background: rgba(0,0,0,.6); }
.topic.topic-dao .topic-photo-images ul li:hover .image-number { display: block; }
.topic.topic-dao .topic-photo-images ul li img { vertical-align: top; }
.topic.topic-dao .topic-photo-images .topic-photo-more { display: block; border-top: 1px solid #dbe6f0; text-align: center; padding: 10px 0; margin-bottom: 15px; text-decoration: none; background: #f3f7fa; color: #7b90a5; }
.topic.topic-dao .topic-photo-images .topic-photo-more:hover { background: #eaf2f8; }

.topic.topic-dao .dao-topic-files { margin-bottom: 25px; background: #F0F5FA; padding: 15px; color: #777; }
.topic.topic-dao .dao-topic-files h2 { font-size: 18px; line-height: 18px; font-family: Arial, sans-serif; }
.topic.topic-dao .dao-topic-files li { margin-bottom: 5px; }
.topic.topic-dao .dao-topic-files li a { color: #1A3DC1; padding: 0 0 2px 16px; background: url(http://piter.co/plugins/dao/templates/skin/default/img/attach.png) no-repeat; }
.topic.topic-dao .dao-topic-files li span {  }

.topic.topic-dao .dao-topic-fineprint { font-size: 11px; color: #aaa; line-height: 14px; margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 15px; }


/* Video Topic
------------------------------------------------- */
.topic.topic-dao-video { }
.topic.topic-dao-video .favourite { top: 15px; left: -10px; }
.topic.topic-dao-video .topic-title { padding-right: 60px; }
.topic.topic-dao-video .video-container { padding: 20px 0 17px; background: #333; text-align: center; border-radius: 5px 5px 0px 0px; }
.topic.topic-dao-video .dao-video-info { background: #EDEDED; color: #000; padding: 30px; font-family: Arial, sans-serif; position: relative; border-radius:0px 0px 5px 5px; }
.topic.topic-dao-video .dao-video-info .topic-title { font-family: Arial, sans-serif; font-size: 20px; line-height: 22px; margin-bottom: 5px; }
.topic.topic-dao-video .dao-video-desc { margin-bottom: 15px; }
.topic.topic-dao-video .dao-video-desc a { color: #777; }
.topic.topic-dao-video .dao-path { margin-bottom: 15px; }
.topic.topic-dao-video .dao-topic-tags { display: inline; font-size: 10px; overflow: hidden; zoom: 1; }
.topic.topic-dao-video .dao-topic-tags li { display: inline;  margin-right: 5px; color: #777; }
.topic.topic-dao-video .dao-topic-tags li a { color: #4272DB; text-decoration: none; }
.topic.topic-dao-video .dao-video-info-extra { color: #777; font-size: 11px; margin-bottom: 0; line-height: 14px; margin-top: 2px; }
.topic.topic-dao-video .dao-video-info-extra a { color: #4272DB; text-decoration: none; }
.topic.topic-dao-video .voting { position: absolute; top: 20px; right: 20px; }


/* Audio
------------------------------------------------- */
.playlist { width: 100%; border-top: 1px solid #eee; }
.playlist li { padding: 5px 7px; border-radius: 3px; color: #64738e; position: relative; overflow: hidden; zoom: 1; font-size: 11px; border-bottom: 1px solid #eee; }
.playlist li a { text-decoration: none; color: #435f92; font-weight: bold; }
.playlist li a:hover { text-decoration: underline; }
.playlist li .play { position: absolute; top: 5px; left: 5px; display: block; width: 11px; height: 11px; background: url(http://piter.co/plugins/dao/templates/skin/default/img/player_icons.png) 0 0 no-repeat; margin-right: 7px; margin-top: 4px; }
.playlist li.sm2_playing .play { background-position: 0 -15px; }
.playlist li .controls { display:none;}
.playlist li .controls .statusbar { width: 100%; height: 4px; background: #eee; position: relative; margin: 9px 0 3px 15px; cursor: pointer; }
.playlist li .controls .statusbar .position { height: 4px; background: #7393cc; }
.playlist li .controls .statusbar .loading { height: 1px; background: #989695; }
.playlist li.sm2_playing .controls,.playlist li.sm2_paused .controls { position:relative; display:block;}
.playlist li .timing { position: absolute; top: 9px; right: 2px; display:none;}
.playlist li.sm2_playing .timing, .playlist li.sm2_paused .timing { display:block;}
.playlist li .volume { position: absolute; top: 12px; right: 75px; display:none;}
.playlist li.sm2_playing .volume, .playlist li.sm2_paused .volume { display:block;}
.playlist li .volume a { float: left; width: 4px; height: 13px; padding-right: 2px; background: url(http://piter.co/plugins/dao/templates/skin/default/img/player_icons.png) 0 100% no-repeat; opacity: .5; }
.playlist li .volume a:hover { opacity: 1; }
.playlist li .volume a.active { opacity: 1; }
.playlist li .volume a.volume-2 { background-position: -6px 100%; }
.playlist li .volume a.volume-3 { background-position: -12px 100%; }
.playlist li .volume a.volume-4 { background-position: -18px 100%; }
.playlist li .volume a.volume-5 { background-position: -24px 100%; }
.playlist li .track { padding: 2px 120px 2px 15px; line-height: 14px; }
.playlist li .dao-audio-actions { color: #aaa; white-space: nowrap; }
.playlist li .dao-audio-actions a { font-weight: normal; color: #aaa; }
.dao-audio-actions .dao-audio-delete a{color:red;}





.dao-video-list { overflow: hidden; zoom: 1; }
.dao-video-list li { float: left; width: 126px; margin-right: 25px; line-height: 16px; }
.dao-video-list li .dao-video-preview { display: block; padding: 2px; border: 1px solid #bbb; margin-bottom: 3px; }
.dao-video-list li .dao-video-preview .dao-video-crop { width: 120px; height: 72px; overflow: hidden; position: relative; }
.dao-video-list li .dao-video-preview .dao-video-crop img { width: 120px; position: relative; top: -12px; }
.dao-video-list li .dao-video-preview .dao-video-time { position: absolute; bottom: 3px; right: 3px; border-radius: 3px; font-size: 11px; font-weight: bold; color: #fff; background: #000; padding: 0 3px; opacity: .8; font-family: Arial, sans-serif; }
.dao-video-list li a { color: #1A3DC1; text-decoration: none; }
.dao-video-list li a:hover { text-decoration: underline; }
.dao-video-list li .author { font-size: 11px; color: #777; }
.dao-video-list li a.username {  }
.dao-video-list li a.dao-comments-link { color: #777; }

.dao-video-list.one-column li { float: none; width: auto; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.dao-video-list.one-column li .dao-video-preview { width: 120px; float: left; margin-right: 10px; }
.dao-video-list.one-column li .dao-video-desc { font-size: 11px; color: #777; line-height: 14px; margin-bottom: 5px; margin-top: 5px; }
.dao-video-list.one-column li .dao-video-info { padding-left: 138px; }
.dao-video-list.one-column li .dao-video-info-extra { font-size: 11px; color: #999; line-height: 14px; }



.dao-search-top { margin-top: -19px; padding-bottom: 17px; z-index: 10; }
.dao-search-top .cat-search { padding: 0 95px 3px 0; position: relative; zoom: 1; margin-bottom: 5px; }
.dao-search-top .cat-search .input-wide { padding: 4px 5px; font-size: 11px; font-family: Verdana, sans-serif; border: 1px solid #ddd; border-radius: 4px; background: #fff; color: #777; }
.dao-search-top .cat-search .button{ padding: 0 10px; position: absolute; right: 0; top: 0; font-size: 14px; color: #777}
.dao-search-top .cat-alphabet { white-space: nowrap; padding: 0 0 5px }
.dao-search-top .cat-alphabet li { display:inline; padding:0 .54%; color: #bbb }
.dao-search-top .cat-alphabet li a { text-decoration: none; color: #578FBF; }
.dao-search-top .cat-alphabet li a:hover { text-decoration: underline; }
.dao-search-top .dao-abc { padding: 10px 10px 6px; background: #f7f7f7; border-radius: 5px; }

.dao-sort { margin-top: -23px; padding-bottom: 25px; }
.dao-sort .sort { right:10px; }
.dao-sort .sort a.active { background: #f7f7f7; border-radius: 1px; }

.dao-rating { overflow: hidden; zoom: 1; margin-bottom: 15px; }
.dao-rating span { margin-left: 10px; }


.category-list-block { margin-top: -1px; padding-left: 15px; }
.category-list-block li { margin-bottom: 2px; color: #aaa; }
.category-list-block a { font-size: 14px; }
.category-list-block a.active { font-size: 14px; background:#a1a1a1;padding: 2px;border-radius:2px;color:#fff;text-decoration: none;}


.cat-list { overflow: hidden; zoom: 1; }
.cat-list .cat-item { display: inline-block; *display: inline; zoom: 1; vertical-align: top; width: 200px; padding-left: 32px; margin-right: 10px; margin-bottom: 10px; position: relative; zoom: 1; color: #aaa; }
.cat-list .cat-item img { position: absolute; top: 0; left: 0; }
.cat-list .cat-item a { color: #4D69D1; }
.cat-list .cat-item .cat-item-root { font-size: 14px; padding: 2px 0 2px; }

.dao-path-top { border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 30px; color: #aaa; }
.dao-path-top a { color: #333; }


.dao-filter-toggle { text-decoration: none; color: #333; background: url(http://piter.co/plugins/dao/templates/skin/default/img/arrows.png) 0 2px no-repeat; padding-left: 15px; }
.dao-filter-toggle span { border-bottom: 1px dotted #333; }
.dao-filter-toggle.opened { background-position: 0 -19px; }
.dao-filter-toggle-content { padding-top: 10px; display: none; padding-left: 15px; padding-bottom: 15px; }
.dao-filter-toggle-content p { margin-bottom: 10px; }
.dao-filter-option { margin-bottom: 10px; }
.filter-extended { padding: 5px 0 15px; }
.filter-extended a {  color: #333; }





.blue-pill {
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	border-top: 1px solid #758fba;
	border-right: 1px solid #6c84ab;
	border-bottom: 1px solid #5c6f91;
	border-left: 1px solid #6c84ab;
	border-radius: 18px;
	box-shadow: inset 0 1px 0 0 #aec3e5;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px 6px 10px;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	text-transform: uppercase;

}

.blue-pill:hover {
	background: #9badcc;
	background: -moz-linear-gradient(top, #9badcc 0%, #687fa6 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9badcc), to(#687fa6));
	border-top: 1px solid #6d86ad;
	border-right: 1px solid #647a9e;
	border-bottom: 1px solid #546685;
	border-left: 1px solid #647a9e;
	-moz-box-shadow: inset 0 1px 0 0 #a5b9d9;
	-webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
	box-shadow: inset 0 1px 0 0 #a5b9d9;
	cursor: pointer;
}

.blue-pill:active {
	border: 1px solid #546685;
	-moz-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eee;
}

.file-link { color: #777; background: url(http://piter.co/plugins/dao/templates/skin/default/img/attach.gif) no-repeat; padding-left: 19px; padding-bottom: 3px; }
.dao-price { font-size: 13px; line-height: 1.3em; margin-bottom: 5px; font-family: Arial, sans-serif; font-weight: bold; }







.dao-calendar-join { background: url(http://piter.co/plugins/dao/templates/skin/default/img/event_join.png) no-repeat; width: 86px; height: 23px; position: absolute; top: 5px; right: 0; }
.dao-calendar-join.active { background-position: 0 -23px; }

.dao-event-filter  { }
.dao-event-filter .dao-event-filter-date { overflow: hidden; zoom: 1; }
.dao-event-filter .dao-event-filter-date a { float: left; padding: 2px 7px 3px; color: #777; text-decoration: none; background: #eee; margin-right: 2px; }
.dao-event-filter .dao-event-filter-date a:hover { background: #ddd; }
.dao-event-filter .dao-event-filter-date a.active { background: #ccc; color: #777; }
.dao-event-filter input { border: 1px solid #ddd; padding: 3px 5px; font-family: Arial, sans-serif; }

.dao-index { margin-bottom: 5px; border-radius: 5px; }
.dao-index h3 { margin-bottom: 0; border-bottom: 1px solid #ddd; padding-bottom: 4px; }
.dao-index h3 a { text-decoration: none; }
.dao-index .playlist { border: none; }

.dao-mini-list td { color: #aaa; border-bottom: 1px solid #eee; padding: 6px 0 6px 7px; vertical-align: top; }
.dao-mini-list td a { color: #333; text-decoration: none; text-align: right; }
.dao-mini-list td a:hover { text-decoration: underline; }
.dao-mini-list td img { position: relative; top: 2px; margin-right: 5px; }
.dao-mini-list td.joined { color: #aaa; }
.dao-mini-list td.joined strong { color: #333; }
.dao-mini-list.dao-mini-list-catalog img { top: 1px; margin-right: 2px; }


.dao-topic-info-top .dao-calendar-join { top: 13px; right: 10px; }
.topic.topic-dao.dao-topic-event .topic-title { }

.item-list.dao-calendar-list h1 { }
.dao-event-date { float: left; padding-right: 56px; font-family: Verdana, sans-serif; margin-bottom: 12px; }
.dao-event-date strong { font-size: 12px; line-height: 1.2em; display: block; margin-right: 10px; }
.dao-event-date span { color: #aaa; margin-left: 10px; }
.dao-event-date-list { float: left; padding-right: 56px; font-family: Verdana, sans-serif; margin-bottom: 12px; }
.dao-event-date-list strong { font-size: 12px; line-height: 1.2em; margin-right: 10px; }
.dao-event-date-list span { color: #aaa; margin-left: 10px; }
.dao-event-users { width: 86px; position: absolute; top: 33px; right: 0; font-size: 11px; text-align: center; color: #aaa; }

.item-list.dao-calendar-list.twocolumn .dao-calendar-join { position: static; margin-top: 8px; }
.item-list.dao-calendar-list.twocolumn .dao-date strong { font-size: 14px; line-height: 1.2em; display: block; }
.item-list.dao-calendar-list.twocolumn .dao-event-users { width: auto; position: static; text-align: left; }

.topic.topic-dao.dao-topic-event .dao-event-users { top: 38px; right: 10px; }
.topic.topic-dao.dao-topic-event .dao-topic-info-top { background: #f5f5f5; }


.block.categories ul.list { border-top: 1px solid #eee; margin-top: 5px;}
.block.categories ul.list li {overflow: hidden; zoom: 1; }
.block.categories ul.list li a {color: #777;  padding: 3px 3px 3px 3px; text-decoration: none; }
.block.categories ul.list li a:hover { color: #FC6C0D; }


.yashare-auto-init{float: right;}
.share-blog,.share-blog:hover {float: right;text-decoration: none;border-bottom: 1px #999 dotted;color:#999;padding-top: 5px;cursor: pointer;}
.insert-popup {width:650px;margin-left: -350px;}
.cursor-x {cursor:move;}
.sort-td-first { }
.dao-loading {background: #F7F7F7 url(http://piter.co/plugins/dao/templates/skin/default/img/loader.gif) no-repeat center;opacity:80%;}
.event_time {width:50px !important;}
.type_switch {display:inline;}
.dao-red{color:#f00;}


.dao-item-list {  }
.dao-item-list .item { position: relative; zoom: 1; min-height: 70px; padding: 10px; padding-left: 95px; background: #fafafa; margin-bottom: 7px; }
.dao-item-list .item:last-child { margin-bottom: 0; }
.dao-item-list .item .image { position: absolute; top: 10px; left: 10px; height: 70px; }
.dao-item-list .item .title { font-size: 14px; margin-bottom: 5px; line-height: 1em; }
.dao-item-list .item .title a:hover { text-decoration: underline; }
.dao-item-list .item p { margin-bottom: 0; line-height: 16px; }
.dao-item-list .item .dao-item-note { color: #777; margin-bottom: 6px; }
.dao-item-list .item .dao-item-note strong { color: #333; }
.clickback {padding-top: 15px;border-top: 1px solid #999;padding:10px;margin-top: 20px;}
.clickback a {font-size: 16px;color: #777; border-bottom: 1px dotted #777; text-decoration: none;}

.dao-tags-search { margin-top: -23px; padding-bottom: 6px; }#nav .sub-menu {width:650px !important;}/*
 * jQuery UI CSS Framework 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(http://piter.co/plugins/dao/templates/skin/default/img/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url() 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }*/

/* Interaction states
----------------------------------
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: none; background: #f6f6f6 url() 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: none; background: #fdf5ce url() 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: none; background: #ffffff url() 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }*/

/* Interaction Cues
----------------------------------
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url() 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url() 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
*/
/* Icons
----------------------------------*/

/* states and images 
.ui-icon { width: 16px; height: 16px; background-image: url(); }
.ui-widget-content .ui-icon {background-image: url(); }
.ui-widget-header .ui-icon {background-image: url(); }
.ui-state-default .ui-icon { background-image: url(); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(); }
.ui-state-active .ui-icon {background-image: url(); }
.ui-state-highlight .ui-icon {background-image: url(); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(); }*/

/* positioning 
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }*/
/*ui-icon-seek-first is deprecated, use ui-icon-seek-start instead *//*
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
*/

/* Misc visuals
----------------------------------*/

/* Corner radius 
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
*/
/* Overlays 
.ui-widget-overlay { background: #666666 url() 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url() 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Slider 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 4px; height: 17px; cursor: default; background: #000; cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { 
	height: .8em; margin-right: 5px;
	border: none;
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #1e1e1e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#1e1e1e));
	background: -webkit-linear-gradient(top, #666666 0%,#1e1e1e 100%);
	background: -o-linear-gradient(top, #666666 0%,#1e1e1e 100%);
	background: -ms-linear-gradient(top, #666666 0%,#1e1e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#1e1e1e',GradientType=0 );
	background: linear-gradient(top, #666666 0%,#1e1e1e 100%);
}
.ui-slider-horizontal .ui-slider-handle { top: -3px; }
.ui-slider-horizontal .ui-slider-range { 
	top: 0; height: 100%; 
	background: #f6a828;
	background: -moz-linear-gradient(top, #f6a828 0%, #f76b2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6a828), color-stop(100%,#f76b2a));
	background: -webkit-linear-gradient(top, #f6a828 0%,#f76b2a 100%);
	background: -o-linear-gradient(top, #f6a828 0%,#f76b2a 100%);
	background: -ms-linear-gradient(top, #f6a828 0%,#f76b2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a828', endColorstr='#f76b2a',GradientType=0 );
	background: linear-gradient(top, #f6a828 0%,#f76b2a 100%);
}
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * SoundManager 2 + useFlashBlock
 * Flash positioning and flashblock / clicktoflash handling
*/

#sm2-container {
 /*
  * where the SM2 flash movie goes. by default, relative container.
  * set relative or absolute here, and don't touch it later or bad things will happen (see below comments.)
 */
 position: relative;
 width: 1px;
 height: 1px;
 _overflow: hidden; /* screw IE 6, just make it display nice */
}

#sm2-container object,
#sm2-container embed {
 /*
  * the actual movie bit.
  * SWF needs to be able to be moved off-screen without display: or position: changes. important.
  * changing display: or position: or overflow: here or on parent can cause SWF reload or other weird issues after unblock
  * e.g., SM2 starts but strange errors, no whileplaying() etc.
 */
 position: absolute;
 left: auto;
 top: auto;
 /* 
  * at first, stay <= 8px to fly under the radar of some flash blockers as an "invisible" SWF.
  * dimensions will change with blocked state.
 */
 width: 8px;
 height: 8px;
}

#sm2-container.swf_timedout,
#sm2-container.swf_timedout object,
#sm2-container.swf_timedout embed {
 /* 
  * when SM2 didn't start normally, time-out case. flash blocked, missing SWF, no flash?
  * 48px square flash placeholder is typically used by blockers.
 */
 left: auto;
 top: auto;
 width: 48px;
 height: 48px;
}

#sm2-container.swf_unblocked {
 /* SWF unblocked, or was never blocked to begin with; try to collapse container as much as possible. */
 width: 1px;
 height: 1px;
}

#sm2-container.swf_loaded object,
#sm2-container.swf_loaded embed,
#sm2-container.swf_unblocked object,
#sm2-container.swf_unblocked embed {
 /* hide flash off-screen (relative to container) when it has loaded OK */
 left: -9999em;
 top: -9999em;
}

#sm2-container.swf_error {
 /* when there is a fatal error (flash loaded, but SM2 failed) */
 display: none;
}

#sm2-container.high_performance {
 /* "high performance" case: keep on-screen at all times */
 position: absolute;
 position: fixed;
 overflow: hidden;
 _top: -9999px; /* IE 6 hax, no position:fixed */
 _left: -9999px;
 bottom: 0px;
 left: 0px;
 /*
  * special case: show at first with w/h, hide when unblocked.
  * might be bad/annoying.
  * try to stay within ClickToFlash "invisible" limits (so it won't be blocked.)
 */
 z-index: 99; /* try to stay on top */
}

#sm2-container.high_performance.swf_loaded,
#sm2-container.high_performance.swf_unblocked {
 z-index: auto;
}

#sm2-container.high_performance.swf_loaded,
#sm2-container.high_performance.swf_unblocked,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /*
  * 8x8px is required minimum to load in fx/win32 in some cases(?)
  * 6x6+ good for fast performance, even better when on-screen via position:fixed
 */
 width: 8px;
 height: 8px;
}

#sm2-container.high_performance.swf_loaded {
 /* stay bottom/left */
 top: auto;
 bottom: 0px;
 left: 0px;
}

#sm2-container.high_performance.swf_loaded object,
#sm2-container.high_performance.swf_loaded embed,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /* high-performance case must stay on-screen */
 left: auto;
 top: auto;
}

#sm2-container.high_performance.swf_timedout {
 z-index: 99; /* try to stay on top */
}/*!
 * jQuery UI Stars v3.0.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2010 Marek "Orkan" Zajac (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 164 $
 * $Date:: 2010-05-01 #$
 * $Build: 35 (2010-05-01)
 *
 */
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(http://piter.co/plugins/dao/templates/skin/default/img/jquery.ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}
.topicpreview
{
    font: 11px/15px Verdana,Sans-Serif;
    height: 84px;
    margin-top: 10px;
}

.topicpreview a
{
    color: #333;
}

.topicpreview img
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
    background-color: white;
    padding: 4px;
    margin: 0 16px 9px 0;
    height: 75px;
    width: 115px;
}

.topicpreview .icon-see
{
    background: url(http://piter.co/plugins/empsimilartopics/templates/skin/social-jquery/images/bg-icon.png) no-repeat -16px 0;
    position: relative;
    top: 1px;
    width: 16px;
    height: 11px;
    outline: 0 none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.topicpreview .icon-comment
{
    background: url(http://piter.co/plugins/empsimilartopics/templates/skin/social-jquery/images/bg-icon.png) no-repeat 0 0;
    position: relative;
    top: 1px;
    width: 16px;
    height: 11px;
    outline: 0 none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.topicpreview .similar-title
{
    height: 63px;
	overflow: hidden;
}

.topicpreview .note
{
    font-size: 11px;
    color: #AAA;
}





.topicmain
{
    font: 11px/15px Verdana,Sans-Serif;
    margin-top: 10px;
}

.topicmain a
{
    color: #aaa;
}

.topicmain img
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
    background-color: white;
    padding: 4px;
    margin: 0 16px 9px 0;
    height: 75px;
    width: 115px;
}

.topicmain .icon-see
{
    background: url(http://piter.co/plugins/empsimilartopics/templates/skin/social-jquery/images/bg-icon.png) no-repeat -16px 0;
    position: relative;
    top: 1px;
    width: 16px;
    height: 11px;
    outline: 0 none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.topicmain .icon-comment
{
    background: url(http://piter.co/plugins/empsimilartopics/templates/skin/social-jquery/images/bg-icon.png) no-repeat 0 0;
    position: relative;
    top: 1px;
    width: 16px;
    height: 11px;
	margin-left: 5px;
    outline: 0 none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}h3.reply-title {
    display: none;
}

.topic .voting li.vk-comments {
	margin-left: 10px;
	margin-right: 10px;
}

#vk_comments,
#fb_comments {
	padding-top: 5px;
}

a.vkcomments_tab {
	line-height: 30px;
	margin-left: 2px;
	padding: 10px;
}

a.vkcomments_tab:hover,
.VKCmnt_toogleActive {
	color: #555;
	text-decoration: none;
}

