/*  
Theme Name: Latoc.info
Theme URI:
Description: Estilos para el sitio Latoc.info  -  Ultima Actualizacion: 2010-03-23
Version: 1.0
Author: Fernando Diaz y Leticia Bonetti
Author URI: 

	Latoc.info

*/

/*

Ultima Actualizacion: 2010-03-23

Comentarios:

*/

/* ------------------

Sumario:

REFERENCIAS
TIPS 

GENERAL
-- RESET
-- REFERENCIA COLORES
-- BODY
-- FUENTES
-- LINKS
-- TITULARES
-- LISTAS
-- TABLAS
-- BLOCKQUOTES
-- FORMULARIOS
-- OTROS ELEMENTOS, TAGS

AUXILIARES
-- FORMULARIOS ESPECIALES
-- ERRORES Y NOTIFICACIONES
-- ICONOS
-- CLASES GENERALES

ESTRUCTURA
-- CONTAINER
-- BRANDING
-- NAV
-- CONTENT
-- CONTENT-MAIN
-- CONTENT-SUB
-- CONTENT-SUP
-- SITEINFO

COMPONENTES DE PAGINA (Lo mas bonito)

OVERRIDES (Lo que necesita sobreescribirse en casos particulares)



------------------ */

/* =REFERENCIAS 
--------------------------- */

/* Muchos de los comentarios de este documento tienen
-- un signo de igual (=) justo antes de la palabre clave de referencia
-- esto es para que sea mas facil buscar dentro del codigo
*/

/* =TIPS 
--------------------------- */

/* En todos los floats conviene usar:
	display: inline;
-- para no tener problemas con los ḿargenes duplicados
-- de IE6.
*/

/* Para "anular" (clear) un float en ultima instancia
-- usar en el contenedor:
	overflow: hidden;
	width: 100%;
*/

/* Usar pseudo-elementos para especificar
-- todos los estados de un link:
-- :link, :visited, :hover, :focus, :active
*/

/* Usar en los botones de formularios:
	overflow: visible
-- para evitar desastres con el padding, etc...
*/


/* Orden de las propiedades para que sea mas facil
-- leer la interaccion:
	display
	position
	float clear
	width height
	max-width max-height
	overflow
	margin
	padding
	border
	font
	line-height
	text
	color
	background
*/

/* /////=GENERAL/////
--------------------------- 
--------------------------- */

/* =RESET - Eric Meyer 
--------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

hr {
display: none;}



/* =BODY
--------------------------- */

body {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	background: #fff;
}

/* =FUENTES
--------------------------- */

body, #nav ul #search #searchsubmit, #nav ul #search #s {
font-family: "Liberation Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;}

/* =LINKS
--------------------------- */

a:link {
color: #04788d;
text-decoration: none;}

a:visited {
color: #04788d;
text-decoration: none;}

a:hover {
text-decoration: underline;}

a:focus {
text-decoration: underline;}

a:active {
text-decoration: underline;}

/* =TITULARES
--------------------------- */


h2 {}

h3 {}



h5 {}

h6 {}


/* =LISTAS
--------------------------- */

ul {}

ol {}

dl {}

/* =TABLAS
--------------------------- */

table {}

/* =BLOCKQUOTES
--------------------------- */

#content blockquote {
	font-size: 1.1em;
	font-style: italic;
}

#content-main .post blockquote {
	padding: 0 22px;
	margin: 22px 76px 13px;
	background: url(images/blockquote.png) no-repeat 0 0
}

.post blockquote p {
	font-style: italic;
}

.post .post-body blockquote {
	margin-bottom: 9px;
}

#content-main .comment blockquote {
	padding: 0 40px 0 25px;
	margin: 20px;
	background: url(images/blockquote.png) no-repeat 0 0;
}

cite {}

/* =COMENTARIOS
--------------------------- */


#comments {
color: #666;
font-size: 1.1em;;
font-weight: bold;
margin-bottom: 20px;
padding: 0 3px 3px;
border-bottom: 1px solid #999;}

#pings {
	color: #666;
	font-size: 1.1em;;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0 3px 3px;
	border-bottom: 1px solid #999;	
}


#container .single ol.comments-list li {
width: auto;
overflow: visible;
margin-bottom: 20px;
padding-left: 64px; 
padding-bottom: 20px;
border-bottom: 1px solid #999;
color: #999;
}

/* Estilos para viñeta (sólo en comentarios)
-----------------------------------------------*/

#content.single #content-main ol.comments-list li.comment {
	position: relative;
	margin-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: none;
}

