/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  background: url('http://www.blog.tandknit.com/wp-content/bigcartel/bg.jpg') repeat-x;
  font-size: 12px;
  font-family: "museo-sans",sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}

a:focus {
  outline: 1px dotted;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

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

h1 {
  font-size: 25px;
}

  h1 a span {
    display: none;
  }

h2 {
  font-family: "franklin-gothic-urw-cond", "Times New Roman", serif;
  font-size: 28px;
  font-weight: normal;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-family: "franklin-gothic-urw-cond", "Times New Roman", serif;
  font-size: 17px;
  font-weight: normal;
}

h7 {
  font-family: "museo-sans",sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

a {
  
 color: #000; 
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 12px;
}

p span {
  color: #d7d7d9;
}



.grid_1 {width: 219px;}
.grid_2 {width: 477px;}
.grid_3 {width: 734px;}
.grid_4 {width: 960px;}
.column {margin: 0;
         overflow: hidden;
         float: left;
         display: inline;}
.row {width: 976px;
         margin: 0 auto;
         overflow: hidden;}
.row .row {margin: 0;
         width: auto;
         display: inline-block;}


/*============================================================
 Wrapper
============================================================*/

#wrap {
  position: relative;
  width: 976px;
  margin: 8px auto 0;
  text-align: left;
  border-right: 1px solid #dcddde;
  border-left: 1px solid #dcddde;
  }



/*============================================================
 Header
============================================================*/

#header {
  border-bottom: 1px solid #dcddde;
  position: relative;
  }

#header.image h1 span {
 
  width: 800px;
  }

#header h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  margin-bottom: 12px;
  }

#header h1 span {
  padding: 30px 0 10px;
  }

#header h1 a {
  margin-bottom: 12px;
}



#top-menu {
width: 695px;
height: 157px;
margin: 31px 40px 0 40px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #636466;
}
#top-menu span {
  color: #000;
  text-transform: uppercase;
}

#top-menu p {
  width: 75%;
  float: left;
}

#top-menu a {
text-decoration: none;
float: right;
color: #000;
font-size: 12px;
position: relative;
top: -9px;
padding: 3px 0;
letter-spacing: 0;
text-transform: uppercase;
}

#top-menu a span {
  background: url('http://www.blog.tandknit.com/wp-content/bigcartel/sprite.png') no-repeat;
  display: inline-block;
  width: 14px;
  height: 12px;
  position: relative;
top: 1px;
left: -7px;
}

#top-menu a:hover span {
   background-position: 0 -15px; 
}


#head-space {
  height: 230px;
  width: 756px;
  position: relative;
}

/*============================================================
 Main Content Area
============================================================*/

#main {
  margin: 0 5px 0 0;
  background: url('http://www.blog.tandknit.com/wp-content/bigcartel/content-bg.jpg') repeat-y;
}
body#home-page #main {
  background: none;
}

/* Title ---------------------------------------------------*/

#main-title {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  background: #404040;
  }

#main-title h2 {
  margin: 16px 0 13px 13px;
  font-size: 14px;
  font-weight: bold;
  color: #CDE2F0;
  }


/* Content -------------------------------------------------*/

#main-content {
  padding: 20px 0 0 20px;
  }

* html #main-content {
  }

#logo {
  border-right: 1px solid #dcddde;
}

.side-bar-block {
  width: 200px;
  margin: 20px 0 0 20px;
}
body#home-page #main-content {
  width: 714px;
}
.side-bar-block a {
  text-decoration: none;
  color: #dcddde;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.side-bar-block .bar {
  width: 200px;
  height: 25px;
  line-height: 25px;
  background: url('http://www.blog.tandknit.com/wp-content/bigcartel/homearrow.jpg') no-repeat center right #231f20;
  display: block;  
}  

.side-bar-block .bar span {
  
 padding: 0 0 0 13px; 
}

#side-bar-border {
  width: 220px;
  margin: 35px 0;
}
#side-bar-border ul {
  list-style-type: none;
}
#side-bar-border li {
  margin-bottom: 10px;
  margin-left: 30px;
}
#side-bar-border a {
  font-family: "museo-sans",sans-serif;
text-transform: uppercase;
font-size: 11px;
text-decoration: none;
color: #000;
}
#side-bar-border li:first-child a {
  color: #ee2652;
}
#side-bar-border a:hover {
  color: #abacae;
}
/*============================================================
 Navigation
============================================================*/
ul.navigation {
clear: both;
width: 100%;
list-style-type: none;
height: 28px;
display: block;
border-top: 1px solid #dcddde;
padding: 13px 0 0;
margin-bottom: 0;
position: absolute;
  bottom: 0;
}

