/* rubenlozano.com v1.0 */
/* CSS Reset v1.0 | 20080212 | http://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}
/* General Styles */
body {
	background: #FFF;
	color: #333;
	font: 62.5%/2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	width: 93.3em;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1 {
	font-size: 2.1em;
}

h2 {
	color: #797979;
	font-size: 1.8em;
	font-weight: normal;
	margin: .25em 0;
}

h3 {
	font-size: 1.8em;
	line-height: 1.25em;
	position: absolute;
	left: 0;
	top: 3.3em;
}

	h3 span {
		display: block;
	}
	
h4 {
	font-size: 1.8em;
}
	
p {
	font-size: 1.4em;
	margin: 0 0 1em 0;
}

ul {
	font-size: 1.4em;
}

a:link,
a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #F03;
}

.explanation {
	color: #797979;
	line-height: 1.5em;
	padding: 0 0 0 2em;
}

.row {
	overflow: hidden;
}

.project {
	float: left;
	padding: 0 0 6em 2.1em;
	width: 22em;
	*width: 21.9em; /* Hack IE7 */
}

	.project h4 {
		margin: 0 0 .3em 0;
		padding: 0 0 0 .3em;
	}
	
	.project p {
		color: #797979;
		padding: 0 0 0 .4em;
	}

#header {
	border-bottom: 1px solid #E4E4E4;
	padding: 5em 0 2.5em 0;
	position: relative;
}

	#language {
		font-size: 1.4em;
		position: absolute;
		right: 0;
		top: 5.5em;
	}

#projects {
	border-bottom: 1px solid #E4E4E4;
	padding: 6em 0 0 21em;
	position: relative;
}

#experiences {
	border-bottom: 1px solid #E4E4E4;
	padding: 6em 0 6em 21em;
	position: relative;
}

#testimonials {
	border-bottom: 1px solid #E4E4E4;
	overflow: auto;
	padding: 6em 0 0 21em;
	position: relative;
}

	blockquote {
		color: #797979;
		float: left;
		padding: 0 0 6em 3.1em;
		width: 20.9em;
	}

	.author {
		color: #333;
		font-weight: bold;
	}
	
		.author span {
			color: #666;
			display: block;
			font-weight: normal;
		}

#moreAboutMe {
	border-bottom: 1px solid #E4E4E4;
	overflow: auto;
	padding: 6em 0 5.7em 21em;
	position: relative;
}

	#moreAboutMe li {
		color: #797979;
		float: left;
		height: 16px;
		line-height: 16px;
		margin: 0 0 .7em 0;
		padding: 0 0 0 4.2em;
		width: 12.8em;
	}
	
	.linkedin {
		background: url(../img/icons.png) 32px 0 no-repeat;
	}
	
	.flickr {
		background: url(../img/icons.png) 32px -16px no-repeat;
	}
	
	.twitter {
		background: url(../img/icons.png) 32px -48px no-repeat;
	}
	
	.delicious {
		background: url(../img/icons.png) 32px -80px no-repeat;
	}
	
	.vimeo {
		background: url(../img/icons.png) 32px -32px no-repeat;
	}
	
	.blog {
		background: url(../img/icons.png) 32px -64px no-repeat;
	}

#contact {
	padding: 6em 0 12em 0;
	position: relative;
}

	#contact .email {
		position: absolute;
		left: 17.3em;
		top: 4.5em;
	}
	
	#contact .tel {
		position: absolute;
		left: 34.3em;
		top: 4.5em;
	}

	#contact p span {
		color: #666;
	}