/*CSS is a mix of my own and the amazing better coda slider*/

@font-face {
  font-family: "Helvetica Neue";
  src: url(HelveticaNeue.ttc);
}


body { 
    padding: 10px;
    background-color: #111111;
	text-align: left;
	font-size: 16px;
	
}

a{
	color: #8FB2A5;
}
#wrapper {
    width: 1024px;
    margin: 0 auto;
    background-color: #111111;
}

h1{
	margin:0;
	margin-bottom:5px;
	padding:0;
	font-size: 32px;
	font-weight: bold;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
    font-size: 20px;
	font-weight: bold;
}

#slider {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
}

.scroll {
    height: 768px;
    width: 1024px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  
    height: 728px;
    width: 1024px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    padding: 0;
	position: relative;
    width:  339px;
    z-index: 1;
	bottom: 32px;
    float: right;
	background-repeat: no-repeat;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
    background-color: #111111;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
    color: #ffffff;
}

ul.navigation a:hover {
    background-color: #3f3f3f;
}

ul.navigation a.selected {
    background-color: #e9e9e9;
    color: #000000;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 374px;
    cursor: pointer;
    z-index: 2;
}

.scrollButtons.left {
    left: 25px;
}

.scrollButtons.right {
    right: 25px;
}

.hide {
    display: none;
}

/***Static Elements***/

/*Identity Bar*/
#identityBar {
 	position: relative;
	bottom: 760px;
	width: 1004px;
    z-index: 2;
    left: 10px;
    background-color: #111111;
    height: 30px;
}

#name{
	position: relative;
	color: white;
	padding-left: 10px;
	top: 3px;
	width: 600px;
}

#image1callout{
	position: relative;
	z-index: 25;
	background-image: url(images/image1callout.png);
	width: 210px;
	height: 77px;
	top: 305px;
	left: 555px;
}

#image1{
	position: relative;
	z-index: 0;
	background-image: url(images/image1.jpg);
	width: 1024px;
	height: 768px;
}

#image2{
	position: relative;
	z-index: 0;
	background-image: url(images/image2.jpg);
	width: 1024px;
	height: 768px;
}

#questionsHeader{
	position: relative;
	z-index: 1;
	background-color: #111111;
	width: 545px;
	top: 77px;
	left: 77px;
	color: #4bb8e4;
	padding: 15px;
	line-height: 40px;
}

	.tTip {width: 280px; position: absolute; cursor: pointer; color: #666; font-weight: bold;}
	.tip {color: #D76889;}
	
		#cloud1 {position:  absolute; top: 234px; left: 77px;}
		#cloud2 {position:  absolute; top: 234px; left: 372px;}
		#cloud3 {position:  absolute; top: 234px; left: 667px;}
		#cloud4 {position:  absolute; top: 369px; left: 77px;}
		#cloud5 {position:  absolute; top: 369px; left: 372px;}
		#cloud6 {position:  absolute; top: 369px; left: 667px;}
		#cloud7 {position:  absolute; top: 504px; left: 77px;}
		#cloud8 {position:  absolute; top: 504px; left: 372px;}
		#cloud9 {position:  absolute; top: 504px; left: 667px;}
		#cloud10 {position:  absolute; top: 639px; left: 77px;}
		#cloud11 {position:  absolute; top: 639px; left: 372px;}
		#cloud12 {position:  absolute; top: 639px; left: 667px;}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 280px;
	overflow: hidden;
	display: none;
	position: absolute;	
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 15px 15px 15px 15px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom;}





#sampleBackground{

	float: left;
	width: 1024px;
	height: 768px;
}

h1.headline{
	color: #332B29;
	font-size: 32px;
	font-weight: bold;
}

#image3{
	position: relative;
	z-index: 0;
	width: 1024px;
	height: 768px;
}
#samplesMain{
	width: 575px;
	height: 700px;
	position: relative;
	left: 77px;
	top: 77px;
}

#consulting{
 position: relative;
 width: 575px;
 height: 100px; 
}

#yearsOfConsulting{
	color: #332B29;
	width: 520px;
	position: relative;
	top: 14px;
	line-height: 28px;
}

#numberOfSamples{
	position: relative;
	top: 10px;
	color: #332B29;
	width: 560px;
	line-height: 28px;
}

#oneYear{
	color: #B23C24;
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	left: 542px;
	top: 13px;
}

#zeroSamples{
	color: #B23C24;
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	top: 51px;
	left: 542px;
	float: right;
}

#line575UXConsulting{
	background-image: url(images/line575.png);
	width: 575px;
	height: 1px;
}

#someThingsIDid{
	position: relative;
	top:  10px;
	
}


