body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 12px;
	!background-color: #f2f2f2;
	background-color: #fff;
}

a {
	color: #0a7cc3;
	text-decoration: underline;
}

a:hover {
	color: #37496d;
}

input, textarea {
	outline:none;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

.bg {
	position: fixed;
	display: none;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
}

#header {
	display: none;	
	height: 125px;
	overflow: hidden;
	position: relative;
	z-index: 51;
}

#logo {
	margin: 0 auto;
	margin-top: 31px;
	width: 476px;
	height: 65px;
	font-size: 0px;
	background-image: url(/images/logo.png);
}

#header-bar {
	padding-top: 3px; 
	height: 21px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	top: 0px;
	position: fixed;
	width: 100%;
	z-index: 51;
}

#header-bar a {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#header-bar a:hover {
	color: #aaa;
}

#container {
	!padding-left: 60px;
	!padding-right: 60px;
	overflow-x: hidden;
	margin-top: 21px;	
	padding-top: 5px;
}

#footer {
	height: 25px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}

#leftside {
	position: fixed;
	height: 0px;
	top: 0px;
	left: 0px;
	overflow: visible;
	z-index: 50;
	display: none;
}

#rightside {
	!padding-left: 265px;
	z-index: 50px;
}

/* corner logo */

.corner-logo {
	position: fixed;
	left: 0px;
	top: 3px;
}

.corner-logo h1 {
	color: #fff;
	cursor: auto;
	display: inline;
	font-family: sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}

.corner-logo h1 a:hover {
	color: 37496d;
}

/* left bar */

.left-bar {
	margin-left: 20px;
	width: 200px;
	padding: 20px;
	padding-top: 45px;
	min-height: 100%;
	background-color: #f0f0f0;
}

.left-bar .thread-preview {
	width: 180px;
	background-color: #fdfdfd;
	padding: 10px;
	margin-bottom: 10px;
}

/* utility */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hidden {
	display: none;
}

.invisible {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.nudgetop {
	position: relative;
	top: -400px;
}


.sixtypx-cube {
	display: none;
	width: 550px;
	height: 550px;
}

.inv {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left: -99px;
	top: -99px;
}

.roll {
	display: none;
	position : absolute;
	overflow : visible;
	vertical-align : top;
}

.twentyfive-dummy {
	margin-bottom: 25px;
}

/* sub panel */

.sub-panel-control {
	display: inline-block;
	vertical-align: top;
	height: 15px;
	padding: 0px 10px;
	padding-right: 14px;
	margin-right: 10px;
	background-position: 100% 75%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sub-panel-control.expand {
	background-image: url(/images/panel-arrow-down.png);
}

.sub-panel-control.collapse {
	background-image: url(/images/panel-arrow-up.png);
}

#sub-panel {
	margin-top: 21px;
	padding: 10px 0px;
	height: 100px;
	background-color: #eee;
	display: none;
	text-align: center;
}

#sub-panel .block {
	vertical-align: top;
	margin-left: 10px;
	padding: 0px 20px;
	border-left: 3px dotted #ddd;
	border-right: 3px dotted #ddd;
	height: 100px;

	display: inline-block;
	text-align: left;

	-moz-border-radiusFlat: 9px;
	-webkit-border-radiusFlat: 9px;
	border-radiusFlat: 9px;
}

#sub-panel .block:first-child {
	margin-left: 0px;
}

#sub-panel .block a {
	color: #000;
}

#sub-panel .block a:hover {
	color: #555;
}

#sub-panel .block:hover {
	border-left: 3px dotted #555;
	border-right: 3px dotted #555;
}

#sub-panel .block-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

/* sub-panel posts */

#sub-panel .block.posts {
	width: 280px;
}

#sub-panel .block.posts .post-preview {
	display: inline-block;
	width: 80px;
	height: 19px;
	padding: 2px 5px;
	text-align: center;
	margin-bottom: 4px;

	-moz-border-radiusFlat: 9px;
	-webkit-border-radiusFlat: 9px;
	border-radiusFlat: 9px;	
	background-color: #ddd;
}

