/* 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: "Varela Round", sans-serif; /*: Font :*/
}

body {
  color: #666666;                   /*: Body Font :*/
  background-color: #FFFFFF;        /*: Body Background :*/
  background-repeat: repeat;        /*: Background Image Repeat :*/
  background-position: top center;  /*: Background Image Position :*/
  background-attachment: fixed;    /*: Background Attachment :*/
}  

                                   
#header {
  text-align:center;                /*: Header Alignment :*/
}                                   
                                    
#header h1 a {                      
  color: #666666;                   /*: Store Name :*/
}

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

#sidebar { 
background-color: #FFFFFF; 
background-image: none !important;
border: none !important;
}

#sidenav { 
float: left; 
width: 100%;
background-color:white;
}

#sidenav li a { 
color:#33A1C9; 
font-size:11px; 
line-height:13px;
letter-spacing:1px;
font-weight: bold; 
}

#nav li a {
  color: #F38CAA;                   /*: Navigation Links :*/
}

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

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

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

div.description a:link,
div.description a:visited {
  color: #30AFEA;                   /*: Product Description Links :*/
}

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

#footer_info,
#footer_info a:link,
#footer_info a:visited {
  color: #656565;                   /*: Footer Text :*/
}


