body {
  background:$bgcolor;
  background-image: url(http://www.trimblefam.com/simplyshayla/images/corkboard2.jpg);
  background-repeat: repeat;
  margin:0;
  color:$textcolor;
  font:x-small Georgia Serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }
a:link {
  color:$linkcolor;
  text-decoration:none;
  }
a:visited {
  color:$visitedlinkcolor;
  text-decoration:none;
  }
a:hover {
  color:$titlecolor;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

/* Header
-----------------------------------------------
 */

#header-wrapper {
  width:1000px;
  margin:0;
  border:0;
  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header { 
        list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
        text-align: center;
        color:$pagetitlecolor;
}

#header a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#header a:hover {
	background-position: left bottom;
}

#header a:hover span {
	display: block;
}

#header .digi {
	width: 173px;
	height: 65px;
	background: url(http://www.trimblefam.com/simplyshayla/images/ssheader/digi.jpg) no-repeat;
	left: 475px;
	top: 0px;
}

#header .recipe {
	width: 138px;
	height: 65px;
	background: url(http://www.trimblefam.com/simplyshayla/images/ssheader/recipe.jpg) no-repeat;
	left: 648px;
	top: 0px;
}

#header .family {
	width: 144px;
	height: 67px;
	background: url(http://www.trimblefam.com/simplyshayla/images/ssheader/family.jpg) no-repeat;
	left: 786px;
	top: 0px;
}

#header h1 {
  display: none;
}

#header .description {
  display: none;
 }

#header img {
  margin-$startSide: auto;
  margin-$endSide: auto;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  width: 1000px;
  background: url(http://www.trimblefam.com/simplyshayla/images/ss_main_background_large.jpg) repeat-y 0 0;
  margin: auto;
  padding: 0px;
  text-align: left;
  font: $bodyfont;
  }

#main-wrapper {
  width: 800px;
  margin: 10px 80px 20px 80px;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

}






/* Headings
----------------------------------------------- */

h2 {
  margin:1.5em 0 .75em;
  font:$headerfont;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:$sidebarcolor;
}



/* Footer
----------------------------------------------- */
#footer {
  width:1000px;
  height: 156px;
  clear:both;
  background: url(http://www.trimblefam.com/simplyshayla/images/ss_footer.png) no-repeat;
  margin: auto;
  padding-right: 5;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align: center;
}