/* -------------------------------------------------------------- 

	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 "reset.css";
@import "typography.css";
@import "layout.css";
@import "comments.css";
/*@import "diagnostic.css"; Just use for developing tests */

.breadcrumbs{
 width: 100%;
 height: auto;
 margin: 7px 0px;
}

.socialize-containter, .socialize-containter a{
 color:#cccccc;
}

#tweet-me{
 width: 475px;
 background-image: url('/media/tweet-box.png');
 background-repeat: no-repeat;
 background-position: top left;
}
#tweet-me p{
 width: 315px;
 padding: 15px 0px 10px 25px;
}
#tweet-me img{
 padding: 7px 0px 0px 0px;
}

.handycons ul li{
 height:16px;
 padding:5px 0px 5px 0px;
 list-style: none;
}

.handycons ul li a{
 padding:0px 0px 0px 26px;

}

.handycons ul li.facebook{
 background:url(handycons/facebook_16.png) center left no-repeat;
}

.handycons ul li.feedburner{
 background:url(handycons/feedburner_16.png) center left no-repeat;
}

.handycons ul li.flickr{
 background:url(handycons/flickr_16.png) center left no-repeat;
}

.handycons ul li.lastfm{
 background:url(handycons/lastfm_16.png) center left no-repeat;
}

.handycons ul li.rss{
 background:url(handycons/rss_16x16.png) center left no-repeat;
}

.handycons ul li.twitter{
 background:url(handycons/twitter_16.png) center left no-repeat;
}

.handycons ul li.youtube{
 background:url(handycons/youtube_16.png) center left no-repeat;
}

/* -------------------------------- 
	 WordPress.com Stats - I hide the smiley (http://wordpress.org/extend/plugins/stats/faq/)
-------------------------------- */

img#wpstats{display:none;}