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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.231;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea, input {
	margin:0;
	padding:0;
    outline: none;
    resize: none;
}
a {
	outline: none;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border-color: transparent;
}


/*----------------*/


html {
	height:100%;
	overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
	overflow-x: auto;
}

body {
	height:100%;
	font: normal 14px "Lucida Grande", Tahoma, Geneva, Arial, sans-serif;
	background-color:#fafafa;
	background: url('/img/bg/papr.jpg');
}
.overlay {
	height:100%;
}
textarea {
	display:block;
	font-family: "Lucida Grande", Tahoma, Geneva, Arial, sans-serif;
}

b {
	font-weight:bold;
}

h1.section {
	font-weight:normal;
	font-size:32px;/*32/14*/
	letter-spacing:4px;
	line-height: 1;
	color:#dadada;
	text-transform:uppercase;
	margin-top:-5px;
	margin-bottom:10px;
	text-shadow:0 2px 0 #fff;
}
h1.section.spaced {
	margin-bottom:40px;
}

/*h2 {
	font-size:16px;
	font-weight:bold;
	color:#2283BF;
	margin: 16px 0 6px 0;
}*/

.push, #footer {
	height: 66px;
}

.icon, #logo > a {
	background-image:url('/img/sprite.png');
	-webkit-background-size:256px 256px;
	background-size:256px 256px;
	background-repeat: no-repeat;
}
#wrapper {
	max-width:780px;
	padding:0 8px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -66px;
	background-image: url(/img/footer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
#top {
	text-align:right;
	height:10px;
}

#acc {
	position:absolute;
	top:0;
	right:0;
	padding:4px 2px;
	font-size:11px;
	color:#aaa;
}

#acc a:link, #acc a:visited {
	vertical-align:top;
	font-size:10px !important;
	color:#aaa;
	font-weight:bold;
	background-color:#ededed;
	padding:0 4px 2px 4px;
	text-decoration:none;
	border:1px solid #e5e5e5;
	font-size:11px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
}
#acc a:hover, #acc a:active, #acc a:focus {
	color:#fff;
	border:1px solid #777;
	background-color:#777;
}
#header {
	min-height:50px;
}

#logo {
	float:left;
	margin-bottom:-12px;
}
#logo > a:link, #logo > a:visited {
	display:block;
	border:0;
	width:57px;
	height:48px;
	background-repeat:no-repeat;
	text-indent:-400px;
	overflow:hidden;
}
#logo a:hover, #logo a:active, #logo a:focus {
	background-color:transparent;
}

#nav {
	float:right;
	font-size:16px;
	line-height:24px;
	margin-top:12px;
}

#nav a:link, #nav a:visited {
	display:block;
	float:left;
	height:24px;
	color:#555;
	padding: 0px 8px 3px 8px;
	border:1px solid #e5e5e5;
	-moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
   	background-color:#f9f9f9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	text-shadow:0 1px 0 #fff;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color: #000;
	border:1px solid #c0c0c0;
}
#nav a:active {
	background-image:none;
	filter:none;
	background-color:#efefef;
}

a:link, a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#2283BF;
	border-bottom: 1px dotted #C0DCED;
}

a:hover, a:active, a:focus {
	text-decoration:none;
	color: #2283BF;
	border-bottom: 1px solid #2283BF;
}
#tagbox {
	line-height:17px;
	background-color:#fafafa;
	background-color:rgba(250,250,250,0.8);
}
.trndtitle {
	font-size:13px;
	height:20px;
	line-height:20px;
	color:#ccc;
	white-space:nowrap;
	text-align:center;
}
a.trnd:link, a.trnd:visited {
	cursor:pointer;
	color:#969696;
	text-shadow:0 1px 0 #fff;
	border:0;
	margin-left:4px;
	font-size:13px;
}
a.tlive:link, a.tlive:visited {
	color:#39acf3;
}
a.trnd:hover, a.trnd:active, a.trnd:focus {
	color:#444;
}
a.trnd:link > span, a.trnd:visited > span {
	color:#d1d1d1;
}
a.tlive:link > span, a.tlive:visited > span {
    color: #b6d7ec;
}
a.trnd:hover > span, a.trnd:active > span, a.trnd:focus > span{
	color:#444;
}
a.linkB:link, a.linkB:visited {
	font-size:11px;
	float:right;
	display:block;
	padding:2px 6px;
	color:#555;
	margin:0;
	border:1px solid #ddd;
	border-right:0;
	border-bottom:0;
   	background-color:#eee;
	-moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -khtml-border-radius:10px 0 0 0;
    border-radius: 10px 0 0 0;
	text-shadow:0 1px 0 #fff;
}

