/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	font: normal 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #74cedf;
	/* background-color: #bbe4ed; */
}
.container{
	width: 810px;
	margin: 0 auto;
	text-align: left;
}
.col_full{
/* when content takes up full site width */
/* can aslo be used to wrap inner colums if container hook isn't enough */
	width: 100%;
/*  float: left;*/
/*  clear: both;*/
}
.col_large{
/* when content is with one sidebar */
	float: left;
	padding:10px 0 0 0;
	width: 540px;
}
.store_main {
  width:520px;
  float:left;
}
.col_medium {
/* when content is with two sidebars */
	float: left;
	width: 320px;
}
.col_small {
/* sidebar next to content */
	float: right;
	width: 270px;
}
.store_sidebar {
  float: right;
 	width: 230px;
 }
.spacing, .store_main_inner{
/* set basic spacing for all content elements */
	padding: 0 20px 20px 20px;
}
/*=COMMON
=== === === === === === === === === === */
p{
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6{
	line-height: 150%;
	font-family: "Times New Roman", serif;
	font-weight: normal;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #00B7DD;
	text-decoration: none;
}
a:hover, a:active {
	color: #008eab;
	text-decoration: underline;
}
blockquote{
	font-style: italic;
	border: 1px solid #cccccc;
	padding: 10px;
}
form{
	clear: both;
	padding: 0;
	margin: 0;
}
form fieldset{
	border: none;
	padding: 0;
	margin: 0;
}
form fieldset input{
	font-size: 85%;
}
form fieldset input.textfield,
form fieldset textarea{
	width: 90%;
	border: 1px solid #ac9c73;
}
form fieldset input.submitbutton{
	margin: 0 0 0 5px;
	color: #84754f;
	background-color: #daceae;
	border: 1px solid #ac9c73;
}
/*=HEADER
=== === === === === === === === === === */
#header {	
	float: left;
	clear: both;
	width: 100%;
	background-color: #74cedf;
	border-bottom: 5px solid #1fc0d8;
}
#header .col_full {
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}
#header h1{
	padding: 10px 30px 0 120px;
	margin: 0 0 -5px 0;
	color: #fff;
	font-size: 300%;
}
#header p{
	color: #ffffff;
	padding: 0px 30px 15px 120px;
	clear: none;
	margin: 0;
	text-transform: uppercase;
	font-size: 85%;
}
/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
#promo {
	
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	padding: 10px 0;
}
#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation .menu_primary ul li a:link,
#navigation .menu_primary ul li a:visited {
	font-weight: bold;
}
#navigation .menu_primary ul li a:hover, 
#navigation .menu_primary ul li a:active {
	font-weight: bold;
}
#navigation .menu_secondary ul{
	padding: 5px 0 10px 10px;
}
#navigation .menu_secondary ul li{
	
}
#navigation .menu_secondary ul li a:link,
#navigation .menu_secondary ul li a:visited {
	font-weight: normal;
}
#navigation .menu_secondary ul li a:hover,
#navigation .menu_secondary ul li a:active {
	font-weight: normal;
}
/*=BODYAREA
=== === === === === === === === === === */
#bodyarea {
	float: left;
	width: 100%;
	background-color: #fff;
	background-image: url('../images/bg-body.gif');
	background-position: center;
	background-repeat: repeat-y;
}
#bodyarea ul{
	
}
#bodyarea h2{
	clear: both;
	font-size:250%;
	padding: 0;
	margin: 20px 0 0 0;
}
#bodyarea h3{
	clear: left;
	font-size: 200%;
	padding: 0;
	margin: 10px 0 0 0;
}
#bodyarea h4{
	font-size: 150%;
	padding: 0;
	margin: 0;
}
#bodyarea p.meta{
	font-size: 85%;
	color: #666666;
	margin: 0;
	padding: 0;
}
#bodyarea p.subscribe{
	font-size: 85%;
	color: #666666;
	clear: both;
}
#bodyarea #sidebar{
	color: #ac9c73;
}
#bodyarea #sidebar .widgetdiv1{
	border-top: 1px solid #ac9c73;
}
#bodyarea a.edit:link,
#bodyarea a.edit:visited{
	color: #cc0000;
}
#bodyarea a.edit:hover,
#bodyarea a.edit:active{
	color: #ff0000;
}
#bodyarea .functions p{
	font-size: 85%;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: bold;
}
#bodyarea #search_site #search {
	margin-bottom: 0;
}
#bodyarea #search_site form{
	border-bottom: 1px solid #ac9c73;
}
#bodyarea #search_site form fieldset{
	padding: 10px 0;
	margin: 0;
}
#bodyarea #search_site form fieldset input.textfield{
	width: 150px;
}
#bodyarea #searchcontent form{
}
#bodyarea #searchcontent form fieldset{
	padding: 0;
	margin: 0;
}
#bodyarea #searchcontent form fieldset input{
	
}
#bodyarea #searchcontent form fieldset input.textfield{
	width: 300px;
}
#bodyarea #searchcontent form fieldset input.submitbutton{
	margin: 0 0 0 5px;
}
#bodyarea #paginate{
	clear: both;
}
#bodyarea #paginate .next{
	float: right;
	margin: 5px 0;
}
#bodyarea #paginate .previous{
	float: left;
	margin: 5px 0;
}
#bodyarea #datehighlight h3{
	
}
#bodyarea #datehighlight h4{
	
}
#bodyarea #datehighlight p{
	
}
#bodyarea #datehighlight ul{
	
}
#bodyarea .newsitemsmall{
	float: left;
	margin: 0 10px 10px 0;
	display: block;
}
#bodyarea .imagecaption{
	float: right;
	width: 270px;
}
#bodyarea .imagecaption img{
	display: block;
	margin: 10px 0 0 10px;
}
#bodyarea .imagecaption p{
	font-size: 85%;
	padding: 5px 20px 10px 10px;
	color: #666666;
}
#bodyarea .sort ul{
	margin: 5px 0;
	padding: 5px;
	background-color: #f5f0d9;
	border-top: 1px solid #ac9c73;
}
#bodyarea .sort ul li{
	display: inline;
	margin: 0 0 0 5px;
}
#bodyarea .sort ul li form{
	display: inline;
}
#bodyarea .sort ul li form select{
	
}
#bodyarea .thumb{
	float: left;
	margin: 5px 5px 0 0;
}
#bodyarea .thumb img{
	display: block;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	float: left;
	clear: both;
	width: 100%;
	background-color: #74cedf;
	border-top: 5px solid #1fc0d8;
}
#footer .col_full {
	
}
#footer p{
	font-size: 85%;
	color: #666666;
	text-align: center;
}
/*=CALENDAR
=== === === === === === === === === === */
#event_calendar{
	clear: both;
}
#event_calendar table{
	border-collapse: collapse;
	margin: 0;
}
#event_calendar table th{
	border-bottom: 2px solid #666666;
	vertical-align: top;
	font-size: 85%;
	color: #666666;
	width: 82px;
}
#event_calendar table td{
	border-bottom: 1px solid #666666;
	vertical-align: top;
}
#event_calendar table td#datehighlight{
	
}
#event_calendar table td#datehighlight p{
	
}
#event_calendar table td#datehighlight ul{
	
}
#event_calendar table td p{
	padding: 0;
	margin: 0;
	font-size: 85%;
}
#bodyarea #event_calendar table td ul{
	font-size: 85%;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}
