/* 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('/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: 'Helvetica Neue', Arial, Helvetica, sans-serif; /*: Font :*/
}

body {
  color: #000000;                   /*: Body Font :*/
  background-color: #000000;        /*: Body Background :*/
  background-repeat: no-repeat;        /*: Background Image Repeat :*/
  background-image: url("http://www.theaterhopper.com/images/storenvy_background.jpg");
  background-position: top center;  /*: Background Image Position :*/
  background-attachment: scroll;    /*: Background Attachment :*/
}                                   
                                    
#header {
  text-align:left;                /*: Header Alignment :*/
  height:157px;
}                                   
                                    
#header h1 a {                      
  color: #000000;                   /*: Store Name :*/
}

h6 {color:#000;}

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

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

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

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

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

#product_description p{color: #000!important;}

#product_description {
margin-bottom: 20px;
padding: 11px 11px 0;
border: 1px solid #e5e5e5;
color: #000!important;
background: #FFF url(/images/admin/bg_lt_gradient.png) repeat-x scroll left bottom;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


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

#footer_info,
#footer_info a:link,
#footer_info a:visited {
  color: #000000;                   /*: Footer Text :*/
}
#product_description a:link,a:visited {
color: #880000;
text-decoration:underline;
}
#product_description a:hover{
color: #1499d6;
text-decoration:none;
}