@charset "utf-8";
/*   
Theme Name: 	Little Worm v 1.0
Theme URI: 		http://www.proyecto12.com
Description: 	Basic Theme for the Proyecto 12 blog network
Author: 		Manuel Martín (MmO)
Author URI: 	http://www.proyecto12.com
Version: 		1.0
*/

/*TOP, FONT, ESTRUCTURA Y  BACKGROUNDS***********************************/

* {margin:0;padding:0;}

body { font-family:Arial, Helvetica, sans-serif;  }

#contenedor { width:900px; text-align:left;}

h1 { }

/*HEADER **************************************************/
#header { width:900px; float:left; }

#popularpost { }

	#popularpost .tittle { }

	#popularpost .postimg { }

.logo { }

.personaje { }

.slogan { }

/*LOOP ***************************************************/

#contentcolumn { width:600px; float:left}

#laspost { } /*Post nuevo */

	#lastpost h2 { }

	#lastpost .cuerpo { }

	#lastpost .date { }
		
		#lastpost .day { }  /*Estilo de Día de publicación*/
		
		#lastpost .month { } /*Estilo de Mes de publicación*/

	#lastpost .comentcounter{ }
	
	#lastpost .imgart { } /*Tumbnails de cada post*/
	
	#lastpost .postmeta { } 
	
	#lastpost .cates { } /*Listado de Categorías por post */

#otherones { margin-top:10px; }

	#otherones h2 { }

	#otherones .cuerpo { }

	#otherones .date { }
	
		#otherones .day { } /*Estilo de Día de publicación*/
		
		#otherones .month { }  /*Estilo de Mes de publicación*/

	#otherones .comentcounter{ }
	
	#otherones .imgart { }/*Tumbnails de cada post*/
	
	#otherones .postmeta { }
	
	#otherones .cates { } /*Listado de Categorías por post */
	
	


/*SIDEBAR **********************************************/

#sidebar { width:300px; float:left; background:#CCCCCC;}

	#sidebar h3 { }

/*SINGLE POST *******************************************/

#single { }

	#single h2 { }
	
	#single h4 { }
	
	#single img { }
	
#metadata { }


/*LINKS TYPES *********************************/

a { }

a:hover { }


/*FOOTER ********************************************/

#footer {width:900px; float:left; background: #999999; text-align:center; }

	#footer h3 { }
	




