/****header dropdown****/
/* got from the 'fragment-portal-style.css' file */

 
.portal-fragment .portal-select {
 color: #6b6f7b;
 border: none;
 background: url("https://jayisgames.com/games/images/select-tile.jpg") repeat-x;
 height: 23px;
 font-weight: bold;
 line-height: 24px;
 padding: 2px;
 position: absolute;
 top: 8px;
 right: 7px;
 
 }


/********Hide elements *************/

 .rating_header, .tags{display: none;}
.action-arcade, .platformer, .rpg-strategy{background: none;}/******need to hide all tags here*******/



/*********/

#alpha{ font: 14px Verdana, Arial, san-serif;}

.asset-content{

 background: #F7F7F7 url("/games/images/cat-round-shadow.png") center top no-repeat; 
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 0px;
 padding-top: 12px;
 width: 500px;

}


.entrytitle h1{
font-size: 18px; 
line-height:  18px; 
margin-bottom: 8px;
width: 364px;
}

.entrytitle h1 a{font-weight: normal;}

.entryheader {
background: url("/games/images/vert-divider-large.png") no-repeat left top;
border: none; 
margin-top: 0px;
margin-left: 120px;  
width: inherit;
 overflow: visible;
 padding-top: 0px;
 padding-left: 15px;
 padding-bottom: 0px;}
 
 .rating_bar {   
    margin: -9px 0 0 0; /*dependent on the br clear in place*/
    
}

.rating_text {
    margin: -9px 0 0 3px; /*dependent on the br clear in place*/
   
}

.blogbody{
background: url("/games/images/vert-divider-large.png") no-repeat left -60px;
font-size: 12px; 
float: right; 
position: relative;
line-height: 16px;
margin-top: -3px;
padding-left: 15px;
width: 365px;

}

 .blogbody a.thumb {
background: url("/games/images/thumb-back.png") no-repeat;
display: block; 
width: 60px; 
height: 65px;
position: absolute;  
right: 439px;
top: -72px;
}

html > body .portal-fragment .leftimage, html > body .portal-fragment .leftalphaimage {
    margin: 5px;
}

.entrydate {
color: #898989;
float: none; 
font-size: small;
font-weight: normal;
font-family: Arial, san-serif;
text-transform: uppercase;
text-align: left; 
 
}

.new-rating img{ 
background: url("/games/images/vert-divider-small.png") no-repeat left center;
padding-left: 12px;
padding-top: 0px;
padding-bottom: 8px;}

.new-rating {
 background-position: right;
 height: 29px;
 bottom: 11px;
 left: -54px;
 position: absolute;
 width: 36px;
	
}

/******button********/

.entry-actions{
 width: 120px;}

.entry-actions a{margin-bottom: 4px;}

