/*
Theme Name: Simply WIP
Theme URI: http://nand-magazine.net	
Description: Simple y sencillo.
Version: WIP
Author: TempWin
Author URI: http://blog.tempwin.net
*/

hr {
        display: none
}

/* ============= LAYOUT DEL WEBLOG ============== */
#container {
	width: 99%;
	background-color: #fff;
	margin: 0px auto;
        position: relative
}

/* ============= CAJA DE BÚSQUEDA =============== */
#search {
	float : right;
	text-align : right;
	margin-bottom : 0;
}

/* ============ CABECERA, LOGO, SECCIONES */

#logo img {
        border: 0;
}
     

/*#header { */
/*	background-image : url(images/nand_banner_2.2.2.jpg);*/
/*	height : 185px;*/
/*	background-color : #efefcd;*/
/*	background-repeat : no-repeat;*/
/*	background-position : center;*/
/*	margin-bottom : 5px;*/
/*}*/

#pages {
        overflow: auto;
        height: 60px
}

#pages ul {
        list-style-type: none
}

#pages ul li {
        display: inline;
        font: 12px Verdana, sans-serif;
        margin-right: 10px
}

#pages li a {
	text-decoration : none;
	color : #36c;
}

#pages li a:hover {
	border-bottom: solid 2px #929292;
}

#pages form {
        float: right;
        margin-top: 15px
}


/* ============== PARTE DE LOS POSTS  ================ */
#content {
	width: 65%;
}

/* ======== BARRA LATERAL =========== */
#contentright {
	text-align : justify;
	position: absolute;
        top: 198px;
        right: 0;
	width: 30%;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #333
}

#contentright p {
	color: #333;
	}

/* 
.left {
	float: left;
	padding-right: 5px;
	padding-top: 5px
	}
*/

.center {
	margin: 10px auto;
	padding: 5px;
	display: block;
	}

#contentright a:link {
	color : #36c;
}

/* TABLAS, afecta a la caja de búsqueda y frase aleatoria también */
td, th {
	font-size : 11px;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333;
}

.pre-comment {
	border : 1px dotted #333;
	font-size : 11px;
}

.pre-comment a:link, a:hover, a:visited {
	color : #36c;
}

.pre-comment td, th {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffcc00;
	text-align : center;
}

/* ============= PIE DEL WEBLOG */
#footer {
	clear: both;
        margin-top: 20px;
        padding: 5px;
	text-align: center;
	font-size: 11px;
	color: #bbb;
	background-color: #0a396d;
}

#footer a {
        color: #eee
}

/* ============= DONDE ESCRIBIMOS LOS COMENTARIOS */
textarea {
	background-color : #eee;
	border : 1px solid #cccccc;
	padding : 2px;
	color : #000000;
	font-size : 13px;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 100%;
}

input, select {
	background-color : #ffffff;
	border : 1px solid #cccccc;
	padding	: 2px;
	color : #928282;
	font-size : 11px;
	margin : 2px;
}

/* ========== ENTRADAS */

#content h1 {
        letter-spacing: 0.1em;
        border-bottom : 1px solid #cccccc;
	color: #e0eaeb;
	background-image : url(images/gradient-blue.jpg);
	margin-bottom : 5px;
	padding: 4px;
	font-size: 20px;
	font-family: Arial, sans-serif;
}

#content h1 a {
	text-decoration : none;
	color : #000000;
}

#content h1 a:hover {
	color: blue;
}
        
.post {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
        padding-right: 20px;
	margin-bottom: 25px;
	font-family: "Trebuchet MS", Arial, sans-serif
}

.post p {
        font-size: 14px;
        line-height: 18px;
        text-align: justify;
        color: #222
}

.post h2 {
        color: #104E8B;
        font-family: Verdana, sans-serif;
        font-size: 18px;
        width: 95%;
        margin-top: 30px;
}

.post ul, ol {
        list-style-type: square
}

.post li {
        font-family: Verdana, sans-serif;
        margin-top: 10px;
        font-size: 13px
}