a.linkB:hover, a.linkB:active, a.linkB:focus {
	background-color:#fff;
}

a.snav:link, a.snav:visited {
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-size:13px;
	border:0;
	color:#7a7a7a;
	text-shadow:0 1px 0 #fff;
}

a.snav:hover, a.snav:active, a.snav:focus {
	border-bottom:1px solid #888;
	color:#000;
}

a.frm:link, a.frm:visited {
	color:#888;
	border-bottom:1px dotted #aaa;
}
a.frm:hover, a.frm:active {
		border-bottom:1px solid #888;
}
#next, .next {
	margin:20px 0;
	text-align:center;
}

#next a:link, #next a:visited, .next a:link, .next a:visited {
	font-size:17px;
	font-weight:normal;
	color:#777;
	padding: 0px 16px 4px 16px;
	border:1px solid #ddd;
	-moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
   	background-color:#eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cccccc');
	background-image: -ms-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -o-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #CCCCCC));
	background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #CCCCCC 100%);
	text-shadow:0 1px 0 #fff;
}
#next a:hover, #next a:focus, .next a:hover, .next a:focus {
	color: #555;
	border:1px solid #bbb;
}
#next a:active, .next a:active {
	background-image:none;
	filter:none;
	background-color:#ddd;
}

a.pgn:link, a.pgn:visited{
	font-size:18px;
	font-weight:normal;
	color:#777;
	padding: 0px 6px 2px 6px;
	border:1px solid #ddd;
	-moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
   	background-color:#eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cccccc');
	background-image: -ms-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -o-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #CCCCCC));
	background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #CCCCCC 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #CCCCCC 100%);
	text-shadow:0 1px 0 #fff;
}
a.pgn:hover {
	color: #555;
	border:1px solid #bbb;
}
a.pgn:active {
	background-image:none;
	filter:none;
	background-color:#ddd;
}

span.pgn {
	font-size:18px;
	font-weight:normal;
	color:#fff;
   	background-color:#aaa;
   	padding: 0px 6px 2px 6px;
	border:1px solid #aaa;
	-moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
}


.submenu a:link, .submenu a:visited {
	display:block;
	color:#555;
	padding: 1px 6px;
	margin:0;
	border:0;
   	background-color:#f9f9f9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
	text-shadow:0 1px 0 #fff;
}

.submenu a:hover, .submenu a:focus {
	color: #000;
	/*border:1px solid #ddd;*/
}
.submenu a:active {
	background-image:none;
	filter:none;
	background-color:#efefef;
}

#main {
	min-width:280px;
	max-width:490px;
	margin:0 auto;
}
#side {
	text-align:center;
	max-width:490px;
	margin:20px auto 0;
}
#conversation, .slimwrap {
	max-width:502px;
	margin:0 auto;
}
.slim {
	max-width:502px !important;
}
.fullw {
	width:100%;
}
#vkc {
	margin:10px -2px 0;
	background-color:#fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#vkcbox {
	max-width:600px;
	margin-bottom:150px;
}
.information {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.information p, #content p {
	margin-bottom:10px;
	text-align:justify;
}

#bin {
	max-width:502px;
	margin:0 auto;
	clear:both;
}


#footer {
	max-width:780px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}

#footer-main {
	height:28px;
	text-align:center;
}
#footer-nav {
	padding:0 0 8px 0;
	text-align:center;
}

#footer-nav a {
	margin: 0 1.282051282051282%;/*10/780px*/
	line-height:20px;
}

#bottomBox {
	position:fixed;
	z-index:5;
	width:100%;
	bottom:0;
	left:0;
	height:0;
	overflow:visible;
}
#bottomBar {
	max-width:780px;
	margin:0 auto;

}
#tabwrap {
	float: right;
    padding: 45px 4px 0 0;
    position: relative;
    bottom: 81px;
}
.ad-home {
	display:inline-block;
/*
	background-color:white;
	margin:0 -4px;
	-moz-box-shadow: 0px 0px 6px 4px #fff, 1px 1px 2px 1px #ccc;
	-webkit-box-shadow: 0px 0px 6px 4px #fff, 1px 1px 2px 1px #ccc;
	box-shadow: 1px 1px 2px 1px #eee;*/
}