#content.single #content-main .comment cite,
#content.single #content-main .comment p.comment-metadata {
	z-index: 10;
	position: relative;
	bottom: -18px;
	margin-bottom: -55px;
	padding-left: 18px;
}

/* gravatar */
#content.single #content-main .comments-list cite img {
	display: inline;
	float: right;
	clear: both;
	position: relative;
	left: -2px;
	z-index: 10;
	width: 48px;
	margin: 0;
	padding: 0 0 28px 40px;
	border: none;
	background: url(images/punta.png) no-repeat left bottom;
}

#content.single #content-main ol.comments-list li.comment .comment-body {
	margin-right: 88px; /* El espacio que ocupa el avatar y su padding */
	margin-top: 13px;
	padding: 65px 1em 1em;
	border-style: solid;
	border-width: 2px;
	border-color: #d1d4df;
	border-radius : 20px; 
	-moz-border-radius : 20px; /* Mozilla */
	-webkit-border-radius : 20px; /* Webkit */
	background-color: #eff2ff;
}

#container .single #content-main .comments-list .comment .edit-comment {
	position: absolute;
	right: 106px;
	top: 20px;
	width: 63px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}

/* Terminan estilos viñeta */


.comments-list .comment-author a {
font-weight: bold;}

#content-main p.comment-metadata {
	margin-top: 0;
}

#content-main p.comment-waiting {
	padding: 8px 12px;
	border: 1px solid #dfdaa7;
	font-size: .8em;
	background: #fffabf;
	color: #af9f57;
}

#content-main p.comment-waiting em {
	font-weight: bold;
}

.comments-list .edit-comment {
margin-top: 10px;
font-size: .7em;
text-transform: uppercase;
}


.comments-list .edit-comment a {
display: block;
width: 55px;
padding: 2px 4px;
border: 1px solid #999;
text-align: center;
background: #eee;
text-decoration: none;
}


.comments-list .edit-comment a:hover, .comments-list .edit-comment a:focus,
.comments-list .edit-comment a:active {
background: #666;
color: #fff;
}

/* =FORMULARIOS
--------------------------- */

/* formulario de =comentarios */

#respond { 
margin-top: 20px;
}

#respond h4 {
color: #666;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;}

#respond form p label{
font-size: 12px;
font-weight: bold;
display: block; }

#respond p {
font-size: 1em;
margin-bottom: 12px;
color: #04788D; }

#respond textarea {
width: 405px;}

#respond #submit {
font-size: 1.3em;
color: #588B95;
background: #EDEDED; }


/* FORMULARIOS DE BUSQUEDA
--------------------------- */

/* formulario de búsqueda en el sitio =search */

#nav ul #search {
	display: inline;
	float: right;
	width: 229px;
	overflow: hidden;
	border: none;
	margin-top: 3px;
	margin-bottom: -40px;
}

#nav ul #search #searchform {
	padding-left: 3px;
}

#nav ul #search h2 {
	display: none;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 0 3px 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

#nav ul #search label {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#nav ul #search #s, #nav ul #search #searchsubmit {
border: 1px solid #ccc;}

#nav ul #search #s, #nav ul #search input:active#s {
	display: inline;
	float: left;
	height: 14px;
	width: 151px;
	padding: 2px 0 2px 3px;
	line-height: 14px;
	font-size: 12px !important;}

#nav ul #search #searchsubmit {
	display: inline;
	float: right;
	display: block;
	width: 60px;
	height: 20px;
	padding: 0 0 3px 0;
	line-height: 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
	color: #666;}
	
	
/* Formulario de búsqueda en caso de =error */

#errorsearchform {
	padding: 0 3px;
}

#errorsearchform label {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* /////=AUXILIARES/////
--------------------------- 
--------------------------- */

/* =FORMULARIOS ESPECIALES
--------------------------- */

/* =ERRORES Y NOTIFICACIONES
--------------------------- */

p.no-encontrado {
	padding: 0 3px;
	margin-bottom: 5px;
}

.error {}

.success {}

/* =ICONOS
--------------------------- */

/* =CLASES GENERALES
--------------------------- */



/* /////=ESTRUCTURA/////
--------------------------- 
--------------------------- */

/* =CONTAINER
--------------------------- */

#container {
	margin: 0 7% 0 9%;
	overflow: hidden;
	text-align: left;
}

/* =BRANDING
--------------------------- */

#cabecera {
	height: 98px;
	padding: 0 7% 0 9%;
	overflow: hidden;
	text-align: left;
	background: url(images/body.png) repeat-x 0 0;
}

