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

body{
	background-color:#231F20;
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.7em;
	font-weight:lighter;
	color:#FFF;
}

#control_contact{
	width:100%;
	min-height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

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

#intro a{
	padding:0px;
	border-bottom: 1px solid #fff;
    text-decoration: none;
}

#intro a:hover{
	border-bottom:1px solid #828282;
}


a:hover{
	color:#828282;
	text-decoration:none;
	cursor:pointer;
}

#l-cont{
	width:220px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#r-cont{
	width:500px;
	position:absolute;
	left:220px;
	top:172px;
	font-size:2.2em;
	line-height:1.3em;
}

#r-cont a{
	border-bottom:1px #FFF solid;
	padding-bottom:2px;
}

#r-cont a:hover{
	border-bottom:1px #828282 solid;
}

#ba{
	width:156px;
	margin-left:32px;
	margin-top:32px;
}

#bmark{
	position:absolute;
	top:180px;
	width:220px;
	left:50%;
	margin-left:-110px;
}

#meta{
	width:156px;
	margin-left:32px;
	bottom:32px;
	position:fixed;
}

.drawer{
	width:100%;
	min-height:100px;
	margin-top:2px;
	border-top-style:solid;
	border-top-width:1px;
	font-size:16px;
}

.drawer .column1{
	width:5%;
	padding:16px;
	float:left;
	cursor:pointer;
}

.drawer .column{
	width:35%;
	min-width:190px;
	min-height:68px;
	padding:16px;
	float:right;
	
}

#contact a{
	color:#FFF;
	text-decoration:none;
	border-bottom: none;
	padding:none;
}

#contact a:hover{
	color:#828282;
	text-decoration:none;
	border-bottom: none;
	padding:none;
}

#contact{
	border-top-color:#828282;
	display:none;
}

#form-cont{
	width:188px;
	height:100px;
	margin-left:32px;
	top:450px;
	position:absolute;
	display:none;
}

.button{
	float:left;
	margin-top:10px;
	border-bottom:1px solid #fff;
	
}

.button:hover{
	color:#828282;
	text-decoration:none;
	cursor:pointer;
	border-bottom:1px solid #231F20;
}

#block{
	position:absolute;
	background-color:#231F20;
	left:32px;
	top:505px;
	width:100px;
	padding-top:10px;
	padding-bottom:10px;;
	display:none;
}

#intro{
	top:176px;
	left:32px;
	float:left;
	position:absolute;
	line-height:1.5em;
	
}
