/* @group 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
}

a img, fieldset {
	border: none;
}

a:focus, a:active {
	outline: 0;
}

/* @end */

body {
	text-align: center;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #d3d3d3 url(../img/homeBG.png) repeat-x;
}

a:active{
  outline: none;
}

a {
	color: #000;
	text-decoration: none;
}

#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align:left;
}

#header {
	margin-top: 30px;
}

#content {
	margin-top: 40px;
}

#content .leftImage {
	float: left;
}

#content .download {
	float: left;
	margin-left: 80px;
	margin-top: -15px;
}

#content a {
	
}



#content .thesis {
	margin-top: 20px;
	background: url(../img/thesis.png) no-repeat left;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#content .thesis:hover h2 {

}

#content .iphone {
	background: url(../img/iphone.png) no-repeat left;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .iphone:hover h2 {

}

#text {
	margin-top: 50px;
}

#text .row {
	float: left;
	width: 210px;
	margin-right: 40px;
}

.noRightMargin {
	width: 210px;
	float: left;
	margin-right: 0px;
}

p {
	font-size: 13px;
	line-height: 21px;
	color: #383737;
}

h1 {
	font-size:250%;
	margin-bottom: 5px;
	color: #232323;
	letter-spacing: 1px;
}

h2 {
	font-size:160%;
	margin-bottom: 5px;
	color: #141414;
}

h3 {
	font-size: 150%;
	margin-bottom: 20px;
	color: #383838;
}

h4 {
	font-size: 100%;
	color: #747372;
}

.clearBoth {
	clear: both;
}



ul.footer {
	
	color: #999;
	margin-top: 60px;
	text-align: center;
	font-size: 11px;
}	

ul.footer a {
	color: #999;
}	

ul.footer li {
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
	color: #999;
}

ul.footer li img {
	border: none;
	position: relative;
	top: 10px;
}