ul.navigation li {
display: inline;
margin: 0;
font-size: 11px;
letter-spacing: 1.25px;
text-transform: uppercase;
border-right: 1px solid #cfd0d2;
}
ul.navigation li:last-child {
  border-right: 0;
}
ul.navigation li a  {
  color: #000;
  text-decoration: none;
  padding: 10px 17px;
}
ul.navigation li a.shop { color: #ee2652; }
ul.navigation li a span  {
 background: url('http://www.blog.tandknit.com/wp-content/bigcartel/sprite.png') no-repeat 0 -37px;
 width: 8px;
 height: 5px;
  display: inline-block;
  padding: 0 11px 0 0;
}

#category-menu {
  display: none;
position: absolute;
top: 220px;
background: #fff;
background: rgba(255, 255, 255, 0.85); 
width: 175px;
left: 235px;
padding: 20px 15px 13px;
  z-index: 99999;
}

#category-menu a {
float: left;
clear: left;
text-decoration: none;
text-transform: uppercase;
font-size: 10px;
color: #000;
font-weight: bold;
margin: 0 0 7px;
}


/*============================================================
 Footer
============================================================*/

#footer {
  border-top: 1px solid #dcddde;
  clear: both;
  }
#footer-sub {
  border-top: 1px solid #dcddde;
  border-bottom: 1px solid #dcddde;
  height: 42px;
}
#footer-sub p {
float: left;
margin-bottom: 0;
margin-left: 21px;
line-height: 42px;
text-transform: uppercase;
color: #636466;
font-size: 11px;
letter-spacing: 1px;
}

#mce-EMAIL {
width: 118px;
height: 10px;
border: 1px solid #dcddde;
font-size: 10px;
font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
color: #000;
padding: 5px;
margin: 9px 0 0 7px;
}
.button {
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  color:#fff;
  background: #231f20;
  padding: 4px 8px;
  border: 1px solid #231f20;
  margin-left: 8px;
  cursor: pointer;
  text-decoration: none;
}

.download {
  margin: 0;
 padding: 5px 10px 3px; 
  position: absolute;
  right: 0;
  bottom: -36px;
}
#inner-right {
 width: 477px;
}
#footer-sub #inner-right p {
  float:right;
  width: 298px;
  margin-left: 0;
}

#social {
  float: right;
}

#social a.pinterest, #social a.instagram, #social a.tumblr, #social a.vsco  {
  float: left;
  display: block;
  background: url('http://www.blog.tandknit.com/wp-content/bigcartel/sprite.png') no-repeat;
  width: 14px;
  height: 15px;
  margin: 14px 7px 0;
}

#social a.pinterest { background-position: 0 -125px; }
#social a.pinterest:hover { background-position: 0 -150px; }
#social a.instagram { background-position: -23px -125px; }
#social a.instagram:hover { background-position: -23px -150px; }
#social a.tumblr { background-position: -48px -125px; margin: 14px 0 0 8px; }
#social a.tumblr:hover { background-position: -48px -150px; }
#social a.blog { background-position: -72px -125px; margin: 14px 0 0 8px; }
#social a.blog:hover { background-position: -72px -150px; }

#inner-footer p {
  padding: 10px;
}

#inner-footer a {
  text-decoration: none;
  text-transform: uppercase;
  color: #636466;
  margin: 0 5px;
}
.spacer {
  display: block;
  height: 40px;
}
 

/*============================================================
 Alerts
============================================================*/

p.alert-noproducts,
p.alert-noitems {
  margin: 20px;
  }
p.alert-noitems span {
  color: #000;
}
p.alert-noitems span a {
  color: #ee2652;
}
div#error {
  display: block;
  margin-bottom: 5px;
  background: #cf3636;
  }

div#error h2,
div#error p {
  display: none;
  }

div#error ul {
  margin: 0;
  padding: 5px 20px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  list-style-type: none;
  }

div#error li {
  margin: 0;
  padding: 0 20px;
  font-weight: bold;
  background: url("https://assets.bigcartel.com/theme_assets/1/1.1.6/images/bullet-error.gif") no-repeat 0 7px;
  text-align: center;
  }

.form-error {
  border: 1px solid #cf3636;
  }

/*============================================================
 Product List
============================================================*/

#products {
  float: left;
  display: inline;
  }

div.product {
  position: relative;
  float: left;
  display: inline;
  width: 226px;
  height: 100%;
  margin-right: 18px;
  margin-bottom: 28px;
  }
