/* Duplos v3.0 */
/* by Ricardo Mestre © 2010 */


/* BEGIN General Styles */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strike, s { text-decoration: line-through; }

u { text-decoration: underline; }

a img {
	border: none; /* Gets rid of IE's blue borders */
} 

p {
	line-height: 20px;
	margin-bottom: 20px;
}

p.last {
	margin: 0;
}

ul, ol { margin: 0 0 20px 0; }
ul li { list-style-type: disc; list-style-position: outside; margin-left: 30px; line-height: 20px; }
ol li { list-style-type: decimal; list-style-position: outside; margin-left: 30px; line-height: 20px; }

/* BEGIN Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* END Clearfix */

html, body { height: 100%; }

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px; /* Baseline grid of 20px */
	background: #0E2630 url(../img/layout/page-loading.gif) center center no-repeat;
}

a:link,
a:visited {
	color: #8CC63F;
	text-decoration: none;
	outline: 0;
}

a:hover,
a:focus {
	color: #8CC63F; 
	text-decoration: underline;
	outline: none;
}

a:active {
	color: #8CC63F; 
	text-decoration: none;
}

/* BEGIN Helpers */
.text-replace {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}
/* END Helpers */

/* BEGIN Headings */
h1 {
	width: 242px;
	height: 54px;
	font-size: 20px;
	font-weight: bold;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/layout/brand-logo.png);
}

h2 {
	font-size: 18px;
	font-weight: bold;
}
/* END Headings */

/* ----------------------------------------- */
/* END General Styles */


/* BEGIN Page Structure */
/* ----------------------------------------- */
div#page {
	background: transparent url(../img/layout/background-tile-pattern.jpg) top left repeat-x;
}

div#container {
	position: relative;
	width: 980px;
	height: 1800px;
	margin: 0 auto;
}

div#brand {
	position: absolute;
	z-index: 20;
	top: 1170px;
	left: 0;
	width: 980px;
	height: 580px;
}

div#social {
	position: absolute;
	z-index: 40;
	top: 800px;
	left: 60px;
	width: 460px;
	height: 360px;
	background: transparent url(../img/layout/balloon-chalk-frame-social.png) center center no-repeat;
}

div#work {
	position: absolute;
	z-index: 30;
	top: 680px;
	left: 540px;
	width: 360px;
	height: 300px;
	background: transparent url(../img/layout/balloon-chalk-frame-work.png) center center no-repeat;
}

div#projects {
	position: absolute;
	z-index: 50;
	top: 100px;
	left: 120px;
	width: 660px;
	height: 520px;
	background: transparent url(../img/layout/balloon-chalk-frame-projects.png) center center no-repeat;
}

div#floating-talk {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 980px;
	height: 1800px;
}
/* ----------------------------------------- */
/* END Page Structure */


/* BEGIN Page Components */
/* ----------------------------------------- */

/* BEGIN Brand */
div#brand * {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

div#brand a:hover {
	background-position: 0 10px;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

div#brand h1 {
	top: 440px;
	left: 420px;
	z-index: 40;
}

div#brand p.tagline {
	top: 500px;
	left: 422px;
	z-index: 40;
	width: 236px;
	height: 16px;
	background-image: url(../img/layout/brand-tagline.png);
	background-position: top center;
}

div#brand p.copyright {
	overflow: visible;
	position: relative;
	z-index: 100;
}

div#brand p.copyright span {
	top: 524px;
	left: 554px;
	z-index: 100;
	width: 106px;
	height: 26px;
	background-image: url(../img/layout/brand-copyright.png);
}

div#brand p.copyright a {
	top: 406px;
	left: 646px;
	z-index: 101;
	width: 66px;
	height: 56px;
	background-image: url(../img/layout/balloon-float-website-info.png);
}

div#brand p.welcome {
	top: 0;
	left: 580px;
	z-index: 50;
	width: 290px;
	height: 246px;
	background-image: url(../img/layout/balloon-chalk-welcome.png);
}