#branding {
position: relative;
height: 70px;
overflow: hidden;
background: #000;
color: #fff;
}

#branding h1 {
position: absolute;
top: 0;
left: 0;
height: 50px;
width: 100%;
}

#branding h1 a {
position: relative;
top: 6px;
height: 50px;
width: 293px;
text-decoration: none;
}

#branding h1 a span {
display: block;
position: absolute;
top: 0;
left: 0;
height: 50px;
width: 293px;
background: #000 url(images/logo.png) no-repeat 0 0;
}

#branding h1 em {
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	height: 67px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/logo-grupo-coop.png) no-repeat;
}

#branding p {
position: absolute;
top: -9999px;
left: -9999px;
margin: 0 0 12px 0;
font-size: 18px;
line-height: 20px;
text-align: right;
font-weight: bold;}

/* NAV-=ACCESS
--------------------------- */

#nav-access {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* =NAV=CABECERA */

#nav-cabecera {
	display: inline;
	float: right;
	position: relative;
	z-index: 2;
	width: 350px;
	height: 50px;
	margin-top: 8px;
	margin-right: 78px;
	padding: 0;
}

#nav-cabecera a.trabajo {
	display: inline;
	float: right;
	padding: 0 5px 0 25px;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: right;
	text-decoration: underline;
	background: url(images/icono-estrella-cuatro-puntas.png) no-repeat 0 0;
	color: #d6e0ec;
}

#nav-cabecera #searchform {
	position: relative;
	display: inline;
	float: right;
	height: 22px;
	overflow: hidden;
	margin: 0 0 9px;
	font-size: 14px;
	color: #eee;
}

#nav-cabecera #searchform label {
	margin-right: 10px;
}

#nav-cabecera #searchform #s {

	height: 17px;
	margin: 0 27px 0 0;
	padding: 3px 7px 0;
	border: 1px solid #1c2f0f;
	font-size: 11px;
	line-height: 20px;
}

#nav-cabecera #searchform #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
}


/* =NAV
--------------------------- */

#nav {
	width: 100%;
}

#nav ul {
background: #228da0;
min-height: 28px;
border-left: 1px solid #b0d7de;
}

#nav ul li {
display: inline;
float: left;
border-right: 1px solid #b0d7de;
}

#nav ul li a {
display: block;
padding: 4px 12px;
color: #fff;
font-size: 1em;
line-height: 21px;
}

#nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
background: #000;
text-decoration: none; }

/* =CONTENT
--------------------------- */

#content {
clear: both;
width: 100%;
overflow: hidden;
padding-top: 15px;
padding-bottom: 15px;}

/* CONTENT-=MAIN
--------------------------- */

#wrapper {
	display: inline;
	float: left;
	width: 100%;
	margin-left: -300px;
}

#content-main {
	margin-left: 300px;
}

.single #content-main {
position: relative;}

#content-main ol li {
position: relative;
width: 100%;
overflow: hidden;}

#content-main ol ol li {
	width: auto;
}

#content-main h2 {
position: absolute;
top: 4px;
left: 0;
width: 46px;
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
line-height: 1.1em;
color: #333;
}

#content-main h2 span {
display: block;}

#content-main .post {
margin-left: 64px;
margin-bottom: 25px;
padding-bottom: 5px;
border-bottom: 2px solid #333;}

#content-main h3 {
margin-bottom: 5px;
border-bottom: 1px solid #ccc;
font-size: 1.2em;
line-height: 1.3em;
font-weight: bold;}

#content-main h3 a {
display: block;
padding: 2px 0 3px 4px;
text-decoration: none;
background: #fff;
color: #228da0;
}

#content-main h3 a:hover, #content-main h3 a:focus, #content-main h3 a:active {
color: #fff;
background: #228da0;}

#content-main .post div.post-body {
padding: 0 3px;}

#content-main .post-metadata {
width: 98%;
overflow: hidden;
margin-top: 8px;
padding: 5px 1%;
border-top: 1px solid #ccc;}

#content-main .post-metadata p {
	margin: 9px 0;
}

div.post-metadata img {
float: left;
height: 20px;
width: 20px;
margin-right: 6px; }

div.post-metadata p.autor {
display: inline;
float: left;}

div.post-metadata p.comentarios {
text-align: right;}

div.post-metadata p.editar-post {
text-align: right;}

#content-main ul li.previous-posts {
display: inline;
float: left;
font-size: .9em;
text-transform: uppercase;
width: 45%;
}