.ad {
	display:inline-block;
	padding:0;

	/*margin: 0 -4px;
	background-color:white;
	-moz-box-shadow: 0px 0px 16px 4px #fff, 1px 1px 2px 1px #ccc;
	-webkit-box-shadow: 0px 0px 16px 4px #fff, 1px 1px 2px 1px #ccc;
	box-shadow: 0px 0px 16px 4px #fff, 1px 1px 2px 1px #ccc;*/
}
/*
.ad-468 {
	width:468px;
	height:60px;
}
.ad-728 {
	width:728px;
	height:90px;
}
*/
.bin-item {
	border:1px solid #ddd;
	margin-bottom:1.5%;
}
#tab-replies, #tab-catch {
	float:right;
	padding-left:5px;
}
#tab-replies {
	margin-left:60px;
}
#tab-catch {
	margin-left:20px;
}

#tab-replies a:link, #tab-replies a:visited, #tab-catch a:link, #tab-catch a:visited {
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color: #000;
	-moz-box-shadow: 2px 2px 6px #000;
	-webkit-box-shadow: 2px 2px 6px #000;
	box-shadow: 2px 2px 6px #000;
	display:block;
	padding:4px 12px 9px;
	font-size:17px;
	height:35px;
	color:#fff;
}

#tab-replies a:link, #tab-replies a:visited {
	background-color:#5CA1D1;
}
#tab-replies a:hover, #tab-replies a:active, #tab-replies a:focus{
	background-color:#4392CA;
}

#tab-catch a:link, #tab-catch a:visited {
	background-color:#87D75A;
}
#tab-catch a:hover, #tab-catch a:active, #tab-catch a:focus  {
	background-color:#6FCF39;
}

#social {
	padding-left:60px;
	width:250px;
	position:absolute;
	bottom:-20px;
	z-index:10;
}

#social a:hover, #social a:focus {
	position:relative;
	bottom:8px;
}

