@font-face {
  font-family: 'CallieHand';
  src: url('/fonts/CallieHand.eot?#iefix') format('embedded-opentype'),  url('/fonts/CallieHand.woff') format('woff'), url('/fonts/CallieHand.ttf')  format('truetype'), url('/fonts/CallieHand.svg#CallieHand') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,body {
  padding: 0;margin: 0;
}

body {
  background: snow;
  font-family: 'Open Sans Condensed', sans-serif;
  min-width:400px;
}

ul, li {
  margin:0;padding:0;
  list-style: none;
}

h1 {
  margin:0;
}

a {
  color:#E85B16;
}

a img {
  border:0;
}

ul.bpoints {
  padding-left:40px;
}

ul.bpoints li {
  list-style: square inside;
  white-space: nowrap;
}

#categories {
  text-align: center;
}

#categories a {
  text-decoration: none;
  color:#323434;
}

#categories h2 {
  font-size:30px;
  margin:0;
  padding:10px;
  background:#2F2E2E;
  color:snow;
  font-family: 'Open Sans Condensed', sans-serif;
}

#categories li {
  display: inline-block;
  /*border:1px solid #bbb;*/
  background: #464646;
  max-width:1000px;
  margin-top:20px;
}

#categories li, #categories h2 {
  border-radius: 0px 0px 10px 10px;
}

#categories li img {
  width: 100%;
  display: block;
}

.sitewrap {
  max-width:1000px;
  margin: 0 auto;
  padding:10px;
}

#header {
  min-height: 100px;
  background: #464646;
  border-bottom:3px solid #2F2E2E;
}

#header .topsection {
  background: #464646;
  min-height: 100px;
}

.bottomsection {
  font-size: 30px;
  min-height: 80px;
}

#header .content {
  max-width:1000px;
  margin:0 auto;
  background: snow;
  position: relative;
}

#header .phone {
  float:right;
  color:snow;
  padding:5px 5px 10px 28px;
  font-size: 15px;
  background: url('/imgs/graphics/phone.png') 0 2px no-repeat;
  margin-top:80px;
  font-family: 'Open Sans Condensed Bold', sans-serif;
  position: relative;
  z-index: 2;
}

#header .title img {
  float:left;
}

.hammer {
  position: absolute;
  top:60px;
  right:150px;
  width:40px;
}



#header .title h1 {
  font-size:75px;
  color: snow;
  font-family: 'CallieHand', sans-serif;
  font-weight: 900;
  padding:30px 0px 14px 0px;
}

.tagline {
  font-size:30px;
  padding-left: 4px;
  display: block;
}

#footer .copy {
  margin-top:10px;
  padding-bottom:10px;
  text-align:center;
  font-size:9px;
}

.cols {
  overflow: hidden;
}

.col1 {
  float:right;
  width:200px;
}

.col2 {
  overflow: hidden;
}


.things {
  margin-top:70px;
}

.closeups li {
  margin:10px 0px 0px;
}

.closeups img{
  display: inline-block;
  vertical-align:top;
  width:99%;
}

.squares {
  display: inline-block;
  vertical-align:top;
  width:48%;
}

.squares a {
  display: block;
}

.squares a:hover {
  opacity:.9;
}

.squares li {
  padding:1%;
}

.squares li img {
  width:100%;
}

.nav {
  overflow: hidden;
}

.nav li {
  float:left;
  padding:0px 3px;
  font-size:18px;
}

@media (max-width: 820px) {
  .hammer {
    display: none;
  }
  #header .phone {
    position: absolute;
    right:0px;
    top:10px;
    margin:0;
  }
}

/*.nav li:nth-child(even) {
  font-family: 'Zapf Dingbats';
}*/

/* page specific rules */
.imgSquares .nav{
  margin-left:20px;
}

.closeup .nav {
  margin-left:4px;
}