/* LAYOUT */
/* ----------------------------------------- */

html {
	padding-bottom: 0px; 
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

body { 
	font-family: arial, lucida, helvetica, sans-serif;
	background: #fff url('../images/back.jpg') repeat-x top center;
	padding: 0px; 
	color:#666;
	font-size:16px;
	margin: 0 auto;
	
}

@font-face {
	font-family: "MuseoSans";
	src: url(../universal/MuseoSans_500.otf) format("opentype");
}

body {font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif; color: #666; line-height: 18px;}

	h1 {font-family: "MuseoSans"; color: rgba(0,0,0,0.8); font-size: 46px; line-height: 46px; margin: 8px 0px; letter-spacing: -1px;}
	h2 {font-family: "MuseoSans"; color: rgba(0,0,0,0.8); font-size: 36px; line-height: 36px; margin: 8px 0px; letter-spacing: -0.8px;}
	h3 {font-family: "MuseoSans"; color: rgba(0,0,0,0.8); font-size: 26px; line-height: 26px; margin: 8px 0px; letter-spacing: -0.5px;}
	h4 {font-family: "MuseoSans"; color: rgba(0,0,0,0.6); font-size: 16px; line-height: 22px; margin: 8px 0px;}
	
	.topheader {margin: 4px 0px;}
		
	p, ul {font-size: 12px; margin: 18px 0;}
	
	a:link, a:hover, a:active, a:focus, a:visited {color: #222; text-decoration: none;}
	a:hover {color: #000; text-decoration: none;}
	
	li {list-style-position: outside; list-style-type: disc; margin-bottom: 12px;}
	.spacer {height: 75px;}

.clearBg {

	margin: 20px auto;
	max-width: 500px;
	text-align: center;

}

.logo {
	margin: -6px auto;
	margin-right: 12px;
	text-align: center;
}

/* PROJECT HEADER BACKGROUNDS */
/* ----------------------------------------- */

.header {
	
	z-index: 0;
	top: 300px;
	right: -20px;
	position: absolute;
	top: -160px;
	height:500px;
	width: 500px;
	background: transparent url('../images/header.png') no-repeat top right;
}

.spring09 {background: transparent url('../images/header_spring09.png') no-repeat top center;}
.summer09 {background: transparent url('../images/header_summer09.png') no-repeat top center;}
.fall09 {background: transparent url('../images/header_fall09.png') no-repeat top center;}
.weave09 {background: transparent url('../images/header_weave09.png') no-repeat top center;}
.jetpack09 {background: transparent url('../images/header_jetpack09.png') no-repeat top center;}
.winter09 {background: transparent url('../images/header_winter09.png') no-repeat top center;}

/* PROJECT INDEX THUMBS */
/* ----------------------------------------- */

.index {
	margin: 10px auto;
	max-width: 900px;
	padding: 20px;
	width: 900px;
	text-align: left;
	overflow: auto;
	clear: both;
} 

.project {
	float: left;
	position: relative;
	display: block;
	color:#666;
	margin: 15px;
	max-width: 180px;
	text-align: left;
	width: 180px;
	height: 120px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.4) url('../images/badge.png') no-repeat bottom right;
	-moz-box-shadow: 
		inset rgba(0,0,0,0.1) 0 -3px 0px,
		inset rgba(255, 255, 255, 0.3) 0 -3px 6px,
		inset rgba(255, 255, 255, 0.3) 0 20px 40px,
		rgba(0,0,0,0.1) 0 2px 2px;
	

}

.project a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 120px;
	
}

.project .link {
	padding: 10px 30px 10px 20px;
	display: block;
}

.project a:link, a:hover, a:active, a:focus, a:visited {color: rgba(25,103,93,0.8); text-decoration: none;}
.project a:hover {color: rgba(25,103,93,1); text-decoration: none;}


.new {float: left; margin-top: -10px; margin-left: -10px;}



/* CONTENT */
/* ----------------------------------------- */

.whiteBg {

	position: relative;
	z-index: 1;
	color:#666;
	margin: 30px auto;
	margin-top: -6px;
	max-width: 900px;
	text-align: left;
	padding: 25px;
	width: 900px;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: rgba(255,255,255,1); 
	-moz-box-shadow: 
		inset rgba(0,0,0,0.1) 0 -3px 0px,
		inset rgba(255, 255, 255, 0.3) 0 -3px 6px,
		inset rgba(255, 255, 255, 0.3) 0 20px 40px,
		rgba(0,0,0,0.1) 0 2px 2px;

}

.greyBg {

	position: relative;
	z-index: 1;
	color:#666;
	margin: 30px auto;
	margin-top: -6px;
	max-width: 900px;
	text-align: left;
	padding: 25px;
	width: 900px;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.4); 
	-moz-box-shadow: 
		inset rgba(0,0,0,0.1) 0 -3px 0px,
		inset rgba(255, 255, 255, 0.3) 0 -3px 6px,
		inset rgba(255, 255, 255, 0.3) 0 20px 40px,
		rgba(0,0,0,0.1) 0 2px 2px;

}

.arrow {
	margin: -23px auto;
	max-width: 800px;
	text-align: center;
}

.video {
    
    margin: 20px auto;
    padding: 20px;
    -moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	text-align: center;
}

.floatLeft {
	float: left;
	display: block;
	margin-right: 20px;
}

/* MENUS */
/* ----------------------------------------- */

.menu {
	margin: 10px auto;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 20px 0px;
	width: 950px;
	text-align: left;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
} 

.submenuItem {
	margin-right: 0px;
	margin-bottom: 40px;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 4px 6px;
}

.submenuOn {
	margin-right: 0px;
	margin-bottom: 40px;
	font-size: 14px;
	-moz-border-radius-topright: 0.5em; 
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-right-radius: 0.5em; 
	-webkit-border-top-left-radius: 0.5em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: transparent;
	-moz-box-shadow: 
		rgba(0, 0, 0, 0.2) 0 -1px 1px,
		inset rgba(255, 255, 255, 0.3) 0 2px 0px;
	padding: 4px 6px;
}

.submenuItem a {color: rgba(0, 0, 0, 0.3); text-decoration: none; padding: 4px 6px;}
.submenuItem a:hover {
	color: rgba(0, 0, 0, 0.4); 
	text-decoration: none; 
	-moz-border-radius-topright: 0.5em; 
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-right-radius: 0.5em; 
	-webkit-border-top-left-radius: 0.5em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: transparent;
	-moz-box-shadow: 
		rgba(0, 0, 0, 0.1) 0 -1px 1px,
		inset rgba(255, 255, 255, 0.1) 0 2px 0px;
	padding: 4px 6px;
}

.submenuOn a {color: rgba(0, 59, 78, 0.8); text-decoration: none;}
.submenuOn a:hover {color: rgba(0, 59, 78, 1); text-decoration: none;}

