/* fonts: Generated by Font Squirrel (http://www.fontsquirrel.com) on April 5, 2013 */
@font-face {
	font-family: 'bitterregular';
	src: url('bitter-regular-webfont.eot');
	src: url('bitter-regular-webfont.eot?#iefix') format('embedded-opentype'), url('bitter-regular-webfont.woff') format('woff'), url('bitter-regular-webfont.ttf') format('truetype'), url('bitter-regular-webfont.svg#bitterregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	/*font-family: 'bitterbold';*/
	font-family: 'bitterregular';
	src: url('bitter-bold-webfont.eot');
	src: url('bitter-bold-webfont.eot?#iefix') format('embedded-opentype'), url('bitter-bold-webfont.woff') format('woff'), url('bitter-bold-webfont.ttf') format('truetype'), url('bitter-bold-webfont.svg#bitterbold') format('svg');
	/*font-weight: normal;*/
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: 'bitterregular';
	/*	font-family: 'bitteritalic';*/
	src: url('bitter-italic-webfont.eot');
	src: url('bitter-italic-webfont.eot?#iefix') format('embedded-opentype'), url('bitter-italic-webfont.woff') format('woff'), url('bitter-italic-webfont.ttf') format('truetype'), url('bitter-italic-webfont.svg#bitteritalic') format('svg');
	font-weight: normal;
	/*	font-style: normal;*/
	font-style: italic;
}
body {
	background-image: url('../img/patternBg.gif');
	width: 100%;
	margin: 0;
	padding: 0;
	/*font-size: 16px;*/
	font-size: 100%; /* 16 px */
	font-family: 'bitterregular', Bookman, Georgia;
	color: #1A1A1A;
	line-height: 1.25em;
	background-color: #FFF;
}
/*skip link */
.accessible {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
a {
	/*color: #000066;*/
	color: #05058C;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline
}
#container {
	width: 960px;
	margin: 20px auto;
	background-color: #FFF;
}
header {
	height: 190px;
	width: 100%;
	background-image: url('../img/mast-bg.jpg');
	background-repeat: no-repeat;
}
a#logo { /*146px*/
	height: 102px;
	display: block;
	padding-top: 44px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 404px;
	text-decoration: none;
}
#logo img {
	border: none;
}
/*nav*/
#primary-nav ul {
	display: block;
	height: 45px; /*total*/
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #022258;
}
#About #primary-nav ul {
	background-color: #060329;	/*if gap at right edge*/
}
#primary-nav ul li {
	float: left;
	/*	width: 20%;*/	list-style-type: none;
	margin: 0;
	padding: 0;
}
#primary-nav ul li a {
	display: block;
	color: #ccc;
	text-decoration: none;
	font-family: 'bitterregular';
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 1em;
	padding-top: 15px;
	padding-bottom: 14px;
	height: 16px; /*45 total*/
	text-align: center;
	background-color: #022258;
}
#home {
	width: 141px;
}
#web {
	width: 203px;
}
#graphics {
	width: 231px;
}
#experimental {
	width: 240px;
}
#about {
	width: 145px;
}
#Home #home, #home:hover, #Web #web, #web:hover, #Graphics #graphics, #graphics:hover, #Experimental #experimental, #experimental:hover, #About #about, #about:hover {
	background-color: #060329;
	color: #fff;
}
#main-content {
	width: 876px;
	min-height: 430px;
	overflow: visible;
	padding: 37px 42px;	/*42px is roughly 4%*/
}
footer {
	width: 876px;
	margin-top: 25px;
	padding: 13px 42px 0 42px;
	color: #FFF;
	background-color: #CCC;
	text-align: right;
	font-size: .75em;
	clear: both;
	height: 34px;
}
/*type*/
h1, h2, h3, h4, h5, p, figure, ul, li {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.875em;
	line-height: 1.1em;
	margin-bottom: .67em;
}
h2 {
	font-size: 1.5em;
	color: #444;
	margin-bottom: .25em;
}
h3 {
	font-size: 1.3em;
	color: #777;
}
h4 {
	font-size: 1.3em;
	color: #333;
}
p {
	margin-bottom: .5em;
}
#content ul {
	padding: .5em 1em;
}
#content ul li {
	padding-bottom: .5em;
}
#content p + h2 {
	margin-top: .9em;
}
#content ul + h2 {
	margin-top: .4em;
}
#content p + h3 {
	margin-top: .75em;
}
#content p {
	line-height: 1.5em;
}
/*
em = pt/16 (base) 
12pt = 16px = 1em = 100%
*/



/*	floated right col		*/

/*	content		*/

