/* @override http://silvercocoon.local/css/screen.css */

html {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 12px;
}

#main {
  padding-top: 20px;
}

a {
  color: #568add;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

#header {
  height: 30px;
  background: #568add;
}
#header h1 a {
  display: block;
  background: transparent url('img/header-logo.png') no-repeat center 6px;
  width: 182px;
  height: 30px;
}
#nav {
  text-align: right;
}
#nav ul {
  margin-right: 15px;
}
#nav ul li {
  display: inline;
  line-height: 30px;
  margin-left: 10px;
}
#nav ul li, #nav ul li a {
  color: #fff;
  color: #b5ccf2;
}
#nav ul li a:hover {
  color: #fff;
}
#home #nav li.work a,
#press #nav li.press a,
#shop #nav li.shop a,
#about #nav li.about a {
  color: #fff;
}
#home #nav li.work a:hover,
#press #nav li.press a:hover,
#shop #nav li.shop a:hover,
#about #nav li.about a:hover {
  text-decoration: none;
  cursor: default;
}

#project-listing {
  top: 30px;
  margin-bottom: 60px;
}
#project-listing h2 {
  color: #666;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
#project-listing ul li {
  display: block;
  background: #ccc;
  margin-bottom: 10px;
  height: 90px;
  overflow: visible;
  position: relative;
}
#project-listing ul li img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
#project-listing ul li a {
  display: block;
  height: 90px;
  background: transparent url('img/thumb-corners.png') no-repeat;
  position: relative;
}
#project-listing ul li a:hover {
  background-color: rgba(255,255,255,0.5);
}

#gallery {
  margin-top: 10px;
  height: 350px;
}
#carousel {
  width: 750px;
  height: 350px;
  overflow: hidden;
  float: left;
  position: relative;
}
#carousel ul {
  width: 99999px;
}
#carousel ul li {
  width: 750px;
  float: left;
  position: relative;
  margin-right: 10px;
}
#carousel ul li img {
  position: relative;
}
#carousel ul li .mask {
  background: transparent url('img/gallery-corners.png') no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 750px;
  height: 350px;
}
#gallery .nav {
  float: left;
  width: 105px;
  height: 350px;
  text-align: center;
}
#gallery .nav a {
  display: block;
  width: 95px;
  margin: 0 5px;
  height: 350px;
  opacity: .75;
}
#gallery .nav.next a {
  background: #fff url('img/gallery-nav-next.gif') no-repeat 20px center;
}
#gallery .nav.last a {
  background: #fff url('img/gallery-nav-last.gif') no-repeat 63px center;
}

#project-info {
}
#project-title {
  height: 80px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  float: left;
  width: 750px;
  position: relative;
}
#project-title .guts {
  height: 80px;
}
#project-title h2 {
  margin-top: 22px;
  margin-bottom: 5px;
  color: #333;
}
#project-title h2.nosub {
  margin-top: 32px;
}
#project-title h3 {
  font-size: 12px;
  color: #999;
}
#project-info .nav {
  margin-top: 10px;
  height: 80px;
  text-align: center;
  width: 105px;
  float: left;
}
#project-info .nav a {
  display: block;
  width: 95px;
  height: 80px;
  margin: 0 5px;
  opacity: .75;
}
#project-info .nav.next a {
  background: transparent url('img/project-nav-next.gif') no-repeat 20px center;
}
#project-info .nav.last a {
  background: transparent url('img/project-nav-last.gif') no-repeat 63px center;
}

#press-listing ul {
  margin-top: 10px;
}
#press-listing ul li {
  margin-bottom: 10px;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #ccc;
}
#press-listing h2 {
  color: #333;
}
#press-listing p.subtitle {
  margin: 5px 0 10px 0;
  color: #999;
  font-size: 12px;
}
#press-listing .article-info .guts {
  padding-left: 10px;
  line-height: 16px;
}
#press-listing .article-info ul {
  margin: 0;
}
#press-listing .article-info li {
  list-style: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

#about #profiles {
  margin-top: 20px;
}
#about .profile .guts {
  margin-top: 20px;
  line-height: 16px;
}
#about .profile img.profile-pic {
  float: left;
  padding: 0 20px 10px 0;
  display: block;
}
#about .profile h3 {
  margin-bottom: 4px;
}
#about .profile h4 {
  font-size: 12px;
  color: #333;
}
#about .profile p {
  margin-bottom: 16px;
  color: #666;
}
#about #collaborators {
  margin-bottom: 20px;
}
#about #collaborators h2 {
  line-height: 48px;
  border-bottom: 1px solid #999;
  margin-bottom: 6px;
}
#about #collaborators ul li {
  margin: 10px 0;
}

#shops {
  margin-top: 20px;
}
#shop #shops ul li {
  margin: 15px 0;
  line-height: 16px;
  color: #666;
}
#shop h3 {
  margin-bottom: 4px;
  color: #333;
}

#contact #methods {
  margin-top: 20px;
}
#contact #methods h2 {
  margin-bottom: 20px;
  padding-left: 55px;
}
#contact #methods h3 {
  float: left;
  width: 55px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
#contact #methods p {
  float: left;
  width: 181px;
  margin-bottom: 12px;
  line-height: 16px;
  color: #444;
}
#contact-mailing ul li {
  float: left;
  margin-bottom: 12px;
}
#contact #methods #contact-mailing ul li p {
  margin: 0;
}
#contact #methods form input,
#contact #methods form label,
#contact #methods form p {
  float: left;
}
#contact #methods form p {
  width: 100%;
  margin-bottom: 5px;
}
#contact #methods form label {
  color: #999;
  width: 50px;
  font-weight: bold;
}
#contact #methods form input.text,
#contact #methods form textarea {
  width: 168px;
  padding: 4px;
  float: right;
}
#contact #methods form p.actions input {
  float: right;
}
#contact #methods #email-signup p.desc {
  width: 181px;
  float: right;
}

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

.halfcol {
  width: 365px;
  float: left;
}
.halfcol.left {
  padding-right: 10px;
}
.halfcol.right {
  padding-left: 10px;
}

.thirdcol {
  width: 236px;
  float: left;
}
.thirdcol.left {
  padding-right: 10px;
}
.thirdcol.mid {
  padding: 0 11px;
}
.thirdcol.right {
  padding-left: 10px;
}

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

#main {
  padding-bottom: 50px;
}  /* must be same height as the footer */
#footer {
  position: relative;
  margin-top: -50px; /* negative value of footer height */
  height: 50px;
  clear:both;
}
#footer .container_5 {
  background: #568add;
  height: 30px;
}
#footer p {
  line-height: 30px;
  font-size: 10px;
  margin-left: 10px;
  color: #fff;
}

span.offleft {
  position: absolute;
  left: -999999px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */