/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
h1,h2,h3,h4,h5,h6{font-weight:normal}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul, nav li{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border:none;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;margin:0;padding:0}
input,select{vertical-align:middle}

/* Fonts */
@font-face {
	font-family: 'AvantGardeMdITCTTRegular';
	src: url("avangmi-webfont.eot");
	src: url("avangmi-webfont.eot?#iefix") format('embedded-opentype'),
		url('avangmi-webfont.woff') format('woff'),
		url('avangmi-webfont.ttf') format('truetype'),
		url('avangmi-webfont.svg#AvantGardeMdITCTTRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* type */
body, p, input, textarea, select, label {
	font-family: 'AvantGardeMdITCTTRegular', Arial, Trebuchet, sans-serif;
	font-size: 14px;
	color:#323232;
	text-shadow: 1px 1px 1px #dcdcdc;
	text-transform: none;
}



a {
	color:#999999;
	-webkit-transition: color .1s ease-in; /* safari and chrome */
	-moz-transition: color .1s ease-in; /* mozilla */
	-o-transition: color .1s ease-in; /* opera */
	transition: color .1s ease-in; 
}

a:hover {
	color: #646464;
}

p {
	margin:0 0 20px;
	line-height: 1.4;
}

.small {
	font-style: italic;
	font-size: 10px;
	color: #646464;
}

.title, section header {
	text-transform: uppercase;
}

section article li {
	margin-left: 15px;
	list-style: circle;
}

/* Page Structure */
#wrap {
	width:940px;
	margin:0 auto;
	padding-bottom:5px;
	position: relative;
}

#mh, section {
	overflow: hidden;
	height: 1%;
}

#mh menu {
	padding-bottom: 60px;
	border-bottom: 2px solid #646464;
}

#mh h1 {
	width: 296px;
	height: 117px;
	background: url(logo.png);
	text-indent: -10000px;
	margin: 56px 0 18px;
}

#mh li {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-top: 30px;
	text-transform: uppercase;
	text-shadow: none;
}

.col, section header {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-top: 30px;
	border-top: 1px solid #dcdcdc;
	padding-top: 19px;
}

section header {
	border-color: #646464;
}

.last {
	margin-right: 0 !important;
}

.first {
	margin-left: 240px;
}

.double {
	width: 460px;
}

.triple {
	width: 700px;
}

footer {
	border-top: 2px solid #646464;
	margin-top: 30px;
}

/* Navigation */

#mh li {
	border-bottom: 1px solid #646464;
	border-top: 1px solid #646464;
	margin-top:0;
}

#mh li a {
	display: block;
	line-height: 29px;
	text-indent: 1px;
	color: #323232;
	-webkit-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	-o-transition: background .2s ease-in;
	transition: background .2s ease-in;
}

#mh li a:hover,
#mh li.selected a,
footer menu p.selected a,
footer menu p a:hover {
	background: #00adef;
}

#mh li#work a:hover,
#mh li.selected#work a {
	background: #ed008c;
}

#mh li#mybackground a:hover,
#mh li.selected#mybackground a {
	background: #fef200;
}


#mh li#getintouch a:hover,
#mh li.selected#getintouch a {
	background: #dcdcdc;
}

/* work things */
article.project {
	cursor:pointer;
	min-height: 250px;
}

article.project.over {
	background: #efefef;
}

.categories p {
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
}

.extra-leading p, .categories p {
	line-height: 1.70;
}

/* bw images */
.bwimg {
	overflow: hidden;
	height: 160px;
	position: relative;
}

.bwimg img {
	display: block;
	margin-top: -80px;
}

.bwimg:hover img, .over .bwimg img {
	margin: 0;
}

/* Contact Form */
form {
	width: 460px;
	text-align: left;
}

form fieldset {
	width: 220px;
	float: left;
}

form fieldset.message {
	width: 220px;
	float: right;
}

form fieldset label {
	width: 220px;
	display: block;
	text-transform: uppercase;
}

form fieldset.message label {
	width: 220px;
	display: block;
	float: right;
}

form fieldset label.error {
	color: red;
}

form fieldset label input {
	width: 220px;
	margin-bottom: 13px;
	background-color: #dcdcdc;
	border: none;
}

form fieldset label.to input {
	width: 220px;
	text-transform: uppercase;
}

form fieldset label.from input, form fieldset label.email input {
	width: 220px;
}

form fieldset textarea {
	height: 160px;
	width: 216px;
	background-color: #dcdcdc;
	border: none;
	color: #000;
	float: right;
	resize: none;
}

form button {
	border: none;
	background: url(send.png) no-repeat left;
	padding: 0 0 0 28px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	height: 20px;
	font-size: 12px;
}

form button:hover {
	background: url(sendh.png) no-repeat left;
	color: #dcdcdc;
}

form p.errors {
	background-color: rgba(255, 0, 0, 0.3);
	color: red;
	display: inline-block;
	width: 220px;
}