#product-3, #product-6, #product-9, #product-12, #product-15, #product-18, #product-21, #product-24, #product-27, #product-30, #product-33, #product-36, #product-39, #product-42, #product-45, #product-48, #product-52, #product-55, #product-58, #product-61, #product-64, #product-67, #product-70, #product-73, #product-76, #product-79, #product-82, #product-85, #product-88, #product-91, #product-94, #product-97, #product-100 {
  margin-right: 0;
}
#products div.product p {
  margin-bottom: 0;
  }

#products .product-img {
  display: inline;
  float: none;
  vertical-align: middle;
  }

#products .product-info {
  float: left;
  margin: 19px 0 0;
  }

html #products .product-info {
  width: 226px;
  w\idth: 226px;
  }

#products .product-title {
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  text-transform: uppercase;
  border-top: 1px solid #dcddde;
  padding-top: 7px;
  }

#products .product-price {
  font-size: 12px;
  position: absolute;
  top: 196px;
  right: 0px;
  background: #fff;
  background: rgba(255,255,255,.8);
  padding: 6px;
  color: #000;
  display: none;
  }
#products div.product:hover .product-price {
  display: block;
}
#products .product-status {
  font-size: 10px;
  font-style: italic;
  }

#products .product-a {
  float: left;
  clear: left;
  display: block;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  }

#products .product-a h3,
#products .product-a p {
  color: #636466;
  text-align: left;
  }

#products .product-a:hover h3,
#products .product-a:hover p {
 
  }


/* Pagination
------------------------------------------------------------*/

.pagination {
  clear: both;
  padding: 20px 0 15px 0;
  font-weight: normal;
  text-align: center;
  }

.pagination span,
.pagination a {
  padding: 0 3px 0 6px;
  }

.pagination span.disabled {
  display: none;
  }

.pagination span.current {
  font-weight: bold
  }

.pagination span.yadda {
  padding: 5px 4px;
  background: none;
  }


/* Stilts
------------------------------------------------------------*/

span.stilt {
  display:-moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  }

#product-image {
  position: relative;
  display: block;
  width: 340px;
  height: 340px;
  text-align: center;
  overflow: hidden;
  }
#product-image:hover span.icon_zoom { 
  display: block;
}
#products span.stilt {
  height: 175px;
  }

#product-image span.stilt {
  height: 340px;
  }

#product-image img {
  vertical-align: middle;
  }
/*============================================================
 Product Detail
============================================================*/

#product-content {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  }

#product-images {
  float: left;
  width: 340px;
  }

a#product-image span.icon_zoom {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  background-image: url("http://i.imgur.com/WKBVica.png") !important;
  background-image: url("http://i.imgur.com/WKBVica.png");
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
  }

a#product-image:hover span.icon_zoom {
  background-position: 0;
  }

#product-images .product-img {
  margin: 0 0 10px 0;
  }

#product-images .images-nav {
  float: left;
  position: relative;
  width: 340px;
  height: 100px;
  margin: 20px 0;
  }

#product-images .images-list {
  width: 340px;
  text-align: left;
  }

#product-images .images-list li {
  display: inline;
  padding: 0 20px 0 0;
  list-style: none;
  margin-left: 0;
  }
#product-images .images-list li:last-child {
  padding: 0;
}

#product-images .images-list li.image-1 {
  border-left: none;
  }

#product-images .images-prev {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  }

#product-images .images-next {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  }

#product-images .images-prev a {
  display: block;
  width: 18px;
  height: 18px;
  background: url("https://assets.bigcartel.com/theme_assets/1/1.1.6/images/btn-prev.gif") no-repeat;
  }

#product-images .images-next a {
  display: block;
  width: 18px;
  height: 18px;
  background: url("https://assets.bigcartel.com/theme_assets/1/1.1.6/images/btn-next.gif") no-repeat;
  }

#product-images .images-prev span,
#product-images .images-next span {
  display: none;
  }

a.product_thumb {
 cursor: pointer; 
}

#product-details {
  float: left;
  width: 335px;
  margin-left: 40px;
  margin-top: 30px;
  }

#product-details ul {
  margin-left: 17px;
  }

#product-details ol {
  margin-left: 23px;
  }

#product-details li {
  font-size: 11px;
  line-height: 15px;
  list-style: disc;
  }

#product-details ol li {
  list-style: decimal;
  }

#product-details .price {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "franklin-gothic-urw-cond", "Times New Roman", serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  }

#product-form {
  clear: both;
  float: left;
  width: 100%;
  }

#product-details .info {
  padding: 1.25em 0 1.25em 0;
  
  }

