/*
Theme Name: bustrofedon-2
Theme URI: http://rodrigoescandon.com/
Description: El nuevo Bustr&oacute;fedon se ve como una revista, no como un blog.
Version: 2.0
Author: Rodrigo Escand&oacute;n 
*/

/* general */

/*
p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover  {
	background-image: url('images/cuadritos100.png');
	background-repeat: repeat;
}
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/* layout */

body {
	font-family: 'TallysRegular', Georgia, Times, "Times New Roman", serif;
	background-color: #FFFFF5;
}

#wrap1 {
	width: 966px;
	margin: 50px auto;
	border: 8px solid black;
}

#wrap {
	margin: 3px;
	border: 20px solid black;
}

#head {
	height: 400px;
	border-bottom: 10px solid black;
}

#logo, #portada, #indice, #sidebar {
	width: 300px;
	height: 100%;
	float: left;
}

#texto {
	float: left;
	width: 610px;
	border-left: 10px solid black;
}

#logo {
	border-right: 10px solid black;
}

#portada {
	margin-right: 10px;
	padding-top: 10px;
	text-align: center;
}

/* logo */

#logo {
	font-family: 'DistrictRegular', Helvetica, Arial, sans-serif;
	font-size: 34px;
	position: relative;
	background-image: url('http://bustrofedon.net/wp-content/themes/bustrofedon-2/images/puntitos.png');
}

#logo a {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

#logo a:hover {
	background-image: none;
}

.silaba {
	position: absolute;
	width: 100%;
}

.pre, .mid, .post {
	display: inline;
	float: left;
}

.pre {
	text-align: right;
}

.post {
	text-align: left;
}

#bus {
	top: 20px;
}

#tro {
	top: 122px;
}

#fe {
	top: 221px;
}

#don {
	top: 322px;
}

#bus .pre {
	width: 109px;
}

#tro .pre {
	width: 135px;
}

#fe .pre {
	width: 124px;
}

#don .pre {
	width: 136px;
}


/* indice */

#indice {
	line-height: 1em;
}

#indice h3 {
	text-align: center;
	margin: 25px 10px 0px 0px;
	text-decoration: underline;
	font-weight: bold;
}

#indice p {
	text-align: center;
	margin: 0px 10px 8px 0px;
}

#indice ol li {
	margin-bottom: 5px;
}

#indice ol li .titulo {
	font-size: 1.2em;
}

#indice ol li .autor {
	font-size: .8em;
}

/* sidebar */

#sidebar {

}

#sidebar h2 {
	text-decoration: underline;
	margin: 30px 0px 0px;
	text-align: center;
}

#no-ficcion {
	margin: 0px 20px;
}

.widget h3 {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}

.widget .info {
	position: relative;
}

.widget .info ul {
	top: 5px;
}

.absolute {
	position: absolute;
}

.widget .info ul li {
	line-height: 1em;
	margin-bottom: .5em;
}
.invisible {
	visibility: hidden;
}

#portadas {
	margin: 0px 10px 0px 20px;
}

#portadas ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#portadas ul li {
	list-style: none;
	float: left;
	margin-right: 10px; 
}

/* posteo */

#cuento {
	margin: 40px 20px;
}

#cuento #meta {
	text-align: center;
}

#meta #el-titulo {
	display: inline-block;
	/* border-bottom: solid black 2px; */
	margin: 0px auto;
	text-decoration: underline;
}

#meta #el-titulo h1 {
	line-height: .75em;
	margin-bottom: -.14em;
}

.page {
	border-bottom: solid black 1px;
	padding-top: 1.5em;
	margin: 0px auto;
}

#antes, #despues {
	width: 558px;
	margin: 0px auto;
}

#antes p:last {
	margin-bottom: 0px;
}

.sinborde {
	border-bottom: none;
}

.sinmargen {
	padding-top: 0px;
}

.column {
	margin: 0px 6px;
	width: 273px !important;
}

.dropj {
	margin-top: 20px !important;
	line-height: 50px !important;
	opacity: 1.0 !important;
	overflow: visible;
}