/*
	Theme Name: EspeGizmo
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #0B2B66;
	color: #3C3C3C;
	font-family: "Verdana", sans-serif;
	font-size: 9pt;
	}

#container {
	padding: 0 3px !important;
	*padding: 0 1px !important;
	padding: 0 1px;
	width: 1000px;
	margin:0px auto;
	}


#adlink2
{
	padding-top:20px;
	padding-bottom:10px;
	padding-left:70px;
	text-align:left;
	position:relative;
	background:#FFF;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	height:21px;
}

/* MODIFICADO */	
div#adsense
{
	position:relative;
	left:30px;
	top:20px; /*top:40px;*/
	padding:0;
	padding-bottom:7px;
	margin-bottom:7px;
	width:300px;
	
}

div#adsense h2
{
margin:0;
padding:0;
padding-bottom:20px;
width:336px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000;
text-align:left;
}

/* Estructuras principales */

.post {
	margin-bottom: 50px;
	margin-left: 5px;
	}

#wrapper {
	padding: 10px 0 0px 0;
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff /*url(images/bgwrapper.png) repeat-x top*/;
	}

#header {
	width: 990px;
	margin: 0 auto;
	border-bottom: 2px solid #014848;
	background: #3F3F3F url(images/headerbg.png);
	overflow: hidden;

	}

#content {
	float: left;
	margin-left: 0px !important;
	margin-left: 0px;	
	margin-bottom: 30px;
	padding: 8px 10px 0 15px !important;
	*padding: 20px 10px 0 15px !important;
	padding: 20px 10px 0 19px;
	text-align: left;
	/*width: 590px !important;
	*width: 590px !important;
	width: 596px;*/
    width:70%;
	background: #fff /*url(images/bgcontent.png) top no-repeat*/;
/*	border-top: 1px solid #00A4A4;*/
	overflow:hidden;
	}

div#content a:hover
{
/*	background: #EAEEF4;*/
}


#sidebar {
	float: right;
	line-height: 1.2em;
	margin-right: 5px;
	padding: 0 10px 25px 10px;
	width: 220px;
	text-align: left;
	}
	
#sidebari {
	float: left;
	line-height: 1.2em;
	margin-left: 5px;
	padding: 0 10px 25px 10px;
	width: 180px;
	text-align: left;
	}

#credits {
	border-top: 2px solid #04BBBB;
	border-bottom: 4px solid #141414;
	background: #115151;
	font-size: 9pt;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: right;
	width: 990px;
	color: #FFF;
	margin: 0 auto;
	letter-spacing: 1px;
	margin-bottom: 10px;
	clear: both;
	}


/* Configurar Estructuras */


/* Cabecera */


#redbar {
	color: #FEFEFE;
	margin: 0 auto;
	width: 990px;
	padding: 5px 0;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	}

#topheader {
	background: #141414;
	padding: 3px 0;
	text-align: right;
	border-bottom: 1px solid #04BBBB;
	margin-bottom: 7px;
	}

#megabanner {
	background: #000B66;
	padding: 0 3px !important;
	*padding: 0 1px !important;
	padding: 0 1px;
	width: 990px;
	margin:0px auto;
	margin-bottom:3px;
	text-align:center;
}

#header .left {
	float: left;
	width: 47%;
	}

#header .right {
	float: right;
	width: 50%;
	}

#header h1 {
	color: #fefefe;
	font-family: Rockwell;
	font-size: 50pt;
	margin-top: -5px;
	margin-left: 10px;
	background: transparent;
	}

#header h1 img {
	padding: 0 !important;
	padding: 5px 0;
	position: relative;
	top: 0 !important;
	top: 12px;
	margin-top: 0px !important;
	margin-top: -18px;
	}
	
#header .ad468 {
position:relative;
top:10px;
width: 468px;
height: 60px;
	}


#header .search .submit input{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 67px;
	margin-left: 3px;
	border: 1px solid #FFF;
	background: #7C3030;
	height: 28px !important;
	height: 30px;
	}

#header .search input{
	font-family: Verdana;
	color: #fff;
	margin: 5px 0;
	padding: 6px;
	width: 160px;
	border: 1px solid #fff;
	background: #7C3030;
	}


/* Contenido */


.infopost {
	background: #FBFBFB;
	padding: 6px 4px 6px 20px;
	font-family: Verdana;
	letter-spacing: .8px;
	font-size: 8pt;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	}

