* {margin:0;padding:0;} 

body {
  background-color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
body.homepage #main_content {
  margin-top: 0;
}
a {color: #333;}
a:hover {text-decoration: none;}

p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}

.content {
  width: 840px;
  margin: 40px auto;
}
.thin_body {
  width: 720px;
}
.content .page_nav ul {
  float: right;
  font-size: 12px;
  padding: 1em 0;
}
.content .page_nav ul li {
  list-style: none;
  display: inline;
}
.content .page_nav ul li a{
  float: left;
  padding: 3px;
  margin-left: 10px
}
.content .body_of_text {
  width: 600px;
  margin: auto;
  font-family: "Lucida Grande", Arial, sans-serif;
}
#main_nav {
	margin: 1em 0 0 0;
}
#main_nav ul {
	margin: 2.5em 0 0 0;
}

#main_nav ul {
	font-size: .9em;
	list-style-type: none;
	padding-top: 50px;
}
#main_nav h1.masthead a {
	font-size: 0;
	text-indent: -9999px;
	width: 150px;
	height: 117px;
	display: block;
	background: transparent url("../images/halfdot-logo.gif") top center no-repeat;
	float: left;
}
#main_nav h1.masthead a:hover {
  border: 0;
}
#main_nav li {
  float: right;
	font-size: 16px;
	font-weight: normal;
	margin-left: 14px;
	padding: 4px 3px 5px 0;
}

#main_nav a {
	line-height: 1.6em;	
	padding: 5px 0 2px 0;
	text-decoration: none;
	color: #444;
}
#main_nav a.inactive {
  color: #ccc;
}
#main_nav a.inactive:hover {
  border: 0;
}
#main_nav a:hover, #main_nav a.current_page_item, #main_nav a.current {
  border-bottom: 1px solid #666;
}

#main_content {
  margin: 40px 0 20px 0;
}
#main_content h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0;
}
#main_content h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 0.8em 0;
}

.column { float: left; }
.column h3 {
  margin-bottom: 0.5em;
}
.column p {
  margin: 0 0 1em 0;
}
.left {
  width: 480px;
  margin-right: 40px;
}
.right {
  width: 320px;
}

/*--- INDEX product listing --*/
table.products {
  border-collapse: collapse;
}
table.products td {
  padding: 0 15px 2em 0;
}
table.products td a img {
  border: 0;
}
table.products td.col3,
table.products td.col6,
table.products td.col9 {
  padding-right: 0px;
}
table.products td .product_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0.5em 0 3px 0;
}
table.products td .product_title a {
  text-decoration: none;
}
table.products td .product_title a:hover {
  text-decoration: underline;
}
table.products td .product_type {
  font-size: 11px;
  color: #333;
}


#product .right_column {
  float: right;
  width: 325px;
}

#product .right_column .featured_in {
  margin: 1em 0;
  border: 1px dotted #ccc;
  padding: 10px 12px;
}
#product .right_column .featured_in h2 {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 1em 0;
}
#product .right_column .featured_in img {
  margin: 0 auto;
}

#product .product-description {
  background-color: #e7f4f8;
  padding: 10px 12px;
  border: 1px solid #c8dee7;
}

#product .product-description .product-info {
  font-size: 11px;
}
#product .product-description .product-info p {
  margin: 0 0 1em 0;
}
#product .product-description .product-info ul {
  margin: 0 0.5em 1em 1em;
}
#product .product-description #price-field {
  font-size: 12px;
  font-weight: bold;
  margin: 1em 0;
}

#product .product-images {
  float: left;
  width: 492px;
  overflow: hidden;
}
#product .product-images #main_image {
  min-height: 400px;
}

#product .product-images .product-image-large {
  width: 480px;
  padding: 5px;
  border: 1px solid #ddd;
}

#product .product-images .product-image-large img {
  max-width: 580px;
}

#product .product-images ul.product-thumbs {
  margin-top: 8px;
}

#product .product-images ul.product-thumbs li {
  list-style: none;
  float: left;
  padding: 0 3px 0 5px;
}

#product .product-images ul.product-thumbs li a img {
  border: 0;
}
#product .product-images .sizing_info {
  margin-top: 1.5em;
}
#product .product-images .sizing_info h2 {
  font-size: 14px;
  font-weight: bold;
}

table.sizing_chart {
  margin: 1em 0;
  width: 100%;
  border: 1px solid #666;
  border-collapse: collapse;
}
table.sizing_chart th {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  padding: 6px 5px;
  text-align: center;
}
table.sizing_chart td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 5px 5px;
  text-align: center;
}
table.sizing_chart th.last,
table.sizing_chart td.last  {
  border-right: 0;
}
table.sizing_chart th.size_age,
table.sizing_chart td.size_age  {
  text-align: left;
  width: 120px;
}
table.sizing_chart tr.last td  {
  border-bottom: 0;
}

