@charset "UTF-8";

/* --------------- General -------------- */
body {
  text-align: center;
  font: normal 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #595241;
  margin: 0;
  padding: 20px 0 0 0;
}
.container{
  margin: 0 auto;
  width: 950px;
  text-align: left;
}

.block{
  width: 100%;
  float: left;
  background: #B8AE9C url(../images/side_shade.gif) repeat-y left;
}

p,
li, div#largecontent {
  line-height: 150%;
  color: #595241;
}


img {
  border: 0
}

img.Bigshot {
  width: 720px;
}

a:link, a:visited {
  color: #980325;
  outline:none;
}

a:hover, a:active {
  color: #6E0019;
}
a.edit:link, a.edit:visited {
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}
a.edit:hover, a.edit:active {
  color: #CC0000;
  text-decoration: underline;
  font-weight: bold;
}

h1{
  font-weight: normal;
  padding: 20px 20px 5px 20px;
  font-family: "Times New Roman", Times, serif;
  color: #FFFFFF;
  margin-bottom: 0;
}

h2{
  font-weight: normal;
  padding: 15px 40px 10px 0px;
  font-size: 200%;
  font-family: "Times New Roman", Times, serif;
  color: #595241;
}
div.largecontent h2 { padding: 15px 40px 10px 0px;}

h3, .pagecontent h2{
  font-weight: normal;
  padding: 15px 40px 5px 0px;
  font-size: 175%;
  font-family: "Times New Roman", Times, serif;
  color: #595241;
  clear: left;
}
h4 { padding: 0px 40px 5px 10px; }
h4, .pagecontent h3 {
  font-weight: normal;
  font-size: 150%;
  font-family: "Times New Roman", Times, serif;
  color: #595241;
  text-transform: uppercase;
}
.pagecontent h3{
  clear: both;
  padding: 10px 40px 5px 20px;
}
h4.datehighlight, .pagecontent h3.datehighlight{
  background-color: #A7987C;
  padding: 5px 30px 5px 10px;
  margin: 5px 10px 0 10px;
}
h5{
  font-weight: normal;
  padding: 5px 40px 0 20px;
  font-size: 125%;
  font-family: "Times New Roman", Times, serif;
  color: #595241;
  clear: left;
}

/* --------------- Header --------------- */

#header {
  background: #A7987C url(../images/bg_body_top.gif) repeat-x bottom;
  width: 100%;
}
#header #title p {
  padding: 0 20px 15px 20px;
  font-weight: bold;
  color: #B8AE9C;
  margin-bottom: 0;
}

/* --------------- Navigation ------------ */
.nav_sidebar {
  width: 180px;
  float: left;
  margin: 0;
  padding: 0;
}

.menu_primary {
  float: left;
  width: 180px;
  background: transparent url(../images/logo.gif) no-repeat scroll left top;
  margin: 0;
  padding: 100px 0 0 0;
}
.menu_primary ul{
  font-weight: bold;
  padding: 10px 0px 40px 15px;
  margin: 0 0 20px 0;
  background: url(../images/menu_ornament.gif) no-repeat bottom left;
  list-style: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 110%;
  text-transform: uppercase;
}
.menu_primary ul li{
  color: #DD8EA0;
  background: url(../images/nav_bullet.gif) no-repeat 1px 8px;
  padding: 0 0 0 10px;
}
.menu_primary ul a:link,
.menu_primary ul a:visited{
  text-decoration: none;
  color: #DD8EA0;
}
.menu_primary ul a:hover,
.menu_primary ul a:active{
  text-decoration: underline;
  color: #FFFFFF;
}
#search {
  float:left;
  width:180px;
}
#search form fieldset{
  border: none;
  padding: 10px 10px 20px 10px;
  margin: 0;
}
#search form fieldset input{
  font-size: 85%;
  color: #6E0019;
}
#search form fieldset input.textfield{
  width: 120px;
  margin: 0 0 5px 0;
  border: 2px solid #6E0019;
  background-color: #BA1A3E;
}
.menu_secondary ul{
  width:155px;
  background:none;
  padding:0px;
  margin:0px;
}
.menu_secondary ul li{
  color: #595241;
/*    background: url(../images/nav_bullet.gif) no-repeat 1px 8px;*/
  padding: 0 0 0 10px;
}