#main-content figure {
	float: right;
	width: 47%; /*438 max half width */
	margin-left: 3%;
	text-align: center;
	background-color: #CAD6E0; /*same as border below*/
}
#main-content figure img {
	max-width: 95%; /*some portrait images are narrower */
	height: auto;
	border: 9px solid #CAD6E0;
}
p.project-nav {
	/*clear: both;*/
	margin-top: 1em;
}
.prevlink {
	background-image: url(../img/backarrow.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
}
.nextlink {
	background-image: url(../img/arrow.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
}
#viewAll.nextlink {
	display: block;
	font-weight: 500;
	padding-bottom: 1em;
	cursor: pointer;
}
/*	listing page	*/
.grid-col {
	width: 31%;
	margin-right: 3%;
	float: left;
	background-color: #F0F4FC;
	border: 1px solid #DDE3ED;
	height: 256px;
	margin-bottom: 26px;
}
.grid-col:hover {
	background-color: #B2C9F9;
}
.grid-col.col-3 {
	/*third col in 3-up view*/
	margin-right: 0;
}
.grid-col .image-container {
	width: 90%;
	padding: 5%;
	height: 151px;
	margin-bottom: 1em;
	overflow: hidden;
}
.grid-col .image-container img {
	width: 100%;
	height: auto;
	border: none; /*ie*/
}
.grid-col h2 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 1em;
	line-height: 1.2em;
}
.grid-col:hover h2 a {
	font-weight: bold;
	text-decoration: none
}
/*	projects: accessible tab plugin styles	*/
#content .tabs {
	width: 50%;
}
#content .tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#content .tabs-nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
#content .tabs-nav li.last a {
	margin-left: 2%;
	width: 86%;
}
#content .tabs-nav li a {
	float: left;
	cursor: pointer;
	text-decoration: none;
	display: block;
	width: 88%;
	padding: 4% 6% 3% 6%;
	/*width: 190px;
	padding: 6px 10px;
	margin-right: 3px;*/
	font-size: 1em;
	background-color: #E6E6E6;
	color: #9A9A9A;
	font-weight: bold;
}
#content .tabs-nav li.last a {
	margin-right: 0;
}
#content .tabs-nav li a:hover {
	color: #000066;
}
#content .tabs-nav li.tabs-selected a {
	position: relative;
	color: #1A1A1A;
	background-color: #CCCCCC;
}
#content .tabs-body {
	/*clear: both;*/
	overflow: auto;/*	background-color: #F00;*/
}
#content .tabs-body div.tabs-panel {
	overflow: auto;
	display: none;
	padding: 3%;
	width: 93.5%;
	border: 1px solid #ccc;
	margin-top: 1px;
	background-color: #FFF;
}
#content .tabs-body div.tabs-panel-selected {
	display: block;
}
/*	homepage	*/
#Home h1.page-title, #Home h1#heading {
	color: #777;
	font-size: 2.125em;	/*34pt*/
	margin-bottom: 0.9em;
}
#content ul.category-list {
	padding: 0
}
#content ul.category-list li {
	list-style-type: none;/*line-height: 1.5em;*/
	padding: 0;
}
#content ul.category-list li a {
	font-weight: bold;
	font-size: 1.1em;
	background-image: url(../img/arrow.gif);
	/*background-position: 0px 3px;*/
	background-position: center left;
	padding-left: 1.5em;
	background-repeat: no-repeat;
}
#content ul.category-list ul {
	margin-bottom: 1em;
	padding-left: 1.7em;
	padding-top: 0;
}
#content ul.category-list li li {
	line-height: 1.6em;
}
/*homepage tiles */

#featured-projects {
	height: 400px;
	float: right;
	margin: 0 auto 1.5em;
	background-color: #CAD6E0;
	width: 70%;
}
.loading {
	display: block;
	background: #fff url(../js/jquery-tiles-gallery/img/loading.gif);
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	border-radius: 16px;
	border: 2px solid #333;
}
.tiles-item .caption {
	background: transparent url(../js/jquery-tiles-gallery/img/caption-bg.png);
	/*background-color: #CAD6E0;*/
	font-size: 1em;
}
.tiles-item a {
	margin: 10px;
	display: block;
	font-size: .85em;
	line-height: 110%;
	font-weight: normal;
	color: #D6E1FD;
	text-decoration: none;
}
.tiles-item p.caption span {
	/*padding:10%;*/
	/*padding: 1em;	*/
	padding: 10px;
	display: block;/*word-break:hyphenate;*/
}
.tiles img {
	display: none;
}
.tiles {
}
.tiles .tileExpand {
	left: 0 !important;
	top: 0 !important;
	width: 400px !important;
	height: 400px !important;
	height: auto !important;
	z-index: 100 !important;
}
/*	Venn diagram	*/
#venn-diagram {
	/*border:1px solid red;*/
	width: 425px;
	height: 320px;
	float: right;
	margin-left: 1em;
	background-image: url(../img/ux-venn.png);
	background-repeat: no-repeat;
	background-image: none, none; /*workaround for IE*/
}
#venn-diagram text {
	font-size: .9em;
	font-family: 'Century Gothic', 'Muli', sans-serif;
	color: #000;
}
#venn-diagram #nexus {
	font-weight: bold;
}
/*	misc	*/
.hidden {
	display: none
}


/*	Media Queries	*/

