/* NCFC CSS
   Written by Char, Black Squirrel, Raiizn, Stritix
   ONLY FOR USE ON NCFC
   http://nintendocfc.com
*/

@font-face 
{
	font-family: GameCube;
	src: url('GameCube.ttf');
}

html, body
{
	height: 100%;
}
body
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('images/bg-new.png');
	background-attachment: scroll;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

h1
{
	font-size:20px;
}
h2
{
	font-size:16px;
}

table
{
	border: 0;
}

a:link
{
	color: #5096f5;
	text-decoration: none;
}

a:visited
{
	color: #fff;
	text-decoration: none;
}

a:hover, a:active 
{
	color: #A6BAAE;
	text-decoration: underline;
}

#maintable
{
	min-width:1100px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	word-wrap:break-word;
	table-layout:fixed;
}
#maintable > td
{
	padding: 0;
	margin: 0;
}

#leftgrad
{
	width: 125px;
	background-image: url('images/leftgradient.png');
	background-position: right;
	background-repeat: repeat-y;
}

#rightgrad
{
	width: 125px;
	background-image: url('images/rightgradient.png');
	background-position: left;
	background-repeat: repeat-y;
}
.container,.container_roundedBottom,.box_main,.box_main_2
{
	/*background: rgb(50, 50, 50); */
	background-image: url("images/bgTransBlack.png"); 
	background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 8px;
}
.container_roundedBottom
{
	-webkit-border-radius: 0px 0px 16px 16px;
	-moz-border-radius: 0px 0px 16px 16px;
	border-radius: 0px 0px 16px 16px;
}
#head
{
	width: 100%;
	margin: auto;
}

#logo
{
	padding-right: 8px;
	margin-top: 16px;
}

#logo img
{
	position: relative;
	top: 12px;
	border:0px;
}

#logo_top
{
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 8px;
}

#logo_top > div
{
	border-radius: 16px;
	background: url("images/bgTransBlack.png"); 
	background: rgba(0, 0, 0, 0.3);
	padding: 8px 16px 8px 16px;
	white-space: nowrap;
	display: inline-block;
	box-shadow: 0 2px 8px #000;
}

#logo_top a:link, #copyright a:link, .navig a:link, 
#logo_top a:visited, #copyright a:visited, .navig a:visited
{
	color: #5096f5;
	text-decoration: none;
}

#logo_top a:active, #copyright a:active, #panel a:active, .navig a:active,
#logo_top a:hover, #copyright a:hover, #panel a:hover, .navig a:hover
{
	color: #fff;
	text-decoration: underline;
}

#logo_bottom
{
	vertical-align: bottom;
}

#logo_bottom > div
{
	height: 87px;
	max-height: 87px;
	font-size: 56px;
	font-family: GameCube, Impact, Verdana, sans-serif;
	text-transform: uppercase;
	color: black;
	border-radius: 8px;
	background: #889ca1;
	background: rgba(255, 255, 255, 0.5);
	background-image: url(theme/default/images/bgTransBlack.png);
	text-align: center;
}

#copyright
{
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	margin-bottom: 16px;
}

.padded
{
	padding: 8px 16px;
}
.center
{
	text-align: center;
}