#sub-panel .block.posts .post-preview:hover {
	background-color: #ccc;
}

#sub-panel .block.posts .post-preview .id {
	display: inline-block;
	width: 40px;
}

#sub-panel .block.posts .post-preview .board {
	display: inline-block;
	width: 35px;
}

/* sub-panel banner */

#sub-panel .block.banner {
	width: 200px;
}

#sub-panel .block.banner img {
	width: 200px;
	height: 70px;

	-moz-border-radiusFlat: 9px;
	-webkit-border-radiusFlat: 9px;
	border-radiusFlat: 9px;	
}

/* pic viewer */

.pic-viewer {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99998;

	background-color: #fff;
	box-shadow: 0px 0px 25px #000!important;

	-moz-border-radiusFlat: 5px;
	-webkit-border-radiusFlat: 5px;
	border-radiusFlat: 5px;

	cursor: move;
}

.thread.focused .pic-viewer {
	margin-left: 0px;
	margin-top: 0px;
}

/* navigation */

.navigation {
	width: 90%;
	height: 15px;
	background-color: #eee;
	margin: 0 auto;
	cursor: pointer;

	-moz-border-radiusFlat: 9px;
	-webkit-border-radiusFlat: 9px;
	border-radiusFlat: 9px;	
}

.navigation .tip {
	position: absolute;
	width: 90%;
	text-align: center;
	color: #999;
}

.navigation .current {
	position: relative;
	height: 15px;
	width: 25px;
	background-color: #bbb;

	-moz-border-radiusFlat: 9px;
	-webkit-border-radiusFlat: 9px;
	border-radiusFlat: 9px;	
}

.navigation .current:hover, .navigation .current.focused {
	background-color: #222;
}

.scroll-left {
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 0px;
	width: 32px;
	height: 224px;
	margin-top: -112px;
	background-image: url(/images/scroll-left.png?v7);
	opacity: .2;
	cursor: pointer;
	display: none;
}

.scroll-right {
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 100%;
	width: 48px;
	margin-left: -32px;
	margin-top: -112px;
	height: 224px;
	background-image: url(/images/scroll-right.png?v7);
	opacity: .2;
	cursor: pointer;
	display: none;
}

.scroll-left:hover , .scroll-right:hover {
	opacity: .5;
}

/* post content */

.post .countryball {
	position: relative;
	top: 2px;
}

.post .content a.content-link {
	font-style: italic;
	color: #f00;
	font-weight: bold;
}

.post .content a.content-link:hover {
	text-decoration: underline;
}

.post .content .content-quote {
	font-style: italic;
	color: #3a3;
}

.post .content .underline {
	text-decoration: underline;
}

.post .content .spoiler {
	background-color: #ddd;
	color: #ddd;
}

.post .content .spoiler:hover {
	color: #000;
}

.post .content img {
	margin-right: 10px;
	margin-bottom: 10px; 
	float: left;

	box-shadow: 0px 0px 4px #000;

	-moz-border-radiusFlat: 5px;
	-webkit-border-radiusFlat: 5px;
	border-radiusFlat: 5px;
}

.post .content img:hover {
	box-shadow: 0px 0px 6px #000;
}

.post .content img.opened {

}

/* thread */

.threads-wrapper {
	overflow: visible;
	width: 100%;
	cursor: move;
}

.threads {
	padding-top: 25px;
	position: relative;
	width: 100%;
	overflow: visible;
	display: none;
	vertical-align: top;
}

.thread {
	!margin-top: 25px;
	width: 350px;
	display: inline-block;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0);

	margin-right: 15px;
	padding-right: 15px;

	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;

	-moz-border-radiusFlat: 9px;
	-webkit-border-radiusFlat: 9px;
	border-radiusFlat: 9px;

	position: relative;
	top: -15px;
	left: -15px;
	padding: 15px;	
	padding-bottom: 50px;
	margin-bottom: 10px;
}

.thread.marked .subject {
	background-color: #ee0000;
}

