.clearing {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {background:#333;font-family:Courier, monospace;}

#wrapper {padding:60px;margin-top:0;display:none;}
	#wrapper:hover {}

h1 {font-size:36px;font-weight:200;color:#fff;line-height:1.4;padding-bottom:15px;text-transform: capitalize;}
	h1 a {color:#fff;text-decoration:none;font-weight:bold;}
	h1 span {font-size:18px;}
	h1 a:hover {text-decoration:underline;}

a:hover {border-bottom:0;}

h2 {color:#fff;font-size:14px;text-transform: capitalize;}
h3 {color:#fff;font-size:14px;}
	h3 a {color:#fff;border-bottom:1px solid #fff;text-decoration:none;}

p {font-size:11px;font-weight:normal;line-height:1.4;}

#work {margin-top:20px;}
#work ul {overflow:hidden;}
	#work ul li {list-style:none;font-size:14px;line-height:1.4;}
	#work ul li a {color:#fff;border-bottom:1px solid #fff;text-decoration:none;line-height:1.8;}
	#work a:hover {border-bottom:0;}
	#work ul li.last {margin-right:0;}
	
@media only screen and (max-device-width: 480px) {
  #wrapper {
    padding: 20px;
  }
}