body {
/*  background: #191919;*/
/*  color: #444; */  
  color: #888;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif; /* normalize font size across browsers */
}

a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
}

a:link {
/*  color: #6b8d94;*/
	color: #888;
}

a:visited {
  color: #666;
}

a:hover, a:active {
/*  background: #6b8d94;
  border-color: #6b8d94;
  color: #fff;
*/}

a:link.tool_tip, a:visited.tool_tip {
  border-bottom: 1px dotted #6b8d94;
}

a, strong, b { /* Straightens out OS X font rendering */
  line-height: 19px;
}

li {
    padding-bottom: 7px;
}

#gutter #logobar, #gutter #footer {
	color: #333;
	background-color: #ddd; 
}

#gutter #logobar {
	padding-top: 10px;
	height: 70px;
	border: 1px solid #999;
	margin-bottom: 20px;
}

#gutter #logo {
    margin-top: -3px;
}

#gutter #product {
    margin-top: 6px;
}

#gutter #product .product_name {
	font-size: 28px;
	font-weight: bold;
}

#gutter #product .product_description {
	font-weight: normal;
}

#gutter #logo img { vertical-align:text-top; }

#gutter #logobar a { color: #333;}

#gutter #logobar img { border: 0;}

#gutter #appstore {
	margin-top: 0px;
}

#gutter #footer {
	clear: both;
	height: 60px;
	/*	color of playfield is around: #57666d; */
	font-size: 0.9em;
	border-top: 1px solid #999;
	padding-top: 7px;
	text-align: right;
/*	margin-top: 100px;*/
}

#footer_wp_info
{
	text-align: left;
}

#content {
	min-height: 300px;
}

.gametitle {
	font-weight: 550;
	color: #344;
}

#navbuttons {
	text-align: center;
}

#share {
	padding-top: 4px;
	text-align: center;
}

.follow {
	padding-top: 5px;
	width: 100%;
}

#follow img {
	border: 0;
	vertical-align: top;
	margin-right: 10px;
}

.review-quote {
	font-size: 0.9em;
	font-style: italic;
	padding-left: 50px;
	font-weight: bold;
	margin-bottom: 10px;
}

.review-quote .author {
	padding-left: 10px;
	display: block;
	font-style: normal;
	font-weight: normal;
}
/******************************************/
/* jQuery lightBox plugin - Gallery style */

	#lightbox-gallery {
		/*		background-color: #444;*/
		/*		border: 1px solid #999;*/
		padding-top: 0px;
		width: 300px;
	}
	#lightbox-gallery ul { list-style: none; padding: 0; margin: 0;}
	#lightbox-gallery ul li { float: left; padding: 0 20px 0 0;}
	#lightbox-gallery ul img {
		border: 5px solid #ccc;
		border-width: 5px 5px 5px;
	}
	#lightbox-gallery ul a:hover img {
		border: 5px solid #888;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#lightbox-gallery ul a:hover { color: #fff; }
	
	#lightbox-gallery:after {
	    clear: both;
	    content: ".";
	    display: block;
	    height: 0;
	    visibility: hidden;
	}
	

/******************************************/