.thread.marked .subject .info {
	color: #fff;
}

.thread a {
	color: #000;
	text-decoration: none;
}

.thread a:hover {
	color: #aaa;
}

.thread.focused:first-child {
	z-index: 9999;
	background-color: #fff !important;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: 3px solid #555;
	border-right: 3px solid #555;

	-moz-border-radiusFlat: 9px;
	-webkit-border-radiusFlat: 9px;
	border-radiusFlat: 9px;
}

.thread:hover .post .subject, .thread:hover .post .posts .subject {
	!color: #0a7cc3;
	!background-color: #fff;
}

/* nice and smooth */

.thread, .thread.focused:first-child {
	-webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -kthtml-transition: all 250ms linear;
    transition: all 250ms linear;
}

/* post */

.post {
	width: 100%;
	cursor: default;
}

.post.big-post {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.post .file-info {
	display: none;
}

.post .content:hover a:hover .file-info {
	display: block;
	position: absolute;
	width: 150px;
	background-color: #fff;
	font-size: 10px;
	text-align: center;

	padding: 5px 0px;
	-webkit-border-top-left-radiusFlat: 5px;
	-webkit-border-top-right-radiusFlat: 5px;
	-moz-border-radiusFlat-topleft: 5px;
	-moz-border-radiusFlat-topright: 5px;
	border-top-left-radiusFlat: 5px;
	border-top-right-radiusFlat: 5px;
	border-bottom: solid 1px #000;
}

.post .content a:hover .file-info {
	color: #000;
}

.post .content a:hover .file-info:hover {
	text-decoration: underline;	
}

.post .subject {
	padding-top: 6px; 
	padding-left: 10px;
	min-height: 21px;
	max-height: 42px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 2px;
}

.post .subject .text {
	padding: 1px;
	display: inline-block;
	width: 60%;
	min-height: 21px;
	max-height: 42px;
	overflow: hidden;
}

.post .info {
	float: right;
	padding-top: 3px;
	padding-right: 10px;
	font-size: 9px;
	color: #777;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: -1px;
}

.post .post-info {
	color: #aaa;
	padding-top: 3px; 
	padding-bottom: 1px; 
	padding-left: 6px;
	padding-right: 6px;
	height: 15px;
	!border-top: 1px dashed #ddd;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
}

.post .controls {
	position: absolute;
	!background-color: #f8f8f8;
	background-color: #fff;
	width: 334px;
	color: #000;
	padding-top: 6px; 
	padding-bottom: 7px; 
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px dashed #ddd;
	font-size: 10px;
	font-weight: bold;
	!font-variant: small-caps;
	!margin-top: 2px;
}

.post .posts .post .inner .controls {
	width: 324px!important;
}

.post .controls a {
	display: inline-block;
	padding: 3px 5px;
	color: #000;

	background-color: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

	-moz-border-radiusFlat: 5px;
	-webkit-border-radiusFlat: 5px;
	border-radiusFlat: 5px;
}

.post .controls a:hover {
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.post .inner {
	background-color: #f3f3f3;
	overflow: hidden;
	!border: 1px solid #000;
	-moz-border-radiusFlat: 9px;
	-webkit-border-radiusFlat: 9px;
	border-radiusFlat: 9px;
}

.post .content {
	padding: 10px;
	overflow-y: auto;
	height: auto;
}

.post .inner:hover .content {
	height: auto!important;
}

.post .posts {
	margin-top: 0px;
}

.post .answers {
	position: absolute;
	margin-left: 475px;
}

.post .arrow {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
}

.post .posts .post .inner, .post .answers .post .inner {
	!border: 1px solid #333;	
	margin-left: 10px;
}

.post .posts .post .subject, .post .answers .post .subject, .post.sage .posts .inner .subject {
	background-color: #fff;
	color: #777;
	border-right: 4px solid #f3f3f3;
	padding-top: 8px; 
	padding-left: 0px;
	font-size: 14px;
	//font-variant: normal;
	//text-transform: none;
	font-weight: normal;
}

.post .posts .post .subject .info, .post .answers .post .subject .info, .post.sage .posts .inner .subject .info {
	color: #fff;
}

.post .posts .post .subject:hover .info, .post .answers .post .subject:hover .info, .post.sage .posts .inner .subject:hover .info {
	color: #ddd;	
}

.post .posts .post .arrow {
	display: block;
	margin-top: -20px;
	margin-left: 16px;
	background-image: url(/images/arrow-down.png);
}

.post .answers .post .arrow {
	display: block;
	margin-left: -15px;
	margin-top: 16px;
	background-image: url(/images/arrow-right.png);
}

.post.sage .inner .subject {
	!background-color: #c8c8c8!important;
}

.post.sage .posts .inner .subject {
	!background-color: #fff!important;
	color: #dfdfdf;
}

.post .post-id {
	font-style: italic;
	font-size: 11px;
	cursor: pointer;
}

.post .post-id:hover {
	text-decoration: underline;
}

/* hide controls */

.post .controls {
	height: 0px;
	opacity: 0;
	z-index: -1;
}

.post .controls.hover {
	height: 15px;
	opacity: 1;
	z-index: 555;
}

.controls, .controls.hover {
	-webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -kthtml-transition: all 250ms linear;
    transition: all 250ms linear;
}

/* new post */

.post.new-post {
	display: none;
}

.new-post-left {
	display: inline-block;
	vertical-align: top;
	width: 100px;
}

.new-post-right {
	display: inline-block;
	vertical-align: top;
	width: 215px;
}

.post input, .post textarea {
	background-color: inherit;
	color: inherit;
	border: none;
	font-size: inherit;
}

.post input {
	width: 120px;
	font-weight: bold;
	font-variant: small-caps;
}

.post textarea {
	border: 1px dashed #ccc;
	width: 200px;
	font-family: sans-serif;

	-moz-border-radiusFlat: 5px;
	-webkit-border-radiusFlat: 5px;
	border-radiusFlat: 5px;	
}

.post.form {
	!margin-bottom: 20px;
	display: none;
}

.post #post-file {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 0px;
	height: 0px;
}

.post #post-file-click {
	width: 70px;
	height: 20px;
	padding: 10px;
	border: 1px dashed #ccc;
	text-align: center;
	cursor: pointer;
	word-wrap: break-word;
	overflow: hidden;
	font-style: italic;

	-moz-border-radiusFlat: 5px;
	-webkit-border-radiusFlat: 5px;
	border-radiusFlat: 5px;
}

/* captcha */

img#yw0 {
	margin-top: 10px;
	width: 92px;
	height: 42px;
	box-shadow: none;
	margin-bottom: 0px;

	-moz-border-radiusFlat: 5px;
	-webkit-border-radiusFlat: 5px;
	border-radiusFlat: 5px;
}

a#yw0_button {
	position: absolute;
	margin-top: 10px;
	/*
	width: 92px;
	height: 42px;
	*/
	width: 0px;
	height: 0px;
	background-color: #000;
	font-size: 0px;

	opacity: 0;
	-moz-border-radiusFlat: 5px;
	-webkit-border-radiusFlat: 5px;
	border-radiusFlat: 5px;	
}

a#yw0_button:hover {
	opacity: .5;
	background-color: #777;
}

#captcha {
	width: 82px;
	padding: 3px 5px;

	font-size: 13px;
	background-color: #fff;

	-moz-border-radiusFlat: 5px;
	-webkit-border-radiusFlat: 5px;
	border-radiusFlat: 5px;	
}

/* ajax tooltip */

.ajaxtooltip {
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	/* width: 619px; */
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/
	background: rgba(0,0,0,0);
	//border: 2px solid gray;
	//border-width: 1px 2px 2px 1px;
	padding: 15px;
	z-index: 999999;
	min-width: 350px;

	//-moz-border-radiusFlat: 5px;
	-webkit-border-radiusFlat: 5px;
	//border-radiusFlat: 5px;	
}