/* Begin reset */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
  margin:0;
  padding:0;
}

#header {
  /*height: 60px;*/
  background-color: #596e7f;
}

#header h1{
  background-image: url("../imgs/tpl/main_logo.png");
  background-repeat: no-repeat;
  width: 180px;
  height: 55px;
  padding-top: 4px;
  text-indent: -1000px;
  margin-left:12px; /* left border alignment */
  /*float: left;*/
}

#link-home{
  cursor: pointer;
  width: 200px;
  height: 60px;
  display: block;
}

/* Main Layout */
#wrapper{
  width:100%;
  position: relative;
  margin: 0 auto;
}

.sidebox{
  padding: 10px;
  /*width: 120px;
  float: right*/
}

/* menu */
#menu {
  /*padding: 4px;
  float: right;
  width: 100px;*/
  display: none;
  
  background-color: #596e7f;
}

#menu li{
  margin-top: 10px 0px;
  list-style-type:none;
}

#menu li h2{
  padding: 2px;
  background-color: #2b3b48;
  font-size: 14px;
  color: #ffffff;
  margin-top: .5em;
  margin-bottom: .5em;
  padding-left: 4px;

}

#menu li ul {
  color: #fff;
  margin: 3px 0px 3px 0px;
  padding-left: 10px;
}

#menu a:link, #menu a:visited {
  color: #FFFFFF;
  text-decoration:none;
}

#menu a:hover, #menu a:active {
  text-decoration:underline;
}


#content {
  background-color: #fff;
  margin: 0 auto;
  /*padding-top: 10px;
  padding-bottom: 60px;
  padding: 10px 10px 60px;*/
  line-height: 1.6em;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}


#content-column h1 a, #content-column h2 a{
  text-decoration: none;
}

#footer {
  clear: both;
  height: 40px;
  text-align: center;
  padding-top: 30px;
}

#phone-nav{
  margin: 0;
  padding: 5px 7px;
  background-color: #000;
}
#phone-nav li{
  display: inline;
}

#phone-nav li a{
  color: #fff;
}

#phone-nav li:before {
  content: " | ";
  color: #fff;
}
/* But we don't want the separator before the first item! */
#phone-nav li:first-child:before {
  content: none;
}

#ads{
  display: none;
}

#copyright{
  margin-top: 6px;
  color: #aaa;
}


#sidebar {
  display:none;
}

#gameSideBar{
  background-color:#CCCCCC;
  font-size: 90%;
  margin-bottom: 50px;
  }

#sidebar-mobile-top  {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

#sidebar-mobile-top.sidebar {
  float: none;
  width: 100%;
  margin: 0;
  font-size: unset;
}

#sidebar-mobile-top h2 {
  font-size: large;
  border: none;
}

/* .mobile-widget-wrapper {
  margin: 0 25%;
} */

.mobile-widget-wrapper table.mobile-center {
  margin: 0 auto;
}

.mobile-center br:first-of-type {
  display: none;
}

.mobile-center td {
  text-align: center;
}

.mobile-center img {
  border: 1px solid #ddd;
  padding: 6px;
}

figure {
  margin: 0;
}

.screen-reader-text {
  display: none;
}

.smallcover{
  order-color:black; 
  float: left;
  margin-right: 10px;
  border: solid 2px #000;        
}

table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,var {
  font-style:normal;
  font-weight:normal;
}

caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
}

p {
 margin-top: 1em;
 margin-bottom: 2em;
}


q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}
/* End reset */

h1, .titles, h2.entry-title {
  font-size: large;
  font-weight: bold;
  /*font-weight: normal;*/
}

h1.entry-title, h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
}



table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  color: #2B3B48;
  text-decoration:underline;
}

a:hover {
  color: #596E7F;
  text-decoration:underline
}

.enlaces:link, .enlaces:visited {
  color: #2B3B48;
  text-decoration:underline;
}

.enlaces:hover {
  color: #596E7F;
  text-decoration:underline
}


.track {
  color: #FFFFFF;
  text-decoration:none
}

.date {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #596E7F;
  padding: 3px;
}

.blackborder {
  border: solid #000000;
}

.bordeTabla {
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #9BADBD;
  border-right-color: #9BADBD;
  border-bottom-color: #9BADBD;
  border-left-color: #9BADBD;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
}