.note {
	background-color:#DEECF5;
	background-image: url('/img/note_corner.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:1.99203187250996%;/*10/502*/
}

.note:hover {
	background-image: none;
}

.launch-ctrl {
	text-align:center;
}

.note-view {
	position:relative;
	font-size:15px;
	padding:4% 3%; /*15/500*/
	min-height:25px;
	max-height:800px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-bottom:4px;
}
.note-new {
	margin-bottom:4px;
}
.cdate {
	position: absolute;
    bottom: 2px;
    right: 3px;
    color: #777;
    font-size:11px;
}


.ntext {
	font-family:"Lucida Grande", Tahoma, Geneva, Arial, sans-serif;
	font-size:15px;
	border-width:1px;
	border-style:solid;
	border-color: #ccc #f5f5f5 #f5f5f5 #ccc;
	padding: 1.03734439834025%;/*5/482*/
	background-color:#DEECF5;
	width:97.5103734439834%;/*470/482*/
	height:60px;
	margin:0 auto 4px;
	overflow:auto;
}
.ntext:hover, .ntext:focus {
	border-color: #aaa #f9f9f9 #f9f9f9 #aaa;
	background-color: #E6F1F8;
}
/*
.ntext.inactive {
	color: #666;
}
.ntext.active {
	color: #000;
}
*/

#reply-box {
	border-width: 0 1px 1px 1px;
	border-color:#eee;
	border-style:solid;
	margin-bottom:40px;
	position:relative;
	z-index:100;
	padding:1.593625498007968% 3.784860557768924% 1%; /*8,19,40/502*/
	background-color:#fdfdfd;
	background-color:rgba(255,255,255,0.65);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff)";
	-moz-border-radius:0 0 40px 40px;
    -webkit-border-radius:0 0 40px 40px;
    -khtml-border-radius:0 0 40px 40px;
    border-radius:0 0 40px 40px;
}
.rtext {
	color:#1C8DD4;
	border-width:1px;
	border-style:solid;
	border-color: #ccc #ddd #ddd #ccc;
	width:97.4025974025974%;/*450/462*/
	height:30px;
	font-size:15px;
	padding:1.08225108225108%;/*5/462*/
	margin:0;
}
.button-cancel {
	outline:none;
	border:1px solid #ccc;
	font-size:13px;
	line-height:20px;
	color:#777;
	background-color:#fff;
	padding:3px 15px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.button-cancel:hover, .button-cancel:focus {
	cursor:pointer;
	border-color:#aaa;
	color:#222;
}
.button-cancel:active {
	background-color:#eee !important;
}
.button {
	outline:none;
	border-style:none;
	font-size:13px;
	line-height:20px;
	background-color:#804CCC;
	padding:4px 16px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4ACE7', endColorstr='#804CCC');
	background-image: -ms-linear-gradient(top, #C4ACE7 0%, #804CCC 100%);
	background-image: -moz-linear-gradient(top, #C4ACE7 0%, #804CCC 100%);
	background-image: -o-linear-gradient(top, #C4ACE7 0%, #804CCC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C4ACE7), color-stop(1, #804CCC));
	background-image: -webkit-linear-gradient(top, #C4ACE7 0%, #804CCC 100%);
	background-image: linear-gradient(to bottom, #C4ACE7 0%, #804CCC 100%);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-shadow:0 -1px 0 #777;
	color:white;
}

#note-submit {
	padding: 4px 21%;
}

.button:hover, .button:focus {
	cursor:pointer;
	background-color:#8553CE;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDB8EB', endColorstr='#804CCC');
	background-image: -ms-linear-gradient(top, #CDB8EB 0%, #804CCC 100%);
	background-image: -moz-linear-gradient(top, #CDB8EB 0%, #804CCC 100%);
	background-image: -o-linear-gradient(top, #CDB8EB 0%, #804CCC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CDB8EB), color-stop(1, #804CCC));
	background-image: -webkit-linear-gradient(top, #CDB8EB 0%, #804CCC 100%);
	background-image: linear-gradient(to bottom, #CDB8EB 0%, #804CCC 100%);
}
.button:active {
	background-color:#986DD5 !important;
	background-image:none;
	filter:none;
}
/*.submenu-wrap {
	position:relative;
	z-index:10;
	margin:-40px 0 5px 0;
}*/
.submenu {
	font-size:14px;
	letter-spacing:normal;
	text-transform:none;
	display:inline-block;
	border:1px solid #ddd;
}
.submenu .curr {
	padding: 1px 6px;
	background-color:#aaa;
	color:white;
}
.submenu span {
	line-height: 1.231;
	display:block;
	float:left;
	text-shadow:none;
}

.pgnbox {
	text-align:center;
	margin-bottom:20px;
}


.mainColor {
	color:#2283BF;
}
.clearb {
	clear:both;
}

.rel {
	position:relative;
}
.fxd {
	position:fixed;
}
.u {
	text-decoration:underline;
}
.tacenter {
	text-align:center !important;
}
.taright {
	text-align:right !important;
}
.taleft {
	text-align:left !important;
}
.tajustify {
	text-align:justify !important;
}
.vatop {
	vertical-align:top;
}
.vabottom {
	vertical-align:bottom;
}
.vamiddle {
	vertical-align:middle;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.arrow {
	font-family: Georgia, serif;
}
.nowr, .trnd {
	white-space:nowrap;
}
.centered {
	margin-left:auto !important;
	margin-right:auto !important;
}
em {
	font-style:italic;
}
.xplain {
	color:#ccc;
	font-size:20px;
	white-space:nowrap;
	margin-top:10px;
}
.smallexp {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#888;
}

.inp1 {
	padding:6px;
	margin-bottom:10px;
	font-size:15px;
	border:1px solid #ddd;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.inp1.invalid {
	border-color:#c55 !important;
}
.inp1:hover {
	border-color:#ccc;
}
.inp1:active, .inp1:focus {
	border-color:#b5b5b5;
}
input.inp1 {
	width:75%;
}
textarea.inp1 {
	height:100px;
	width:75%;
}
table.tlayout {
	width:100%;
}
.tlayout td {
	vertical-align:top;
}
.tlayout td.lbl {
	text-align:right;
	padding-top:4px;
	font-size:18px;
	font-family: Cambria, Georgia, serif;
}

.tlayout td.left {
	width:37.19660112500898%;
	padding-right:1%;
}
.tlayout td.Q {
	font-size:18px;
	font-family: Cambria, Georgia, serif;
	color:#68a545;
	background-color:#fafafa;
	background-color:rgba(250,250,250,0.65);
}
.tlayout td.right {
	width:61.80339887499102%;
}
.tlayout td.A {
	font-size:14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#222;
	padding:1px 0 25px;
	background-color:#fafafa;
	background-color:rgba(250,250,250,0.65);
}
.sitename {
	font-weight:bold;
}
.showNote {
	margin-top:10px;
	border:1px solid #d8d8d8;
	width:241px;
	padding:20px 10px 10px 10px;
	background-image:url('/img/bgNoteTile.gif');
	background-repeat:repeat;
	font-family:Verdana,Geneva,Arial,sans-serif;
	font-size:12px;
	overflow:hidden;
}

.showNote span.txt {
	background-color: white;
}

.system-message {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:0 auto;
	text-align:center;
	border:1px solid #d8d8d8;
	padding:20px;
	max-width:90%;
	background-image:url('/img/bgNoteTile.gif');
	background-repeat:repeat;
	-moz-box-shadow: 2px 2px 6px #ccc;
	-webkit-box-shadow: 2px 2px 6px #ccc;
	box-shadow: 2px 2px 6px #ccc;
	text-shadow:0 0 4px #fff;
}
.tech-message, .input-message {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	margin:0 auto 4px;
	border:1px solid #d8d8d8;
	padding:6px 6px 6px 8px;
	color:#777;
	background-color:#fffdeb;
	font-size:12px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.tip {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding:2% 2% 2% 4%; /*x/500*/
	margin-bottom:4px;
	font-size:15px;
	color:#777;
	background-color:#fff;
	border:1px solid #eaeaea;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

/*.input-message {
	color:#d77;
}*/

.notify {
	font-size:16px;
	margin-bottom:15px;
	color:#888;
	text-align:center;
}
#note-input.invalid {
	/*border-color:#e55 !important;*/
	color:#999 !important;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	display:table-cell !important;
	vertical-align:middle !important;
}
.hilite {
	background-color:#fdd;
}
.shadowed {
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 2px 2px 4px #ccc;
}
.paper {
	border:1px solid #eee;
	background-image:url('/img/bgNoteTile.gif');
}
.unselectable{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.button-wrap {
	 text-align:center;
}

.reply {
	clear:both;
	margin:0.6% 1.2%; /*7 6 /500*/
	float:left;
	background-color:white;
	padding:0.4% 2.8%; /*2 14 / 500*/
	overflow:hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
	border:1px solid #f6f6f6;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 1px 1px 2px #ccc;
	max-width:474px;
}

.from-me {
	color:#1C8DD4;
	margin-left:4%; /*20/500*/
}
.from-you {
	color:#111;
}
.truncated {
	font-size:24px;
	color:#aaa;
	padding-bottom:10px;
	text-align:center;
	background-color:white;
}



#burnit:link, #burnit:visited {
	border:0;
	text-decoration:none;
	position:absolute;
	bottom:10px;
	right:20px;
	color:transparent;
	font-size:13px;
}
#burnit:hover, #burnit:active {
	color:#aaa;
}

.burn-icon {
	display:inline-block;
	vertical-align:bottom;
	width:15px;
	height:20px;
	background-image:url('/img/fire.png');
	background-position:0 0;
	cursor:hand;
	/*color:#e8e8e8;
	font-weight:bold;
	font-size:12px;
	border:1px solid #e8e8e8;
	text-align:center;
	padding:0 6px 1px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;*/
}


#burnit:hover .burn-icon, #burnit:active .burn-icon{
	background-position:15px 0;
	/*background-color:#e8e8e8;
	color:#888;
	border-color:#888;*/
}

#burnit-cancel {
	color:#ccc;
}
#burnit:hover #burnit-cancel, #burnit:active #burnit-cancel {
	color:#888;
}
h2.form-heading {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:17px;
	color:#aaa;
	letter-spacing:2px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
}
.opt-wrap {
	margin:2px 0 8px;
}
#burn-result {
	text-align:center;
	color:#aaa;
	font-size:14px;
}
#burn .opt input {
	display:inline-block;
	vertical-align:middle;
}
#burn-hint {
	color:#fff;
	background-color:#888;
	padding:0 4px;
}
.opt label {
	color:#888;
	text-shadow:0 1px 0 #fff;
}
.opt input[type="radio"]:hover + label, .opt label:hover {
	color:#444;
}
.opt input[type="radio"]:checked + label{
	color:#000;
}

#myReply,#lastReply {
	padding:0.4% 2.8%; /*4 14 / 500*/
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
#myReply {
	font-size:15px;
}
#lastReply {
	font-size:15px;
}
#new {
	height:0;
	clear:both;
	position:relative;
	z-index:-1;
	top:-34px;
}
a.noborder:link, a.noborder:visited, a.noborder:hover, a.noborder:active, .noborder a:link, .noborder a:visited, .noborder a:hover, noborder a:active {
	border-style:none;
	border-width:0;
}
#share {
	width:166px;
	height:16px;
	overflow:hidden;
	margin:0 auto;
}
#_atssh {
	height:0 !important;
	overflow:hidden !important;
}
#share a:link, #share a:visited {
	color:transparent;
}
.addthis_counter a:link, .addthis_counter a:visited {
	color:black !important;
}
#noscript, #nosupport {
	padding:10px 0;
	background-color:#FFE81C;
	text-align:center;
	font-size:20px;
	-moz-box-shadow: 0 2px 4px #ccc;
	-webkit-box-shadow:0 2px 4px #ccc;
	box-shadow: 0 2px 4px #ccc;

}
#nosupport {
	display:none;
}