.menu_secondary ul a:link,
.menu_secondary ul a:visited{
  font-weight:normal;
}
/* --------------- Body ----------------- */
#bodyarea .spacing {
  padding: 10px 0px 10px 10px;
}

#bodyarea {
  background: url(../images/bg_body_main.gif) repeat-x top;
  float: left;
  width: 770px;
  margin: 0;
  padding: 0;
}

#bodyarea ul, #bodyarea ol{
  padding: 0 10px 10px 10px;
  margin: 0;
}

html>body #bodyarea.store_main { width: 530px; }
#bodyarea .store_main{
  float: left;
  width: 490px;
}
.store_sidebar{
  float:left;
  padding:0px;
  width:270px;
}
#bodyarea .largecontent .halfcolumn{
  float: left;
  padding:0px 0px 5px;
  width:256px;
}
#bodyarea .pagecontent{
  float: left;
  width: 100%;
}
#bodyarea .pagecontent p select{
  font-size: 85%;
  margin: 5px 0 0 0;
  background-color: #D8D3CB;
  border: 1px solid #A7987C;
}
#bodyarea .pagecontent #searchcontent{
  text-align: right;
}
#bodyarea .pagecontent #searchcontent form fieldset{
  border: none;
  padding:13px 25px 0pt 0pt;

}
#bodyarea .pagecontent .listing{
  padding: 5px 30px 0 20px;
}
#bodyarea .pagecontent .meta{
  font-size: 85%;
  color: #79632D;
  padding: 0 30px 10px 20px;
}
#bodyarea .pagecontent .imgfloat{
  float: left;
  margin: 0 10px 10px 20px;
}
#bodyarea .pagecontent .full img{
  margin: 5px 0 0 20px;
}
#bodyarea .pagecontent .thumb{
  float: left;
  width: 110px;
  margin: 0 0 10px 0;
}
#bodyarea .pagecontent .thumb a:link,
#bodyarea .pagecontent .thumb a:visited{
  margin: 0 0 0 18px;
  display: block;
  border: 1px solid #980325;
}
#bodyarea .pagecontent .thumb a:hover,
#bodyarea .pagecontent .thumb a:active{
  border: 1px solid #6E0019;
}
#bodyarea .pagecontent .thumb a img{
  display: block;
  margin: 0;
}
#bodyarea .pagecontent #paginate{
  float: left;
  width: 100%;
  padding: 0 0 15px 0;
}
#bodyarea .pagecontent #paginate .next{
  float: right;
  margin: 0 20px 0 0;
}
#bodyarea .pagecontent #paginate .previous{
  float: left;
  margin: 0 0 0 20px;
}
#bodyarea .pagecontent #searchcontent form fieldset input{
  font-size: 85%;
}
#bodyarea .pagecontent #searchcontent form fieldset input.textfield{
  width: 100px;
  background-color: #D8D3CB;
  border: 1px solid #A7987C;
}
#bodyarea .imagecaption{
  float: right;
  width: 280px;
}
#bodyarea .imagecaption img{
  margin: 10px 20px 0 10px;
  border: 1px solid #595241;
}
#bodyarea .imagecaption p{
  font-size: 85%;
  padding: 0 20px 0 15px;
  font-style: italic;
  color: #79632D;
}
#bodyarea blockquote{
  font-style: italic;
  padding: 5px 60px 20px 30px;
  font-size: 125%;
  margin: 0;
  color: #79632D;
}
#bodyarea img{
  margin: 0;
}

#bodyarea img.bigshot{
  margin: -10px 0 10px 0;
  border-bottom: 1px solid #595241;
}