.colorTable {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #999999;
}

.reciente img{
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
 }

/* FAQ */
.pregunta {
  font-weight: bold;
  color: #000000;
  margin-bottom:-0.5em;
}

.respuesta {
  margin-left:10px;
}




/*High Scores   */
.tiny {
  font-size:10px;
}

.tiny {
  font-size:12px;
  background-color:#596E7F;
  color:#FFFFFF;
  }

.linea {
   border: 1px solid #AAAAAA;
}

.fondo1 {
  background-color:#E9E9E9;
}
  
.fondo2 {
  background-color:#F9F9F9;
}

/*Experiments*/
.expe img{
  border-style:none;
  margin: 5px;
}

.small{
  font-size:10px;
}

.centrado{
  text-align:center;
}

.thumbfront{
  margin-top:10px;
  margin-bottom:-10px;
  max-width: 150px;
  }
  
/* Worpress */

.entry-content{
  margin-top: 20px;
  margin-bottom: 50px;
}

.entry-content h2{
  font-size: 15px;
}

.entry-content h3{
  font-size: 14px;
}

.entry-content h3 a{
  text-decoration: none;
}

/* .post-date, .post-meta{
  font-size: 10px;
} */

.post-meta{
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}


ul,ol,li, .pagenav{
  text-align:left;
}

#sidebar-container{
  width: 100%;
  float:right;
  margin-bottom: 30px;
  background-color: #fff;
  /* border-left: 1px solid #ddd; */
}

.sidebar {
  font-size: 10px;
  text-align: left;
  margin-left: 20px;
  float: left;
  width: 120px;
  
  }
  
.sidebar ul {
  padding-left: 0px;
  margin: 0px;
}
  
.sidebar li{
  list-style-position:outside;
  list-style-type:none;
  margin-left:0px;
  padding-left:0px;
  margin-bottom: 4px;
}  

.sidebar h2 {
  font-size:12px; 
  text-align:left;
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
  margin-top: 15px;
  margin-bottom: 10px;
  }



.lista li, .sidebar .page_item {
  list-style-type:circle;
  }

#searchform input{
  font-size:10px;
  }
  
.commentlist {
  padding-left:20px;
  list-style: none;
}  
  
.commentlist li {
  padding: 10px;
  margin-bottom:10px;
  /*border-style:solid;
  border-width:thin;
  border-color:#CCCCCC;*/
  }
  
.commentlist ul{
  padding-left: 10px;
}

.comment-body{
  margin-bottom : 10px;
}

.commentlist .children li{
  list-style-type: none;
}
  
#respond, #comments{
  font-size:small;
  }

#comments{
  color: #999;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.9em;
}  
  
.alt cite, .alt2 cite{

  font-weight:bold;
  }
  
#wp-calendar{
  font-size:10px;
}

#wp-calendar a{
font-weight:bold;
  
}


/* ************************ Gallery ************************* */
#picinfo table{
  border: thin solid #CCCCCC;
  font-size:10px;
  text-align:left;
  width: 500px;
  }
  
#comments{
  margin-top: 20px;
  text-align:left;
  }
  
/* ***********************  Contenido2 ******************************** */  
.contenido2{
  font-size:11px;
}

/* GAMES */
.big{
  font-family:"Arial Black"
}


/* Wordpress gallery */
.gallery-caption{
  font-size:10px;
}



#right-col{
  background-image: url(imgs/right-col.gif); 
  background-repeat: repeat-y;
  background-position: right;
}



#breadcrumbs {
  height: 22px;
  background-color: #000;
  margin-right: 7px;
}



/* #mainContent{
  float: left;
  width: 75%;
} */

#top-right-ad{
  width:468px;
  height:60px;
  background:#596E7F;
  position:absolute; 
  top:0px; 
  right:16px
}



#content-column{
  /*float:left;*/
  max-width: 750px;
  margin-bottom: 30px;
}

#content-column h2{
  font-weight: bold;
}

#content-column h3{
  margin-top: 20px;
}


/* Games */