#samplesSide{
	width: 280px;
	height: 700px;
	position: absolute;
	left: 667px;
	top: 77px;
}

#line280iPhoneSideProjects{
	background-image: url(images/line280.png);
	width: 280px;
	height: 1px;
}

#aboutSideProjects{
	color: #332B29;
	width: 280x;
	position: relative;
	line-height: 28px;
	padding-top: 15px;
}

#thoseThings{
	position: relative;
	padding-top: 15px;
	width: 550px;
}

p.pSamples{
	line-height: 24px;
	margin-bottom: 12px;
}

a.samples{
	color: #8FB2A5;
}

#hoopla{
	position: relative;
	margin-top: -5px;
}

#captivate{
	position: relative;
	bottom: 5px;
}

#captivateContent{
	position: relative;
	bottom: 15px;
}

#hooplaContent{
	position: relative;
	bottom: 10px;
}

#captivatePhotos{
	position: relative;
	top: -5px;
}

#hooplaPhotos{
	position: relative;
	top: -5px
}

#image4{
	position: absolute;
	z-index: 0;
	background-image: url(images/image4.jpg);
	width: 940px;
	height: 695px;
	top: 50px;
	left: 32px;
}

#resumeDownload{
	color: white;
	width: 130px;
	position: absolute;
	top: 736px;
	left: 853px;
	z-index: 1;
}

a.samples:hover{
	color: #1F2733;
}

#image5{
	position: absolute;
	z-index: 0;
	background-image: url(images/image5otherother.jpg);
	width: 1024px;
	height: 768px;
}

#signalsHeader{
	position: relative;
	z-index: 1;
	background-color: #111111;
	width: 545px;
	top: 77px;
	left: 77px;
	color: #c7f7ff;
	padding: 15px;
	line-height: 40px;
}

#icon1 {position:  absolute; top: 234px; left: 77px;}
#icon2 {position:  absolute; top: 234px; left: 372px;}
#icon3 {position:  absolute; top: 234px; left: 667px;}
#icon4 {position:  absolute; top: 369px; left: 77px;}
#icon5 {position:  absolute; top: 369px; left: 372px;}
#icon6 {position:  absolute; top: 369px; left: 667px;}
#icon7 {position:  absolute; top: 504px; left: 77px;}
#icon8 {position:  absolute; top: 504px; left: 372px;}
#icon9 {position:  absolute; top: 504px; left: 667px;}
#icon10 {position:  absolute; top: 639px; left: 77px;}
#icon11 {position:  absolute; top: 639px; left: 372px;}
#icon12 {position:  absolute; top: 639px; left: 667px;}

.iconBackground{
	position: absolute; 
	background-image: url(images/iconBackground.png);
	width: 80px; height: 80px;
}

.iconOffset{
	position: absolute; top:8px; left: 8px;z-index:99;
}

#blurb{
	color: white;
	font-weight: bold;
	font-size: 32px;
	position: absolute;
	left: 590px;
	top: 315px;
	z-index: 44372327;
}

#image6{
	position: absolute;
	z-index: 0;
	background-image: url(images/image6.jpg);
	width: 1024px;
	height: 768px;
}

#email{
	position: relative;
	left: 652px;
	top: 640px;
	padding: 10px;
	padding-bottom: 5px;
	background-color: #030d0a;
	width: 275px;
}

#interested{
	position: relative;
	left: 652px;
	top: 548px;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #030d0a;
	color: #f2ffff;
	height: 40px;
	width: 275px;
}

a.email{
	color: #9fd09f;
}

a.email:hover{
	color: #689962;
}

html{
	background-color: #111111;
}

#photoDateBackground1{
	position: absolute;
	top: 720px;
	right: 10px;
	z-index: 500;
	background-color: #111111;
	padding: 5px;
	opacity: 0.5;
	width: 102px;
	height: 20px;
}

#photoDateForeground1{
	position: absolute;
	top: 720px;
	right: 15px;
	z-index: 501;
	color: white;
	padding: 5px;
}

#photoDateBackground2{
	position: absolute;
	top: 720px;
	right: 10px;
	z-index: 500;
	background-color: #111111;
	padding: 5px;
	opacity: 0.5;
	width: 102px;
	height: 20px;
}

#photoDateForeground2{
	position: absolute;
	top: 720px;
	right: 15px;
	z-index: 501;
	color: white;
	padding: 5px;
}

#photoDateBackground5{
	position: absolute;
	top: 720px;
	right: 10px;
	z-index: 500;
	background-color: #111111;
	padding: 5px;
	opacity: 0.5;
	width: 157px;
	height: 20px;
}

