/* The line below imports most of the styles for your chosen theme.
It is recommended that you leave this in to receive bug fixes or additions 
to this theme. */

@import url('http://www.storenvy.com/themes/default/stylesheets/styles.css');

/* The styles below are automatically turned into controls on the Design Bar.
For more information, see the FAQ. */

* {
  font-family: Ubuntu Mono, Courier, serif; /*: Font :*/
}

body {
  color: #000000;                   /*: Body Font :*/
  background-color: #FFFFFF;        /*: Body Background :*/
  background-repeat: no-repeat;        /*: Background Image Repeat :*/
  background-position: top center;  /*: Background Image Position :*/
  background-attachment: fixed;    /*: Background Attachment :*/
}                                   
                                    
#header {
  text-align:left;                /*: Header Alignment :*/
  padding: 35px 0px 0px 45px;
}                                   
                                    
#header h1 a {                      
  color: #000000;                   /*: Store Name :*/
}

#nav, #container {
  background-color: transparent;        /*: Store Border :*/
}

#nav li a {
  color: #000000;                   /*: Navigation Links :*/
  display: none;
}

#nav li a:hover, #nav li.current a {
  background-color: #000000;        /*: Navigation Hover Background :*/
  color: #FFFFFF;                   /*: Navigation Hover Color :*/
}

h2#title {
  color: #000000;                   /*: Page Title :*/
  background-color: #FFFFFF;        /*: Page Title Background :*/
  display: none;
}

#content {
  background-color: transparent;        /*: Middle Section Background :*/
}

div.description a:link,
div.description a:visited {
  color: #000000;                   /*: Product Description Links :*/
  background-color: #000000
}

.active .add_button { 
  background-color:#f8f8f8;  /*: Add to Cart Button :*/
}

#footer_info,
#footer_info a:link,
#footer_info a:visited {
  color: #FFFFFF;                   /*: Footer Text :*/
  font-family: 'Raleway', cursive;
}





div.description a:link, div.description a:visited {
  color: #000000;                   /*: Product Description Links :*/
  font-family: Ubuntu Mono, serif;
}

#product_description_container {
  background: none !important;
  border: none !important;
  padding: 6px !important;
  margin: 0px !important;
  font-family: Ubuntu Mono, serif;
  color: #FFFFFF;
}

#product_description h6 {
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0px;
}

#product_description_container p {
  color: #000000 !Important;
  letter-spacing: 0px;
  font-family: 'Raleway', cursive;
}

p#price {
  background: none !important;
  border: none !important;
  font-family: Kelly Slab, cursive !important;
  color: #000000 !important;
  text-shadow: none !important;
  line-height: .8em;
  margin: 0px !important;
  padding: 0px 0px 10px 0px !important;
}

h6 {
  font-family: Ubuntu Mono, serif;
  color: #000000;
}

.blog_link {
  padding-right: 10px;
}

.home {
  margin-right: 20px;
}

#sidebar {
  background: transparent;
  border: none !important;
  margin-top: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
  padding-top: 10px !important;
  width: 210px !important;
  overflow: hidden;
  float: left;
  hr: none;
}

#sidebar fieldset {
  background: none !important;
  border: none !important;
  margin: 0px !Important;
  padding: 0px !Important;
}

#description {
  font-family: Ubuntu Mono, serif;
  color: #ffffff;
  background-color: #000000;
  padding: 5px;
}

#buttons {
  position: relative;
  text-align: left;  /* Buttons Alignment */
}

#buttons a {
  background: none;
  border: none;
  font-family: Kelly Slab, serif;
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  font-size: 120%;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}

#buttons a:hover {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}

a.contact_us, a.faqs, a.blogg, a.store_profile {
    background: none;
    border: 1px solid #D5D5D5;
    color: #666666;
    display: block;
    margin-top: 5px;
    padding:  10px;
}

a.store_profile {
  padding-bottom: 20px;
}

li.product {
    background: none !important;
    float: left;
    height: 225px;
    margin-right: 1px;
    position: relative;
    width: 225px;
}

ul#places a {     /* SOCIAL LINKS */
    color: #000000;
    background: none !important;
    display: block;
    padding: 5px 5px 0 0;
    text-align: center;
    border: none;
    padding-left: 6px;
    text-shadow: none !important;
}


ul#places a:hover {
    background: none !important;
    color: #000000 !important;
    text-decoration: none;
    border: none;
}

hr {            /*  BORDER LINE  */
    border-color: #000000;
    border-style: solid;
    border-width: 2px 0 0;
    clear: both;
    height: 0;
    margin: 15px 0;
}

#main_photo img {
    background-color: #FFFFFF;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: 341px;
}

ul#stock li {     /* STOCK METER  */
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: 26px;
    margin-bottom: 5px;
    position: relative;
}

.stock_bar {
    background-color: #000000;
    float: left;
    height: 26px;
}

.stock_bar p {
    color: #ffffff;
    font: Ubuntu Mono, serif;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    position: absolute;
    text-shadow: 1px 1px 1px #000000;
    white-space: nowrap;
}
p {
    font: 12px/18px Ubuntu Mono, serif;
    letter-spacing: normal;
    padding: 0 0 11px;
}

a.product_profile {     /* STORENVY LINK */
    background: none;
    border: none;
    float: right;
    color: #F5F5F5;
    display: inline-block;
    font-weight: bold;
    padding: 5px;
}

a.product_profile:hover {
    background: none;
    color: #E8E8E8;
    text-decoration: none;
}