#about > p {
	margin:0;
	padding-bottom:20px;
	color:#222;
	font-size:14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:left;
	background-color:#fafafa;
	background-color:rgba(250,250,250,0.65);
}
kbd {
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.4;
    margin:0 2px;
    padding:1px 7px;
    text-shadow:0 1px 0 #fff;
    -moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
	box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
}

.autosize {
	overflow-y:hidden;
}

.abstop {
	position:absolute;
	z-index:100;
}
.help {
	color:#333;
}
.htag {
	color:#888;
	text-shadow:0 1px 0 #fff;
}

.big {
	font-size:16px;
}
.hide {
	display:none !important;
}
.invisible {
	visibility:hidden !important;
}
.inline {
	display:inline;
}
.loading  {
	background: transparent url('/img/loader.gif') no-repeat center center !important;
}

.help p {
	margin-top:7px;
}
.ver-long, .block-long {
	display:none;
}

.launched {
    text-align: center;
    width: 280px;
    line-height: 1;
    margin: 20% auto 0;
    background-color: #fff;
    background-color: rgba(255,255,255,0.65);
    border: 1px solid #ededed;
    padding: 16px 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
.resp-ad {
	/*min-width:320px;
	min-height:50px;*/
}

.adctop {
	min-height:100px;
}
.resp-ad-home, .mgid-home, .yadir-home {
	width:100%;
	min-height:0;
}
.mgid-home a {
	border-bottom:none;
}
#tagbox {
	margin-top:16px;
}
.vawrap {
	text-align:center;
	margin:30px 0;
}
.vawrap.adsns {
	margin:70px 0 50px;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
}
.wall-btm {
	margin-top:20px;
}
.bin-tp {
	margin:12px 0;
	overflow:hidden;
	min-height:36px;
}
@media (min-width:430px) {
	body {
		font-size:15px;
	}

	.reply {
		margin:1.4% 1.2%; /*7 6 /500*/
		box-shadow: 2px 2px 4px #ccc;
	}
	.from-me {
		margin-left:4%;
	}
	.rtext, .button, .button-cancel {
		font-size:15px;
	}

	a.linkB:link, a.linkB:visited {
		font-size:14px;
	}
	.smallexp {
		font-size:13px;
	}
	#myReply,#lastReply {
		font-size:15px;
		padding:0.8% 2.8%; /*4 14 / 500*/
	}
	#logo a:link, #logo a:visited {
		width:167px;
		height:48px;
		background-position: 0 1px;
	}
	.ntext {
		font-size:16px;
		height:100px;
	}
	.note-new, #conversation {
		margin-top:6px;
	}
	#content {
		margin-top:6px;
	}
	.note-view {
		padding:3%;
		font-size:16px;
		min-height:50px;
		margin-bottom:8px;
	}
	.ad {
		padding: 2px 2px 0;
		margin:0;
	}
	.ad-home {
		margin:0;
	}
	#vkc {
		margin:20px 0 0 0;
	}

		#next a:link, #next a:visited, .next a:link, .next a:visited {
		font-size:22px;
	}

	.rtext {
		height:50px;
	}
	#reply-box {
		padding-bottom:7.968127490039841%;
	}

	#tab-replies a:link, #tab-replies a:visited, #tab-catch a:link, #tab-catch a:visited {
		padding:3px 10px 9px;
		font-size:22px;
		text-shadow: 0 -1px 0 #888;
	}
	.push, #footer {
		height: 52px;
	}
	#wrapper {
		margin: 0 auto -52px;
		background-image: url('/img/footer.png');
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size:auto;
	}
	#footer-nav {
		padding:0 0 8px 0;
		margin-top:-4px;
	}
	.button-cancel {
		padding:5px 15px;
	}

	.button {
		padding:6px 16px;
	}
	#note-submit {
		padding:6px 21%;
	}
}
@media (min-width:500px) {
	#next, .next {
		margin:20px 0 30px;
	}
	.resp-ad, .adctop {
		/*min-width:468px;
		min-height:60px;*/
	}
	.resp-ad-home {
		/*min-width:468px;
		min-height:60px;*/
	}
	#wrapper {
		padding:0 10px;
	}
	#nav a:link, #nav a:visited {
		margin-left:16px;
	}
	.ntext {
		margin-bottom:15px;
	}
	input.inp1 {
		width:50%;
	}
	.rtext {
		height:60px;
	}
	.trndtitle {
		height:30px;
		line-height:30px;
	}

}

