
body
{
	background: #CCC url('/images/bga_64px.png') repeat;
	background-size: 256px 256px;
	image-rendering: pixelated;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 2vw 0;
}

body_light
{
	background-color: #CCC;
}

body_dark
{
	background-color: #222;
}

a
{
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

h1
{
	margin: 0 8px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}

h2
{
	margin: 0;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}

h3
{
	margin: 0;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}

form
{
	margin: 8px;
}

button
{
	border-width: 0px;
	border-radius: 3px;
	border-left: white 1px solid;
	border-top: white 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	/*margin: 2px 5px;
	padding: 3px 5px;*/
	
	background: #08E url('/images/glass_gradient_clear_32.png') repeat;
	height: 32px;
	color: #FFF;
	text-shadow: 1px 1px #888;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding: 0 8px;
}

button:hover
{
	background-color: #0AF;
}

button:active
{
	background-color: #07D;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: white 1px solid;
	border-bottom: white 1px solid;
}

textarea
{
	width: 98%;
	max-width: 98%;
}

input[type=text], input[type=password], input[type=search], textarea, select
{
	float: right;
	display: inline-block;
}

progress
{
	accent-color: #5E5;
	appearance: none;
	background-color: #EEE;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
	border-radius: 3px;
	border: none;
	width: 256px;
	height: 16px;
}

progress::-webkit-progress-bar
{
	background: #5A5 url('/images/glass_gradient_16.png') repeat;
	border-radius: 3px;
	color: #5E5;
}
progress::-moz-progress-bar
{
	background: #5A5 url('/images/glass_gradient.png') repeat;
	border-radius: 3px;
	color: #5E5;
}

.container
{
	background-color: rgb(153, 153, 153);
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	margin: 0 auto;
	padding: 0;
	min-width: 512px;
	max-width: 1024px;
	border-radius: 3px;
}

.container_light
{
	background-color: rgb(153, 153, 153);
	background-color: rgba(255, 255, 255, 0.5);
}

.container_dark
{
	background-color: rgb(111, 111, 111);
	background-color: rgba(186, 186, 186, 0.35);
}

.box
{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 512px;
	#background-color: rgba(0, 0, 0, 0.1);
}

.box_content
{
	margin: 8px;
	text-align: left;
}

.box_post
{
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 496px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.box_post_light
{
	background-color: rgba(255, 255, 255, 0.65);
}

.box_post_dark
{
	background-color: rgba(200, 200, 200, 0.65);
}

.post_bar
{
	background-color: rgba(0, 86, 156, 0.65);
	color: #FFF;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.1);
	border-radius: 2px 2px 0 0;
	padding: 3px;
	height: 25px;
}

.post_type
{
	background: #555 url('/images/bg_wall.jpg') no-repeat;
	width: 496px;
	height: 283px;
}

.post_type_text
{
	color: #FFF;
	font-size: 320%;
	font-weight: bold;
	text-align: center;
	line-height: 128px;
	text-shadow: 0 0 3px #FFF;
}

.post_type_text::after
{
	content: attr(title);
	transform: scaleY(-0.35);
	text-shadow: 0 0 8px #888;
	display: block;
	color: rgba(0, 0, 0, 0);
	font-size: 125%;
}

.post_body
{
	padding: 8px 8px 0px 8px;
	text-align: left;
	overflow: auto;
}

.post_body_summary
{
	font-size: 85%;
	max-height: 124px;
	margin: 16px 0;
	overflow: hidden;
}

.post_content
{
	text-align: justify;
	overflow: hidden;
	margin-top: 8px;
	padding: 8px;
}

.post_info
{
	font-size: 0.8em;
	display: flex;
	margin: 8px 0;
}

.post_info_item
{
	margin: auto;
	padding: 0 8px;
}

.post_screenshot_bar
{
	display: flex;
	margin-top: 8px;
}

.post_screenshot
{
	margin: auto;
}

.post_footer
{
	margin: 5px;
	padding: 0 5px;
	height: 22px;
}

.post_link
{
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;s
	margin: 3px;
}

.post_link ul
{
	list-style:	none;
	display: none;
	position: absolute;
	margin: 0;
	padding: 8px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 2 2px 2px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	z-index: 1;
}

.post_link ul li
{
	padding: 3px 16px;
	font-size: 128%;
}

.post_link ul li:hover
{
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

.post_link:hover ul
{
	display: block;
}

.post_link ul li a
{
	text-decoration: none;
}

.page_button
{
	background-color: rgba(255, 255, 255, 0.4);
	display: inline-block;
	border-radius: 2px;
	margin: 0 8px;
	padding: 8px 8px;
}

.post_comments
{
	text-align: left;
	padding: 0 8px;
}

.post_comment
{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	margin: 3px;
	padding: 3px;
}

#post_comments_new
{
	margin-bottom: 8px;
}

.comment_body
{
	margin: 12px;
	margin-top: 10px;
	text-align: justify;
	max-height: 256px;
	overflow: hidden;
}

.post_optional
{
	border: 1px rgba(0, 0, 0, 0.3) solid;
	border-radius: 2px;
	padding: 8px 16px;
	margin: 8px;
}

.points_button
{
	float: left;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 2px;
	padding: 2px 5px;
	margin: 1px;
}

.card_layout_icon
{
	display: inline-block;
}

.menu
{
	display: flex;
	padding: 2px;
	margin: 8px auto;
	background-color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
	font-size: 128%;
}

.menu_light
{
	background-color: rgba(255, 255, 255, 0.75);
}

.menu_dark
{
	background-color: rgba(255, 255, 255, 0.35);
}

.menu_item
{
	margin: auto;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	position: relative;
	display: inline-block;
	padding: 0 5px;
	border-radius: 2px;
}

.menu_item:hover
{
	background-color: #CCC;
	background-color: rgba(0, 0, 0, 0.2);
}

.menu_icon_mode
{
	width: 16px;
	height: 16px;
	background-image: url('/images/icon_lightMode_16px.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	user-select: none;
}

.menu_item ul
{
	list-style:	none;
	display: none;
	width: 174px;
	position: absolute;
	margin: 0;
	padding: 8px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 2 2px 2px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	z-index: 1;
}

.menu_item:hover ul
{
	display: block;
}

ul .menu_item
{
	font-size: 100%;
	width: 100%;
	padding: 3px 0;
}

.hidden_select:checked .hidden_selected
{
	display: block;
}

.hidden_selected
{
	display: none;
	float: none;
}

#overlay {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(8px);
	background-color: #000;
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
}

.button_32
{
	background: #69D url('/images/glass_gradient_clear_32.png') repeat;
	height: 32px;
	border-radius: 3px;
	color: #FFF;
	text-shadow: 1px 1px #888;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding: 0 8px;
	line-height: 32px;
}

.button_16
{
	background: #5A5 url('/images/glass_gradient_16.png') repeat;
	height: 16px;
	border-radius: 1px;
	color: #FFF;
	text-shadow: 1px 1px #888;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding: 0 8px;
	line-height: 16px;
}

.store_preview_row
{
	background-color: #CCC;
	width: 100%;
	padding: 5px;
}

.store_preview_row:nth-of-type(even)
{
	background-color: #DDD;
}

.form_container {
	background-color: rgba(255, 255, 255, 0.75);
	margin: 10% auto;
	padding: 8px;
	border-radius: 2px;
	text-align: left;
	display: inline-block;
	width: 386px;
}

.comment
{
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 2px;
	text-align: left;
	margin: 8px;
	padding: 8px;
}

.form_close {
	float: right;
	padding: 3px 7px;
	font-weight: bold;
	background-color: White;
	border-radius: 3px;
	user-select: none;
	cursor: pointer;
}

.field_block
{
	display: inline-block;
	width: 100%;
	margin: 8px 0;
}

.indent
{
	display: inline-block;
	margin-left: 16px;
}

@media only screen and (min-width: 1536px)
{
	.container { max-width: 1536px; }
}

@media only screen and (max-width: 1023px)
{
	.container { max-width: 512px; }
}

