﻿.root h1, .root h2
{
    color: #444;
}

h1.big
{
	margin: 20px;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 2px;
}

h1.title
{
	text-decoration: underline;
}

.root #header2
{
	width: 557px;
	height: 160px;
	float: right;
}

.root #header2 h1
{
	
}

.root img
{
	-ms-interpolation-mode: bicubic;
}

.root .sshot
{
	width: 240px;
	height: 360px;
	margin: 10px;
	border: 1px solid #888;
}

.root #header
{
	width: 860px;
}

.root #header a
{
	display: block;
}

.root #menu
{
	float: right;
}

.root #menu a
{
	letter-spacing: 0px;
	font-weight: bold;
	font-size: 13px;
	height: 45px;
	
}

.root #menu ul
{
	padding-top: 21px;
}

#logo
{
	margin-top: 15px;
	background-image: url(images/TopLogo.png);
	background-repeat: no-repeat;
}

#buynow
{
	/*float: right;*/
	text-align: center;
	margin-left: -65px;
}

.index .boxA
{
	background-color: inherit;
	border: none !important;
	
}

ul.features li
{
	margin: 8px 0;
	font-size: 120%;
}

p.features 
{
	font-size: 120%;
}

#header #title a
{
	color: White;
	text-decoration: none;
}


#wrapper {
	background-color: #fffcfc;
}

.pager
{
	margin: 16px 0;
	font-weight: bold;
}

.pager a
{
	text-decoration: none;
	color: gray;
	font-size: 14px;
	padding: 3px;
	margin: 1px;
	border: 1px solid gray;
}

.pager a.ends
{
	border: none;
}

.pager a.selected
{
	color:White;
	background:gray;
}

.list h4
{
	font-size: 22px;
	line-height: 24px;
	border-bottom: 1px solid black;
}

.list li
{
    list-style: none;
	font-family:"Lucida Grande",sans-serif;
	font-size: 20px;
	line-height: 40px;
}

.list ul
{
	padding-left: 20px;
}

.list img
{
	vertical-align:text-bottom;
}

.list .user
{
    font-weight: bold;
}

.list .score
{
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-weight: bold;
}

.list .date
{
	font-size: 14px;
	font-style: italic;
}

.list a
{
	text-decoration: none;
}

span.topscore
{
	
}

span.score.expert
{
}

.scores, .profile
{
	width: 540px;
	font-family:"Lucida Grande",sans-serif;
}

.scores #avatar, .profile #avatar
{
	float: left;
	margin-left: 8px;
	margin-right: 16px;
	margin-bottom: 16px;
}

.scores .user
{
	font-weight: bold;
}

.scores #summary
{
	font-size: 30px;
}


.stats li
{
    list-style: none;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 18px;
    line-height: 26px;
}

.stats li label
{
	display: block;
	float: left;
	width: 140px;
}

.scores #gamemodes
{
	margin-left: 150px;
}

.scores #gamemodes div
{
	width: 130px;
	float: left;
	padding: 8px;
	margin-right: 16px;
	border: 1px solid gray;
}


.profile #scorecount
{
	width: 128px;
	margin-right: 16px;
	text-align: center;
	font-weight: bold;
	font-family:"Lucida Grande",sans-serif;
}

.profile #scorecount strong
{
	font-size: 30px;
}

.profile #scorelist
{
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 18px;
    line-height: 26px;
	margin-left: 200px;
    
}

.profile #scorelist ul
{
	margin-top: 10px;
	padding-left: 0px;
}

.profile #scorelist li
{
    list-style: none;
    font-size: 16px;
    line-height: 26px;
}

.profile #scorelist .score
{
	background: gray;
	padding: 2px;
}
.profile #scorelist .score a
{
	text-decoration: none;
	color: White;
}

.profile #awards
{
	font-family:"Lucida Grande",sans-serif;
	font-size: 13px;
	width: 128px;
	margin: 16px 0;
}

.profile #awards ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.profile #awards li
{
	position: relative;
	width: 200px;
	height: 32px;
	padding: 0;
}

.profile #awards li span
{
	color: White;
	padding: 4px;
	background-color: gray;
}

/*
.tweets ul
{
    border-bottom: 1px solid #ccd;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tweets li
{
	font-family: "Lucida Grande", "Verdana", sans-serif
    font-size: 13px;
    color: #333;
    border: 1px solid #ccd;
    border-bottom-width: 0px;
    padding: 4px;
}

.tweets li.even
{
	background: #f1f1ff;
}

.tweets li.odd
{
	background: #fdfdff;
}*/

.tweets a
{
	font-weight: bold;
}

.tweets p
{	
	text-align: left;
}