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

	Theme Name: WPESP - Portfolio Theme Coda
	Theme URI: http://www.wpesp.com/portfolio
	Description: A Portfolio Theme by WPESP.
	Author: Víctor García Cuenllas.
	Author URI: http://wpesp.com
	Version: 0.1
	Tags: portfolio, theme, wpesp
	General comments/License Statement if any.

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

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/coda.css";
@import "style/css/custom_foodie.css";

/*@import "style/css/diagnostic.css"; Just use for developing tests */

/* -------------------------------- 
	 WordPress.com Stats - I hide the smiley (http://wordpress.org/extend/plugins/stats/faq/)
-------------------------------- */

img#wpstats{display:none;}

.entry p {
	font-size: 13px;
	line-height: 1.5;
}

.entry p a {
	color: #BF3A51;
}

#comments-block p {
	font-size: 12px;
}


	.lista_social {
		float: left;
		margin-bottom: 10px;
	}
	.lista_social a {
		text-indent: -1000px;
		display: block;
		width: 64px;
		height: 64px;
	}
	.lista_social a.social_facebook {
		background: transparent url(images/facebook.png) 0 0 no-repeat;
	}
	.lista_social a.social_twitter {
		background: transparent url(images/twitter.png) 0 0 no-repeat;
	}
	.lista_social a.social_flickr {
		background: transparent url(images/Flickr.png) 0 0 no-repeat;
	}
	
	
	
	
	
	
	