/* --------------- Footer --------------- */

#footer {
  clear: both;
}
#footer p{
  font-size: 85%;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: #A7987C;
}
#footer p.seven{
  padding: 0px 20px 30px 20px;
}
#footer p a:link,
#footer p a:visited{
  color: #A7987C;
}
#footer p a:hover,
#footer p a:active{
  color: #FFFFFF;
}
#footer .creds{
  font-size: 85%;
  color: #A7987C;
  padding:10px 10px 0px 20px;
  text-align:center;
}
#footer .creds a, #footer .creds a:visited {
  color:#A7987C;
}

/* --------------- Miscellaneous --------- */
.tableevent{
  padding: 10px 20px 10px 20px;
  clear: both;
}
.tableevent table{
  border-collapse: collapse;
  margin: 0;
}
.tableevent table th{
  border-bottom: 2px solid #A7987C;
  vertical-align: top;
  font-size: 85%;
  color: #595241;
  width: 75px;
}
.tableevent table td{
  border-bottom: 1px solid #A7987C;
  vertical-align: top;
}
.tableevent table td.datehighlight{
  color: #A7987C;
  background-color: #A7987C;
}
.tableevent table td.datehighlight p{
  background-color: #A7987C;
}
.tableevent table td p{
  padding: 0;
  margin: 0;
  font-size: 85%;
}
#bodyarea .tableevent table td ul{
  font-size: 85%;
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
#bodyarea .tableevent table td ul li{
  padding: 0 0 10px 0;
  line-height: 1.2em;
}
.submit_content {
  float:right;
}
.submit_content a img {
  margin: 0px !important;
}
.archives {
  font-size: 85%;
  margin: 0 0 0 10px;
  padding: 0 10px 5px 10px;
  clear: both;
}

#bodyarea .sort{
  clear: both;
}
#bodyarea .sort ul li.other span{
  float: right;
  padding: 2px 5px 0 5px;
}
#bodyarea .sort ul li.other span select{
  font-size: 85%;
}
#bodyarea .sort p{
  font-size: 85%;
  padding: 5px 10px 0 10px;
  clear: both;
  text-align: center;
}
#bodyarea .sort ul{
  list-style: none;
  width:88.7%;
  float: left;
  background-color: #A7987C;
  margin:5px 0 10px 0;
  padding:5px 10px 1px 10px;
  border-bottom: 1px solid #595241;
}

#bodyarea .sort ul li{
  display: inline;
}
#bodyarea .sort ul li.current span{
  background-color: #B8AE9C;
}
#bodyarea .sort ul li span{
  display: block;
  float:left;
  padding: 4px 12px 5px 10px;
  margin: 3px 0 -2px 0;
}
/* --------------- Calendar --------- */

table.calendar {
  height:400px;
  margin-right:auto;
  width:660px;
  margin: 0 auto 15px 10px;
  font-family:"Lucida Grande","Verdana",sans-serif;
  font-size:12px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5em;
  text-align:center;
  clear: left;
  
}

table.calendar tbody tr { background-color: #FFFFFF;}
table.calendar tr.monthName th { text-align: center; font-size: 16px; padding: 5px; }
table.calendar tr.monthName th a { margin: 0px 10px; }

.dayName {
  text-align: center;
}

.dayName th {
  border-bottom:3px solid #595241;
  color:#595241;
  font-size:85%;
  vertical-align:bottom;
  width:75px;
  background-color:#A7987C;
  padding-bottom: 0;
  padding-top: 0;
  height: 35px;
}

.monthName th {
  font-weight:normal;
  padding-bottom:0em;
  padding-top:0em;
  text-align:left;
}

.today {
  background-color: #A7987C;
  border-bottom:1px solid #A7987C;
}

.calendar .day, .calendar .specialDay {
  border-bottom:1px solid #A7987C;
  text-align:left;
  vertical-align:top;
  height:70px;
  font-size:10px;
  padding: 0px 2px;
}

.weekendDay {
  border-bottom:1px solid #A7987C;
  text-align:left;
  vertical-align:top;
}

.otherMonth.weekendDay {
  color: #c0c0c0;
}

.otherMonth {
  color: #C0C0C0;
  padding:2px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid #A7987C;
}
.summary {
  float: right;
  margin-right: 31px;
}
#events {
  margin-top:25px;
}
.event {
  margin-left:20px;
}
#cart {
  float:right;
 margin:44px 33px 0px 0px;
}

