/*
-----------------------------------------------
Stopdesign Portfolio Style Sheet
Author:   Douglas Bowman
Date:     10 Jan 2009
----------------------------------------------- */


body {
  background-color: white;
  color:#ccc;
  }
  

/* =Links
----------------------------------------------- */
a:hover, a:hover strong {
  color:#d33 !important;
  }


/* =Headings
----------------------------------------------- */
h1 {
  color:#fc0;
  }
.single h1 {
  display:none;
  }
h2 {
  border-color:#222;
	font: 16px "Myriad Pro", Arial;
}


/* =Thumbblocks
----------------------------------------------- */
.thumbblock-group {
  float:left;
  margin-right:-2em;
  }
.thumbblock {
  float:left;
  width:22em;
  margin:0 2em 0 0;
  }
.thumbblock h2 {
  margin:0 0 1em; /* 13/13 */
  }


/* =ThumbNav
----------------------------------------------- */
.thumbnav {
	margin: 2px;
}
.thumbnav ul {
  float:left;
  width:100%;
	padding: 1px;
}
.thumbnav li {
  display: inline-block;
  margin: 0;
  }
.thumbnav a, .thumbnav strong {
  width: 50px;
	margin: 5px;
}
.thumbnav img {
  display:block;
  border:5px solid #222;
  }
.thumbnav strong img {
  border-color:#fff;
  }
.thumbnav a:hover img {
  border-color: #333;
  }
#error .thumbnav {
  padding-left:16px; /* 160/20 */
  }
