body {
  margin: 0; padding: 0;
  background-color: #eeffd0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  color: #333;
}

#everything {
  margin: 0 auto;
  min-height: 100%;
  /*background: transparent url("background.png") repeat center top;*/
}

#header-wrapper {

}

img.big-photo {
  border: 15px solid #222;
}

img.small-photo {
  border: 5px solid #222;
}

#header, #content {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#header h1 {
  margin: 0 0 -5px 20px;
  height: 110px;
  line-height: 100px;
  background: transparent url("../static/knitbot-logo.png") no-repeat left top;
  font-size: 60px;
  text-transform: lowercase;
  color: #E1326D;
}

h1, #sidebar h2 {
  margin-top: 0;
}

h1, h2, h3, h4, .button, th, #topnav {
  font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
  color: #E1326D;
  text-decoration: none;
}

h4 {
    font-weight: normal;
}

#knitbot {
    display: none;
}

#bird {
  position: absolute;
  bottom: -10px;
  right: 240px;
  z-index: 10;
}

#main, #sidebar {
  float: left;
}

#main {
  width: 730px;
  float: left;
  padding-right: 10px;
}

.content {
  padding: 30px 30px 45px 30px;
  margin: 0 0 10px 0;
  background-color: white;
  border: 3px solid #bba;
}

#topnav {
    margin: -30px -30px 30px -30px;
    padding: 0;
}

#topnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

#topnav li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#topnav a {
    padding: 10px 1em;
    float: left;
    color: #444;
    font-size: 14pt;
    text-decoration: none;
}

#topnav a:hover {
    color: #E1326D;
}

#sidebar {
  width: 180px;
  float: left;
  font-size: 90%;
}

#sidebar ul {
    list-style: none;
    padding: 0; margin: 0;
}

#sidebar li {
    margin: 10px 0 0 0;
    padding-left: 5px;
}

#sidebar h2 {
    margin-bottom: 5px;
}

#sidebar .content {
  padding: 12px 12px 16px 12px;
}

.pattern-thumb, .yarn-thumb {
  width: 310px;
  margin: 0 20px 0 0;
  float: left;
}

.yarn-thumb {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.yarn-thumb h3 {
  position: relative;
  height: 2em;
  bottom: 0px;
}

.clear {
  clear: both;
}

.button {
  display: inline;
  border: 2px solid #92103c;
  color: white;
  font-size: 16pt;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #E1326D;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1326D), to(#92103c));
  -webkit-box-shadow: 2px 2px 3px #999;
  -moz-box-shadow: 2px 2px 3px #999;
  cursor: pointer;
}

.small-button {
  border-width: 1px;
  padding: 3px 1em;
  font-size: 10pt;
  font-family: inherit;
}

a.button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#92103c), to(#e1226d));
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
}

td {
    vertical-align: top;
}


.choice-subheading {
    margin-left: 30px;
    color: #555;
    text-align: center;
    font-weight: normal;
    font-size: 14pt;
}

.choice-subheading a {
    text-decoration: underline;
}

.choice {
    width: 180px;
    padding: 7px;
    margin: 0 0 20px 20px;
    float: left;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    border: 3px solid #f0f0f0;
}

.current-choice {
    border-color: #bba;
    background-color: #eed;
}

.choice h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.choice label {
    cursor: pointer;
}

.choice .photo-container {

}

li {
    margin-bottom: .5em;
}

.steps li.incomplete {
    color: #888;
}

.steps li.complete {
    color: inherit;
}

.button-disabled, .steps li.incomplete .button {
    color: #ddd;
    border-color: #888;
    background-color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#888));
    
}

table.cart {
    width: 100%;
    margin-bottom: 2em;
    cell-spacing: 0;
    border-collapse: collapse;
}

table.cart th {
    text-align: left;
    font-size: 16pt;
    font-weight: normal;
}

table.cart td.action-buttons {
    width: 13em;
    text-align: right;
}

table.cart th, table.cart td {
    padding: .25em 0;
}

table.cart form {
    display: inline;
}

table.cart .action-buttons {
    padding-left: .5em;
}

table.cart .price {
    text-align: right;
    padding-top: 5px;
    padding-left: 1em;
    min-width: 4em;
}

table.cart td {
  border-top: 1px solid #bbb;
}

table.cart .total td {
  border-color: #888;
  padding-top: 2em;
}

.offer {
    text-align: center;
    border: none;
    padding: 5px 0;
    background-color: #fee;
}

.yarncolor {
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.yarncolor img {
    margin: 20px 20px 10px 20px;
}
