@import url("yui_fonts.css");

/* Lazy man's scaling fix
   TODO: Re-do all font sizes with percentages.
 */
#ts, #csl, #fs {
	font-size: 123%;
}

/***
 TYPOGRAPHY
***/

body {
	font-family: Sans, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: 0;
	padding-bottom: .17em;
	border-bottom: 1px solid #6f1313;
	color: #6f1313;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: -2px;
	border: 0;
}

h2 {
	font-size: 1.3em;
	color: #6f1313;
	text-transform: uppercase;
}

h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

/*
 * General styles
 */

.item ul {
	list-style: none;
	margin: 0.4em 0;
	padding-left: 0.3em;
	text-indent: 0;
}

.item li {
	padding-left: 0.8em;
	margin: 0.2em 0;
	background: transparent url(../gx/bullet.gif) no-repeat;
	background-position: 0 6px;
}

.unimportant {
	color: gray;
}

.quote {
	font-style: italic;
}

.quote_from {
	font-weight: bold;
}

.item .smallprint {
	font-size: 0.8em;
}

/*
 * Link design (opt. for pink bg)
 */
a, a:visited, .fakelink {
	color: #933737;
	text-decoration: none;
}

a:hover, .fakelink:hover {
	color: #C00000;
	text-decoration: underline;
}

.fakelink {
	cursor: pointer;
}

/*
 * Nav area
 */

#nav, #nav p { /* this is needed in the forum for some reason */
	font-family: Arial, Verdana, sans-serif;
}

#n_welcome {
	font-size: 10pt;
	color: white;
}

#n_new {
	font-size: 8pt;
}

#nub_cmd a {
	font-size: 10pt;
	font-weight: bold;
	color: #6671a3;
	text-decoration: none;
}

#n_info p {
	font-size: 10pt;
	font-weight: bold;
}

#nbc { /* bc is for breadcrumbs */
	font-size: 9pt;
}

#nbc .desc {
	color: #999;
}

/*
 * Blocks
 */
.bh p {
	color: white;
	font-weight: bold;
	font-size: 11pt;
}

.bc p, .clc p {
	font-size: 10pt;
}

/*
 * CL: Latest News
 */

#cl_news {
	font-weight: bold;
}

#cl_news em {
	font-size: 0.7em;
	color: #6671a3;
}

/*
 * CL: Latest Forum Posts
 */

#cl_recent .author a {
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
}

/*
 * CL: Tease in a box :)
 */

.cl_tease h1 {
	font-size: 1.5em;
	border: 0;
	padding: 0.4em 0 0.2em;
}

.cl_tease h1 a {
	text-decoration: none;
}

.cl_tease .author {
	padding: 0 0 0.6em;
}

.cl_tease .author a {
	font-weight: bold;
	font-size: 0.9em;
	color: #6671a3;
	text-decoration: none;
}

/*
 * CL: Link Partners
 */

#cl_links .desc {
	font-size: 0.8em;
}

#cl_links a {
	font-weight: bold;
}

/*
 * CL: Editor and Tutorial
 */

#cl_editor {
	margin-bottom: 0.5em;
}

#cl_editor img {
	width: 300px;
}

/*
 * CL: Sponsor (ad)
 */
#cl #cl_sponsor_title {
  color: #704F08;
}

#cl #cl_sponsor {
	border-right: 0;
  border-left: 0;
  border-width-top: 4px;
  padding: 0;
  border-color: #FFE545;
  background-color: #F1E69B;
}

/***
 LAYOUT
***/

body, div, p, img, form { /* Standard "no unwanted spaces" fix */
	margin: 0;
	padding: 0;
	border: 0;
}

a img { /* Standard "no unwanted spaces" fix */
	vertical-align: top;
}

body {
	background-color: #b85959;
	background-image: url(../gx/2019/lady_silhouette.png), url(../gx/c_bg.gif);
	background-position: calc(50% + 520.5px) 30px, center top;
	background-repeat: no-repeat, repeat-x;
	background-blend-mode: overlay, normal;
}

/*
 * Global styles
 */

.clear {
	height: 0px;
	clear: both;
}

.quote {
	background-image: url(../gx/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0.7em;
	margin: 0.5em;
}

.quote_from {
	border-bottom: 3px solid #e69090;
	margin-bottom: 0.3em;
}

/*
 * Top Border
 */
#tb {
	background-color: #6671a3;
	height: 4px;
	min-width: 1129px;
	position: relative;
	z-index: 3;
}

/*
 * Top Shadow
 */
#ts {
	margin: 0 auto;
	width: 985px;
	position: relative;
	z-index: 2;
}

#nav {
	position: relative;
	border-radius: 0 0 13px 12px;
	margin-right: 20px;
	margin-bottom: -22px;
	width: 689px;
	background-color: #6671a3;
	padding-left: 11px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

#nav:before, #nav:after, #nu:before, #nu:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
}

#nav:before {
	top: 0;
	left: -11px;
	background: radial-gradient(circle at 0 100%, rgba(102,113,163,0) 11px, rgba(102,113,163,1) 12px);
}

#nav:after {
	top: 0;
	right: -11px;
	background: radial-gradient(circle at 100% 100%, rgba(209, 213, 228,0) 11px, rgba(209, 213, 228,1) 12px);
}

#nu:before {
	top: 0;
	left: 0;
	background: radial-gradient(circle at 100% 100%, rgba(102,113,163,0) 11px, rgba(102,113,163,1) 12px);
}

#nu:after {
	left: -11px;
	bottom: 0;
	background: radial-gradient(circle at 0 0, rgba(209, 213, 228,0) 11px, rgba(209, 213, 228,1) 12px);
}

#nu {
	position: relative;
	border-radius: 0 0 12px 0;
	padding: 0 12px;
}

#nav, #nm, #nu {
	float: right;
}

#nm {
	float: left;
}

#nu, #nm {
	height: 30px;
	line-height: 30px;
	padding-bottom: 3px;
}

.mini #nav {
	width: 680px;
}

#nm a {
	color: #d1d5e4;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.7em;
}

#nm a:hover, #nm a.current, #nu a:hover {
	color: white !important;
}

div#nu {
	background-color: #d1d5e4;
}

#nu a {
	color: #6671a3;
	text-decoration: none;
}

#nu a.name, #nu a.login {
	padding: 0 0.6em 0 0.3em;
	font-weight: bold;
}

#nu a.register, #nu a.logout {
	font-size: 0.8em;
}

#nbc {
	clear: right;
	float: right;
	width: 707px;
	margin-top: 4px;
}

/*
 * Middle Shadow & Content Background
 */
#csl {
	background-color: white;
	clear: both;
	position: relative;
	z-index: 1;
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
	margin: 0 auto;
	width: 972px;
	margin-bottom: 1em;
}

#ci {
	min-height: 500px;
	padding: 6px 0 10px 0;
}

/*
 * Logo
 */

#h_logo {
	float: left;
	margin-bottom: 10px;
}

/*
 * Userbar
 */
#ubc {
	padding-top: 22px;
	margin-left: 259px;
	position: relative;
}

#uyou, #usite {
	margin: 0 13px 0 0;
	background-color: #eebfb8;
	background-image: url(../gx/uc.png);
	background-repeat: no-repeat;
	background-position: -4px -4px;
}

#uyou .i, #usite .i {
	width: 700px;
	height: 21px;
	background-image: url(../gx/uc.png);
	background-repeat: no-repeat;
	background-position: 696px -4px;
}

#uyou .i {
	padding: 5px 0 0 6px;
	width: 694px;
	font-size: 0.9em;
}

#uyou a {
	font-size: 0.9em;
}

#uyou.pm, #uyou.grats, #uyou.first {
	background-color: #ff6062;
}

#uyou.pm a {
	color: #481414;
}

#uyou.pm a:hover {
	color: #933737;
}

#usite {
	background-color: #f2cfcf;
	background-position: -4px 20px;
}

#usite .i {
	height: 24px;
	background-position: 696px 20px;
	font-size: 0.8em;
}

#usite p {
	padding: 0.28em 0.5em 0;
}

#ufeat {
	width: 220px;
	position: relative;
	float: right;
	margin: 25px 15px -99999px 0;
	z-index: 2;
}

#upref {
	-moz-border-radius: 4px;
	background-color: #E1897C;
	color: white;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 140px;
	height: 40px;
	position: absolute;
	right: 13px;
	top: 22px;
	cursor: pointer;
	overflow: hidden;
}

#upref div {
	height: 40px;
}

#upref img {
	float: right;
	margin: 5px 0 0 7px;
}

#upref .interest {
	line-height: 40px;
	font-size: 1.4em;
	text-align: right;
}

#upref .current {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 140px;
	background-color: #E1897C;
}

/*
 * Blocks (Also contains styles for the following section)
 */

#bc {
	float: right;
	width: 650px;
	margin-bottom: 0.5em;
}

.block {
	float: left;
	width: 315px;
	margin: 0 4px;
}

.bh {
	width: 100%;
	height: 32px;
	background-color: #b85959; /* only visible while loading */
	background-image: url(../gx/bg_1w.gif);
	background-repeat: repeat-x;
	background-position: 0 -32px;
}

.bh img, .bh p {
	float: left;
}

.bh p {
	padding: 13px 0 0 0;
}

.bc {
	width: 100%;
	height: 120px;
	background-color: #f2cfcf;
	background-repeat: no-repeat;
}

.bc p, .clc p {
	padding: 3px 5px;
}

#b_forum .bc {
	background-image: url(../gx/b_forum_bg.gif);
	background-position: top left;
}

#b_live .bc {
	background-image: url(../gx/b_recent_bg.gif);
	background-position: bottom right;
}

#b_support .bc {
	background-image: url(../gx/b_support_bg.gif);
	background-position: bottom right;
}

/*
 * Blocks: Live
 */

#b_live {
	overflow: hidden;
}

#b_live a {
	text-decoration: none;
}

#b_live .mlv_type {
	text-align: right;
	color: #b85959;
	font-weight: bolder;
}

#b_live .mlv_forum, #b_live .mlv_tease {
	text-align: right;
	padding: 0 0.5em;
	overflow: hidden;
}

#b_live .mlv_forum_title {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Georgia, serif;
}

#b_live .mlv_forum_dummy {
	float: left;
	font-size: 0.1em;
}

#b_live .mlv_forum_post {
	float: left;
	clear: left;
	text-align: left;
	width: 14em;
	font-size: 0.9em;
	padding-top: 2.3em;
	line-height: 1.3;
}

#b_live .mlv_forum_info {
	font-weight: bold;
	padding-bottom: 0;
	font-size: 0.8em;
}

#b_live .mlv_tease_tb {
	float: left;
	margin-top: -10px;
}

#b_live .mlv_tease_title {
	font-weight: bold;
	padding: 0.3em 0 0.2em;
}

#b_live .mlv_tease_author {
	font-size: 0.7em;
}

#b_live .mlv_wiki_title {
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
	text-decoration: none !important;
	padding: 0.4em 0;
}

#b_live .mlv_wiki_author {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 0.4em;
}

/*
 * Blocks: Support
 */

#b_support a { /* Special Element: Support us Image */
	position: relative;
	top: -75px;
	left: 102px;
}

/*
 * Content Left
 */

#cl {
	clear: left;
	float: left;
	width: 300px;
	margin-left: 10px;
}

/*
 * CL: Latest News
 */

#cl_news .news {
	padding: 2px 0 4px 0;
}

#cl_news em {
	float: right;
	padding-top: 2px;
}

/*
 * CL: Recent Forum Posts
 */

#cl_recent .author {
	float: right;
}

#cl_recent .title {
	overflow: hidden;
	white-space: nowrap;
}

/*
 * CL: Last TOTM Winner
 */

#cl_totm {
	padding: 0;
	overflow: hidden;
}

#cl_totm .month {
	float: right;
	font-weight: bolder;
	font-size: 1.2em;
	margin: 0 0.2em 0.3em;
	color: #6671a3;
}

#cl_totm .more {
	text-align: right;
	font-size: 0.8em;
}

#cl_totm .image {
	clear: both;
	margin: 0 -10px 0.3em;
}

/*
 * CL: Random tease
 */


#cl_randomtease {
	padding: 0;
	overflow: hidden;
	text-align: center;
}

#cl_randomtease img {
	margin: 0.3em -10px;
}

/*
 * Content Main
 */
#cm {
	float: right;
	width: 642px;
	height: 100%;
	margin-right: 10px;
}

#cm_wide { /* used for mini header */
	margin: 5px 15px;
}

.item {
	background-color: #F2CFCF;
	border: 3px solid #FFE1F6;
	margin-bottom: 0.5em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0.3em;
}

.item.opentop {
	border-top: 0px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px 4px;
	-webkit-border-bottom-right-radius: 4px 4px;
}

.item p, .item pre {
	padding: 2px 3px 3px;
	font-size: 0.9em;
	line-height: 1.5;
}

.item ul {
	font-size: 0.9em;
}

.item.compact {
	font-size: 0.9em;
	padding: 0.2em;
}

.item.compact p, .item.compact pre {
	line-height: 1.1;
}

#cl h1 {
	color: #292D42;
}

#cl .item {
	background-color: #D1D5E4;
	border-color: #E8EBF7;
}

.itemheader {
	font-weight: bold;
	border: 3px solid #FFE1F6;
	background-color: #F2CFCF;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px 4px;
	-webkit-border-top-right-radius: 4px 4px;
}

/*
 * Blog post layout
 */

.blog .info {
	font-size: 0.8em;
	border-bottom: 1px solid #E5C3C3;
	padding-top: 0;
	margin-top: -0.1em;
}

/*
 * Footer Shadow
 */
#fs {
	width: 972px;
}

#fs:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	border-radius: 0 0 6px 6px;
	background-color: #6671a3;
}

#csl {
	padding-bottom: 6px;
}

#fs {
	margin: 0 auto;
	height: 128px;
	margin-top: -75px;
}

#fbr {
	padding-top: 71px;
	padding-left: 271px;
	background-image: url(../gx/f_copy.jpg?2);
	background-repeat: no-repeat;
	background-position: top left;
}

#fbl {
	height: 57px;
	position: relative;
	background-image: url(../gx/bg_1w.gif);
	background-position: 0 -147px;
	background-repeat: repeat-x;
}

#ci {
	padding-bottom: 84px;
	background-image: url(../gx/2019/footer_ornament.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#f_copyright, #f_menu {
	font-family: Verdana, sans-serif;
	font-size: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#f_copyright {
	position: absolute;
	top: 9px;
	left: 9px;
	color: #000;
}

#f_menu {
	float: right;
	margin: 9px 5px 0 0;
}

#f_menu a, #f_menu a:visited {
	margin: 0 0.4em;
	color: #000000;
}

#f_menu a:hover, #f_menu a:active {
	text-decoration: none;
	color: #ffffff;
}

/*
 * Bottom Shadow
 */
#bs, #bs div {
	font-size: 0px;
	margin: 0 auto;
	height: 12px;
	width: 985px;
	background-image: url(../gx/bg_1w.gif);
	background-position: 0 -64px;
	background-repeat: repeat-x;
}

#bs div {
	background-image: url(../gx/h_rc.gif);
	background-position: -12px -17px;
	background-repeat: no-repeat;
}

#bs div div {
	float: right;
	width: 12px;
	background-image: url(../gx/h_rc.gif);
	background-position: bottom left;
}

/*
 * Tease Bubble
 */

.tease {
	margin: 0.7em 0;
}

.tease .img {
	float: left;
	height: 100px;
	width: 130px;
	margin-right: 22px;
	overflow: hidden;
	text-align: center;
	background-color: #F2CFCF;
}

.tease .hook {
	float: left;
	width: 24px;
	height: 81px;
	margin: 0 3px 0 -22px;
}

.tease .bubble {
	background-color: #fff;
	-moz-border-radius: 4px;
	padding: 2px;
	height: 73px;
}

.tease > .bubble {
	position: relative;
	background: #fff;
	border-radius: .4em;
	margin-left: 152px;
}

.tease > .bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 30%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-right-color: #fff;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -12px;
}

.tease h1 {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 1px 0 3px 3px;
}

.tease .desc {
	padding: 3px 4px;
}

.tease .info {
	margin: 4px 0 0 0;
}

.tease .author {
	float: right;
	font-style: italic;
	font-size: 0.8em;
	padding: 2px 4px 0 0;
}

.tease .tags a {
	text-decoration: none;
}


.tease .views {
	float: right;
}

.tease .ticon {
	position: relative;
}

.tease .totmticon {
	margin: -16px 0 0 0;
}

.tease .flashticon {
	/* width 19px */
	margin: -8px 4px 0 -2px;
}

.tease .audioticon {
	/* width 24px */
	margin: -6px 2px 0px -5px;
}

.tease .eosticon {
	/* width 21px */
	margin: -9px 2px 0 -2px;
}

.tease .tags, .tease .views, .tease .report, .tease .desc {
	font-size: 8pt;
}

.tease.hidden {
}

.tease.hidden h1 {
}

.tease.hidden .bubble {
	background: transparent;
  height: auto;
  opacity: 0.5;
  border-width: 1px;
  cursor: pointer;
}

.tease.hidden > .bubble:after {
	display: none;
}

.tease.hidden .img, .tease.hidden .hook, .tease.hidden .desc, .tease.hidden .info, .tease.hidden .fav {
	display: none;
}

.tease.frontpage-feature {
  width: 100% !important;
}
.tease.frontpage-feature .body {
  height: 62px;
}

.rating, .rating_not_enough {
	float: right;
	width: 60px;
	height: 13px;
	background-image: url(../gx/rating.png);
	background-position: 0px 13px;
	margin: 2px 1px 0 0;
	font-size: 0;
}

.rating_not_enough {
	background-image: url(../gx/rating_not_enough.gif);
}

.rating .score {
	height: 13px;
	background-image: url(../gx/rating.png);
}


.rating_text {
	height: 13px;
	font-weight: bold;
}

.loading {
	margin: 1px 4px 0 0;
	background-image: url(../gx/a_idle.gif);
}

.loading img {
	display: block;
	visibility: hidden;
}

.fav {
	clear: right;
	float: right;
	width: 16px;
	height: 16px;
	background-image: url(../gx/fav.png);
	margin-right: 5px;
	margin-top: 5px;
}

.isfav {
	background-position: 0 32px !important;
}

.fav:hover {
	background-position: 0 16px;
}

.fav span {
	display: none;
}
