@charset "UTF-8";

/* Brick Media Lab Core Stylesheet */
/* Author: Brick Media Lab         */
/* http://brickmedialab.com        */

h1 {
	background-color:#FFF;
}

#work, #about, #hello {
	position:static;
	font-size:1.6em;
}

ul {
	padding:0; margin:0;
}

li {
	list-style-type:none;
	display:inline;
	margin:0 20px 0 0;
}

a {
	color:#99cc33;
	text-decoration:none;
	font-size:inherit;
	font-weight:300;
}

p {
	font-family:"museo-sans-1", "museo-sans-2", 'Helvetica', sans-serif;
	font-size: 18px;
	color:#999;
}

#sayHello {
	border-top:1px solid #e9e9e9;
	padding:30px 0;
}

fieldset {
	border:0;
	width:432px;
	padding:0;
}

label {
	display:block;
}

input, textarea {
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
	font-family:"museo-sans-1", "museo-sans-2", 'Helvetica', sans-serif;
	display:block;
	margin:10px 0; padding:10px;
	border:1px solid #CCC;
	width:380px;
	font-size:1em;
}

textarea {
	height:180px;
}

input[type="submit"] {
	border:0;
	width:auto;
}

fieldset, #ourDetails {
	float: left;
}

#ourEmail, #ourNumbers, #ourAddress {
	display: block;
	margin-bottom:20px;
	background:transparent;
}

#ourDetails {
	padding:53px 0 0 39px;
	width:240px;
	height:322px;
	overflow:hidden;
	background-image:url('card_cutout.png');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#4e4e4e;
	color:#CCC;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

#ourEmail, #ourNumbers {
	padding-bottom:20px;
	border-bottom:1px solid #666;
	width:200px;
}

.intCode {
	color:#717171;
	background:transparent;
}

span {
	background:transparent;
}