#bodyarea #event_calendar table td ul li{
	padding: 0 0 10px 0;
	line-height: 100%;
}

/*=STORE
=== === === === === === === === === === */

#bodyarea #buysteps{
	margin: 0 0 10px 0;
}
#bodyarea #buysteps ul{
	padding: 6px;
	margin: 24px 0 24px 0;
	list-style: none;
	text-align: center;
	background-color: #eee;
}
#bodyarea #buysteps ul li{
	padding: 0 10px 0 0;
	display: inline;
	color: #999;	
	background-image: none;
	font-size: 110%;
}
#bodyarea #buysteps ul li.current{
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

#bodyarea ul.products_list{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
#bodyarea ul.products_list li{
  background-image: none;
	padding: 6px 0 6px 0;
	margin: 0 0 0 0;
	float: left;
	border-bottom: 1px solid #ccc;
}
#bodyarea ul.products_list li .product_img{
	width: 120px;
	overflow: hidden;	
	float: right;
  text-align: 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 p.price {
	padding-right:10px;
}

#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 0 0;
}
#bodyarea ul.products_list li .product_desc{
	float: left;
	width: 400px;
}
#bodyarea ul.products_list li p{
	padding: 0 0 10px 0;
	margin: 0;
}

#bodyarea ul.products_list li strong a {
	font-size: 125%;
}

#bodyarea #cart p{
	text-align: right;
	margin: 0;
	padding: 10px 20px 0 20px;
}


#bodyarea table.products_list {
	margin: 24px 0px 40px 0px;
	border-collapse: collapse;
}

#bodyarea .summary table {
	margin: 0px 0px 40px 0px;
  border-collapse: collapse;
}

#bodyarea table.products_list tr th,
#bodyarea .summary table th{
	padding: 6px;
	color: #999
	font-weight: normal;
	font-size: 85%;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
	padding: 6px;
	border-top: 1px solid #ccc;
}

#bodyarea div#searchcontent fieldset {
border: none;
}

div#paginate {
clear: both;
display: block;
height: 20px;
padding: 12px 24px 12px 12px;
}

div#paginate div.next {
display: inline; 
float: right;
}

div#paginate div.previous {
display: inline;
float: left;
}

p { margin-top: 0; }

#bodyarea form label {
padding: 0;
line-height: 100%;
}

p.top_cart_links {
padding: 0 0 12px 0 ;
}

p.more {
font-weight: bold;
text-align: right;
}
#login {
  text-align:center;
}
.calendar .day, .calendar .specialDay {
  height:100px;
}

ul.external-podcast-list h2 {
  font-size:175% !important;
}