@media (min-width:600px) {
	#tagbox {
		line-height:1.4;
	}
	a.trnd:link, a.trnd:visited {
		font-size:14px;
	}
	#tagbox {
		margin:20px 0 10px;
	}
	.ver-long {
		display:inline;
	}
	.ver-short {
		display:none;
	}
	.block-long {
		display:block;
	}
	.block-short{
		display:none;
	}
	h1 .ver-long {
		display:none;
	}
	h1.section {
		margin-bottom:15px;
		letter-spacing:10px;
		margin-top:15px;
	}
}


@media (min-width:768px) {
	#tabwrap {
		padding:6px 4px 0 6px;
		bottom:44px;
	}
	#tab-catch {
		margin-left:0;
	}
	#tagbox {
		margin:30px 0 20px;
	}
	#content.home {
		margin-top:60px;
	}
	#main {
		float:left;
		width:480px;
	}
	#side {
		min-height:604px;
		margin-left:488px;
		margin-top:20px;
	}
	.resp-ad-home {
		min-width:0;
		width:250px;
		min-height:250px;
	}
	.mgid-home {
		width:240px;
		height:400px;
	}
	.yadir-home {
		width:250px;
		min-height:400px;
	}
	.system-message {
		margin-top:20px;
	}
}

@media (min-width:800px) {
	.vawrap.adsns {
		margin:40px 0;
	}
	.resp-ad, .adctop {
		/*min-width:728px;
		min-height:90px;*/
	}
	#main {
		width:502px;
		max-width:502px;
	}
	#side {
		text-align:right;
		margin-left:502px;
	}
	h1 .ver-long {
		display:inline;
	}
}
