.datebg {
	background: transparent url(images/bgfecha.gif) no-repeat;
	width: 51px;
	height: 45px;
	font-size: 16px;
	font-family: Arial;
	float: left;
	position: relative;
	color: #B5B5B5;
	top: -15px;
	left: 0px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	padding-top: 15px;
	padding-left: 2px;
	margin-right: 10px;
	}

.datebg .dia {
	font-size: 20px;
	font-family: Tahoma;
	color: #fefefe;
	font-weight: bold;
	}

.post .icon {
	margin-right: 4px;
	}

.post a {
	text-decoration: none;
	color: #0000FF;
	}

.post a:hover {
/*	background: #F5EBEB;*/
/*color:#DD6900;*/
	text-decoration: underline;
	}

.post p {
	margin-bottom: 10px;
	}

.post p, .post ul, .post ol {
	line-height: 21px;
	}
			
.post ol, .post ul {
	margin-left: 15px;
	padding: 0;
	}

.post ul {
	list-style: square inside;
	}

.post ul li, #post ol li {
	margin: 2px 0 2px 0;
	padding: 0;
	}

.post ol {
	margin: 20px 0 15px 35px;
	}

.post ol li {
	margin: 3px 0;
	}

.post h2 {
	margin-top: 10px;
	margin-left: 30px
	}

.post table h2 {
	margin-top: 0px;
	}

/*.post h2 a{
	color: #A02626;
	border: 0;
	font-family: "Trebuchet MS";
	font-size: 15pt;
	font-weight: normal;

	font-weight: bold;
	padding: 1px 4px;
	background: transparent;
	}

.post h2 a:hover{
	text-decoration: none;
	background: #AD0101;
	background: #F5EBEB;
	color: #fefefe;
	color: #A02626;
	}*/
	
.post h2 a{
	color: #000099;
	border: 0;
	font-family: "Trebuchet MS";
	font-size: 15pt;
	font-weight: bold;
	padding: 1px 4px;
	background: transparent;
	}

.post h2 a:hover{
	text-decoration: underline;
/*	background: #B8C6DC;
	color: #009;*/
/*	color:#DD6900;*/
	}

.post small {
	font-size: 8px;
	font-family: Tahoma;
	}

.postinfo {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	text-align: left;
	margin: -15px 0 5px 0;
	padding: 7px 0;
	}
		
.feedback {
	font-family: Verdana;
	letter-spacing: .8px;
	font-size: 8pt;
	text-align: left;
	margin: 20px 0;
	padding: 7px;
	border-bottom: 1px solid #ebebeb;
	background: #fbfbfb;
	line-height: 20px;
	}

.postrel {
    clear:both;
	font-family: Verdana;
	letter-spacing: .5px;
	font-size: 8pt;
	text-align: left;
	margin: 35px 0 20px 0;
	padding: 7px;
	border-bottom: 1px solid #ebebeb;
	background: #fbfbfb;
	line-height: 20px;
	}

.postrel li {
	line-height: 18px;
	padding: 4px 0 4px 10px;
	list-style-type: none;
	}

.postrel ul {
	margin-bottom: 10px;
	width: 70%;
	}

.postrel h3 {
	}

.postrel .remote {
	float: right;
	position: relative;
	top: -48px;
	right: -22px;
	}

#pagination {
	margin: 10px 0;
	text-align: center;	
	font-size: 10pt;
	}

#pagination a {
	background: #fbfbfb;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	margin-right: 5px;
	padding: 4px 8px;
	}

#pagination span {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	margin-right: 5px;
	padding: 4px 8px;
	}

#pagination a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

.post .postcontent img {
	padding: 3px;
	margin: 3px;
	border: 1px solid #ebebeb;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fafafa;
	}

.post .postcontent wp-smiley {
	margin: 0;
	padding: 0;
	background: none;
	}

		
/* Comentarios */


#commentform input {
	color: #333;
	font-size: 9pt;
	font-family: 'Verdana';
	border: 1px solid #dce1e5;
	background: #fff;
	width: 250px;
	padding: 5px;
	margin: 5px 5px 0px 0;
	}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #336699;
	}

#commentform textarea {
	color: #333;
	font-size: 9pt;
	font-family: 'Verdana';
	border: 1px solid #dce1e5;
	background: #fff;
	margin: 7px 0 0 0;
	width: 523px;
	padding: 10px;
	line-height: 19px;
	}