#content-main ul li.next-posts {
display: inline;
float: right;
font-size: .9em;
text-transform: uppercase;
text-align: right;
width: 45%;
}

#content-main ul li.previous-posts a, #content-main ul li.next-posts a {
display: block;
font-weight: bold;
padding: 4px 7px 3px;
border-bottom: 2px solid #ccc;
}


#content-main ul li.previous-posts a:hover, #content-main ul li.previous-posts a:focus,
#content-main ul li.previous-posts a:active, #content-main ul li.next-posts a:hover,
#content-main ul li.next-posts a:focus, #content-main ul li.next-posts a:active {
color: #fff;
text-decoration: none;
background: #000;
}

/* Estilos para páginas */

.page #content-main .post {
	border-bottom: none;
}

.page #content-main h2 {
	position: static;
	display: block;
	width: auto;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	padding: 2px 0 3px 4px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
}


/* Estilos para archives y search */

.archive #content-main h2 {
	position: static;
	display: block;
	width: auto;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	padding: 2px 0 3px 4px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
}

.archive #content-main h3 {
position: absolute;
top: 4px;
left: 0;
width: 46px;
border: none;
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
line-height: 1.2em;
color: #333;
}

.archive #content-main h3 span {
display: block;}

.archive #content-main .post {
margin-left: 64px;
margin-bottom: 25px;
padding-bottom: 5px;
border-bottom: 2px solid #333;}

.archive #content-main h4 {
	margin-top: 0;
margin-bottom: 5px;
border-bottom: 1px solid #ccc;
font-size: 1.2em;
font-weight: bold;}

.archive #content-main h4 a {
display: block;
padding: 2px 0 3px 4px;
text-decoration: none;
background: #fff;
color: #228da0;
}

.archive #content-main h4 a:hover, .archive #content-main h4 a:focus, .archive #content-main h4 a:active {
color: #fff;
background: #228da0;}

/* CONTENT-=SUB
--------------------------- */

#content-sub {
display: inline;
float: right;
width: 229px;
overflow: hidden;
}


#content-sub #nube {
line-height: 14px;
margin-bottom: 20px;}

#content-sub #nube li {
display: inline;
position: relative;}

#content-sub #nube a {
padding: 1px 2px;
}

#content-sub #nube a:hover, #content-sub #nube a:focus, 
#content-sub #nube a:active {
text-decoration: none;
background: #228da0;
color: #fff;
 }

#content-sub h4 {
line-height: 20px;
font-weight: bold;
padding: 2px 0 3px 4px;
margin-bottom: 4px;
border-bottom: 1px solid #ccc;}

#content-sub #redaccion ul {
	width: 229px;
	overflow: hidden;
}

#content-sub #redaccion ul li {
display: inline;
float: left;
width: 50px;
height: 50px;
margin: 1px 3px 4px 3px;}

#content-sub #redaccion img {
width: 50px;
height: 50px;}


/* =SITEINFO
--------------------------- */


#siteinfo {
clear: both;
position: relative;
padding: 10px 0;
background: #000; 
text-align: center; 
}

#siteinfo p {
position: relative;
width: 531px;
height: 80px;
margin: 0 auto;
padding: 6px 85px 0 64px;
font-style: italic;
text-align: left;  
background: url(images/logo-devolucion.png) no-repeat;
color: #ccc; }

#siteinfo a {
color: #228da0;}


#siteinfo span {
display: block;
position: absolute;
top: 0;
right: 0;
width: 38px;
height: 50px;}

#siteinfo span a.volver-arriba {
display: block;
height: 50px;
width: 38px;
text-indent: -9999px;
background: url(images/volver-arriba.png) no-repeat;}


#siteinfo a.volver-arriba:hover, #siteinfo a.volver-arriba:focus,
#siteinfo a.volver-arriba:active {
background-position: left bottom; }



/* /////=COMPONENTES DE PAGINA/////
-------------------------------------- 
-------------------------------------- */

/* =IMAGENES
--------------------------- */

.post-body img {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px solid #999;
	
}

/* =ENFASIS
--------------------------- */

.post-body em {
	font-style: italic;
}

.post-body strong {
	font-weight: bold;
}


/* /////=OVERRIDES/////
--------------------------- 
--------------------------- */


/* Segunda parte de la solucion al FOUC de Safari (Flash Of Unstyled Content) */

body {
display: block !important; }


/* -------  FIN --------- */
	
/* Sión! Sión! Sión! */
