/* Colors 
navyblue: #002345;
lightgray: #F2F3F3;
*/

* {
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  background: #EEEEEF;
  font-size: 65.2%;
  text-align: center;
  min-height: 92%;
  position: relative;
}

* html body {
  height: 92%;
}

a {
  text-decoration: none;
  padding-bottom: 1px;
  color: #002345;
}

p a {
  text-decoration: underline;
}

h2 a:hover, h3 a:hover,
h4 a:hover, h4 a:hover {
  border-bottom: 1px dotted #000;
  padding-bottom: 0;
}

a.current {
 /* text-decoration: line-through; */
  font-style: italic;
  text-transform: lowercase;
}

.site.index #main_content {
  overflow: hidden;
  min-height: 450px;
}

.site.index #new_arrivals,
.site.index #new_arrivals ul {
  width: 930px
}

.site.index #new_arrivals li {
  width: 220px;
}

.gallery, .list_gallery, #main_nav {
  list-style-type: none;
  padding-left: 0;
  margin: 0 auto;
}

.list_gallery, .list {
  text-align: left;
  width: 20em;
  position: relative;
  left: 50%;
  margin-left: -5em;
}

.list_gallery li {
  margin-bottom: 4px;
}  

.gallery li a {
  display: block;
}

#main_nav li {
  display: inline;
}

h1, h2, h3 {
  color: #002345;
}

.nav, .nav h2,
#site-index h2, h2 a {
  text-transform: uppercase;
  font-weight: normal;
}

.horizontal_nav {
  padding: 6px;
}

.horizontal_nav li {
  padding-top: 4px;
  padding: 2px;
}

.horizontal_nav .icon_link {
  padding: 0;
  margin-right: 15px;
}

.horizontal_nav .icon_link a img,
.horizontal_nav .icon_link a:hover img,
.horizontal_nav .icon_link a,
.horizontal_nav .icon_link a:hover {
  padding: 0;
  border: 0;
}

.products.index a.products,
.designers.index a.designers,
.stores.show a.contact,
.press_images.index a.press,
.news_items.index a.news {
  font-weight: bold;
}

#press_coverage {
  overflow: auto;
  overflow-y: hidden;
}

#press_coverage .press h3 span {
  display: block;
}

.news_container {
  width: 400px;
  margin: auto;
}

.news_container p {
  font-size: 120%;
}

#footer {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 3em;
  bottom: 0px;
  left: 0;
  padding: 4px;
  margin-bottom: -4em;
}

.site.index #footer {
  position: fixed;
  float: left;
  background: #EEEEEF;
  margin-bottom: 0;
}

#footer h4 {
  font-size: 100%;
  font-family: sans-serif;
  text-align: center;
  color: #002345;
  font-weight: normal;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: .5em;
}



.nav, .nav h2,
#site-index h2, h2 a { 
  display: inline;
  font-style: normal;
}


.gallery li {
  float: left;
}

.gallery li {
  margin: 0 4px 4px 0;
}

.gallery a img, #current_image a img {
  border: 1px solid #fff;
}

.gallery a:hover img, #current_image a:hover img {
  border: 1px solid #999;
}

body {
  font-family: "courier new", serif;
  letter-spacing: 1px;
}

h2, h3, .list_gallery h3, 
.list_gallery p, 
h1.nav, .nav h1 {
  font-size: 120%;
}

h1.nav, .nav h1 {
  font-weight: bold;
  text-align: left;
  display: block;
}

#about.list_gallery h3 {
  font-weight: bold;
}

#about {
  position: relative;
  margin-left: 5em;
}

#about #store_photos {
  position: absolute;
  left: -220px;
  top: .4em;
  width: 200px;
}

#about #store_photos img {
  width: 200px;
}

#about #store_photos a {
  display: block;
  margin-bottom: 6px;
  border: 0;
}

.list_gallery, .list_gallery h3 {
  text-transform: lowercase;
  font-weight: normal;
}

.list_gallery h3 {
  display: inline;
}

.icon_gallery li {
  width: 75px;
  height: 150px;
}

.icon_gallery .title_link a,
.icon_gallery .title_link a:hover {
  display: inline;
  border: 0;
  padding-bottom: 0;
}

.icon_gallery .image_link {
}

.gallery .title {
  font-weight: normal;
  font-size: 110%;
  width: 200px;
}

#designers .sold_out {
}

#designers .sold_out a:hover {
  border: 0;
  padding-bottom: 1px;
  color: #ccc;
}

a.current:hover,
body.products.index a.new_arrivals:hover,
body.designers a.designers:hover,
body.store a.about:hover {
  border: 0;
  padding-bottom: 1px;
}

.designers #footer,
.new_arrivals #footer {
  position: absolute;
  bottom: 0;
}

a.admin_link, .admin_link a,
.admin_link, .admin_links a,
a.admin_link:visited, .admin_link a:visited,
.admin_links a:visited {
  color: #640000 !important;
  font-size: 80% !important;
  font-weight: bold;
  font-family: sans-serif;
}

a img, a:hover img, #header a { 
  border: none;
  padding: 0;
}

#header {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

#main_content {
  margin: 20px auto;
  padding: 1px;
  padding-bottom: 40px;
  /* width: 500px; */
}

