/* Cascading Stylesheet for "Wii SD Card Folder Identifier!" */

@font-face {
	src: url(Arial-Rounded-MT.ttf) format("truetype");
	font-family: "Arial Rounded MT";
	font-style: normal;
}

@font-face {
	src: url(Arial-Rounded-MT-Bold.ttf) format("truetype");
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
}

body {
	margin: 0;
	padding: 0;
	background: #BDE9F9;
	color: #808080;
	font: 14px "Arial Rounded MT", Arial, sans-serif;
}

a, a:link, a:visited {
	color: #336699;
	text-decoration: none;
}

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

abbr {
	cursor: help;
}

b,
h1, h2, h3, h4
{
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-weight: bold;
}

blockquote {
	margin-top: -16px;
	margin-bottom: -16px;
}

h1, h2, h3, h4 {
	margin: 0;
}

h1 {
	font-size: 48px;
}

h1 a {
	text-decoration: none;
}

hr {
	display: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

img {
	border: none;
}

	div.img {
		margin-top: 2px;
		margin-right: 10px;
		border: 1px solid #AAAAAA;
		font-size: 10px;
	}

form,
ul, li {
	margin: 0;
	padding: 0;
}

input[type="checkbox"] {
	margin: 0 0 2px 0;
	vertical-align: middle;
}

input[type="radio"] {
	margin: 0 0 2px 0;
	vertical-align: top;
}

input[type="text"],
input[type="file"],
input[type="password"],
textarea,
select {
	padding: 2px;
	border: 1px solid #34BEED;
	background: url('bg_forms.png') transparent repeat-x top left;
	font-family: "Courier New", monospace;
}

	select {
		margin: 0 0 4px 0;
		padding: 2px 2px 2px 0;
	}

		option {
			background: #FFFFFF;
		}

.button,
input[type="reset"],
input[type="submit"] {
	margin: 4px 0 0 0;
	padding: 2px 0 2px 0;
	border: 1px solid #34BEED;
	background: #BDE9F9;
	color: #336699;
}

	.button:focus,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		border: 1px solid #34BEED;
		background: #FFFFFF;
		color: #34BEED;
	}


fieldset {
	border: 1px solid #34BEED;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	fieldset legend {
		border: 1px solid #34BEED;
		background: #34BEED;
		color: #FFFFFF;
		font-size: 12px;

		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

li {
	list-style-type: none;
}

table {
	width: 100%;
	padding: 0;
}

table, tr, td {
	margin: 0;
	border: 0;
}

td {
	padding-right: 4px;
	vertical-align: top;
}


/* TABLE EMULATION */

.table {
	display: table;
	width: 100%;
}

	.table .data {
		display: table-row;
		margin: 0;
		padding: 0;
	}

	.table .row {
		display: table-row;
		margin: 0;
		padding: 0;
	}

	.table .cell {
		display: table-cell;
		vertical-align: top;
	}

	.seperator,
	.table.data .cell {
		border-bottom: 1px #CCCCCC dotted;
	}

	.table .cell:last-child {
/*		width: 50%;*/
	}
/*
	.table .head {
		width: 100%;
	}
*/
	.table .head,
	.field_title {
		color: #34BEED;
		font-family: "Arial Rounded MT Bold", Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
/*		white-space: nowrap;*/
	}

	.table .head .cell {
		padding: 16px 0 8px 0;
	}

	.table .head .cell,
	.table.data .row:last-child .cell {
		border: none;
	}

		.head code {
			font-size: 18px;
		}


/* XHTML */

light {
	color: #AAAAAA;
}


/* CONTAINERS */

#container_page {
	margin: 0;
	padding: 0;
}

#container_header {
	padding: 12px;
/*	background: #34BEED;*/
	background: url(bg_header.png) #6BDEFF repeat-x scroll bottom;

	-moz-border-radius-bottomleft: 18px;
	-moz-border-radius-bottomright: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;

	-moz-box-shadow: 0 3px 3px #91ABB4;
	-webkit-box-shadow: 0 3px 3px #91ABB4;
	box-shadow: 0 3px 3px #91ABB4;
}

	#container_header h1,
	#container_header h1 a {
		color: #FFFFFF;

		text-shadow: #336699 3px 3px 3px;
/*		text-shadow: #336699 0 0 5px, #336699 0 0 5px, #336699 0 0 5px;*/
	}

	#container_header h1 a {
		text-decoration: none;
	}

#container_forms .cell {
	width: 50%;
}

#container_forms .cell,
#container_browse .cell {
	margin-bottom: 8px;
	display: table-cell;
/*	width: 50%;*/
}

	#container_forms .cell:first-child,
	#container_browse .cell:first-child,
	#container_footer .cell:first-child {
		text-align: left !important;
	}

	#container_forms .cell:last-child,
	#container_browse .cell:last-child,
	#container_footer .cell:last-child {
		text-align: right;
	}

#container_content {
	margin: 8px 312px 8px 8px;
}

#container_details {
	margin-bottom: 8px;
	border-bottom: 1px #CCCCCC dotted;
	width: 100%;
}

	#container_details .cell {
		width: auto !important;
	}

	#container_details .cell:first-child {
		padding: 4px 4px 4px 0;
	}

	#container_details .cell:last-child {
		padding: 4px 0 4px 4px;
		border-left: 1px #CCCCCC dotted;
	}

