/*-------------------------------------------------------------------------
 Clic 2006
---------------------------------------------------------------------------
 File: posts.css
 Sitio: www.queremosfiesta.com
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
 Estilos para el despliegue de los Posts
--------------------------------------------------------------------------*/

/* POSTS - AREA GENERAL
--------------------------------------------------------------------------*/
 #posts{
 	width:429px;
 	float:left;
	/*border:1px solid;*/
	margin-top:5px;
 }

 #banners{
 	position:relative;
 	padding-top:5px;
 	width:165px;
	float:left;
	margin:3px solid;
	/*background-color:#0099CC;*/
 }
 .banner
 {	
	height:170px;
	width:160px;
 }

/* = POSTS - AREA GENERAL
--------------------------------------------------------------------------*/
 .post *{ margin:0px; padding:0px;}
 .post h3, h1#titlePost{
	font-size:13pt;	
	font-weight:bold;
	color:#447F82;	
 }
 .post h3 a{
 	text-decoration:none;
 }
 .post .body, .post .excerpt{ padding-left:8px; padding-right:8px; text-align:justify}

 .post .items{
	 display:inline;
 }
 .post .items li{ 
 	margin-left:12px;
 	padding-left:20px;
	margin-top:10px;
	list-style:none;
 }
 .leerMas{
 	float:left;
 	background: url(../img/bullet_flecha.gif) no-repeat;
 }
 .publicado{
 	float:left;
 	background: url(../img/fecha.gif) no-repeat;
 }
 .dateFecha{
 	padding-left:17px;
	font-size:8pt;
	float:right;
 }
 .post{
 	margin-top:10px;
 }
 .post a{
	text-decoration:underline;
	color:#000000;
 }
 .post a:hover{
	text-decoration:none;
	color:#000000;
 }
 .post .fecha{
	font-size:8pt;
 }

 .separador{
	margin-top:5px;
	margin-bottom:5px;
	width:400px;
	background:#D6D6D6;
	/* Solución de altura minima para navegadores más populares */
	height: auto !important;
	min-height: 1px;
    height: 1px; }

 
 .rightBox{
 	float:right;
	padding-left:5px;
 }
 
  .leftBox{
 	float:left;
	padding-right:5px;
 }
/* Articulos o entradas POSTS
--------------------------------------------------------------------------*/

/* POSTS INTERIORES - 
--------------------------------------------------------------------------*/
h1#titlePost{
	margin:0px;
	padding:0px;
}

#primeraLinea{
	clear:both;
	padding-top:10px;
}
/* = POSTS INTERIORES 
--------------------------------------------------------------------------*/
