@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#bfbfbf;
	font-family: 'Molengo', arial, serif; 
	}

a {
	color:#bfbfbf;
	}
	
#wrapper {
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	border:0px dotted red;
	}
	
#container {
	position:absolute;
	height: 1000px;
	width:100%;
	margin-top:-500px;
	top:50%;
	border:0px solid red;
}

.main {
	width: 604px;
	margin: 0 auto;
	text-align:center;
}

h1 {font-size:1.1em; font-weight:100; height:64px; letter-spacing: 0.07em; padding-top:38px;}

h2 {font-size:0.9em; font-weight:400; height:64px; letter-spacing: 0.07em; padding-top:38px;}

#header_work {
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	#header_work h1 {
		height:30px;
	}

.main_list {
	
}

#photo {width:604px;}

/*
#controls {font-size:0.8em; text-align:right; width:604px; margin-top:9px; margin-left:123px;
  letter-spacing: 0.06em;}
*/

#portfolio_login {
	width:604px;
	height:40px;
	margin:27px 0 27px 0; 
	font-size:1.1em;
	letter-spacing: 0.06em;
	}
	
#login_module {
	width: 428px;
	margin-left: 84px;
	display:none;
}

#button_portfolio, #button_portfolio_open {
	background-color:#454545; 
	width:114px; 
	height:26px; 
	text-align:center; 
	padding: 15px 5px 8px 5px;
	margin-left:245px;
	cursor: pointer;
	}
	
.galleryButton {
	background-color: #454545;
width: 204px;
height: 26px;
text-align: center;
margin: 20px auto;
padding: 15px 0 10px;
cursor: pointer;
	}	
	
#button_login {
	background-color:#454545; 
	width: 78px;
height: 26px;

padding: 15px 5px 8px 5px;
	text-align:center;
	cursor: pointer;
	}
  
#instructions {
	margin-bottom:16px;
	clear:both;
	}

.bflinks a{
	font-size:0.8em;
  	letter-spacing: 0.06em;
	}
	
input {
	background-color: #454545;
	height: 46px;
width: 190px;
	border: 1px dotted #bfbfbf;
	font-size:1.1em;
	letter-spacing: 0.06em;
	color:#bfbfbf;
	padding-left:3px;
}

dl, dd {
	float:left;
	position:relative;
}