#commentform .submit input{
	background: transparent url(images/botonpublicar.png) repeat-x bottom;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	padding: 5px;
	margin: 12px 0 25px 0;
	padding: 0;
	height: 28px;
	width: 82px;
	border: 0;
	}

#comments {
	padding-top: 5px;
	}

#comments small {
	text-transform: uppercase;
	color: #444;
	font-family: Tahoma;
	}

.countcomment {
	color: #ebebeb;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 26px;
	z-index: 1;
	position: relative;
	top: 0px;
	float: right;
	padding-bottom: 5px;
	padding-right: 5px;
	}

#comments .tijerabox .tijera {
	position: relative;
	top: 9px !important;
	*top: 11px !important;
	top: 11px;

	}

#comments .tijerabox {
	clear: both;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
list-style-type: none;
}

.commentlist li .comment{
	background: #F9FCFF;
	font-weight: normal;
	margin-bottom: 14px;
	text-align: left;
	overflow: auto;
	padding: 15px 8px 8px 8px;
	border: 1px dashed #ccc;
	width: 95%;
	}

.commentlist li .alt {
	background: #FFFFEF;
	}

.commentlist p {
	margin: 10px;
	font-size: 9pt;
	line-height: 18px;
	}

#commentform p {
	margin: 5px 0 0 0;
	width: 500px;
	}

#comments h3 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -.3px;
	margin-top: 10px;
	padding: 0;
	color: #373737;
	}

/* Titulos */

h3 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -.3px;
	margin-top: 10px;
	padding: 0;
	color: #373737;
	}

h4 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -.1px;
	margin-top: 10px;
	padding: 0;
	color: #373737;
	}

	
/* Sidebar */

/* Sidebar */

#sidebar .red, #sidebari .red {
	*padding-top: 6px !important;
	}


#sidebar .suscrip ul li input, #sidebari .suscrip ul li input {
	font-family: Verdana;
	height: 16px;
	margin-right:5px;
	color: #444;
	margin: 5px 0;
	padding: 6px;
	width: 140px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#sidebar .suscrip ul li input[type="sumbit"], #sidebari .suscrip ul li input[type="sumbit"]{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	width: 82px;
	margin-left: 3px;
	height: 28px;
	border:0;
	background: transparent url(images/botonpublicar.png) no-repeat;
	}

#sidebar .suscrip .submit input, #sidebari .suscrip .submit input{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	width: 82px;
	margin-left: 3px;
	height: 28px;
	border:0;
	background: transparent url(images/botonpublicar.png) no-repeat;
	}

#sidebar .rssoptions, #sidebari .rssoptions {
	clear: both;
	overflow: hidden;
	border: 0;
	background: none;
	padding-top: 0px !important;
	*padding: 0 !important;
	padding: 0;
	height: 37px !important;
	*height: 45px !important;
	*height: 47px;
	*padding-top: 0 !important;
	*padding-top: 0px;
	}

#sidebar .sleft, #sidebari .sleft {

	width: 10%;
	border: 0;
	background: none;
	text-align: center;
	padding-top: 6px;
	padding-left: 3px;
	}

#sidebar .sright, #sidebari .sright {
	width: 88%;
	border: 0;
	background: none;
	text-align: center;
	position:relative;
	margin-left:65px;
	*margin-left:20px;
	top: -37px !important; /* Firefox y los demás */
	*top: -35px !important;  /* Sólo IE7 */
	*top: -35px; /* Sólo IE6 */
	
	/*top:-15px;
	*top:-4px;*/
	}

#sidebar .sright img, #sidebari .sright img  {
	padding:0;
	margin:0;
	position:relative;
	height: 22px;
	width:80px;
	margin-top:6px;
	display:block;
	}
	
#sidebar .sright img.fc_custom01 {
	width:88px;
	height:26px;
	}

.rss {
	margin: 0 !important;
	*margin: 4px 8px 8px 2px !important;
	margin: 4px 0 0 0;
	}

#sidebar .aprendemas, #sidebari .aprendemas {
	margin: 10px 0;
	text-align: center;
	border: 0;
	background: none;
	}

#sidebar div, #sidebari div {
	border: 1px solid #ebebeb;
	background: #fafafa;
	margin-bottom: 6px;
	*padding-top: 6px !important;
	}

#sidebar .search, #sidebar .sidebartop, #sidebari .search, #sidebari .sidebartop {
	border: 0;
	background: none;
	}