div#brand p.contact {
	position: relative;
	overflow: visible;
	z-index: 90;
}

div#brand p.contact span {
	top: 420px;
	left: 70px;
	z-index: 90;
	width: 188px;
	height: 104px;
	background-image: url(../img/layout/email-wood.png);
}

div#brand p.contact a.email {
	top: 364px;
	left: 100px;
	z-index: 91;
	width: 80px;
	height: 82px;
	background-image: url(../img/layout/balloon-float-email.png);
}

div#brand img.ricardo-mestre-illustration {
	top: 158px;
	left: 464px;
	z-index: 60;
}

div#brand img.big-tree {
	top: 0;
	left: 0;
	z-index: 20;
}

div#brand img.small-tree {
	top: 260px;
	left: 740px;
	z-index: 20;
}

div#brand img.blue-rumba {
	top: -60px;
	left: -30px;
	z-index: 10;
}
/* END Brand */

/* BEGIN Social */
div#social * {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

div#social h2 {
	position: absolute;
	top: 10px;
	left: 100px;
	width: 152px;
	height: 50px;
	z-index: 10;
	background-image: url(../img/layout/hd-social.png);
}

div#social dl, div#social dt, div#social dd  { overflow: visible; }

div#social dt, div#social dd { position: absolute; }

div#social a:hover {
	background-position: 0 10px;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

div#social .lastfm {
	z-index: 20;
	top: 130px;
	left: 10px;
	width: 150px;
	height: 106px;
}

div#social .lastfm a {
	width: 150px;
	height: 106px;
	background-image: url(../img/layout/balloon-social-item-lastfm.png);
}

div#social .rocks {
	z-index: 21;
	top: 70px;
	left: 20px;
	width: 88px;
	height: 82px;
	background-image: url(../img/layout/balloon-social-comment-rocks.png);
}

div#social .soundcloud {
	z-index: 30;
	top: 200px;
	left: 80px;
	width: 202px;
	height: 110px;
}

div#social .soundcloud a {
	width: 202px;
	height: 110px;
	background-image: url(../img/layout/balloon-social-item-soundcloud.png);
}

div#social .bang {
	z-index: 31;
	top: 250px;
	left: 18px;
	width: 84px;
	height: 58px;
	background-image: url(../img/layout/balloon-social-comment-bang.png);
}

div#social .twitter {
	z-index: 40;
	top: 100px;
	left: 160px;
	width: 130px;
	height: 100px;
}

div#social .twitter a {
	width: 130px;
	height: 100px;
	background-image: url(../img/layout/balloon-social-item-twitter.png);
}

div#social .blah {
	z-index: 41;
	top: 48px;
	left: 210px;
	width: 64px;
	height: 66px;
	background-image: url(../img/layout/balloon-social-comment-blah.png);
}

div#social .flickr {
	z-index: 50;
	top: 180px;
	left: 276px;
	width: 126px;
	height: 102px;
}

div#social .flickr a {
	width: 126px;
	height: 102px;
	background-image: url(../img/layout/balloon-social-item-flickr.png);
}

div#social .snaps {
	z-index: 51;
	top: 174px;
	left: 384px;
	width: 82px;
	height: 62px;
	background-image: url(../img/layout/balloon-social-comment-snaps.png);
}

div#social .facebook {
	z-index: 60;
	top: 70px;
	left: 290px;
	width: 160px;
	height: 102px;
}

div#social .facebook a {
	width: 160px;
	height: 102px;
	background-image: url(../img/layout/balloon-social-item-facebook.png);
}

div#social .love {
	z-index: 61;
	top: 12px;
	left: 340px;
	width: 72px;
	height: 76px;
	background-image: url(../img/layout/balloon-social-comment-love.png);
}
/* END Social */

/* BEGIN Work */
div#work * {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