#photoDateForeground5{
	position: absolute;
	top: 720px;
	right: 15px;
	z-index: 501;
	color: white;
	padding: 5px;
}

#photoDateBackground6{
	position: absolute;
	top: 720px;
	right: 10px;
	z-index: 500;
	background-color: #111111;
	padding: 5px;
	opacity: 0.5;
	width: 120px;
	height: 20px;
}

#photoDateForeground6{
	position: absolute;
	top: 720px;
	right: 15px;
	z-index: 501;
	color: white;
	padding: 5px;
}

/****************/

.previousBackground{
	font-size: 12px;
	position: absolute;
	top: 369px;
	left: 10px;
	z-index: 1;
	background-color: #111111;
	padding: 5px;
	opacity: 0.5;
	width: 50px;
	height: 45px;
}

#previousForeground1{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 26px;
	z-index: 501;
	color: #3f4e70;
	
}

#previousForeground2{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left:29px;
	z-index: 501;
	color: white;
}

#previousForeground3{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 33px;
	z-index: 501;
	color: #111111;
}

#previousForeground4{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 21px;
	z-index: 501;
	color: #111111;
}

#previousForeground5{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 17px;
	z-index: 501;
	color: white;
}

#previousForeground6{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 14px;
	z-index: 501;
	color: white;
}

.nextBackground{
	font-size: 12px;
	position: absolute;
	top: 369px;
	left: 954px;
	z-index: 1;
	background-color: #111111;
	padding: 5px;
	opacity: 0.5;
	width: 49px;
	height: 45px;
}

#nextForeground1{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 960px;
	z-index: 501;
	color: #3f4e70;
}

#nextForeground2{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 970px;
	color: white;
	z-index: 3;
}

#nextForeground3{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 964px;
	color: #111111;
	z-index: 3;
}

#nextForeground4{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 959px;
	color: #111111;
	z-index: 3;
}

#nextForeground5{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 973px;
	color: white;
	z-index: 3;
}

#nextForeground6{
	font-size: 12px;
	position: absolute;
	top: 406px;
	left: 978px;
	color: white;
	z-index: 3;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
ul.bullets{
	position: relative;
	top: 15px;
	line-height: 24px;
	margin-bottom: 30px;
}

#myRole{
	position: relative;
	top: 15px;
}

a.identity{
	color: white;
}

/***school***/

ul.tabs {
    width:295px;
    height: 520px;
    position: absolute;
    top: 234px;
    left: 77px;
    
}
ul.tabs li {
	position: relative;
    display:block;

}


ul.tabs li a {
    display:block;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left:10px;
    padding-right: 10px;
	font-size: 20px;
    text-decoration:none;
    padding-right: 40px;
}
.schoolSelected {
    font-weight:bold;
	background-color:#3f4e70;
	color: #e8cd5d;
}
.tab-content {
    clear:both;
    padding:20px;
    position: relative;
}

#school{
	float: left;
	width: 1024px;
	height: 768px;
	background-color: #c0d7ff;
}

#schoolHeader{
	position: relative;
	z-index: 1;
	background-color: #3f4e70;
	width: 545px;
	top: 77px;
	left: 77px;
	color: #e8cd5d;
	padding: 15px;
	line-height: 40px;
}

a.oy{
	color: #3f4e70;
	background-image: url(images/tabInactiveGuide.png);
}
a.oy.schoolSelected {
    font-weight:bold;
	background-color:#3f4e70;
	color: #e8cd5d;
	background-image: url(images/tabSelectedGuide.png);
}
a.defaulttab.schoolSelected{
   	background-color:#3f4e70;
	color: #e8cd5d;
	background-image: url(images/tabSelectedGuide.png);
}
a.defaulttab{
	color: #3f4e70;
	background-image: url(images/tabInactiveGuide.png);
}
#projects{
	position: absolute;
	top: 234px;
	left: 367px;
	width: 570px;
	height: 490px;
	background-color: #ffffff;
    border-color: #3f4e70;
	border-style: solid;
	border-right-width:5px;
	border-top-width:5px;
	border-left-width:5px;
	border-bottom-width:5px;
}

.tabQuestion{
	position: relative;
	font-size: 18px;
	top: 10px;
	font-weight: bold;
	clear: both;
}
.projectPhoto1{
	float: left;
}
.projectPhoto2{
	float: right;
}

.aboutProject{
	position: relative;
	width: 530px;
	top: 20px;
}

p.pProject{
	line-height: 22px;
	margin-bottom: 10px;
}

#captivateAppStore{
	position: relative;
	bottom: 288px;
	float: right;
}