#sidebar .left, #sidebar .right, #sidebari .left, #sidebari .right {
	border: 0;
	background: none;
	}

#sidebar .lastcom, #sidebar .destacado, #sidebari .lastcom, #sidebari .destacado {
	clear: both;
	}
	
#sidebar .lastcom, #sidebari .lastcom
{
	background:#FAFAFA;
}

#sidebar #categories, #sidebar #archives, #sidebari #categories, #sidebari #archives{
	font-size: 8pt;
	color: #999;
	}

#sidebar #categories a, #sidebar #archives a, #sidebari #categories a, #sidebari #archives a{
	font-size: 9pt;
	}

#sidebar .red ul, #sidebari .red ul{
	*text-align:center;
	line-height: 28px;
	padding-top: 15px;
	margin-top: 10px !important;
	margin-top: 0;
	padding-left: 3px;
	margin-left: 7px !important;
	margin-left: 0;
	}
	
#sidebar .red li, #sidebari .red li {
	background: none;
	padding: 7px 0;
	border: 0;
	display: inline;
	margin: 4px;
	}

#sidebar .red li:hover, #sidebari .red li:hover {
	background: none;
	padding: 7px 0;
	border: 0;
	display: inline;
	}

#sidebar .red .fav, #sidebari .red .fav {
	margin: 0 2px -4px 2px !important;
	margin: 3px;
	border: 1px solid #ccc;
	padding: 1px;
	*margin-bottom: 6px !important;
	height:18px;
	width:18px;
	}

#sidebar a, #sidebari a {
	text-decoration: none;
	color: #324C8C;
	}

#sidebar .suscrip a, #sidebari .suscrip a {
	text-decoration: none;
	}

#sidebar .left a, #sidebar .right a, #sidebari .left a, #sidebari .right a {
	text-decoration: none;
	}

.sidtop {
	margin: 10px 0;
	}

#sidebar .left, #sidebari .left {
	width: 98%;
	float: left;
	}

#sidebar .right, #sidebari .right {
	width: 48%;
	float: right;
	}

#sidebar h3, #sidebari h3 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -.3px;
	padding: 5px 5px 5px 3px;
	color: #373737;
	background: #fff url(images/bgh3s.png) right no-repeat;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin: 10px 0 0 0;
	width: 95%;
	position: relative;
	right: 8px;
	top: 0 !important;
	top: 7px;
	}

#sidebar .suscrip h3, #sidebari .suscrip h3 {
	*margin-top: 0;
	*margin-top: 6px !important;
}
		
#sidebar ul, #sidebar ol, #sidebari ul, #sidebari ol {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0 !important;
	padding: 10px 0 10px 0;
	}
	
#sidebar li, #sidebari li {
	margin: 0;
	line-height: 18px;
	padding: 4px 0;
	border-bottom: 1px solid #dce1e5;
	}

#sidebar li, #sidebari li {
	padding-left: 12px;
	}

#sidebar li ul li, #sidebari li ul li {
	padding-left: 0px;
}

#sidebar .children li:hover, #sidebari .children li:hover {
	background: none;
	}

#sidebar li:hover, #sidebari li:hover {
	background: #fff url(images/dot.gif) left no-repeat;
	}

#sidebar .right .red ul li, #sidebari .right .red ul li {
	background: none;
	padding-left: 0;
	padding-bottom: 10px;
	}

#sidebar .right .red img, #sidebari .right .red img {
	border: 1px solid #240909;
	margin-bottom: -8px;
	}
	

#sidebar div, #sidebari div { 
	padding: 0;
	}

#sidebar .suscrip img, #sidebari .suscrip img {
	margin-bottom: -3px;
	margin-left: 3px;
	}

#sidebar a:hover, #sidebari a:hover {
	color: #295576;
	}

#sidebar .destacado, #sidebari .destacado {
	margin-left: -40px;
	}
	

#sidebar .buscadorgoog, #sidebari .buscadorgoog {
	padding-top:15px;
	height: 50px;
	}


.atozn a {
	line-height:22px;
	padding: 1px;
	border:1px solid #FAFAFA;
	}
	
.atozn a:hover {
	border:1px solid #CCC;
	}	

/*	Créditos */


#credits p {
	margin-right: 12px;
	padding: 0;
	}

#credits a {
	color: #FFF;
	border-bottom: 1px dotted;
	text-decoration:none
	}

#credits img {
	float:left;
	margin:-6px 0 6px 7px;
}

