/* resets and defaults */
body {
	padding: 0;
	margin: 0;
	background: #191923;
	font: 14px 'Helvetica', 'Arial', 'sans-serif'; 
}
h1, h2, h3, h4, p {
	margin: 0 0 12px 0;
	font-weight: bold;
}

a {
	color: #2caba4;
	font-size: 12px;
}

/* layout */
#wrapper {
	width: 600px;
	margin: 25px auto;
	background: #F9F8F7;
	padding: 0 25px 25px 25px;
}

#header {
	padding-top: 25px;
	position: relative;
	padding-bottom: 15px;
	height: 35px;
}

/* profile page */
#profile {
	padding: 40px 20px 20px;
	background: #191923;
	position: relative;
}
#profile h1 {
	line-height: 60px; 
	color: #2caba4; 
	font-size: 72px; 
	letter-spacing: -0.12em; 
	line-height: 60px;
	text-transform: uppercase;
}
#profile h2#city_name {
	margin-bottom: 0;

	color: #2caba4; 
	font-size: 24px; 
	letter-spacing: -0.10em; 
	line-height: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 20px;
}
#profile_photo {
	border: 10px solid #fff;
	float: right;
	margin-left: 15px;
	margin-top: 30px;
}
#profile .profile_element {
	line-height: 17px; 
	margin-top: 15px;
	margin-bottom: 30px; 
	color: #f9f9f7; 
}
#profile .profile_element h3 {
	color: #2caba4;
	font-size: 32px;
	text-transform: lowercase;
	letter-spacing: -0.07em;
	margin-bottom: 12px;
}

#main_info {
	border-bottom: 1px solid #2caba4;
	padding-bottom: 15px;
}

#left_column {
	padding-top: 1px;
	width: 260px;
	float: left;
	padding-right: 20px;
}
#left_column h3 {
	text-align: right;
}
#right_column {
	padding-top: 1px;
	width: 259px;
	padding-left: 20px;
	border-left: 1px solid #2caba4;
	float: left;
}

#bio h3 {
	text-align: right;
}
#links ul {
	list-style-image: url(arrow.png);
}
#links ul li {
	padding-left: 0px;
}
#updates h3 {
	padding-bottom: 30px;
}
#updates .update {
	margin-bottom: 20px;
}
#updates .update h4 {
	margin-bottom: 12px; 
	color: #f9f9f7; 
	font-size: 24px; 
	font-weight: normal; 
	letter-spacing: -0.04em; 
	line-height: 20px;
	text-transform: uppercase;
}
#updates .update p {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
}
#updates a {
	text-decoration: underline;
}
#updates .read_on {
	text-align: right;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}


.video_link {
	background: #F9F8F7;
	text-align: center;
}

/* homepage */
#homepage {
	position: relative;
}
#coming_soon {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 600px;
	text-align: center;
	font-size: 30px;
	line-height: 60px; 
	color: #2caba4; 
	font-size: 72px; 
	letter-spacing: -0.1em; 
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px 2px #F9F8F7;

	
}

#home_about {
	position: absolute;
	bottom: 50px;
	left: 25px;
	width: 550px;
	text-align: justify;
	line-height: 15px; 
}


#beta {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 600px;
	text-align: right;
	font-size: 17px;
	line-height: 16px; 
	color: #2caba4;  
	letter-spacing: -0.1em; 
	
}
#beta a {
	font-size: 17px;
}

#nav {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 600px;
	text-align: left;
	font-size: 25px;
	line-height: 17px; 
	color: #2caba4;  
	letter-spacing: -0.1em; 
	text-transform: uppercase;
	
}
#nav a {
	font-size: 25px;
}

#copyright {
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 600px;
	text-align: right;
	font-size: 15px;
	line-height: 14px; 
	color: #2caba4;  
	letter-spacing: -0.1em; 
	
}
#copyright a {
	font-size: 15px;
}

/* other */
.clear {
	clear: both;
}

