/* VERSION 001 */


/* Reset
============================================================ */ 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, 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 {
	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;
}


/* Defaults
============================================================ */ 

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	background: #dfe2e6;
	background: #333;
	background: url(images/background-noise.png);
}


p {
}

a {
	text-decoration: none;
	color: #1563b0;
}
a:hover {
	text-decoration: underline;
}


/* Wrapper
============================================================ */ 

#wrapper {
	margin: 0em;
}



/* Boxes
============================================================ */ 

.box {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
}


#aboutme {
	background: #fff;
	padding: 30px;
	width: 540px;
	height: 140px;
	background: url(images/box-aboutme.png);
}
#aboutme h1 {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	margin-bottom: 8px;
	margin-top: 28px; /* for 2 lines */
	/*margin-top: 20px;*/ /* for 3 lines */
	text-transform: uppercase;
}

#contactme {
	clear: both;
	background: #fff;
	padding: 30px;
	width: 540px;
	height: 140px;
	background: url(images/box-aboutme.png);
}
#contactme h1 {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	margin-bottom: 8px;
	margin-top: 20px;
	text-transform: uppercase;
}

#iphonesketches {
	width: 400px;
}

#contact {
	background: #fff;
	background: url(images/box-aboutme.png);
}
#contact p {
	text-align: right;
	padding: 160px 32px 32px 32px;
}


/* Hidden
============================================================ */ 

.hidden {
	font-size: 2px; 
	position: absolute;
	top: -9999px;
	left: -9999px;
	opacity: 0.0;
}