body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

a {
	color:#4C53E0;
	border: none;
}

a:focus, a:hover, a:active {
	color:#EB8518;
	text-decoration: none;
	border: none;
}
a img {
	border: none;
}

p {
	padding: 0.5em 0.5em 0.5em 0.5em;
}
table {
	border: none;
}
table.center {
	margin-left:auto;
	margin-right:auto
}

/* -- GAMES LIST STYLE ------------------------------------------------------ */
#game-list {
}
#game-list-icon {
}
.game-list-description {
	font-family: Arial, Verdana;
}
#game-list table {
	border-spacing: 0px 5px;
}
#game-list tr {
}
#game-list td {
	padding: 5px;
	border-top: 1px solid #b2d0e3;
}
.game-list-title {
	font-weight: bold;
	font-size: 15px;
}

/* -- END GAMES LIST STYLE -------------------------------------------------- */

/* -- GAME'S PAGE STYLE ----------------------------------------------------- */
#game-info {
  	/*background: #dae8f1;*/
  	background: #b2d0e3;
  	border: 1px solid #ffffff;
  	font-family: Arial, Verdana;
}
#game-name {
	font-weight: bold;
	color: #000000;
	background: #cee3f5;
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 16px;
}
#game-stats {
	border-top: 1px solid #cee3f5;
	border-bottom: 1px solid #cee3f5;
}
#game-stats .label {
  	text-align: right;
  	font-weight: bold;
}
#game-stats .value {
  	text-align: left;
}
#game-description {
  	/*background: #eeeeee;*/
  	/*background: #b2d0e3;*/
  	  font-family: Arial, Verdana;
}
/* -- END GAME'S PAGE STYLE ------------------------------------------------- */



/* -- FORMS STYLE ----------------------------------------------------------- */
label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	/* font-weight: bold; */
}

form button {
	margin-left: 7em;
	border: 1px solid #781351;
	padding: 2px;
}
form button:hover {
	background: #feac03;
}
input, textarea, select {
	border: 1px solid #92b0e3;
	padding: 1px;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #feac03;
}
form p {
	background: #dae8f1;
	margin: 1px;
	padding: 2px;
}
/* -- END FORMS STYLE ------------------------------------------------------- */

/* -- BLOG STYLE ------------------------------------------------------------ */
#blog-content .post {
	border-top: 1px solid #ffffff;
	margin: 2px 0px 20px;
	font-size: 13px;
	font-family: Arial, Verdana;
}
#blog-content .postmetadata {
	font-size: 10px;
	font-weight: bold;
}
#blog-content h2 {
	background: #b2d0e3;
	padding: 2px;
}
#blog-content small {
	padding: 4px;
  	display: block;
  	border-bottom: 1px solid #cee3f5;
}
#blog-sidebar {
  	/*background: #dae8f1;*/
  	background: #b2d0e3;
  	border: 1px solid #ffffff;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	
/*
#game-name {
	font-weight: bold;
	color: #000000;
	background: #cee3f5;
	font-family: Helvetica, Tahoma, Verdana;
	font-size: 16px;
}
#game-stats {
	border-top: 1px solid #cee3f5;
	border-bottom: 1px solid #cee3f5;
}
#game-stats .label {
  	text-align: right;
  	font-weight: bold;
}
#game-stats .value {
  	text-align: left;
}
#game-description {
}
*/
/* -- END BLOG STYLE -------------------------------------------------------- */

.social-text
{
	font-size: 16px;
	font-weight: bold;
}


#itunesframe {
	background: #ffffff;
	border: 1px solid #EB8518;
}

/* Clearfix */
/*
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}
*/
/* Firefox Scrollbar Hack - Do not remove */
/*
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
*/