/****all action buttons*****/
.play-now, .add-fav, .read-btn, .walk-btn{

display: block;
border-radius: 12px;
border: none;
font-size: 12px;
font-weight: bold;
width: 113px; 
height: 25px;
padding: 0px;
text-align: center;
-moz-box-shadow: 0 1px 1px #6C6C6C;
-webkit-box-shadow: 0 1px 1px #6C6C6C;
box-shadow: 0 1px 1px #6C6C6C;
text-decoration: none;
	
background: #F09A10; /* old browsers */

background: -moz-linear-gradient(top, #F5B717 0%, #F58D36 100%);  /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5B717 ), color-stop(100%,#F58D36)); /* webkit */
 
}
/***play now button******/

.play-now{
background: #F09A10; 
}

.play-now:link, .play-now:visited{
color: #fff;
text-decoration: none;
}

.play-now:hover, .play-now:active {

background: #F58D36; /* old browsers */
 
background: -moz-linear-gradient(top, #F58D36 0%, #F5B717 100%);  /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F58D36 ), color-stop(100%,#F5B717)); /* webkit */


-moz-box-shadow: 0 1px 1px #6C6C6C;
-webkit-box-shadow: 0 1px 1px #6C6C6C;
box-shadow: 0 1px 1px #6C6C6C;

}
/*****inner button area *******/
 .inner-border-btn{
 
 border: 1px solid #FFD484; 
 border-radius: 10px 10px 10px 10px; 
 display: inline-block; 
 padding-left: 9px;
 width: 96px;
 height: 17px; 
 line-height: 14px; 
 margin-top: 3px;
 text-transform: lowercase;

 background:url("/games/images/play-btn-arrow.png") no-repeat left bottom;

 background:url("/games/images/play-btn-arrow.png") no-repeat left bottom, -moz-radial-gradient(56% 81% 0deg,ellipse farthest-side, rgba(249, 210, 132, 1), rgba(244, 172, 26, 0.1) );
 
 background: url("/games/images/play-btn-arrow.png") no-repeat left bottom, -webkit-radial-gradient(56% 81%, ellipse farthest-side, rgba(249, 210, 132, 1), rgba(244, 172, 26, 0.1)); 


-moz-box-shadow: inset 0px -1px #DB8127, 0px -1px #F0961D;
-webkit-box-shadow: inset 0px -1px #DB8127, 0px -1px #F0961D;
box-shadow: inset 0px -1px #DB8127, 0px -1px #F0961D;

 }
 
 .play-now .inner-border-btn{
 
  padding-left: 8px;
  padding-right: 14px;
  text-align: right;
  width: 83px;
 
 }
 
 .play-now:hover .inner-border-btn{ 
 
 -moz-box-shadow: inset 0px -1px #F0961D, 0px -1px #DB8127;
 -webkit-box-shadow: inset 0px -1px #F0961D, 0px -1px #DB8127;
box-shadow: inset 0px -1px #F0961D, 0px -1px #DB8127;
}


/****walkthrough button*****/

.walk-btn{

color: #c6d8ec;
font-size: 11px;
font-weight: normal;

background: #4472A4; /*older browsers and ie9*/

background: -moz-linear-gradient(top, #598bc0 0%, #0d3662 100%);  /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#598bc0), color-stop(100%,#0d3662)); /* webkit */

}

.walk-btn:link, .walk-btn:visited{
color: #c6d8ec;
text-decoration: none;
}

.walk-btn:hover, .walk-btn:active{

background: #1F4B79;

background: -moz-linear-gradient(top, #0d3662 0%, #598bc0 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d3662 ), color-stop(100%,#598bc0)); /* webkit */

}


.walk-btn  .inner-border-btn{

border: 1px solid #5982AE;

background:url("/games/images/walk-btn-steps.png") no-repeat left bottom; /*for ie 9*/

background:url("/games/images/walk-btn-steps.png") no-repeat left bottom, -moz-radial-gradient(56% 81% 0deg,ellipse farthest-side, rgba(102, 145, 192, 1), rgba(81, 130, 183, 0.1) );
 
background: url("/games/images/walk-btn-steps.png") no-repeat left bottom, -webkit-radial-gradient(56% 81%, ellipse farthest-side, rgba(102, 145, 192, 1), rgba(81, 130, 183, 0.1)); 
 
 -moz-box-shadow: inset 0px -1px #133057, 0px -1px #3c6595;
-webkit-box-shadow: inset 0px -1px #133057, 0px -1px #3c6595;
box-shadow: inset 0px -1px #133057, 0px -1px #3c6595;

padding-left: 20px;
padding-right: 5px;
text-align: right;
width: 78px;

}

.walk-btn:hover .inner-border-btn{

 -moz-box-shadow: inset 0px -1px #3c6595, 0px -1px #133057;
-webkit-box-shadow: inset 0px -1px #3c6595, 0px -1px #133057;
box-shadow: inset 0px -1px #3c6595, 0px -1px #133057;
 
 
 }

/****add to fav and read review buttons shared****/

.add-fav, .read-btn{
color: #063466;
font-size: 11px;
font-weight: normal;

background-color: #C7C7C7;

background: -moz-linear-gradient(top, #EAEAEA 0%, #9d9d9d 100%);  /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA ), color-stop(100%,#9d9d9d)); /* webkit */

}

.add-fav:link, .add-fav:visited,
.read-btn:link, .read-btn:visited
{
color: #063466;
text-decoration: none;

}

.add-fav:hover, .add-fav:active,
.read-btn:hover, .read-btn:active
{
background-color: #B1B1B1;

background: -moz-linear-gradient(top, #9d9d9d 0%, #e8e8e8 100%); 

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d9d9d ), color-stop(100%,#e8e8e8)); /* webkit */


}

.add-fav  .inner-border-btn, .read-btn  .inner-border-btn{

border: 1px solid #DFDFDF;

 -moz-box-shadow: inset 0px -1px #979797, 0px -1px #D2D2D2;
-webkit-box-shadow: inset 0px -1px #979797, 0px -1px #D2D2D2;
box-shadow: inset 0px -1px #979797, 0px -1px #D2D2D2;

}

/*****add to favorites button*******/


.add-fav .inner-border-btn{
background:url("/games/images/fav-btn-heart.png") no-repeat left bottom;

background:url("/games/images/fav-btn-heart.png") no-repeat left bottom, -moz-radial-gradient(56% 81% 0deg,ellipse farthest-side, rgba(219, 217, 220, 1), rgba(217, 217, 217, 0.1));
 
background: url("/games/images/fav-btn-heart.png") no-repeat left bottom, -webkit-radial-gradient(56% 81%, ellipse farthest-side, rgba(219, 217, 220, 1), rgba(217, 217, 217, 0.1)); 
 
padding-left: 2px;
padding-right: 18px;
text-align: right;
width: 85px;
}

/*******read review button*********/

.read-btn .inner-border-btn{
background:url("/games/images/rvw-btn-page.png") no-repeat left bottom;

 background:url("/games/images/rvw-btn-page.png") no-repeat left bottom, -moz-radial-gradient(56% 81% 0deg,ellipse farthest-side, rgba(219, 219, 219, 1), rgba(217, 217, 217, 0.1) );
 
 background: url("/games/images/rvw-btn-page.png") no-repeat left bottom, -webkit-radial-gradient(56% 81%, ellipse farthest-side, rgba(219, 217, 220, 1), rgba(217, 217, 217, 0.1)); 
 
 padding-right: 10px;
 text-align: right;
 width: 86px;
}

.add-fav:hover .inner-border-btn, .read-btn:hover  .inner-border-btn{

 -moz-box-shadow: inset 0px -1px #d2d2d2, 0px -1px #979797;
-webkit-box-shadow: inset 0px -1px #d2d2d2, 0px -1px #979797;
box-shadow: inset 0px -1px #d2d2d2, 0px -1px #979797;

}



/***********end buttons********/


.horz-divider{
border-top: 1px solid #dcdbdb;
border-bottom: 1px solid #ececec;
margin-top: 10px;
 margin-bottom: 10px;
 padding-top: 1px;
 color: #fff;
 background-color: #fff;
 height: 0px;
}


/****tag style headers******/

 h1.asset-name{
letter-spacing: .5px;
position: absolute;
color: #f5bb1c;
 font-size: 25px; 
 line-height: 80px;
 background: url("/games/images/tag-action-shadow.png") no-repeat left top;
 font-weight: bold;
 top: -22px;
 text-shadow: 
 0px -1px 0 #F9EA31, 
 -1px 0 #032344, 
 0 1px #966B00,
 1px 0 #032344, 
 0px 1px 0px #144375, 
 0px -3px 11px #000;
 padding-left: 66px;
    
 }

 .asset-header{

  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 25px;
 margin-bottom: 0px;
 height: 39px;
position: relative;
border-bottom: 1px solid #fff;

/* fallback */ 
background: #063466 url("/games/images/header-fallback.jpg") no-repeat;

 /* Firefox 3.6+ */ 
 background: -moz-radial-gradient(25% 40%, circle closest-corner, #5889bf, #063466); 
 /* Safari 4-5, Chrome 1-9 */ 
 background: -webkit-gradient(radial, 25% 40%, 0, 25% 40%, 120,  from(#5889bf), to(#063466));
 /* Safari 5.1+, Chrome 10+ */
 background: -webkit-radial-gradient(25% 40%, circle closest-corner, #5889bf, #063466); 

 /*top border*/
 -webkit-box-shadow: inset 0px 1px 0px #94bae3;
-moz-box-shadow: inset 0px 1px 0px #94bae3;
box-shadow: inset 0px 1px 0px #94bae3; 
 }

 .asset-header span{display: none;}
 
 /****asset header styles for all tags********/
 
.featured-game h1{ 
 
  background: url("/games/images/tag-featured-shadow.png") no-repeat 8px top;
  color: #f5bb1c;
 font-size: 25px; 
 font-weight: bold;
 letter-spacing: .5px;
 line-height: 80px;
 position: absolute;
 top: -22px;
 text-shadow: 
 0px -1px 0 #F9EA31, 
 -1px 0 #032344, 
 0 1px #966B00,
 1px 0 #032344, 
 0px 1px 0px #144375, 
 0px -3px 11px #000;
 padding-left: 66px;
 
 
 }


.new-game h1{ background: url("/games/images/tag-new-shadow.png") no-repeat 8px top;}
.popular h1{ background: url("/games/images/tag-popular-shadow.png") no-repeat 8px top;
 padding-left: 58px;
 }
 
  .action_portal h1{ 
 background: url("/games/images/tag-action-shadow.png") no-repeat 7px 1px;
 color: #f59331;
 padding-left: 58px;
 text-shadow: 
 0px -1px 0 #fac02b,
 -1px 0 #032344, 
 0 1px #c15f22,
 1px 0 #032344,
 0px 1px 0px #144375,
 0px -3px 11px #000;
 
 }
 
.adventure_portal h1{ 
 background: url("/games/images/tag-adventure-shadow.png") no-repeat 5px top;
 color: #f0529c; 
 padding-left: 58px;
 text-shadow: 
 0px -1px 0 #ffa0c2, 
 -1px 0 #032344, 
 0 1px #910a4b,
 1px 0 #032344, 
 0px 1px 0px #144375,
 0px -3px 11px #000; 
}
	  
.platform_portal  h1{ 
 background: url("/games/images/tag-platform-shadow.png") no-repeat 7px top;
 color: #a0c842; 
 padding-left: 64px;
 text-shadow: 
 0px -1px 0 #ccf455, 
 -1px 0 #032344, 
 0 1px #006738,
 1px 0 #032344, 
 0px 1px 0px #144375, 
 0px -3px 11px #000;
 }
  
 
 .pointclick_portal  h1{
 background: url("/games/images/tag-pointclick-shadow.png") no-repeat 10px 4px;
 color: #f2d223; 
 padding-left: 59px;
 text-shadow: 
 0px -1px 0 #fff663, 
 -1px 0 #032344, 
  0 1px #866201,
 1px 0 #032344, 
0px 1px 0px #144375, 
0px -3px 11px #000;
   }
 
 
.puzzle_portal  h1{ 
 background: url("/games/images/tag-puzzle-shadow.png") no-repeat 4px 2px;
 color: #f56750; 
 text-shadow: 
 0px -1px 0 #ffb59b, 
 -1px 0 #032344, 
  0 1px #c5291d,
  1px 0 #032344, 
  0px 1px 0px #144375, 
  0px -3px 11px #000;
 
 }
 
.strategy_portal  h1{ 
  background: url("/games/images/tag-strategy-shadow.png") no-repeat 6px 9px;
  color: #a0c842; 
  padding-left: 68px;
  text-shadow: 
  0px -1px 0 #ccf455, 
   -1px 0 #032344, 
   0 1px #006738,
   1px 0 #032344, 
   0px 1px 0px #144375, 
	0px -3px 11px #000;
  
  }
 
 
 
 /******header dropdown********/
 
  select{
 color: #6b6f7b;
 border: none;
 background: url("/games/images/select-tile.jpg") repeat-x;
 height: 23px;
 font-weight: bold;
 line-height: 24px;
 padding: 2px;
 position: absolute;
 top: 8px;
 right: 7px;
 }