@charset "UTF-8";

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

.clear {
	clear:both;
}
	
#wrap {
	/*padding-left:15px;*/
}

body, a {
	font-size: 1.6em;
}

p {
	font-family:"museo-sans-1", "museo-sans-2", 'Helvetica', sans-serif;
	font-size: 18px;
	color:#999;
	margin:26px 0 30px 0;
	border-left:1px solid #E1E1E1;
	padding-left:10px;
}

h2 {
	font-weight:300;
	font-size:24px;
	text-transform:uppercase;
	margin:0; padding:0;
}

#work, #about, #hello {
	position:static;
}

#work {
}

#about {
}

#hello {
}

#wrap {
	padding-bottom:40px;
}
	
ul {
	margin:0; padding:0;
}

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

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

#left, #right {
	position:relative;
	z-index:2;
}

#left {
	bottom:300px;
	right:40px;
}

#right {
	bottom:300px;
	left:700px;
}

#first {
	width:100%;
	border-top:1px solid #e1e1e1;
	padding-top:30px;
}

/**/

#projectsIndex {
	padding-top:10px;
}

.project {
	float:left;
}

.project img {
	width:300px;
	height:188px;
	border:1px solid #E1E1E1;
	padding:9px;
}

.projectMargin {
	margin-right:40px;
}

#header {
	height:256px;
}

#content {
	padding:40px 0;
}

.project h2 {
	font-size:14pt;
	padding:10px 0 2px 0; margin:0;
	color:#333;
}

.project p {
	padding-top:16px;
	color:#999;
}

.projectTextLink {
	display:block;
	padding:20px 0;
}

.project a {
	font-size:17px;
}

#projectLeftCol, #projectRightCol {
	float:left;
}

#projectLeftCol {
	width:450px;
	margin-right:50px;
}

#projectRightCol {
	width:500px;
}

#brickSlide {
	width:480px;
}

#brickSlide {
	margin-top:0;
}

#projectVitals {
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
	background-color:#EBEBEB;
	padding:10px;
	margin-bottom:20px;
}

p {
	text-align:justify;
}

.caption {
	padding-top:4px;
	font-size:11pt;
	color:#999;
}