.game {
  background-color:#F2F2F2;
  border:1px solid #A9A9A9;
  margin:10px 0 20px 0;
  padding:9px 18px 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.game h3{
  margin-top: 10px;
}

.version{
  font-weight: bold;
  font-size: 16em;
}

.changelog {
  font-size: 11px;
  margin:0;
  padding: 0;
  padding-left: 20px;
  margin-top: 6px;
}

/* Comics */

.comic{
  vertical-align: middle;
  border:1px solid #d0d9db;
  padding:9px 18px 10px; 
  background-color: white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-bottom: 10px;
}
.comic img {
  float:left;
}
.comic .description{
  margin-left:110px;
}

.comic ul{
  margin: 0;
  padding: 0;
}

.comic ul li{
  display: inline;
  padding-left: 5px;
}

.clear{
  clear:both;
}

.series{
  background-color: #eaeaea;
  background-image: url("../imgs/comic-header.gif");
  background-repeat: repeat-x;
  padding: 10px;
  padding-top: 0px;
  border-radius: 10px;
  margin-top: 20px;
}

.series h2 {
  color: white;
  padding-top: 5px;
  padding-bottom: 25px;
}

.description h2{
  padding:0;
}
.description {
  line-height: 1.5em;
}

.demo_box {
  border: #ddd 1px solid;
  margin-top: 10px;
  max-width: 600px;
}

.demo_bullet{
 display:block;
 height: 80px;
 /*width: 500px;*/
 padding: 5px;
 
 background-repeat: no-repeat;
 
  margin:1em 0;
}

.demo_bullet:hover{
 background-color: #eee;
}

.demo_bullet img {
  float: left;
}

.demo_bullet .demo-teaser-img {
  float: left;
  width: 100px;
}

.moviebox{
  float: left;
  max-width: 600px;
  border: #ddd 1px solid;
  padding: 10px;
  margin-top: 20px;
}

.moviebox a {
  display: block;
  text-decoration: none;
}

.moviebox h2 {
  margin-top: 1em;
}

/* *************************** Scores ******************************/
.scorecolumn{
  float: left;
  margin-right:30px; 
}
.scoretable{
  width: 100%;
}
.scoretable td{
  padding: 5px;
}



/* **** comic pages in wp post ********************** */
.post figure.no-border img {
  border: 0;
  padding: 0px;
}


/***** Static content *****************/
.static-content h1{
  margin-top: 20px;
}



/** Desktop */
@media screen and (min-width: 641px) {

  body {
    font-size: 14px;
  }

  figure {
    margin: 2em;
  }

  .post-date, .post-meta{
    font-size: 10px;
  }

  #wrapper {
    width: 90%;
    max-width: 940px;
    -webkit-box-shadow:  0px 0px 20px 10px rgba(0, 0, 0, .3);
    box-shadow:  0px 0px 20px 10px rgba(0, 0, 0, .3);
  }
  #header{
    height: 60px;
  }
  
  #menu {
    display: block;
  }
 

  #content {
    padding: 0px 10px 0px 10px;
  }

  #content div.static-content, #content-column {
    margin-right: 200px;
  }

  .cpg #content {
    margin-right: 0px;
  }

  #phone-nav{
   display: none;
  }
  
  #sidebar{
    display: block;
    width: 200px;
    float: right;
  }
  
  #sidebar-mobile-top {
    display: none;
  }

}

@media screen and (min-width: 735px) {
#ads{
    float:right;
    display: block;
    width: 468px;
    height: 60px;
  }
}

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

/* Ruffle loader */
#my-player-wrapper {
	position: relative;
  border: 1px solid #eee;
}

#my-player-loading {
	position: absolute;
	top: 50%;
  width: 100%;
	text-align: center;
	z-index: 1;
  /** Vertical positioning done through JS */
}

#my-player-loading img {
	display: block;
	margin: 0 auto;
}

#my-player {
	position: relative;
	z-index: 2;
}

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

.breadcrumb-list {
  margin: 10px 0;
}

.breadcrumb-list ol{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.breadcrumb-list li {
  float: left;
}

.breadcrumb-list li div{
  display: flex;
}

/* .breadcrumb-list li::before {
  content: "\00BB";
  float: left;
} */

.breadcrumb-list li a {
  display: block;
  text-align: center;
  /* padding: 14px 16px 0 0; */
  text-decoration: none;
}

.breadcrumb-guillemet {
  float: left;
  padding: 0 10px;
}

.breadcrumb-list ol li:first-child .breadcrumb-guillemet {
  display: none;
}

/* .breadcrumb-list li a:hover {
  background-color: #111;
} */