/* background */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 20px;
	height: 100%;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 13px;
	background: white; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(-60deg, #FF1493, #ffd100); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(-60deg, #FF1493, #ffd100); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(-60deg, #FF1493, #ffd100); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(-60deg, #FF1493, #ffd100); /* Standard syntax */
  	background-attachment: fixed;
}



.main {
	overflow: hidden;
	position: relative;
	background: white;
	margin-bottom: 10px;
}

.headers {
	overflow: hidden;
	position: relative;
	background: white;
	margin-bottom: 10px;
	width: 100%;
}

.container {
	width: 100%;
}

div.item {
	overflow: hidden;
	background: white;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;

	width: 400px;
	height: 250px;
}

div.itemtop {
	overflow: hidden;
	background: white;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;

	width: 400px;
	height: 440px;
}

div.itembio {
	overflow: hidden;
	background: white;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;

	width: 400px;
	height: 100%;

}

div.itemportrait {
	overflow: hidden;
	background: white;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;

	width: 400px;
	height: 100%;

}


div.top {
	overflow: hidden;
	background: white;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;

	width: 400px;
	height: 220px;
}

div.list {
	overflow: hidden;
	background: white;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 400px;
}

div.project {
	display: inline;
	float:left;
	padding-bottom: 10px;
}

/* typography */


h1 {
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-left: 20px;
	margin-top: 12px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	margin-top: 12px;
}

h6 {
	font-size: 1em;
	font-weight: lighter;
	font-style: italic;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 18px;
}

p {
	font-weight: lighter;
	margin: 0;
	margin-top: 6px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
}

a {
	color: deeppink;
	text-decoration: none;
	font-weight: bolder;
}

img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}

img#lines {
	height: 206px;
}

i {
	font-weight: lighter;
}