.post a:link {
	background-color: #fff;
	color : #36c;
	padding : 0 3px;
	font-weight: bold;
}

.post a:visited {
	background-color: #fff;
	color : #36a;
	padding : 0 3px;
}
	
.post a:hover {
	background-color : #36c;
	color : #fff;
	padding : 0 3px 2px;
}

/*
.post img {
	border : 1px solid #999;
}
*/

div.post img.center {
        margin: auto;
	border: 1px solid #999;
        display: block;
        padding: 5px 5px
}

div.post img.right {
	float: right;
	margin: 0 0px 20px 20px;
	display: block;
	}

div.post img.left {
	float: left;
	margin: 0 20px 20px 0px;
	display: block;
	}

#more-posts {
        width: 80%;
        margin: 0 auto
}

#more-posts p {
        font-size: 15px;
        font-family: serif;
        font-weight: bold
}

#more-posts ul {
        list-style-type: none
}

#more-posts li {
        margin-top: 10px;
        font-family: sans-serif;
        font-size: 14px;
        text-align: center
}

#navigation p {
        font-size: 0.9em;
        margin: 10px auto
}

#navigation a {
        text-decoration: none
}

.boxSidebar {
	color : #d1dbe5;
	margin-bottom : 10px;
	font-size : 11px;
	padding : 5px;
}

h2.sectiontitle, .titolopost {
	border-bottom : 1px dotted #cccccc;
	text-align : left;
	font-weight : bold;
	font-size : 11px;
	text-transform : uppercase;
	font-variant : small-caps;
	color : #a9a9a9;
	margin-bottom : 10px;
	background-color : #0a396d;
}

/* INFORMACIÓN SOBRE LOS POSTS: Autor, categoría, fecha... */
.infopost {
	border-top : 1px dotted #999999;
	text-align : left;
	font-weight : bold;
	font-size : 11px;
	font-family : Arial, Verdana;
	color : #999999;
	margin: 10px 0;
}

.infopost a:link {
	background-color : #fff;
	color: #999;
}

.infopost a:visited {
	background-color : #fff;
	color: #999;
}

.infopost a:hover {
	color : black;
}

.infopost img {
	border : 0 solid #999;
	padding : 0;
	margin-left : 0;
	margin-bottom : 0;
	margin-top : 0;
}

.entrada {
	text-align : center;
}

.entrada a:link {
	background-color : #36c;
}

.titolobox2 {
	border-bottom : 1px solid #cccccc;
	color : black;
	background-color : #f3f3f3;
	text-align : center;
	margin-bottom : 5px;
	padding : 3px;
	text-transform : uppercase;
/*	font-variant : small-caps;*/
	font-weight : bold;
	font-size : 11px;
}

.titoloboxrom {
        color : #555;
        background-color : #f3f3f3;
/*        text-align : center;*/
        margin-bottom : 5px;
        padding : 3px;
/*        text-transform : uppercase;*/
/*      font-variant : small-caps;*/
/*        font-weight : bold;*/
/*        font-size : 11px;*/
	border: 1px dotted #333;
}

.titoloboxrom h2 {
	font-size: 11px;
        text-align: center;
        text-transform: uppercase;	
}

.titoloboxrom h3 {
	font-size: 11px;
	text-align: center;
	font-style: italic
	}



/* Contenido para el historia y categorías del weblog */
.titolobox {
        background-color: #fff;
        margin-bottom: 30px;
        padding: 3px;
        font-size: 12px;
}



.titolobox2cat {
/*        border-bottom : 1px solid #cccccc;*/
        color : black;
        background-color : #fff;
        text-align : justify;
        margin-bottom : 5px;
        padding : 3px;
/*        text-transform : lowercase;*/
/*        font-variant : small-caps;*/
/*        font-weight : bold;*/
        font-size : 11px;
	width: 60%;
}

