.game-screen {
  float : right;
  clear : right;
  margin-left : 10px;
  margin-bottom : 10px;
  margin-right : 10px;
}
.game-thumb {
  float : left;
  margin-right:10px;
  margin-bottom:10px;
}
.game-thumb img {
  width : 120px;
  display : none;
}
.game-index-title {
  font-size:15px;
  font-weight:bold;
}
.game-index-title a {
}


.game-link {
  background-color:#3F4647;
  border-top:1px solid #747E7F;
  font-size:16px;
  margin-top:5px;
  padding-bottom:8px;
  padding-top:4px;
  text-align:center;
  width:100%;
}


#main {
  float: left;
  width: 503px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  padding-left : 24px;
  line-height: 1.5em;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

.adsense-above-post {
  position:relative;
  left:13px;
  width:468px;
}

.adsense-below-post {
  left:16px;
  position:relative;
  width:468px;
}

.adsense-above-gamelist {
  position:relative;
  left:5px;
  width:468px;
  margin-bottom:10px;
}

#comment-editor {
  width:518px;
}

#sidebar {
  float: right;
  width: 190px;
  padding-top: 20px;
  line-height: 1.4em;
  color: #f1f1f1;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  font-size: 90%;
}

#sidebar-left {
  color:#F1F1F1;
  float:left;
  line-height:1.4em;
  overflow:hidden;
  padding:20px 0 0 0;
  width:190px;
}


#comments h4 {
  width : 483px;
}

li.popular-post-item, li.latest-post-item {
  list-style: none;
  background : none;
  padding : 0;
  overflow : hidden;
}

li.popular-post-item img, li.latest-post-item img {
  border : 1px solid #747E7F;
}

.game-icon {
  width : 32px;
  height : 32px;
  display : inline-block;
}


li.popular-post-item a.popular-post-text-link, li.latest-post-item a.latest-post-text-link {
  position : relative;
  top : -14px;
  margin-left : 4px;
}


.lightbox-overlay {
  background-color:#222222;
  height:100%;
  left:0;
  opacity:0.7;
  filter:alpha(opacity=70);
  position:absolute;
  top:0;
  width:100%;
}

.lightbox-container {
  display:block;
  height:100%;
  left:0;
  margin-bottom:auto;
  margin-left:auto;
  margin-right:auto;
  margin-top:auto;
  position:absolute;
  top:0;
  width:100%;
}

.lightbox-image {
  border:20px solid #ddd;
  margin-bottom:auto;
  margin-left:auto;
  margin-right:auto;
  margin-top:100px;
  cursor : pointer;
}

.item-title {
  white-space : nowrap;
}


#content-wrapper a:link {
  color: #7ee3a9;
}

#content-wrapper a:visited {
  color: #7ee3a9;
}

#content-wrapper a:hover {
/*  color: #7ee3a9; */
}