.news-h {
	font-weight: normal;
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 1;
    color: #dadada;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 0 2px 0 #fff;
}
.news-all {
	margin-top: -10px;
}
.news-home {
	margin-bottom:60px;
}
.news-post {
	font-size:13px;
	color:#555;
	background-color:#fff;
	border:1px solid #eee;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin-bottom: 20px;
	background-color:#fff;
}
.seethru > .news-post {
	background: rgba(255, 255, 255, 0.7);
}
.news-post.unpub {
	background-color:#fafafa;
}
.news-pbox {
	padding:14px 14px;
	margin:0;
	position:relative;
}
.news-actbox {
	border-top: 1px solid #eee;
	padding:10px 14px;
}
.news-ts {
	float:left;
	color: rgba(68, 68, 68, 0.4);
    font-size: 11px;
}
.news-discuss {
	font-size:13px;
	display:block;
	float:right;
	border-bottom: none !important;
}
.news-discuss:hover, .news-discuss:active {
	color: #009afa;
}
.cf::after {
    content:"";
    display:table;
    clear:both;
}
.hidden, .hform {
	display: none !important;
}
.news-sharehint {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#888;
	margin:4px 0 6px;
}
.news-shbtns a {
	border-bottom: 0 !important;
}
.news-shbtns {
	margin-bottom:16px;
}

.in-online {
	padding-top:6px;
	text-shadow: 0 0 4px #fff;
}

@media (min-width:430px) {
	.news-sharehint {
		font-size:13px;
	}
	.news-pbox {
		font-size:14px;
	}
}
@media (min-width:500px) {
	.news-home {
		margin-top: 120px;
	}
	.news-post {
		font-size:14px;
		border-radius:3px;
	}
	.news-pbox {
		padding:16px 20px 18px;
	}

	.in-online {
		padding-top:0;
	}
}












::-moz-placeholder {
	opacity:1;
}

.dimmed {
	opacity: 0.8;
}
#livetags {
	transition: opacity 50ms ease;
}
#lg-wrap {
	position:relative;
}
#lg-hash {
	font-size: 15px;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 36px;
	line-height:36px;
    padding-left: 6px;
}
.inp {
	-webkit-border-radius: 3px;
    border-radius: 3px;
	border:1px solid #ddd;
	background-color:transparent;
	padding:0px 6px 2px 6px;
	font-size:15px;
	transition: border-color 0.1s;
	font-family:Verdana,Geneva,Arial,sans-serif;
	display:block;
	vertical-align:top;
	height:38px;
	width:100%;
	box-sizing: border-box;
}
.inp:hover, .inp:focus {
	border-color:#d0d0d0;
}

