@charset "utf-8";
@import '../mobile.css';
/* CSS Document */

/* {
	outline: thin solid red;
	}  */
	
/* Swatch Colors */
/* background-color: rgba(84, 88, 97, 1); /*swatch 4 coolgray 10*/
/* background-color: rgba(171, 164, 158, 1); /*swatch 4 402*/
/* background-color: rgba(97, 124, 149, 1); /*swatch 4 5415*/


body {
	width: 318px;
	overflow: hidden;
	color: rgba(171, 164, 158, .9); /*swatch 4 402*/
	background-color: rgba(97, 124, 149, 1); /*swatch 4 5415*/
	}

/*capstone rollover feature*/
#caproll {
	display: block;
	width: 300px;
	height: 136px;
	text-decoration: none;
	background: url("../mobile/alt_mobile.png");
	
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 7px 8px rgba(0,0,0,.7);
	}

#caproll:hover {
	background-position: -300px 0;
	}
	
/*fotofocus rollover feature*/
#fotoroll {
	display: block;
	width: 300px;
	height: 136px;
	text-decoration: none;
	background: url("../mobile/foto_mobile.png");
	
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 7px 8px rgba(0,0,0,.7);
	}

#fotoroll:hover {
	background-position: -300px 0;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}
	
/*links*/	
table {
	margin-top: -11px;
	margin-left: -3px;
	}

.port td {
	width: 670px;
	height: 140px;
	}

div.space {
	height: 13px;
	width: auto;
	}	
	
article.mobile {
	position: relative;
	left: 65px;
	display: block;
	width: 176px;
	height: 180px;
	overflow: auto;
	}

table.mobile div{
	width: 190px;
	}

.gallery {
	width: 320px;
	display: block;
	}	
	
dt h1 {
	display: inline;
	}
	
#alt {
	position: relative;
	left: 1px;
	top: 3px;
	}

dd h3 {
	position: relative;
	top: -23px;
	left: 58px;
	display: inline;
	}
	
.mockup {
	background-color: rgba(171, 164, 158, 1); /*swatch 4 402*/
	width: 20px;
	height: 15px;
	}
	
.left { 
	position: relative;
	left: 65px;
	}
	
article.altmobile  {
	position: relative;
	left: 55px;
	display: block;
	width: 200px;
	height: 223px;
	overflow: auto;
	}	
	
table.altmobile div{
	width: 214px;
	}
	
/*hidden items*/
#quicklink {
	display: none;
	}
	
p {
	display: none;
	}
	
#xray, .alt {
	display: none;
	}
	