/*	tablet portrait mode	*/
@media (min-width: 768px) and (max-width: 979px) {
/*max 979: remove top margin on body*/
#container {
	width: 96%;
	margin-top: 0;
}
header {
	width: 100%;
	overflow: hidden;
	height: 185px;
}
header img {
	display: block;
	/*width: 737px;*/
	/*height: auto;*/
	margin: 0 auto
}
#primary-nav ul {
	height: 38px;
}
#primary-nav ul li {
	/*width:20%;*/
	display: block;
}
#primary-nav ul li a, #about, #web, #graphics, #experimental, #home {
	display: block;
	font-size: 0.9em;
	overflow: visible;
	padding: 10px 30px;
	text-align: center;
	width: auto;
}
#main-content {
	width: 100%;
	padding: 0;
}
#content {
	width: 92%;
	padding: 4%;
}
#main-content figure {
	float: none;
	width: 98%;
	height: auto;
	margin: 0 auto 1em;
	background-image: url(../img/arrowbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}
#content .tabs {
	width: 100%;
	margin-top: 1em;
}
.grid-col {
	height: 265px;
}
footer {
	width: 92%;
	padding: 4%;
}
#slideshow, #featured-projects {
	width: 60%;
	background-image: none;
}
#featured-projects.tiles {
}
#slideshow div {
	width: 100%;
	left: 0;
}
}
/* med tablet */
 @media (max-width: 767px) {
#container {
	width: 96%;
	margin-top: 0;
}
header {
	width: 100%;
	height: auto;
}
a#logo {
	width: 70%;
}
header img {
	width: 100%;
	height: auto
}
#primary-nav ul {
	height: auto;
}
#slideshow {
	width: 100%;
	float: none;
	background-image: none;
}
#slideshow .slide {
	left: 10%;
}
#main-content {
	width: 100%;
	padding: 0;
}
#content {
	width: 92%;
	padding: 4%;
}
#main-content figure {
	float: none;
}
.grid-col {
	width: 100%;
	max-width: 100%;
	float: none;
}
.image-container {
/* need height adj for wider than phone */
	/* 320 is good at 145*/
	/* 480: grid-col height 420; img container 350*/
	/*600 */
	
}
#primary-nav ul li, #primary-nav ul li a {
	width: 100% !important;
	float: none;
}
#main-content figure {
	width: 96%;
	padding: 2%;
	margin: 0 auto 1em;
	background-image: none;
	background-color: #CAD6E0;
}
#content figure img {
/*width: 100%;
	height: auto*/
}
#content #pagenav {
	width: 90%;
	text-align: right;
	float: none;
}
#venn-diagram {
	/*width:40%; */
	height: auto;
	float: none;
	margin-left: 10%;
}
footer {
	width: 92%;
	padding: 4%;
}
/*#slideshow {
	display:none;	
}*/
#slideshow {
	width: 100%;
	margin: 0 auto 2em;
	height: 420px;
	min-height: 420px;
	float: none;
	border-bottom: 1px dashed #999;
}
#slideshow div img {
	width: 100%;
	height: auto;
}
#slideshow div.slide, #slideshow div {
	left: 0;
	margin: 0 15%;
	width: 70%;
	height: 420px;
}
#featured-projects.tiles {
	width: 100%;
	float: none;
}
}
/* large phone or small tablet */
 @media (max-width: 600px) {
h1 {
	font-size: 1.5em;
}
#primary-nav ul {
	height: auto;
}
#primary-nav ul li a {
	font-size: .9em;
}
#container {
	width: 96%;
	margin-top: 0;
}
a#logo {
	width: 75%;
}
.grid-col {
	height: 350px;
}
.grid-col .image-container {
	height: 230px;
}
#content .tabs {
	width: 100%;
	margin-top: 1em;
}
#featured-projects.tiles {
	float: none;
	width: 95%;
	display: block;
	height: 300px;
	min-height: 300px;
}
#content ul.category-list {
	clear: both;
	padding-top: 1em;
}
#venn-diagram {
	float: none;
	width: 100%;
	margin-left: 0;
}
}
 /* phone landscape */
 @media (max-width: 480px) {
#container {
	width: 96%;
	margin-top: 0;
}
a#logo {
	height: 80px;
	padding-top: 25px;
	width: 85%;
}
.grid-col {
	height: 330px;
}
.grid-col .image-container {
	height: 230px;
}
#Home h1.page-title, #Home h1#heading {
	margin-bottom: .5em;
	font-size: 1.5em;
}
#viewAll.nextlink {
	display: none;
}
#venn-diagram {
	display: none;
}
#featured-projects.tiles {
	/*height:300px;*//*height is set by JS param but using max-height to reset*/
	max-height: 300px;
}
/*	phone portrait	*/
}
 @media (max-width: 320px) {
#container {
	width: 96%;
	margin-top: 0;
}
a#logo {
	height: 60px;
	padding-top: 20px;
	width: 85%;
}
#Home h1.page-title, #Home h1#heading {
	padding-right: 10%;
	font-size: 1.8em;
}
.grid-col {
	height: 280px;
}
.grid-col .image-container {
	height: 180px;
}
#content .tabs {
	width: 98%;
}
#content .tabs-nav li a {
	height: 40px;
}
#main-content figure img {
	border: 4px;
}
}