.infobottom {
	clear: both;
	overflow: hidden !important;
	background: #fff url(images/bgfooter.jpg) top repeat-x;
	border-top: 1px solid #141414;
	padding: 10px 14px 30px 14px;
	color: #333;
	height: auto !important;
	height: 100%;
	}

.infobottom div {
	background: #fff;
	border: 1px solid #141414;
	padding: 0 6px 10px 6px;
	margin: 10px 0;
	}

.infobottom #recententries {
	width: 285px;
	float: left;
	margin-right: 23px;
	margin-left: 10px !important;
	margin-left: 4px;
	}

.infobottom #mostcom {
	width: 285px;
	float: left;
	margin-right: 23px;
	}

.infobottom #mostread {
	width: 285px;
	float: left;
	}

.infobottom ul li {
	padding: 5px 0 5px 3px;
	border-bottom: 1px solid #ebebeb;
	list-style-type: none;
	background: #fff;
	}

.infobottom a {
	color: #324C8C;
	padding: 2px;
	}

.infobottom a:hover {
	text-decoration:underline;
	}

.infobottom ul {
	border-top: 1px solid #ebebeb;
	}

.infobottom ul li:hover {
	background: #fafafa;
	}

.infobottom h3 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -.3px;
	position: relative;
	right: 24px;
	margin: 10px;
	padding: 5px 5px 5px 3px;
	background: #FFF;
	text-transform: uppercase;
	border: 1px solid #141414;
	border-right: 0;
	}


/* General */


small {
	font-family: Tahoma;
	font-size: 8pt;
	}


a {
	color: #324C8C;
	text-decoration: none;
	background: transparent;
	}
	/*
a {
	color: #8C3232;
	text-decoration: none;
	background: transparent;
	}
*/
a:hover {
	border: 0;
	}

acronym, abbr, span.caps {
	border: 0;
	border-bottom: 1px dotted #ccc;
	}
	
#content .post .postcontent blockquote {
	border-left: 4px solid #ebebeb;
	margin-bottom: 5px;
	clear: both;
	width: 90%;
	padding: 5px 0 5px 10px;
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}


/* Float y Clear */


div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}

	
/* Alineación de Imágenes */


img.borde {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.borde:hover {
	background: #F0F0F0;
	}

img.centro {
	display: block; 
	margin: auto;   
	}

img.derecha {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.izquierda {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.icon {
	}

	
/* Alineación de Texto */


.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
	
#registerbarFloat {
position:absolute;
border: 1px solid #000099;
width: 400px;
visibility: hidden;
z-index: 400;
}

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}


#adtext {clear:both;float:left;margin: 0 10px 10px 0;width:300px;}

.post p, .postcontent {font-size:10pt;line-height:25px;margin-bottom:20px}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 640px) {
/* Styles */

#wrapper { max-width:100%;float:none;margin:0;padding:0;
  display:block;
  width:auto;
  clear:both;
  }
  
  #content {padding:0;margin:0;width:100%}
  
        #container, #content, #header, #adsense, .postcontent, .post, .postrel, .feedback, #credits, #footer, #comments, .commentlist, #commentform p, #commentform textarea {max-width:98%;padding:0; margin: 0;}
        #header,#credits {max-width:100%;}
        #adsense {position:relative;left:0px;margin-left:-20px}
        #adtext {position:relative;left:0px;margin-left:-15px}
	
        #sidebar {float:left}
       #credits {height:30px}
   
                
        
        /*#comments, .icon-arrow-right, #destacado-box .image-destacado, #destacado-box .image-destacado span, #destacado-box .ribbon-destacado, #destacado-box .ribbon-destacado span, #destacado-box .marco, #destacado-box .image-thumb {display:none}*/
        
        /*#destacado-box #definicion .space-bottom, #destacado-box #definicion .icon-medal {left:10px}*/
        
        /*#header {height:85px}*/
        #header h1 img {position:relative;margin:0;max-width:98%;background-size: 98% auto;padding:0;top:5px;left:5px}
        
        #header h1 {margin-left:0}
        
        .post .postcontent img {max-width:60%;height:auto}
        
        #credits img {margin:0 0 6px 7px;
}
        
.adsfstp {clear:both;text-align:left;margin:0;margin-left:-5px}

.post p, .postcontent {font-size:13pt;line-height:35px;margin-bottom:30px}

#blaze {display:none}
        

}