
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	min-width: 890px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
	color: #FFFFFF;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}

a
{
	color: #0066CC;
	text-decoration: underline;
}

a:visited
{
	color: #0066CC;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#top
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}




/* CONTENT ------------------------------------------------------------------ */

#page
{
	position: absolute;
	top: 50%;
	margin-top: -245px;
	height: 489px;
}

#header
{
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	padding: 0 20px 0 20px;
	height: 489px;
	background-color: #000000;
}

h1
{
	margin: 20px 0 0 0;
}

h1 img
{
	display: block;
}

#tagline
{
	margin: 11px 0 20px 0;
	font-size: 165%;
	font-family: Georgia, "Times New Roman", serif;
}

#getCubing
{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 50px 0 0 69px;
}

#getCubing a
{
	display: block;
	position: relative;
	z-index: 2;
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	line-height: 202px;
	text-indent: -9999px;
	background-image: url(../images/get_cubing.png);
	background-repeat: no-repeat;
}

#getCubing .outer
{
	position: absolute;
	left: 21px;
	top: 12px;
	z-index: 1;
	width: 161px;
	height: 161px;
	background-image: url(../images/get_cubing_outer.jpg);
	background-repeat: no-repeat;
}

#recent
{
	position: absolute;
	left: 340px;
	top: 0;
	width: 240px;
	height: 489px;
	margin: 0 0 0 290px;
	background-color: #000000;
}

h2
{
	position: relative;
	height: 13px;
	overflow: hidden;
	margin: 20px 0 0 20px;
	font-size: 100%;
	text-transform: uppercase;
}

h2 span
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

#recent h2
{
	width: 74px;
}

#recent h2 span
{
	background-image: url(../images/title_recent.gif);
}

.buttons
{
	position: absolute;
	right: 20px;
	top: 19px;
	width: 21px;
	height: 48px;
	z-index: 200;
	list-style: none;
	background-color: #000000;
}

.buttons li
{
	width: 15px;
	height: 21px;
	overflow: hidden;
	margin: 0 0 0 6px;
	background-repeat: no-repeat;
}

.buttons a
{
	display: block;
	position: relative;
	width: 15px;
	height: 21px;
	overflow: hidden;
	text-indent: -1px;
}

.buttons a span
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.buttons .off
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.buttons .up span
{
	background-image: url(../images/button_up.gif);
}

.buttons .down span
{
	background-image: url(../images/button_down.gif);
}

.scapes
{
	position: absolute;
	left: 20px;
	top: 49px;
	width: 200px;
	height: 420px;
	overflow: hidden;
	list-style: none;
}

.scapes ol
{
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
}

.scapes li
{
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 0 20px 0;
	background-color: #333333;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.scapes .label
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 198;
	width: 155px;
	padding: 0 0 0 25px;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	font-size: 90%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}

.scapes .label em
{
	position: relative;
	font-style: normal;
	color: #7F7F7F;
}

.scapes li a
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 199;
	width: 100%;
	height: 100%;
}

.more
{
	position: absolute;
	width: 92px;
	height: 39px;
	right: 0;
	bottom: -19px;
}

.more span
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
}

#popular
{
	position: absolute;
	left: 340px;
	top: 0;
	width: 240px;
	height: 489px;
	margin: 0 0 0 45px;
	background-color: #000000;
}

#popular h2
{
	width: 86px;
}

#popular h2 span
{
	background-image: url(../images/title_popular.gif);
}

.canvas
{
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}

.cube
{
	position: absolute;
	width: 9px;
	height: 10px;
	background-image: url(../images/cubes.gif);
	background-repeat: no-repeat;
}

.cubecoloursRed
{
	background-position: 0 -42px;
}

.cubecoloursOrange
{
	background-position: -100px -42px;
}

.cubecoloursYellow
{
	background-position: -200px -42px;
}

.cubecoloursLightGreen
{
	background-position: -300px -42px;
}

.cubecoloursGreen
{
	background-position: -400px -42px;
}

.cubecoloursTeal
{
	background-position: -500px -42px;
}

.cubecoloursCyan
{
	background-position: -600px -42px;
}

.cubecoloursBlue
{
	background-position: -700px -42px;
}

.cubecoloursIndigo
{
	background-position: -800px -42px;
}

.cubecoloursPurple
{
	background-position: -900px -42px;
}

.cubecoloursPink
{
	background-position: -1000px -42px;
}

.cubecoloursRose
{
	background-position: -1100px -42px;
}

.cubecoloursWhite
{
	background-position: -1200px -42px;
}

.cubecoloursBlack
{
	background-position: -1300px -42px;
}

.cubecoloursTransparent
{
	background-position: -1400px -42px;
}

.cubeErase
{
	background-position: 0 -21px;
}

.shadows
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0.35;
	filter: alpha(opacity=35);
}

.shadow
{
	position: absolute;
	width: 9px;
	height: 5px;
	background-image: url(../images/shadow_mini.gif);
	background-repeat: no-repeat;
}

.row
{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.35;
	filter: alpha(opacity=35);
}

.row .shadow
{
	width: 9px;
	height: 5px;
	background-image: url(../images/shadow_vertical_mini.gif);
}