/*
	@author: Bruno Alexandre
	@date  : Junho de 2010 
	
	@reset from: BluePrint CSS Framework
	@icons from: http://webtoolkit4.me/2008/09/05/webtoolkit4me-releases-the-first-icon-set/
*/


/***************************************************************************************************/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}

/***************************************************************************************************/

ul, ol {margin:0 1.5em;padding:0;}

.redBkg 	{ 
	background-color: #FBCECE; }
.yellowBkg { 
	background-color: #FBF1CE; }

body {
	text-align: center;
}

#container {
	width: 602px;
	margin: 110px auto; /* center for good browsers */
	text-align: left; /* counter the body center */
}

.square_redBkg {
	background: url('../images/square.png') no-repeat 0 0 transparent;}
.square_yellowBkg {
	background: url('../images/square.png') no-repeat 0 -292px transparent;}
#square {
	width: 602px;
	height: 292px;
	text-align: center;
}

.name_redBkg {
	background:url('../images/name.png') no-repeat scroll 0 0 transparent;}
.name_yellowBkg {
	background:url('../images/name.png') no-repeat scroll 0 -65px transparent;
}
#name {
	height:65px;
	margin:0 auto;
	position:relative;
	top:120px;
	width:334px;
	z-index:999;
	cursor: pointer;
	display: block;
}

#picture {
	/*
	background:url('../images/myself.png') no-repeat scroll 0 0 transparent;
	float:left;
	height:387px;
	position:absolute;
	top:3px;
	width:284px;
	z-index:999;
	cursor: pointer;
	display: none;
	*/
	
	background:url('../images/myself.png') no-repeat scroll 0 0 transparent;
	height:387px;
	width:284px;
	position: absolute;
	top: 4px;
	display: none;
	
}

/***************************************************************************************************/

.links { 
	float:left; }
.colors { 
	float:right; }

/* icons */
.linkedin a { background: url('../images/icons.png') no-repeat scroll 0px -32px transparent; }
.facebook a { background: url('../images/icons.png') no-repeat scroll -32px -32px transparent; }
.twitter a { background: url('../images/icons.png') no-repeat scroll -64px -32px transparent; }
.delicious a { background: url('../images/icons.png') no-repeat scroll -96px -32px transparent; }
.flickr a { background: url('../images/icons.png') no-repeat scroll -128px -32px transparent; }
.youtube a { background: url('../images/icons.png') no-repeat scroll -160px -32px transparent; }
.wordpress a { background: url('../images/icons.png') no-repeat scroll -192px -32px transparent; }
.lastfm a { background: url('../images/icons.png') no-repeat scroll -224px -32px transparent; }
.rss a { background: url('../images/icons.png') no-repeat scroll -256px -32px transparent; }
.google a { background: url('../images/icons.png') no-repeat scroll -288px -32px transparent; }
.red a { background: url('../images/icons.png') no-repeat scroll -320px -32px transparent; }
.yellow a { background: url('../images/icons.png') no-repeat scroll -352px -32px transparent; }

/* hover */
.linkedin a:hover, .linkedin .active { background: url('../images/icons.png') no-repeat scroll 0px 0 transparent; }
.facebook a:hover, .facebook .active { background: url('../images/icons.png') no-repeat scroll -32px 0 transparent; }
.twitter a:hover, .twitter .active{ background: url('../images/icons.png') no-repeat scroll -64px 0 transparent; }
.delicious a:hover, .delicious .active { background: url('../images/icons.png') no-repeat scroll -96px 0 transparent; }
.flickr a:hover, .flickr .active { background: url('../images/icons.png') no-repeat scroll -128px 0 transparent; }
.youtube a:hover, .youtube .active { background: url('../images/icons.png') no-repeat scroll -160px 0 transparent; }
.wordpress a:hover, .wordpress .active { background: url('../images/icons.png') no-repeat scroll -192px 0 transparent; }
.lastfm a:hover, .lastfm .active { background: url('../images/icons.png') no-repeat scroll -224px 0 transparent; }
.rss a:hover, .rss .active { background: url('../images/icons.png') no-repeat scroll -256px 0 transparent; }
.google a:hover, .google .active { background: url('../images/icons.png') no-repeat scroll -288px 0 transparent; }

.yellow a:hover, .yellow .active { background: url('../images/icons.png') no-repeat scroll -320px 0 transparent; }
.red a:hover, .red .active { background: url('../images/icons.png') no-repeat scroll -352px 0 transparent; }

#icons ul {
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#icons li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

#icons li a {
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