#product-details .info {
  border-bottom: 1px solid #dcddde;
  border-top: 1px solid #dcddde;  
  position: relative;
  margin-bottom: 10px;
}
#product-form .options {
 margin-bottom: 15px;
 width: 40%; 
}
#product-form .options p {
  color: #636466;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#product-details h2 {
 margin-bottom: 0; 
  
}

#product-form .options select {
  width: 100%;
border: 1px solid #dcddde;
color: #636466;
font-size: 10px;
font-family: "museo-sans", sans-serif;
padding: 3px 4px;
margin: 2px 0;
  }

#product-form .options ul {
  margin: .8em 0;
  }

#product-form .options li {
  list-style: none;
  padding: 1px 5px;
  }

#product-form .options li input {
  text-align: left;
  vertical-align: middle;
  }

#product-form .options li label {
  vertical-align: middle;
  font-weight: bold;
  }

#product-form .options li.sold label {
  font-weight: normal;
  color: #999;
  }

#product-addtocart {
  clear: both;
  display: block;
  cursor: pointer;
  padding: 6px 10px 4px;
  margin-left: 0;
  }

#product-addtocart:hover {
  border: 1px solid #939698;
  background: #939698;
}
#product-addtocart span {
  
  }

#product-details div.sold h4,
#product-details div.soon h4 {
  margin-top: .8em;
  font-size: 18px;
  font-weight: bold;
  }

#product-details div.sold h4 {
  color: #cf3636;
  }

#inventory {
  float: left;
  width: 100%;
  padding: 10px 0 12px 0;
  border-bottom: 1px solid #ccc;
  }

#inventory h3 {
  font-size: 12px;
  margin-bottom: 1em;
  }

#inventory ul {
  margin: 0;
  }

#inventory li {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  background: #f2f2f2;
  list-style: none;
  }

#inventory .bar {
  display: block;
  position: relative;
  height: 14px;
  background: #dadada;
  }

#inventory .bar span {
  position: absolute;
  left: 5px;
  top: 1px;
  width: 150px;
  height: 12px;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
  }

#inventory .bar span em {
  display: none;
  }

#inventory span.sold {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 10px;
  color: #ccc;
  line-height: 12px;
  }


/*============================================================
 Cart
============================================================*/

#cart-content {
  float: left;
  margin: 0 0 40px;
  }

#cart-table {
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  }

#cart-table td,
#cart-table th {
  text-align: left;
  }

#update-btn-head {
  display: none;
  }


/* Cart Table Columns --------------------------------------*/

#col-item    { width: 468px; }
#col-price    { width: 75px; }
#col-qty    { width: 51px; }
#col-total    { width: 75px; }
#col-options  { width: 41px; }


/* Cart Table Header ---------------------------------------*/

#cart-head {
  font-size: 10px;
  color: #fff;
  background: #404040;
  }

#cart-head th {
  padding-top: 11px;
  padding-bottom: 11px;
  }

#head-item {
  padding-left: 10px;
  }

#head-options span {
  display: none;
  }


/* Cart Table Body -----------------------------------------*/

#cart-body {
  font-size: 12px;
  }

#cart-body th {
  padding-left: 10px;
  font-weight: normal;
  }

#cart-body td {
  padding: 15px 12px 15px 0;
  }

#cart-body tr.row-alt th,
#cart-body tr.row-alt td {
  background: #f0f0f0;
  }

#cart-body .item-price {
  padding-right: 5px;
  }

#cart-body .item-qty input {
  width: 2em;
  font-family: "museo-sans", sans-serif;
  text-align: center;
  }

#cart-body .item-total {
  font-weight: bold;
  }

#cart-body .item-options {
  text-align: center;
  }

#cart-body .item-options .remove-btn {
  width: 13px;
  height: 13px;
  background: url("https://assets.bigcartel.com/theme_assets/1/1.1.6/images/btn-delete.gif") no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  }

#cart-body .item-options span {
  display: none;
  }

#cart-body .item-name {
  width: 468px;
}

/* Cart Footer ---------------------------------------------*/

#cart-footer {
  margin: 10px 0;
  }

#cart-footer .cart-update {
  padding: 10px 0;
  text-align: right;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  }

#cart-footer .update-btn {
  height: 20px;
  border: none;
  cursor: pointer;
  }

#cart-footer .cart-shipping {
  float: left;
  display: inline;
  margin: -31px 0 0 11px;
  }

#cart-footer #country {
  width: 160px;
  margin-left: 5px;
  padding: 2px 0;
  font-size: 11px;
  }

#cart-footer .cart-discount {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: right;
  }

