/*
 * blue 1: #438DD2;
 * blue 2: 
 * blue 3: #91B9E2;
 
 * green: #8EBC11;
 
 *85% gray: #1A171B; (ish)
 *05% gray: #E4E7E3; (ish)

*/


* {
  background-color: #E4E7E3;
}

body { 
/*   background-image: url('image/waytowealth_text.gif'); */
  font-size:100%;
  color: #1A171B;
  font-family: helvetica, arial, verdana, sans-serif;
  background-color: #E4E7E3;
  text-align: center; /* for centering the container; reset to left in .container */
}

.container {
  margin: 0 auto;
  width: 720px;
  background-image: none;
  text-align: left;
}


/*** TOP ***/

.header {
  height: 145px;
  width: 700px;
  background-image: url('../images/inYerFace_logo_main_700x140.png');

}

.header a:hover {
  background-image: url('../images/inYerFace_logo_rollover_700x140.png');  
}

/** NAV **/

.primaryNav {
  margin: 0px 0px 20px 390px;
  height: 15px;
  font-size: 15px;
}

.inlineList li {
  display: inline;
  list-style-type: none;
  padding-right: 27px;
}


/*** SUBHEADER ***/

.subheader {
  padding: 0px 5px;
/*  margin-bottom: 20px;*/
  height: 140px;
  width: 700px;
/*
  border-style: solid;
  border-color: red;
  border-width: 1px;
*/
}


.hello {
  margin: 0px 20px 20px 0px;
  padding: 0px;
  width: 420px;
   height: 140px;  
  float: left;
}


.inset {
   width: 96px;
   height: 96px;
   float: left;
   margin: 0px 10px 10px 0px;
}


.callOut {
  margin-right: 25px;
  padding: 5px;
  width: 120px;
/*  height: 25px;*/
  background-color: #E4E7E3;
  float: right;
}  


/* REPEATING CONTENT */

.project {
  margin: 10px 0px 50px 0px;
  width: 700px;
  min-height:330px;

}

.horizontalbar {
  margin: 40px 0px 10px 0px;
  padding: 3px 5px 0px 9px;
  color: white;
  font-size: 13px;
  width: 700px;
  height: 15px;
  background-color: #438DD2;
  -moz-border-radius: 12px 0 12px 0;
}

.projectBlurb {
  padding: 9px 5px 5px 5px;
  width: 215px;
  display: block;
  float: left;
}

.projectMeta {

}




/* IMAGES */

/* ** test here **/


.thumbGroup {
  margin: 10px 20px 10px 0px;
  float:left;
  height: 300px;
  width: 455px;
}

.lgThumb {
  margin-right: 15px;
  width: 300px;
  height: 300px;
  float: left;  
}

.smallThumbStack {
  float: left;
}

.smThumb-1 {
  margin-bottom: 20px;
  width: 140px;
  height: 140px;
}

/*
.thumbGroup {
  border-style: solid;
  border-width: 1px;
  border-color: #0CE425;
}
*/
  
.smThumb-2 {
  width: 140px;
  height: 140px;
}

.lgThumb img, .smThumb-1 img, .smThumb-2 img {
  border-style: solid;
  border-width: 1px;
  border-color: #9B9B9B;
}



.largeThumb {
  width: 300px;
  height: 300px;
}

.largeThumb image:hover {
  border-style: solid;
  border-width: 1px;
  border-color: blue;
 }
 
.smallThumb {
  width: 140px;
  height: 140px;
  
}

.smallThumb image:hover {
  border-style: dotted;
  border-width: 1px;
  border-color: #8EBC11;
}

.footer {
  padding-top: 15px;
  width: 700px;
  height: 40px;
/*  border-top: solid 15px #438DD2; */
/*
  background-color: #E4E7E3;
  color: white;
*/
}