#container_visual {
	width: 100%;
}

	#container_visual .cell {
		width: auto !important;
		margin-bottom: -6px;
		padding-bottom: -6px;
	}

		#container_visual .cell:last-child {
			max-width: auto !important;
		}

	#container_visual .boxart {
/*		margin: 4px;*/
		margin: 0 8px 8px 0;
		padding: 4px;
		border: 1px solid #FFFFFF;
		background: #E7E7E7;
		float: left;

		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;

		-moz-box-shadow: 0 3px 3px #91ABB4;
		-webkit-box-shadow: 0 3px 3px #91ABB4;
		box-shadow: 0 3px 3px #91ABB4;
	}

	#container_visual .boxart:last-child {
		margin-right: 0;
	}
/*
	#boxart {
		margin: 0;
		padding: 4px;
		min-height: 190px;
	}

		#boxart.alt1 {
			border: 1px solid #CD9A9A;
			background: #EFDEDE;
		}

		#boxart.alt2 {
			border: 1px solid #9AB3CD;
			background: #DEE6EF;
		}
*/

#container_sidebar {
	width: 300px;
	top: 88px;
	right: 6px;
	position: absolute;
}

#container_browse {
}

	#container_browse .arrow {
		line-height: 24px;
		font-weight: bold;
		font-size: 32px;
		color: #CCCCCC;
	}

#container_footer {
	margin: -8px 268px 8px 12px;
	font-size: 12px;
}

	#container_footer a {
		color: #1F5A8C;
		text-decoration: none;
	}


/* DIVISIONS */

.div_heading {
	margin: -8px -8px 8px -8px;
	padding: 4px 4px 4px 8px;
	background: #34BEED;
/*	background: url(bg_heading.png) #34BEED repeat scroll bottom;*/
	color: #FFFFFF;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-weight: bold;

	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

	.div_heading h2,
	.div_heading h3 {
		text-shadow: #336699 2px 2px 3px;
	}

	.div_general h2 {
		font-size: 24px;

		text-shadow: #336699 2px 2px 3px;
	}

	.div_general h3 {
		font-size: 20px;
	}

	.div_general h4 {
		font-size: 16px;
	}

	.div_sidebar h2 {
		font-size: 16px;
	}

	.span_links {
		margin: -4px -4px 0 8px;
		padding: 4px 8px 4px 8px;
		background: #EFEFDE;
		color: #34BEED;
		font-size: 12px;

		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
	}

		.span_links a {
			text-decoration: none;
		}

		.span_links a:hover,
		.span_links a:active {
			color: #808080;
		}

.div_general {
	padding: 8px;
}

	.div_general hr {
		border: 1px #34BEED solid;
		display: block !important;
	}

	.div_general .release.name {
		color: #34BEED;
		text-decoration: none;
	}

	.div_general a.release.link {
		color: #CCCCCC;
		text-decoration: none;
	}

	.div_general a.release.link:hover {
		color: #999999;
		text-decoration: underline;
	}

	.div_general .tips {
		color: #CC1105;
	}

.div_sidebar {
	padding: 8px;
	font-size: 12px;
}

	.div_sidebar ul {
		display: table;
		width: 100%;
	}

	.div_sidebar li {
		display: table-row;
	}
/*
	.div_sidebar li:hover {
		background: #C1EDFB;
		color: #1F5A8C;
	}
*/
	.div_sidebar li a {
		text-decoration: none;
	}

	.div_sidebar li a:hover {
		text-decoration: underline;
	}

		.div_sidebar .link {
			display: table-cell;
			padding: 1px;
			border-top: 1px #CCCCCC dotted;
		}

		.div_sidebar .count {
			display: table-cell;
			padding: 1px;
			border-top: 1px #CCCCCC dotted;
			text-align: right;
		}

	.div_sidebar li:first-child .link,
	.div_sidebar li:first-child .count {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}

.border {
	background: #FFFFFF;
/*	border: 1px #34BEED solid;*/

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.border {
	margin-bottom: 0;
}
/*
.shadow {
	margin-bottom: 6px;
	border-bottom: 3px #91ABB4 solid;
	border-right: 3px #91ABB4 solid;
}
*/
.shadow {
	margin-bottom: 9px;
	margin-right: 3px;
	border-bottom: none;
	border-right: none;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 3px 3px 3px #91ABB4;
	-webkit-box-shadow: 3px 3px 3px #91ABB4;
	box-shadow: 3px 3px 3px #91ABB4;
}

/*
.title_query { }

	.title_query .field_title {
		padding-top: 6px;
		font-size: 18px;
		vertical-align: top;
	}

.title_info {
	margin-top: 16px;
}

	.title_info .field_row td:first-child,
	.title_info .field_title {
		width: 80px;
	}
*/
.hardware_icon {
	margin: 0 8px 8px 0;
	width: 145px;
	text-align: center;
	display: block;
	float: left;
}

a .hardware_icon:hover,
.highlight {
	background: #EFEFDE;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-weight: bold;
}

.warning {
	color: #CC1105;
}


/* FLUIDITY */

.nobr {
	white-space: nowrap;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* Apply clear to element containing floated containers */
	/* IE6 Clear */
	* html .float_clear {
		height: 1%;
	}

	/* IE7 Clear */
	.float_clear {
		min-height: 0;
	}

	/* GOOD BROWSER Clear */
	.float_clear:after {
		clear: both;
		display: block;
		content: ".";
		height: 0;
		visibility: hidden;
	}