#cart-footer #cart_discount_code {
  width: 80px;
  margin-left: 10px;
  }

#cart-footer .cart-discount p {
  margin: 1px 0;
  }

#cart-footer .cart-total {
  padding: 15px 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
  }

#cart-footer .cart-total h3 {
  font-size: 16px;
  margin: 0;
  }

#cart-footer .cart-total p {
  margin-bottom: 0;
  font-size: 9px;
  color: #999;
  }

#cart-footer .cart-total #cart-shipping-tax p {
  margin-bottom: 7px;
  font-size: 11px;
  color: #666;
  }

#cart-footer .cart-options {
  float: right;
  margin-top: 10px;
  }

#cart-footer .cart-checkout {
  float: left;
  }

#cart-footer .checkout-btn {
  font-size: 16px;
  padding: 8px 15px;
  margin-left: 8px;
  border: none;
  cursor: pointer;
  }

#cart-footer .update-btn span,
#cart-footer .checkout-btn span {

  }

span.total-discount,
span.total-shipping {
  font-weight: bold;
  }
/*============================================================
 FAQ
============================================================*/

#faq-content {
  padding: 15px 25px;
  }

#faq-content .faq-list dt {
  margin-bottom: .5em;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  }

#faq-content .faq-list dd {
  margin-bottom: 2.3em;
  }


/*============================================================
 Contact
============================================================*/

#contact-content {
  padding: 0px 0px;
  }

#contact-form {
  width: 600px;
  padding: 0px 0;
  }

#contact-form label {
  float: left;
  font-family: "museo-sans",sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 600px;
  padding: 2px 0;
  color: #000;
  }

#contact-form input,
#contact-form textarea {
  float: center;
  width: 300px;
  margin: 3px 25px 2px 0px;
  vertical-align: bottom;
  }

#contact-form textarea {
  width: 300px;
  height: 150px;
  }

#contact-form p,
#captcha-div {
  float: center;
  width: 250px;
  margin: 2px -3px 4px 0px; /* -3px fixes ie6 duplicate chars */
  }

#contact-form p {
  margin-bottom: 2px;
  }

#contact-submit {
  clear: both;
  display: block;
  width: 42px;
  height: 18px;
  margin: 0 0 2px 250px;
  border: none;
  background: url("https://assets.bigcartel.com/theme_assets/1/1.1.6/images/btn-send.gif") no-repeat;
  cursor: pointer;
  }

#contact-submit span {
  display: none;
  }

/*============================================================
 Success
============================================================*/


body.success #main-content h2 {
  padding: 20px 20px 0 20px;
  font-size: 17px;
  }

body.success #main-content p {
  padding: 0 20px 20px 20px;
  }

/*============================================================
 Custom Pages
============================================================*/

#faq-content {
  padding: 0;
  }

body.custom #main-content {
padding: 20px;
width: 714px;
  }

body.custom #main-content strong {
  font-weight: bold;
  }

body.custom #main-content em {
  font-style: italic;
  }

body.custom #main-content code,
body.custom #main-content pre {
  white-space: pre;
  }

body.custom #main-content p {
font-size: 12px;
padding: 0 30px 0 0;
  }

body.custom #main-content a {
color:#ee2652;
text-decoration:none;
  }

body.custom #main-content ul,
body.custom #main-content ol,
body.custom #main-content blockquote {
  margin-bottom: 20px;
  }

body.custom #main-content ul li {
  line-height: 15px;
  list-style: disc;
  }

body.custom #main-content ol li {
  line-height: 20px;
  font-size: 14px;
  list-style: decimal;
  }

body.custom #main-content blockquote {
  margin-bottom: 1em;
  font-style: italic;
  }

body.custom #main-content dt {
  margin-bottom: .5em;
  font-size: 13px;
  font-weight: bold;
  }

body.custom #main-content dd {
  margin-bottom: 2.3em;
  line-height: 15px;
  }

/*============================================================
  Custom Styles - add and override styles below.
============================================================*/
.clear { clear: both; }

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:47%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
background: url('http://www.blog.tandknit.com/wp-content/bigcartel/sprite.png') no-repeat 0 -52px;
left: 0px;
width: 25px;
height: 26px;
text-indent: -9999px;
}
.nivo-nextNav {
        background: url('http://www.blog.tandknit.com/wp-content/bigcartel/sprite.png') no-repeat -58px -52px;
	right:0px;
  width: 25px;
height: 26px;
text-indent: -9999px;
}
.nivo-nextNav:hover {
  background-position: -58px -88px;
}
.nivo-prevNav:hover {
 background-position: 0 -88px; 
}
  
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}