/* Estilo destinado aos posts das páginas temas*/

.pcontent fieldset{ /* Estilo dos fieldsets*/
  padding: 10px;
  border-radius: 10px;
  color: #4f4f4f;
  border: solid #cdcdcd;
  min-width: 600px;
}
.pcontent .if{/*Estilo dos Containers dos IFrames*/
  margin: 15px auto;
  width: 560px;
  height: 315px;
}
.if iframe{ /*Estilo dos Iframe*/
  border-radius: 3%;
  box-shadow: 3px 3px 12px #222;

}
.pcontent h1{/*Alinhamento dos títulos*/
  text-align: center;
}
table{/*Estilização das Tabelas*/
  width: 100%;
}
.td1{/*Alinhamento das células*/
  text-align: left;
}
.td2{
  text-align: right;
}
hr{
  border: solid #cdcdcd 1px
}
.fonte{/*Estilização da área de fonte*/
  font-size: 22pt;
  padding: 2px;
  background: #fdfdfd;
}
a{ /* Nova estilização dos links*/
  text-decoration: none;
  color: darkcyan;
}
.img{/* Estilização da div das imagens*/
  margin: auto;
  width: 600px;
}
.img img{
  width: 600px;
  border-radius: 10px;
}
.f1{/* Modificação da cor padrão dos f1*/
  color: #444;
}

.text{/*Estilo do span text*/
  color: #444;
  font-size: 18pt;
  margin: 15px;
  font-family: 'Open Sans', sans-serif;
}
.text ul, ol {/* Centralização dos textos das listas*/
  text-align: center;
}
.text li {/* Estilo dos itens das listas dentro do span text*/
  margin-bottom: 90px;
  margin-left: 40px;
  font-size: 30pt;
}
.text li .img{
  margin-top: 30px;
}
.text td img{
  width: 100%;
}
.subtext{ /* Span com menor tamanho de fonte*/
  font-size: 18pt;
}
.game1{/*Imagem do primeiro Post da página Game*/
  background: url(../images/backs/granturismo.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.game2{/* Imagem do segundo Post da página Game*/
  background: url(../images/backs/destiny2.jpg);
  background-attachment: fixed;
}
.game3{/* Imagem do terceiro Post da página Game*/
  background: url(../images/backs/starwarsbattlefrontii.jpg);
  background-attachment: fixed;
}
.soft1{/* Imagem do primeiro Post da página Software*/
  background: url(../images/backs/droid.jpg);
  background-attachment: fixed;
  background-position: bottom;
}
.soft2{/* Imagem do segundo Post da página Software*/
  background: url(../images/backs/edit.jpeg);
  background-attachment: fixed;
  background-position: bottom;
}
.filmes1{/* Imagem do primeiro Post da página Filmes*/
  background: url(../images/backs/thor.jpg);
  background-attachment: fixed;
  background-position: top;
}
.filmes2{/* Imagem do segundo Post da página Filmes*/
  background: url(../images/backs/ww.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}
.musica1{/* Imagem do primeiro Post da página Música*/
  background: url(../images/backs/catto.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.musica2{/* Imagem do segundo Post da página Música*/
  background: url(../images/backs/ss.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.info1{/* Imagem do primeiro Post da página Info*/
  background: url(../images/backs/vrb.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.info2{
  background: url(../images/backs/micro.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.hardware1{
  background: url(../images/backs/positivo.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
