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

	Theme Name: Portfolio modified
	Theme URI: http://daigofujiwara.com/
	Description: Modified Portfolio Theme originally by WPESP
	Author: Daigo Fujiwara - 
	Author URI:  http://daigofujiwara.com/
	Version: 0.1
	Tags: 
	Modified version of wonderful A Portfolio Theme by WPESP of Víctor García Cuenllas. http://www.wpesp.com/portfolio

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

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/coda.css";
@import "style/css/thickbox.css";
@import "style/css/jqzoom.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;}
.friendfeed .name {font-size:50%;}
.friendfeed .content table, .badge {border:0;}
.flickr_badge_image {width:100px;}


/* tabs - YETII */

div#content div#ct-info ul.tabnav {
list-style-type: none;
margin-left:0;
padding-left:0;
}

ul.tabnav {
background:transparent url(/folio/img/base/pixel.gif) repeat-x scroll left bottom;
margin:20px 0 0;padding:0;
/* float:left; */
width:100%;
}
ul.tabnav li {
float:left;
margin:0 2px 0 0;
}
ul.tabnav a {
background:#EEEEEE none repeat scroll 0 0;
border-color:#CCCCCC #CCCCCC -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px 0;
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:4px 8px;
text-decoration:none;
}
ul.tabnav a:hover {
background:#FFFFFF none repeat scroll 0 0;
}
ul.tabnav a.active {
background:#FFFFFF none repeat scroll 0 0;
color:#000033;
cursor:default;
padding-bottom:5px;
}

a.pdf {
	background:url("http://daigo.org/img/pdf.gif") no-repeat right top;
	padding-right:20px;
	margin-right: 4px;
}
a.doc {
	background:url("http://daigo.org/img/doc.gif") no-repeat right top;
	padding-right:20px;
	margin-right: 4px;
}
a.external {
	background:url("http://daigo.org/img/othersite.gif") no-repeat right top;
	padding-right:19px;
	margin-right: 4px;

}