div#work h2 {
	position: absolute;
	top: 0;
	left: 90px;
	width: 136px;
	height: 26px;
	z-index: 10;
	background-image: url(../img/layout/hd-work.png);
}

div#work dt, div#work span  { position: absolute; }
div#work dl, div#work dd  { overflow: visible; }

div#work a:hover {
	background-position: 0 10px;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

div#work .company {
	z-index: 20;
	top: 70px;
	left: 80px;
	width: 224px;
	height: 148px;
}

div#work .company a.quodis {
	width: 224px;
	height: 148px;
	background-image: url(../img/layout/balloon-work-item-quodis.png);
}

div#work .webdesign {
	z-index: 21;
	top: 60px;
	left: 0;
	width: 96px;
	height: 90px;
	background-image: url(../img/layout/balloon-work-comment-webdesign.png);
}

div#work .development {
	z-index: 22;
	top: 20px;
	left: 230px;
	width: 120px;
	height: 90px;
	background-image: url(../img/layout/balloon-work-comment-development.png);
}
/* END Work */

/* BEGIN Projects */
div#projects * {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

div#projects em {
	display: inline;
}

div#projects h2 {
	position: absolute;
	top: 4px;
	left: 180px;
	width: 190px;
	height: 28px;
	z-index: 10;
	background-image: url(../img/layout/hd-projects.png);
}

div#projects dt, div#projects span, div#projects dd a { position: absolute;}

div#projects dl, div#projects dt, div#projects dd { overflow: visible; }

div#projects a:hover {
	background-position: 0 10px;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

div#projects .datm {
	z-index: 50;
	top: 70px;
	left: 60px;
	width: 222px;
	height: 164px;
}

div#projects .datm a {
	width: 222px;
	height: 164px;
	background-image: url(../img/layout/balloon-projects-item-datm.png);
}

div#projects .band {
	z-index: 51;
	top: 14px;
	left: 70px;
	width: 74px;
	height: 80px;
	background-image: url(../img/layout/balloon-projects-comment-band.png);
}

div#projects .shake {
	z-index: 52;
	top: 160px;
	left: 0;
	width: 94px;
	height: 106px;
	background-image: url(../img/layout/balloon-projects-comment-shake.png);
}

div#projects .pseudonimo {
	z-index: 40;
	top: 148px;
	left: 252px;
	width: 278px;
	height: 128px;
}

div#projects .pseudonimo a {
	width: 278px;
	height: 128px;
	background-image: url(../img/layout/balloon-projects-item-pseudonimo.png);
}

div#projects .solo {
	z-index: 41;
	top: 58px;
	left: 310px;
	width: 94px;
	height: 106px;
	background-image: url(../img/layout/balloon-projects-comment-solo.png);
}

div#projects a.lltep {
	z-index: 42;
	top: 200px;
	left: 504px;
	width: 128px;
	height: 120px;
	background-image: url(../img/layout/balloon-projects-comment-lltep.png);
}

div#projects .m3u {
	z-index: 60;
	top: 50px;
	left: 460px;
	width: 146px;
	height: 134px;
}

div#projects .m3u a {
	width: 146px;
	height: 134px;
	background-image: url(../img/layout/balloon-projects-item-m3u.png);
}

div#projects .pop {
	z-index: 61;
	top: 0;
	left: 400px;
	width: 98px;
	height: 92px;
	background-image: url(../img/layout/balloon-projects-comment-pop.png);
}

div#projects .dj {
	z-index: 62;
	top: 48px;
	left: 588px;
	width: 60px;
	height: 62px;
	background-image: url(../img/layout/balloon-projects-comment-dj.png);
}

div#projects .gtb {
	z-index: 30;
	top: 250px;
	left: 170px;
	width: 246px;
	height: 194px;
}

div#projects .gtb a {
	width: 246px;
	height: 194px;
	background-image: url(../img/layout/balloon-projects-item-gtb.png);
}