.contact_form {
	width: 520px;	
}
.contact_form p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 2em 0;
}
.contact_form table {
	width: 100%;
}
.contact_form table td {
	padding: 5px;
	vertical-align: top;
}
.contact_form table td.label {
	width: 120px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px
}
.contact_form table td.field input {
	width: 320px;
	padding: 3px;
	font-size: 14px
}
.contact_form table td.field textarea {
	width: 320px;
	height: 200px;
	padding: 3px;
	font-size: 14px;
}

.main_image {
  margin-bottom: 20px;
  text-align: center;
}
.main_image img {
  border: 0;
}
.info {
  margin: 20px 0px;
  font-size: 12px;
  line-height: 16px;
  padding-right: 200px;
  position: relative;
}
.info .bubble {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  padding-top: 20px;
  font-size: 11px;
  line-height: 14px;
  color: #666;
}
.info .bubble a img {
  border: 0;
}
.info h1 {
  float: left;
  width: 140px;
  height: 162px;
  font-size: 0;
  text-align: -9999px;
  background-image: url("../images/logo_s.gif");
}
.info h2 {
  font-size: 18px;
  font-weight: normal;
}
.info h3 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin: 5px 0;
}
.info p {
  margin: 1em 0;
}
.info p.contact a {
  text-decoration: none;
}
#footer {
  margin-top: 40px;
  color: #aaa;
  text-align: center;
}
#footer .text {
  color: #666;
}
#footer a {
  color: #555;
}

/*--- Shopify specific stuff */
body#page-cart .content {
  width: 720px;
}
.halfdot_cart {
  width: 600px;
  margin: auto;
}
.halfdot_cart table.cart {
  border-collapse: collapse;
  width: 100%;
}
.halfdot_cart table.cart th {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  padding: 0 5px 2px 5px;
}
.halfdot_cart table.cart th.table_title {
  font-weight: bold;
  font-size: 14px;
}
.halfdot_cart table.cart th.item_qty {
  text-align: center;
}
.halfdot_cart table.cart th.amount {
  text-align: right;
}
.halfdot_cart table.cart td {
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
}
.halfdot_cart table.cart td.item_image {
  width: 60px;
}
.halfdot_cart table.cart td.item_image img {
  border: 1px solid #ddd;
  padding: 4px;
}
.halfdot_cart table.cart td.item_name {
  font-size: 18px;
  font-weight: bold;
}
.halfdot_cart table.cart td.item_name .meta {
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}
.halfdot_cart table.cart td.item_name a {
  text-decoration: none;
}
.halfdot_cart table.cart td.item_name a:hover {
  text-decoration: underline;
}
.halfdot_cart table.cart td.item_qty {
  width: 50px;
  text-align: center;
}
.halfdot_cart table.cart td.item_qty input {
  width: 24px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 3px;
  font-size: 18px;
  font-family: Georgia, serif;
}
.halfdot_cart table.cart td.amount {
  width: 100px;
  text-align: right;
  font-size: 18px;
  font-family: Georgia, serif;
}
.halfdot_cart table.cart td.action {
  width: 60px;
}
.halfdot_cart table.cart td.action a.remove {
  font-size: 0;
	text-indent: -9999px;
	width: 58px;
	height: 19px;
	display: block;
	background: transparent url("remove_item.gif") top center no-repeat;
}
.halfdot_cart table.cart td.checkout {
  text-align: right;
}
.halfdot_cart table.cart tfoot td {
  border: 0;
  padding: 8px 5px;
  vertical-align: top;
}
/*--- END: Shopify specific stuff */

#homepage_content {}
#homepage_content .first {
  width: 230px;
  margin-right: 25px;
}
#homepage_content .second {
  width: 200px;
  margin-right: 25px;
}
#homepage_content .third {
  width: 192px;
}
#homepage_content .first h3 {
  font-size: 0;
	text-indent: -9999px;
	width: 230px;
	height: 78px;
	background: transparent url("../images/homepage_tagline.gif") top center no-repeat;
}
#homepage_content .first a.shop {
  font-size: 0;
	text-indent: -9999px;
	width: 186px;
	height: 18px;
	background: transparent url("../images/halfdot-shop.gif") top center no-repeat;
	display: block;
	margin-top: 10px;
}
#homepage_content .second li {
  list-style: none;
  font-weight: bold;
  padding-bottom: 4px;
}
#homepage_content .second li.blue {
  color: #217ad7;
}
#homepage_content .third h3 {
  color: #217ad7;
  font-size: 12px;
  margin: 0;
}