@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Arial, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}

body {
	background: #000 url(/images/core/pspbg.jpg) no-repeat 50% 0;
	color: #f5f5f5;
	text-align: center;
	font-family: Arial, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 87.5%;
	line-height: 140%;
}

#wrapper {
	margin: 0 auto;
	width: 840px;
	text-align: left;
}

body.wide #wrapper { width: 1020px; }

/* Head
*************************************************/

#head {
	position: relative;
	height: 170px;
}

#head h1 {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	width: 540px;
	height: 70px;
}

#galileoDesign {
	position: absolute;
	top: 60px;
	left: 700px;
	z-index: 10;
	width: 140px;
	height: 70px;
}

#head h1 a, #galileoDesign a {
	display: block;
	text-indent: -200em;
}

#head h1 a {
	background-position: 0 -35px;
	height: 70px;
}

#galileoDesign a {
	background-position: -320px -35px;
	height: 70px;
}

/* mainNavi
*************************************************/

#mainNavi {
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 11;
	width: 840px;
	height: 40px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#mainNavi ul {
	height: 40px;
}

#mainNavi ul li {
	position: relative;
	float: left;
	width: auto;
	height: 40px;
	margin: 0 20px 0 0;
	list-style: none;
	color: #999;
}

#mainNavi ul li a {
	display: block;
	color: #aaa;
	padding: 10px 0 0 0;
	height: 30px;
	text-decoration: none;
}

#mainNavi ul li a:hover, #mainNavi ul li a:focus {
	color: #f5f5f5;
}

#mainNavi ul li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 12px;
	width: 180px;
	height: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #999;
	border-top-color: #000;
	-webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 3px 4px #777;
}

#mainNavi ul li:hover ul {
	display: block;
	padding: 5px 0;
}

#mainNavi ul li ul li {
	float: none;
	height: auto;
	margin: 0;
}

#mainNavi ul li ul li a {
	height: auto;
	padding: 3px 10px;
	font-size: 85%;
}

/* Stage
*************************************************/

#stage {
	margin: 30px 0 20px 0;
}

#content {
	float: left;
	width: 540px;
	margin-right: 30px;
}

#sidebar {
	float: left;
	width: 270px;
}

#sky {
	display: none;
}

body.wide #sky {
	display: block;
	float: right;
	width: 160px;
	background: green;
}

/* Recommendations
*************************************************/

div.recommendations {
	border-top: 1px solid #999;
}

div.rec {
	padding: 20px 0;
	border-bottom: 1px solid #999;
}

div.rec h3 {
	background: url(/images/core/bullet.png) no-repeat 0 2px;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

div.rec h3 a {
	color: #aaa;
	text-decoration: none;
}

div.rec h3 a:hover, div.rec h3 a:focus {
	color: #69d;
}


div.recText {
	display: table-cell;
	font-size: 12px;
	line-height: 15px;
}

