/* CSS Document */

/* This is the background color for the page */
body 
{
	background: #fafafa url("../images/bg.png");
	font: normal normal 11px Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
}

form {
padding: 5px;
}

a, a:link, a:active, a:visited
{
	color: #1282FF;
}

a:hover
{
	color: #004796;
}

#wrapper
{
	margin: 0px auto 20px auto;
	width: 768px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
}

#header {
	position: relative;
	margin:0;
}

#header h1 a{
	text-indent: -9999px;
	display: block;
	width: 768px;
	height: 137px;
	margin: 0;
	padding: 0;
	border: 0;
background: #fff url("/images/fastgamerhc3.jpg") top left no-repeat;
}
#header h1  {
	padding:0;
	margin:0;
}



#leftMenu
{
	width: 175px;
	float:left;
	margin-right: 10px;
}

	#leftMenu dl
	{
		margin: 1em 0;
	}
	
		#leftMenu dl dt
		{
			font-weight: bold;
			padding: 5px;
			background: #FF6633;
			color: #663300;
			margin-bottom: 1em;
			font-size:12px;
		}
		
		#leftMenu dl dd
		{
			margin: 0;
			padding: 2px 5px 2px 7px;
		}

		
#footer
{
	text-align: center;
	clear: both;
	font-weight: bold;
	padding: 10px;
}

/* This is the font used in the footer */
.footerText {
	font-weight: bold;
}

/* This is the font used on all the text displayed that doesn't deal with the games
In other words, account confirmation, thank you messages, etc. */
.defaultFont {

	font-size: 12px;
}


/* This is the font for the name of the game when browsing
or viewing the listing of games in a category */
.gamename {

	font-weight: bold;
	font-size: 12px;
}

/* This is the font for the number of times a game has been played when browsing
or viewing the listing of games in a category */
.timesplayed {

	font-size: 10px;
}

/* This is the font used for the game names in the Top Games box */
.topgames {

	font-size: 11px;
}

/* This is the font used for the game names in the Newest Games box */
.newestgames {

	font-size: 11px;
}

/* This is the font used for the game names in the Top Players box */
.topplayers {

	font-size: 11px;
}


/* This is the font for the main menu */
.mainMenu {

	font-size: 12px;
}

.mainText {

	font-size: 12px;
}

/* This is the font for the description of the game when browsing
or viewing the listing of games in a category */
.gamedesc {font-size: 12px;}


/* This is the font userd on all the category titles */
.categorytitle {
	font-size: 12px;

	color: #FFFFFF;
	font-weight: bold;
}

/* This is the font the page numbers when they appear while browsing */
.stylePageNumbers {
          font-size: 10px; }
          
/* This is the font for the name of the game when playing the game */
.playGameName {
          font-size: 14px; 
          font-weight: bold;}

/* This is the font for the tell-a-friend link when displayed while playing a game */
.GameTellAFriend {
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the make this game my favorite link when displayed while playing a game */
.gameMakeFavorite {
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the description of the game when playing the game */
.playGameDesc {
          font-size: 14px;}
          
/* This is the font for the instructions of the game when playing the game */
.playGameInstructions {
          font-size: 14px;}

/* This is the font for the rate game link when playing the game */
.playGameRate {
          font-size: 14px;}

/* This is the font for the last 5 games played title listing on a user's profile */
.profileLastGamesTitle {
          font-size: 12px;
          font-weight: bold;}
          
/* This is the font for the last 5 games played listing on a user's profile */
.profileLastGames {
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the favorite title listing on a user's profile */ 
.profileFavoriteGameTitle {
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the favorite game listing on a user's profile */
.profileFavoriteGame {
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the text of the user's profile */
.profileText {

	font-size: 12px;
}

/* This is the font used when a user is editing their profile */
.editProfile {
          font-size: 12px;}

/* This is the font used when displaying links on the links page */
.linkText {
          font-size: 12px;}

/* This is the font used when displaying comments underneath the games */ 
.commentuserbox {

	font-size: 12px;
  }

/* This is the font used in the login box */ 
.login {

	font-size: 10px;
}

/* This is the small font used when a user is registering */ 
.registersmall {

	font-size: 10px;
}

/* This is the font used on the registration form for asking username, email address, etc. */ 
.registrationForm {

	font-size: 12px;
}

/* This is the font used for the statistics box */ 
.statistics {

	font-size: 10px;
}

/* This is the font used for the top links box */ 
.toplinks {

	font-size: 12px;
}

/* This is the font used on the link trade / trade submission form */ 
.linktradeform {

	font-size: 12px;
}

.welcome {
	font-size: 12px;
	font-weight: bold;
}

.privatemessageheader {

	font-size: 12px;
}
.messagecellheaders {

	font-size: 10px;
}
.messagesubject {font-size: 13px; }
.messagefrom {font-size: 10px; font-weight: bold; }
.messagesummary {font-size: 11px; }
.messagedate {font-size: 12px; }