.activity {
  background-image: url(/images/activity_indicator.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
}

#product_viewer {
  margin: 0 auto;
  float: none;
  width: 600px;
  background: #F2F3F3;
  font-size: 110%;
}

#TB_window #product_viewer {
  margin-top: 10px;
}

#product_viewer #current_image {
  background: url('/images/activity_indicator.gif') repeat center center;
  margin: 0 4px 4px 0;
  padding: 0;
}

#product_viewer #current_image a {
  padding: 0;
}

#product_viewer #current_image,
#product_viewer #current_image img {
  width: 369px;
}

#product_viewer #current_image img {
  padding: 0;
  margin: 0;
}

#product_viewer #product_info {
  float: right;
  text-align: left;
  width: 200px;
}

#product_viewer #product_info .title {
  margin-top: 0;
}

#product_viewer #product_info .price {
}

#image_subnav a {
  display: block;
  padding: 4px 6px;
  background: #fff;
  border: 1px solid #002345;
  font-weight: bold;
}

#image_subnav a:hover,
#image_subnav a.current {
  background: #002345;
  color: #fff;
  font-style: normal;
}


#product_viewer #thumbs {
  float: left;
}

#product_viewer #thumbs li {
  clear: none;
}

#product_viewer #thumbs li a {
}

.product_links_title { margin-bottom: .5em; }

.product_links {
  list-style-type: circle;
  padding-left: 1em;
  margin-top: 0;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

#products.gallery,
.icon_gallery,
#press_coverage {
  margin: 0 auto;
  width: 740px;
}

#products.gallery .no_products {
  width: 100%;
  text-align: center;
}

#products.gallery img {
  width: 220px;
}

#products.gallery li {
  margin: 0 5px 0px 0;
  padding: 10px 5px 10px 0;
  border-top: 1px dashed #333;
}

#products.gallery li a.product_link {
  width: 220px;
  min-height: 150px;
}

#products.gallery .border {
  border-right: 1px dashed #333;
  padding-right: 10px;
  padding-left: 0px;
}

#products.gallery li.third .border,
#products.gallery li.very_last .border {
  border-right: none;
  padding: 0;
}

#products.gallery li.third,
#products.gallery li.very_last {
  padding-right: 0;
}

#products.gallery li.top_row {
  border-top: none;
}

#products.gallery .first {
  clear: left;
}

#products.gallery .last {
  border: none;
}

#hidden_products {
  min-height: 34em;
}

#hidden_products li .title {
  width: auto;
}

#hidden_products li {
  margin-bottom: 4em;
}

.new #main_content, 
.edit #main_content {
  width: 40em;
  text-align: left;
}

form label {
  font-weight: bold;
  font-size: 110%;
}

/* Utilities */

.left { text-align: left; }

.upcase { text-transform: uppercase !important;}

.bold { font-weight: bold !important; }

.normal, .no_bold { font-weight: normal !important; }

.no_margin { margin: 0 !important; }

.no_top { margin-top: 0 !important; }

.no_border,
.no_border .border { 
  border: none !important; 
}

.float_left { float: left; }
.float_right { float: right; }
.clear { clear: both; }

.hidden_text {
  text-indent: -99999em;
}

.top_left,
.top_right,
.bottom_left,
.bottom_right {
  position: absolute;
}

.top_left {
  top: 0; left: 0;
}

.top_right {
  top: 0; right: 0;
}

.bottom_left {
  bottom: 0; left: 0;
}

.bottom_right {
  bottom: 0; right: 0;
}

form .activity {
  background: url(/images/activity_indicator-ball.gif) no-repeat right center;
  padding-right: 12px;
}

.sale, .sale_price, .pink {
  color: #D564C2;
  font-weight: bold;
  font-style: normal;
}

.old_price {
  text-decoration: line-through;
  color: #666;
}

.alt {
  background-color: #ccc;
}

/* MyEmma E-mail list signup */

body.mailing_list #main_content {
  text-align: center;
}

body.mailing_list #signup {
  margin: 0 auto;
  width: 200px;
}

body .e2ma_signup_form {
  padding-top: 10px;
  padding-bottom: 20px;
}

body .e2ma_signup_form * {
  font-family: "courier new", serif;
}

body .e2ma_signup_form_row,
body .e2ma_signup_form_required_footnote {
  border: none;
  padding: 0;
  margin: 0 0 4px;
}

body .e2ma_signup_form input[type="text"],
body .e2ma_signup_form textarea,
body .e2ma_signup_form select {
  width: 100%;
}

body .e2ma_signup_form_required_asterix,
body .e2ma_signup_form_required_footnote,
body .e2ma_signup_form_button_row #e2ma_signup_reset_button {
  display: none;
}

body .e2ma_signup_form_button_row #e2ma_signup_submit_button {
  width: inherit !important;
  margin-top: 10px;
}

#product_info .share_links {
  margin-top: 2em;
}

.share_links a {
  line-height: 16px;
  vertical-align: middle;
  text-decoration: none;
}

.share_links a img {
  vertical-align: middle;
}

.share_links a.icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
}

.share_links a.more {
  margin-right: 1px;
  font-weight: bold;
  background: #eee;
  border: 1px solid #aaa;
  padding: 0 2px;
  color: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.share_links a.more:hover {
  background-color: #ccc;
  border-color: #999;
}