#events {
  margin-top:20px;
}
.sort {
  font-size:92%;
}
.podcast_links {
  float: right;
  width: 100px;
  padding: 5px;
}
.podcast_links a {
  margin-right: 5px;
  float: left;

}
.podcast_links {
  float:right;
  margin-top:5px;
  margin-bottom:-25px;
}
.podcast_links a {
  text-decoration: none;
}
.view_links{
  margin-top: -27px;
}
/*=STORE
=== === === === === === === === === === */

#bodyarea #buysteps{
  margin: 0 0 12px 0;
  font-size: 85%;

}
#bodyarea #buysteps ul{
  padding: 10px 10px 5px 20px;
  margin: 0;
  list-style: none;
  text-align: center;
}
#bodyarea #buysteps ul li{
  padding: 0 10px 0 0;
  display: inline;
  color: #666;  
}
#bodyarea #buysteps ul li.current{
  font-weight: bold;
  color: #333;
}

#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 0px;
}
#bodyarea ul.products_list li{
  padding: 10px 0 0 0px;
  margin: 0;
}

#bodyarea ul.products_list li div h3 {
  padding: 15px 40px 10px 0px;
}

#bodyarea ul.products_list li .product_img{
text-align: center;
  width: 120px;
  margin-right: 0px;
  overflow: hidden; 
  float: right;
  display: inline-table;
/* Hides from IE-mac \*/
  height: 1%;
  display: block;
/* End hide from IE-mac */  
}

html>body #bodyarea ul.products_list li .product_img {
  height: auto;
}

#bodyarea ul.products_list li .product_img:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


#bodyarea ul.products_list li .product_img img{
  margin: 0 0 10px 0;
  border: 1px solid #666;
}
#bodyarea ul.products_list li .product_desc{
  width: 325px;
  float: left;
}
#bodyarea ul.products_list li p{
  padding: 0 0 10px 0;
  margin: 0;
}
#bodyarea #cart p{
  text-align: right;
  font-size: 85%;
  margin: 0;
  padding: 10px 20px 0 20px;
}


#bodyarea table.products_list {
  margin: 0 20px 40px 20px;
  border-collapse: collapse;
}

#bodyarea .summary table {
  margin: 0px 20px 40px 20px;
  border-collapse: collapse;
}

#bodyarea table.products_list tr th,
#bodyarea .summary table th{
  padding: 3px;
  color: #666
  font-weight: normal;
  font-size: 85%;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
  padding: 6px;
  border-top: 1px solid #777;
  font-size: 85%;

}

#bodyarea div#searchcontent fieldset {
border: none;
}

div#paginate {
clear: both;
display: block;
height: 20px;
margin-top: 15px;
padding: 10px 20px 10px 20px;
}

div#paginate div.next {
display: inline; 
float: right;
}

div#paginate div.previous {
display: inline;
float: left;
}

form label {
margin-left: 25px;
}

p.top_cart_links {
margin: 12px 0 12px 0;
}
.product_img {
  width:120px;
}
#news .product_desc{
  float:left;
  width:500px;
}

.themed_pagination{
  margin: 10px 20px;
}

.flash_player {
  margin-left:20px;
}

.view_more_link {
 padding:0 0 10px 0; 
}

.sort {
  padding:10px 0 5px 0 !important;
}

.subscribe_nav {
  padding-top:5px;
}