html {
	padding: 0;
	margin: 0;
	color: #000;
}

a {
	color: #d40000;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Arial, Lucida Grande, SunSans-Regular, Sans-Serif;
	background: url('../img/bg.png') #0b5778 top center repeat-x;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#menu {
	background: url('../img/menubg.png') #fff;
	height: 55px;
	border-bottom: 1px solid #aaa;			
}
#menu-content {
	width: 900px;
	margin: 0 auto;
	line-height: 55px;
}

.menu-item {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-left: 32px;
}

#content {
	width: 1000px;
	margin: 16px auto 50px auto;
}

#content-title {
	line-height: 24px;
	font-size: 24px;
	color: #175e92;
	clear: both;
	width: 100%;
}

#content-title h1 {
	margin-top: 50px;
	margin-bottom: 40px;
	color: #fff;
	text-shadow: 1px 1px 0px #124d78;
	text-align: center;
	padding: 0;
}

#content-top {
	background: url('../img/pagetop.png') top center no-repeat;
	width: 1000px;
	height: 65px;
	margin-top: -65px;
}

#content-top h2 {
	padding-top: 40px;
	padding-left: 90px;
}

#content-body {
	background: url('../img/pagebg.png') top center repeat-y;
	width: 1000px;
}

#content-bottom {
	background: url('../img/pagebottom.png') bottom center no-repeat;
	width: 1000px;
	height: 40px;
	font-size: 12px; 
	font-weight: bold;
	text-align: center;
	line-height: 12px;
}

#content-showcase a:hover {
	text-decoration: none;
}

#content-body-content {
	margin: 0 50px;
	padding: 10px 40px;
}

#pupil-1 {
	position: relative;
	left: -160px;
	top: -27px;
}

#pupil-2 {
	position: relative;
	left: -85px;
	top: -27px;
}

.subheader {
	line-height: 32px;
	height: 32px;
	font-size: 16px;
	background: url('../img/menubg.png') #fff;
	font-weight: bold;
}

.content-table {
	width: 900px;
	margin-left: -40px;
	border-collapse: collapse; 
}

.content-table td {
	border: 1px solid #ccc;
}

.content-table td.subheader {
	padding-left: 40px;
}

.content-table-content {
	vertical-align: top;
}

.content-table-content td {
	border: 0;
	vertical-align: top;
	padding: 4px;
}

.content-box {
	border: 1px solid #ccc;
	margin-bottom: 32px;
}

.content-box ul {
	list-style: none;
	padding-left: 20px;
}

.content-box .subheader {
	padding-left: 16px;
}

.content-box h3 {
	font-size: 13px;
	padding-left: 32px;
}

.content-box ul li {
	padding-left: 16px;
	background: url('/media/img/list.png') left top no-repeat;
}

.post h2 {
	margin: 32px 0 0 0;
}

.post-footer {
	font-size: 11px;
}

.comments {
	padding-top: 4px;
}

.paginate {
	text-align: center;
	padding-bottom: 10px;
}

#highscore .levelname,
#highscore .playerscore,
#highscore .playerrank,
#highscore .medals,
#highscore .playerprocentage,
#highscore th {
	text-align: left;
	padding-left: 16px;
}


#highscore .levelname {
	width: 30%;
}

#highscore .playerrank {
	width: 10%;
}

#highscore .playerscore {
	width: 20%;
}

#highscore th.playerprocentage,
#highscore td.playerprocentage {
	width: 5%;
	text-align: right;
	padding-left: 0px;
	padding-right: 16px;
}

#highscore .medals {
	width: 35%;
}

#highscore th {
	
}

#highscore {
	width: 100%;
	padding: 20px 0;
	font-size: 13px;
}

#highscore td {
	padding-top: 4px;
	padding-bottom: 4px;
}

#highscore .speedmedal td {
	border-bottom: 2px dashed #ddf;
}

#highscore tr.odd {
	background-color: #eef;
}

#highscore tr.even {
	
}