div#projects .free {
	z-index: 31;
	top: 230px;
	left: 90px;
	width: 108px;
	height: 96px;
	background-image: url(../img/layout/balloon-projects-comment-free.png);
}

div#projects .cc {
	z-index: 32;
	top: 360px;
	left: 100px;
	width: 110px;
	height: 94px;
	background-image: url(../img/layout/balloon-projects-comment-cc.png);
}

div#projects .mp3jing {
	z-index: 33;
	top: 300px;
	left: 370px;
	width: 130px;
	height: 110px;
	background-image: url(../img/layout/balloon-projects-comment-mp3jing.png);
}
/* END Projects */

/* BEGIN Floatink Talk */
div#floating-talk * {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

div#floating-talk .dashed-one {
	position: absolute;
	z-index: 10;
	top: 980px;
	left: 680px;
	width: 194px;
	height: 154px;
	background-image: url(../img/layout/balloon-dashed-01.png);
}

div#floating-talk .dashed-two {
	position: absolute;
	z-index: 20;
	top: 540px;
	left: 60px;
	width: 102px;
	height: 94px;
	background-image: url(../img/layout/balloon-dashed-02.png);
}

div#floating-talk .dashed-three {
	position: absolute;
	z-index: 30;
	top: 20px;
	left: 700px;
	width: 212px;
	height: 140px;
	background-image: url(../img/layout/balloon-dashed-03.png);
}

div#floating-talk .dashed-four {
	position: absolute;
	z-index: 40;
	top: -90px;
	left: 140px;
	width: 164px;
	height: 136px;
	background-image: url(../img/layout/balloon-dashed-04.png);
}

div#floating-talk .float-exclamation .sentence {
	position: absolute;
	z-index: 50;
	top: 640px;
	left: 160px;
	width: 164px;
	height: 138px;
	background-image: url(../img/layout/balloon-float-exclamation-talk.png);
}

div#floating-talk .float-exclamation .response {
	position: absolute;
	z-index: 51;
	top: 596px;
	left: 300px;
	width: 66px;
	height: 74px;
	background-image: url(../img/layout/balloon-float-exclamation-response.png);
}

div#floating-talk .float-floating-sentence {
	position: absolute;
	z-index: 60;
	top: 520px;
	left: 700px;
	width: 140px;
	height: 98px;
	background-image: url(../img/layout/balloon-float-floating-talk.png);
}

div#floating-talk .float-floating-response {
	position: absolute;
	z-index: 60;
	top: 464px;
	left: 790px;
	width: 76px;
	height: 78px;
	background-image: url(../img/layout/balloon-float-floating-response.png);
}
/* END Floatink Talk */

/* BEGIN Colophon */
div#colophon * {
	display: none;
}

div#colophon-notes h2 {
	margin-bottom: 20px;
	color: #8CC63F;
}

div#colophon-notes div.hr {
  height: 4px;
  background: transparent url(../img/layout/hr-tile-pattern.jpg) center left repeat-x;
  margin-bottom: 20px;
}

div#colophon-notes div.hr hr {
  display: none;
}

div#colophon-notes a,
div#colophon-notes a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #00602B;
	padding: 1px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#colophon-notes a:hover {
	background-color: #004921;
	color: #FFF;
}
/* END Colophon */

/* BEGIN Honorable Mentions */
div#honorable-mentions {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 10;
}

div#honorable-mentions p {
	position: relative;
}

div#honorable-mentions a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

div#honorable-mentions a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

div#honorable-mentions a.tca-honor-design {
	height: 120px;
	width: 120px;
	background-image: url(../img/extras/tca-mention.png);
	display: none;
}

div#honorable-mentions a.tca-site-day {
	width: 70px;
	height: 110px;
	background-image: url(../img/extras/tca-site-day.png);
}

div#honorable-mentions a.tca-site-month {
	width: 70px;
	height: 110px;
	background-image: url(../img/extras/tca-site-month.png);
}
/* END Honorable Mentions */

/* ----------------------------------------- */
/* END Page Components */