/* / / / / / Reset / / / / / */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 82.75%;
	position: relative;
}

/* / / / / / Basic Layout / / / / / */

#bigbox {
	margin: 30px auto;
	width: 800px;
}
#alpha, #bravo, #charlie {
	margin-left: 0px;
	padding: 0px 0;
}
#alpha {
	background: #fff;
/* 	min-height: 330px; */
	padding-top: 45px;
}
#bravo {
	background: #fff url(/images/brd-positive.png) no-repeat -10px 0px;
	clear: both;
	height: 150px;
	position: relative;
	width: 800px;
}

/* / / / / / Typography / / / / / */

p {
	font-size: 100%;
	line-height: 1.6em;
	margin: 0 10px 0px 0;
}
#alpha ul.clients li {
	float: left; 
	list-style-type: none;
	margin-left: 10px;
}
#bravo h2 {
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
}
#charlie p {
/* 	line-height: 1.4em; */
	width: 400px;
}
#bravo #details {
	margin-left: 200px;
	position: absolute;
	left: 10px;
	top: 15px;
	width: 400px;
}
.slug {
	font-size: 290%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 40px 0;
}
.left {
	float: left;
	margin: 5px 10px 0px 0;
}

/* / / / / / Work Grid (General) / / / / / */

#alpha #work-grid {
	background: url('/images/placeholder-tile.png') repeat top left;
	float: left;
	margin-bottom: 10px;
}
#alpha #work-grid li {
/* 	background: url('images/placeholder-O.png') no-repeat center center; */
	float: left;
	height: 140px;
	list-style-type: none;
	margin: 0 10px 10px 0;
	width: 190px;
}
#alpha #work-grid a {
/* 	background: url('images/placeholder.png') no-repeat center center; */
/* 	color: transparent; */
	display: block;
	height: 120px;
	padding: 10px;
	position: relative;
	text-decoration: none;
	width: 170px;
}
#alpha #work-grid .prime {
	width: 390px;
}
#alpha #work-grid .prime a {
	width: 370px;
}
#alpha #work-grid a h3 {
	bottom: 0;
	color: transparent;
	font-size: 80%;
	font-weight: normal;
	left: 0;
	padding: 7px 10px 8px 10px;
	position: absolute;
	text-transform: uppercase;
	width: 170px;
}
#alpha #work-grid .prime a h3 {
	width: 370px;
}
#alpha #work-grid a:hover h3 {
	background: #000;
	color: #fff;
}

/* / / / / / Work Grid project art / / / / / */

#work-grid a#wk-hbs {
	background: url(/images/thumbs/hbs_thumb_tilt.jpg) no-repeat center center;
}
#work-grid a#wk-thd {
	background: url(/images/thumbs/thd_thumb.jpg) no-repeat center center;
}
#work-grid a#wk-ja{
	background: url(/images/thumbs/ldjeff_thumb.jpg) no-repeat center center;
}
#work-grid a#wk-paleo {
	background: url(/images/thumbs/paleo_thumb.gif) no-repeat center center;
}
#work-grid a#wk-drg {
	background: url(/images/thumbs/drg_thumb.jpg) no-repeat center center;
}
#work-grid a#wk-agoge {
	background: url(/images/thumbs/agoge_thumb.jpg) no-repeat center center;
}
#work-grid a#wk-asri {
	background: url(/images/thumbs/asri_thumb.jpg) no-repeat center center;
}
#work-grid a#wk-wivid {
	background: url(/images/thumbs/wivid_thumb.jpg) no-repeat center center;
}
#work-grid a#wk-bcm {
	background: url(/images/thumbs/bcm_thumb.jpg) no-repeat center center;
}
#work-grid a#wk-shobu {
	background: url(/images/thumbs/shobu_thumb.jpg) no-repeat center center;
}
#work-grid a#wk-cp {
	background: url(/images/thumbs/cp_thumb.jpg) no-repeat center center;
}

/* / / / / / Links / / / / / */

p a:link, p a:visited {
	color: #f30;
	font-weight: bold;
	margin-left: -5px;
	padding: 5px;
	text-decoration: none;
}
p a:hover {
	background: #f30;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* / / / / / Furniture / / / / / */

hr {
	border: 0;
	border-top: 1px solid #121212;
	clear: both;
	margin: 20px 0 10px;
	width: 590px;
}
iframe {
	border: 0;
}