.titolobox2cat h2 {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

.titolobox2hist h2 {
        font-size: 11px;
        text-align: center;
        text-transform: uppercase;
}


.titolobox2hist {
/*        border-bottom : 1px solid #cccccc;*/
        color : black;
        background-color : #fff;
        text-align : justify;
        margin-bottom : 5px;
        padding : 3px;
/*        text-transform : lowercase;*/
/*        font-variant : small-caps;*/
/*        font-weight : bold;*/
        font-size : 11px;
	width: 40%;
	float: right;
}


#postcomment, #comments {
	border-bottom : 1px solid #cccccc;
	color : black;
	background-color : #f3f3f3;
	text-align : center;
	margin-bottom : 5px;
	padding : 3px;
	text-transform : lowercase;
	font-variant : small-caps;
	font-weight : bold;
	font-size : 12px;
}



.posttitle {
	border-bottom : 1px solid #cccccc;
	color : #e0eaeb;
	background-image : url(images/gradient-blue.jpg);
	text-align : justify;
	margin-bottom : 5px;
	padding : 3px;
	font-weight : bold;
	font-size : 16px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
}

.posttitle a {
	text-decoration : none;
	color : #000000;
}

.posttitle a:hover {
	color : blue;
}

#contentright ul {
	list-style-image : url(images/bullets/0085_blueAndPointy.png);
	padding-left : 20px;
	margin-left : 5px;
}

.singolocommento {
	border-bottom : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	color : #000000;
	background-color : #ededed;
	padding : 5px;
	margin-bottom : 10px;
	font-size : 11px;
	line-height : 13px;
}

#comments h2 {
        font-size: 14px
}

#commentlist {
        width: 90%;
}

#commentlist li {
	background-color : #f3f3f3;
	margin-bottom: 10px;
	padding: 10px;
        font-family: Verdana, sans-serif;
        font-size: 11px;
        list-style-type: none;
}

/* ========== CITAS */
blockquote {
	background : #ffffff url(images/openComillas.gif) no-repeat 0 3px;
	color : #666;
	padding-left : 29px;
	padding-right : 10px;
	font-style : italic;
	display : block;
	padding-top : 1px;
	font-size : 11px;
}

/* PARA LOS CONSEJOS EN PLAN SABÍAS QUE... */
.tip {
	background : #fff url(images/penguin-executive-resized.png) no-repeat 0 3px;
	color: #36e;
        margin: 0 auto;
	padding: 10px 5px 10px 38px;
	font-style: italic;
	display: block;
	font-size: 14px;
        line-height: 1.6em;
	text-align: center;
	width: 70%;
	border: dotted #999;
}

/* NOTA: si vamos a usarlo en una línea con el resto del texto, usar colocar en las etiquetas <span> */
/* Para más de una línea de consola, ponerlo en la etiqueta <div> */
.console {
	font-family : Courier New, Courier, mono, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0f0;
	border: 1px solid #aaa;
	background-color: #000;
	overflow: auto;
	padding: 1px 5px;
}


.codigo {
        font: 1em/1.4em 'Courier New', Courier, Fixed;
        margin: 0 auto;
        width: 90%;
        display: block;
        overflow: auto;
        background-color: #EEF3E2;
        border:1px dotted #555;
        padding: 2px 2px 2px 2px;
}

caption {
	color : #8383ab;
	font-weight : bold;
	letter-spacing : 3px;
	margin-bottom : 5px;
}

/* <abbr title="blablabla">palabra</abbr> */
abbr {
	border-bottom: 1px solid #6495ED;
	padding-bottom: 0;
}
argin-bottom : 5px;
}

/* <abbr title="blablabla">palabra</abbr> */
abbr {
	border-bottom: 1px solid #6495ED;
	padding-bottom: 0;
}

.compat table {
}

.compat caption {
        font-size: 0.8em;
	color : #8383ab;
	margin-bottom : 5px;
}

        

.compat th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
        background: #CAE8EA;

}

.compat td {
        text-align: justify;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}


.compat td.alt {
        text-align: justify;
	background: #F5FAFA;
	color: #333;
}