/* --- globals ------------------------------------------------------------------------------ */
body {
	background:#1C1C1C none repeat scroll 0 0;
	color:#CCCCCC;
	font-family:"Arial",sans-serif;
	font-size:13px;
	line-height:21px;
	overflow-x: hidden;
	overflow-y: auto;
}

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

h2 {
	font-size:25px;
}

/*
#nav,#header,#footer {
	display:block;
}*/

.wrapper {
	margin:0 auto;
	width:750px;
}

hr.clear {
	border:0 none;
	clear:both;
	height:0;
	visibility:hidden;
}

a.round {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background-color:#c3f06b;
	color:black;
	padding:4px;
	text-decoration:none;
}
	a.round:hover {
		background-color:#F97940;
	}

.purple {
	color:#a463c5;
}
.gray {
	color:#333;
}
.big {
	font-size:21px;
}
.clear {
	clear:left;
}
#placeFirst {
	margin-bottom:30px;
}
#place {
	margin-bottom:20px;
	float:left;
	margin-right:70px;
}

/* --- nav ------------------------------------------------------------------------------ */
#nav {
	background:#202020 none repeat scroll 0 0;
	border-bottom:1px solid #232323;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:1;
}
	#nav ul {
		float:right;
	}
		#nav ul li {
			float:left;
		}
			#nav ul li a {
				color:#747474;
				display:block;
				float:left;
				padding:5px 0 5px 16px;
			}

/* --- header ------------------------------------------------------------------------------ */
#header {
	border-bottom:1px solid #202020;
	margin:0px 0 40px;
	padding:40px 0;
}
	#header h1 {
		color:#ff7800;
		float:left;
		letter-spacing:-0.75px;
		line-height:68px;
		margin-right:21px;
		
		font-size:72px;
	}
	#header .small {
		color:#747474;
		float:left;
		font-style:italic;
		margin-top:21px;
	}

/* --- about ------------------------------------------------------------------------------ */
#about {
	min-height:195px;
	padding:40px 0;
}
	#about #intro {
		border-top:1px solid #202020;
		margin:20px 0 0 270px;
		padding:20px 0 6px;
		text-align:left;
	}
		#about #intro ul li {
			margin-bottom:5px;
		}
	#about h2 {
		color:#6bd9f0;
		line-height:26px;
		margin-bottom:14px;
		padding-left:270px;
	}
	#about .picture {
		float:left;
		position:relative;
		top:-33px;
	}
		#about #caption {
			text-align:center;
			color:#333;
		}
			#about #caption a {
				color:#333;
				text-decoration:underline;
			}

/* --- projects ------------------------------------------------------------------------------ */
#projects {
	padding:40px 0;
}
	#projects h2 {
		color:#6bd9f0;
		line-height:26px;
		margin-bottom:14px;
		padding-left:270px;
	}
	#projects dl {
		border-top:1px solid #202020;
		float:left;
		padding:20px 0;
	}
		#projects dl dt {
			float:left;
			font-size:14px;
			margin-right:60px;
			width:210px;
		}
		#projects dl dd {
			float:left;
			width:270px;
		}
		#projects dl dd.launch {
			margin-left:60px;
			width:120px;
		}

/* --- contact ------------------------------------------------------------------------------ */
#contact {
	position:relative;
}
	#contact h2 {
		color:#6bd9f0;
		line-height:26px;
		margin-bottom:14px;
		padding:40px 0 0 270px;
	}
	#contact dl {
		border-top:1px solid #202020;
		float:left;
		margin-left:270px;
		padding:20px 0;
		width:450px;
	}
	#contact dt {
		margin-bottom:5px;
	}

/* --- footer ------------------------------------------------------------------------------ */
#footer {
	border-top:1px solid #202020;
	clear:both;
	margin-top:40px;
	padding:40px 0;
}