/*-------------------------------------------------------------------------
 Clic 2007
---------------------------------------------------------------------------
 File: posts.css
 Sitio: Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
 CSS styles for post articles
--------------------------------------------------------------------------*/

.posts { width:556px; float:left; }

.post .header h1 *{ vertical-align:middle; }
.post .header h1{height:54px; width:428px; color:#333333;  float:left;}
.post .header h1 div {font-size:12pt; margin-top:15px; }
.post .header .bullet {height:54px; width:39px; background: url(../img/bullet_first_post.jpg) no-repeat; float:left}
.post .header div.second {background: url(../img/bullet_all_posts.jpg) no-repeat;}
.post .header .fecha { 
	height:54px; 
	width:88px; 
	background: url(../img/fondo-cal-first-post.jpg) 0px 16px no-repeat; 
	float:left;
	font-weight:bold;
	color:#353761;
 }
.post .header .fecha span { position:relative; top:25px; left:8px; font-size:7pt;}
.post .pcontenido { padding: 0px 10px 0px 10px; text-align:justify;}
.post ul.postList {  float:right; font-size:8pt; padding-right:20px; padding-top:5px; padding-bottom:5px;}
.post ul.postList li { display:inline;}
.posts .separador, .separador { background: url(../img/separador.gif) repeat-x; height:1px; width:80%; text-align:center; padding:5px}
.separador { margin:10px 0px 10px 0px; padding:0px; margin-left:auto; margin-right:auto;}
.post .pcontenido img { border:2px solid #383B68; padding:2px}
ul.postList li { padding-bottom:5px;}