.small
{
	font-size: 0.75em;
}
.hidden
{
	display: none;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.top
{
	vertical-align: top;
}
.middle
{
	vertical-align: middle;
}
.bottom
{
	vertical-align: bottom;
}
.horizontal_rule
{
	border-top: 1px dashed #fff;
	width: 100%;
	margin-bottom:-1em;
}


.main
{
	border-radius: 8px;
	/*background: rgb(0, 0, 0);*/
	background-image: url("images/bgTransBlack.png");
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 8px #000;
	padding-left:12px;
	padding-right:12px;
}
.main > .title, .full_title_width, .block > .title{
	margin-left:-12px;
	margin-right:-12px;
}

.padded_container
{
	padding:8px;
}
.bars
{
	background-image: url('images/logob.png');
	background-repeat: repeat-x; 
	width: 100%;
	background-position: bottom left;
	padding: 0;
	margin: 0;
}

.title,.outerContainer,.title_bottom
{
	background: #004098;
	color: #fff; /* #D3FFE4; */
}
.news_header{
	font-size:16px;
	font-family: GameCube, Impact, Verdana, sans-serif;
	padding:16px;
}
.title_text{
	font-family: GameCube, Impact, Verdana, sans-serif;
	font-size: 1.5em;
}
.title,.title_bottom{
	font-family: GameCube, Impact, Verdana, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	z-index: -1;
	padding: 8px 16px;
	text-align: left;
	padding-left:72px;
	box-shadow: 0 8px 4px -4px rgba(0,0,0,0.3);
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius:  8px 8px 0px 0px;
}
.title_bottom{
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius:  0px 0px 8px 8px;
}
.outerContainer,.box_main{
-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding:10px;
}
.box_main_2{
	-webkit-border-radius: 0px 0px 16px 16px;
	-moz-border-radius: 0px 0px 16px 16px;
	border-radius: 0px 0px 16px 16px;
	padding:10px;
}
.title:first-child
{
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.section_title
{
	background-position: left center, right center;
	background-repeat: no-repeat;
}

.section_mario
{
	background-image: url('images/games/mario.png'), url('images/games/mario.png');
}
.section_zelda
{
	background-image: url('images/games/zelda.png'), url('images/games/zelda.png');
}
.section_metroid
{
	background-image: url('images/games/metroid.png'), url('images/games/metroid.png');
}
.section_pokemon
{
	background-image: url('images/games/pokemon_fixed.png'), url('images/games/pokemon_fixed.png');
}
.section_earthbound
{
	background-image: url('images/games/earthbound.png'), url('images/games/earthbound.png');
}
.section_misc
{
	background-image: url('images/games/misc.png'), url('images/games/misc.png');
}
.section_indie
{
	background-image: url('images/games/indie.png'), url('images/games/indie.png');
	display: none;
}

.section_sonic
{
	background-image: url('images/games/sonic.png'), url('images/games/sonic.png')
}
	
.section_rom
{
	background-image: url('images/games/rom.png'), url('images/games/rom.png');
}
.section_fireemblem
{
	background-image: url('images/games/fireemblem.png'), url('images/games/fireemblem.png');
}

.designed_booth_screenshot{
	margin:1px; 
	border:4px solid #00753E;
}
.booth
{
	display: inline-table;
	border-spacing: 0;
	margin: 8px;
	vertical-align:top;
}
.booth_top
{
	border-top: 6px solid #808080;
	border-left: 6px solid #808080;
	border-right: 6px solid #808080;
	background-color: #EFEFEF;
	color: #000000;
	padding: 8px;
	text-align: center;
}
.booth_leftright,.booth_leftright_likes
{
	border-top: 6px solid #808080;
	border-left: 0;
	width: 35px;
	box-shadow: inset 0px 6px 0px rgba(0, 0, 0, 0.4);

}
.booth_likes
{
	/*border-top: 6px solid #808080;*/
	border: 2px solid #591b1b;
	border-top:none;
	border-left:none;
	border-right:4px solid #591b1b;
	background-color:#b84242; 
	color:#FFF;
	display: inline-block;
	height:30px;
	vertical-align:middle;
	width:60px;
	text-align:center; 
	font-size:9px;

}
.boothlike_text
{
	color: FFB8B8;
}
.booth_bottom
{
	border-bottom: 6px solid #808080;
	border-left: 6px solid #808080;
	border-right: 6px solid #808080;
	background-color: #EFEFEF;
	color: #000000;
	padding: 16px 12px 6px 12px;
	font-size: 12px;
	text-align: center;
	box-shadow: 0px 6px 0 0 rgba(0, 0, 0, 0.5);
}
.booth_bottom h1
{
	text-align: center;
	color: #006600;
	margin-top: -16px;
	margin-bottom: 0px;
	font-size: 14px;
}
.booth_image
{
	margin: 4px;
	padding: 0;
	border: 4px solid #A0A0A0;
	color: #fff;
}
.booth_image img, .booth_image
{
	width: 240px;
	height: 160px;
}
.booth_desc
{
	position: absolute;
	width: 232px;
	height: 152px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	padding: 4px;
	display: none;
	font-size: .75em;
}

.workshop
{
	background-image:url("images/bgTransBlack.png");
	/*background: rgba(255, 255,255, 255.75);*/
	color: #fff;
	padding: 4px;
	font-size: .75em;
	margin:auto;
	text-align:left;
}

.time_cell_empty,.time_cell_full,.time_cell_hover,.time_cell_selected,.time_cell_hover_negative,.time_cell_hover_full,.time_cell_selected_hover,.time_cell_selected_negative
{
	border: 1px solid #000;
	width:50px;
	height:30px;
	margin:0px;
}
.time_cell_empty{ background: #24362B; }
.time_cell_full{ background: #8F0011; }
.time_cell_selected{ background: #6DA3CF; }
.time_cell_hover{ background: #00D10E; }
.time_cell_selected_hover{ background: #51E8C2; }
.time_cell_hover_negative,.time_cell_selected_negative{ background: #E02626; }
.time_cell_hover_full{ background: #9E5555; }