.inp:focus {
	box-shadow: inset 0px 1px 1px 1px rgba(170,170,170,0.1);
}

#lg-inp {
	padding-left:18px;
	/* padding-bottom:4px; */
}
.panel {
	background-color:#fff;
	border:1px solid #eee;
	border-radius:3px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.apanel {
	padding: 28px 28px 28px;
}
.inp::placeholder {
	color:#ccc;
	font-family:Arial,sans-serif;
	padding-top:2px;
}
.inp:focus::placeholder {
	color:#eee;
}
#lg-link {
	font-size:13px;
	text-align:center;
	margin-bottom:10px;
}
#lg-share {
	text-align:center;
}
.gbtn {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px #fff;
}
a.gbtn:link, a.gbtn:visited {
	background: #eef6fc;
	color: #1c6897;
	text-transform: uppercase;
	font-size: 11px;
}
a.gbtn:hover, a.gbtn:focus {
	background-color:#f2f9fd;
}
a.gbtn:hover, a.gbtn:focus, a.gbtn:active {
	color: #103a56;
}
a.gbtn:active {
	background-color: #e2f0f9;
}
a.copy-btn {
	width:200px;
	padding: 11px 0;
	margin-top: 10px;
	border-radius:4px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border:0;
}
#lg-copy {
	text-align:center;
	margin-bottom:16px;
}
.lg-hint {
	color:#555;
	font-size:14px;
	margin-bottom:10px;
}
#lg-docopy {
	display:inline-block;
	height:18px;
	line-height:18px;
}
#lg-docopy.copied::after{
	content:"✓";
	padding-left: 4px;
    font-weight: bold;
}
#lg-docopy > .itsdone {
	display:none;
}
#lg-docopy.copied > .itsdone {
	display:inline;
}
#lg-docopy.copied > .doit {
	display:none;
}
#lg-share .ya-share2__link {
	padding:10px !important;
}
#lg-exp {
	margin-top:20px;
	padding:2px;
}
.lg-tag {
	font-weight:bold;
}
.ya-share2__link {
	border:0 !important;
}

#nav > #pnotify {
	margin-right:10px;
	width: 14px;
    background-image: url('/img/bell.png');
	background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 5px 4px;
	background-image:  url('/img/bell.png'), linear-gradient(to bottom, #ffffff, #eeeeee);
    background-size: 18px 18px, cover;
    background-repeat: no-repeat;
    background-position: 5px 4px, top left;
}
#nav > .on#pnotify {
	background-color: #fff;
	background-image: url('/img/bell.png');
	border:0;
	height:26px;
	width:16px;
	box-shadow: inset 1px 1px 0px 1px #ccc;
	background-position: 6px 5px;
}

#nav > #pnotify:active {
    background-image: url('/img/bell.png');
    background-color: #efefef;
}
.ntfallow-img {
	width:64px;
	height:64px;
	background-image:url('/img/bell_large.png');
	background-size:100% 100%;
	background-repeat: none;
	float:left;
}
.ntfallow-h {
	font-weight: bold;
    margin-bottom: 6px;
    font-size: 16px;
}
.ntfallow-text {
	margin-left:72px;
	text-align:left;
	margin-bottom:16px;
}
.ntfallow-box {
	max-width:400px;
	margin:20px auto;
}
.ntfallow-btns {
	text-align:center;
}
.abtn, .cbtn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
	 border: 0;
    margin: 0;
    cursor: pointer;
	box-shadow: 1px 1px 2px #ddd;
	outline:none;
}


button.abtn, a.abtn, .cbtn {
    color: white;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #2b8dca;
    font-size: 15px;
    line-height: 15px;
    padding: 0;
    min-width: 100px;
}
.abtn, .cbtn, .gbtn, .cbtn > span  {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cbtn {
    color: #222;
    background-color: #fcfcfc;
}
button.abtn, a.abtn, .cbtn {
    color: white;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #2b8dca;
    font-size: 15px;
    line-height: 15px;
    padding: 0;
    min-width: 100px;
}
.abtn, .cbtn, .cbtn > span {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



button.abtn > span, button.cbtn > span {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 14px;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
button.cbtn > span {
    height: 28px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
}
.cbtn {
    color: #222;
    background-color: #fcfcfc;
}
a.abtn:active, button.abtn:active {
    box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.16);
}
.cbtn:active {
    background-color: #fff;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.4), inset 0px 0px 4px 1px rgba(0,0,0,0.1);
}
.abtn-right {
	margin-left:12px;
}

#liru {
	display:inline-block;
	position:absolute;
	top:100px;
}
