@import url(jquery.vegas.css);

html, body{
	background: white;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica, sans-serif;
	color: #3e3e3e;
	font-size: 1em;
}
body{
overflow-x: hidden
}
body.small{font-size: 0.75em}
body.large{font-size: 0.9em}
body.jumbo{font-size: 1.1em}
a:hover{text-decoration: none;}

#wrapper{
	width: 96%;
	padding: 2%;
	position: relative;
	z-index: 3;
	height: 92%;
	min-width: 960px;
	min-height: 420px;
}

#masthead{width: 100%;}
.small #masthead{height: 176px;}
.large #masthead{height: 192px;}
.jumbo #masthead{height: 228px;}

#logo{
	position: relative;
	overflow: hidden;
	width: 142px;
	height: 102px;
	background: url('../images/design-mast-logo.png') no-repeat;
	text-indent: -9999px;
	float: left;
}

#nav{
	list-style: none;
	margin: 0 0 0 33%;
	* margin: 0 0 0 16.66%;
	padding: 0;
	position: absolute;
	float: left;
	width: 33%;
}

	#nav li{
		float: left;
		width: 33%;
	}

	#nav li a{
		color: #3e3e3e;
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
	}

	#portfolio-drop{
		position: absolute;
		margin: 34px 0 0 33%;
		* margin: 34px 0 0 16.66%;
		width: 33%;
	}
	
	#portfolio-drop ul{
		padding: 0;
		margin: 0;
		list-style: none;
		width: 33%;
		float: left;
	}
	
	#portfolio-drop ul li{
		
	}
	
	#portfolio-drop ul li.title{
		font-size: 85%;
		font-weight: bold;
		margin-bottom: 4px;
	}
	
	#portfolio-drop ul li a{
		font-size: 80%;
		color: #3e3e3e
	}
	
	#portfolio-drop ul li a.active{
		font-weight: bold;
		text-decoration: none;
	}
		
#masthead h2{
	position: relative;
	float: right;
	margin: 0;
	font-size: 120%;
	padding: 0;
	width: 14.5%;
	text-align: left;
}

#intro{
	position: absolute;
	bottom: 28px;
	width: 33%;
}

#intro h3{
	font-size: 250%;
	margin: 0 0 2% 0;
	padding: 0;
}

#intro p{
	font-size: 80%;
}

#footer{
	position: fixed;
	bottom:0;
	background: #DCDDDE;
	width: 100%;
	margin-left: -2%;
	color: #3e3e3e;
	font-size: 75%;
	height: 26px;
}

#footer p{
	margin: 7px 2%;
	padding: 0;
}

#footer p#copyright{
	float: left;
}

#footer p#credit{
	float: right;
	text-align: right;
}

#footer p a{
	color: #3e3e3e;
}

#portfolio h3{
	font-size: 250%;
}
	
#project-matrix{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 103%;
	padding-bottom: 56px;
	float: left;
}

#project-matrix li{
	margin-right: 2%;
	width: 31.33%;
	float: left;
	margin-bottom: 1%;
}
	
	#project-matrix img{
		width: 100%;
	}
	
	#project-matrix a{
		color: #3e3e3e
	}
