/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.8em;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  background-color: #115b9f;
  clear:both;
}

/*=COMMON
=== === === === === === === === === === */
p{
}
h1, h2, h3, h4, h5, h6{
color: #444;
font-weight: normal;
clear: both;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; padding-bottom:5px;}
h3 { font-size: 1.5em;}
h4 { }



img {
  border: 0;
}
a:link, a:visited {
  color: #003399;
  text-decoration: none;
}
a:hover, a:active {
  color: #0033cc;

}
blockquote{
  padding: 10px;
  font-style: italic;
  border: 1px solid #cccccc;
}
form{
  padding: 0;
  margin: 0;
  clear: both;
}
form fieldset{
  border: none;
  padding: 0;
  margin: 0;
}
form fieldset input.textfield{
  width: 120px;
}
form fieldset input.submitbutton{
}
/*=HEADER
=== === === === === === === === === === */
#header {
height: 80px;
width: 750px;
margin: 0 auto;
text-align: left;
padding: 20px 0 0 0;
}


#site_title {
float: left;
height: 65px;
background-image: url(../images/logo.gif);
background-repeat: no-repeat;
padding-left: 75px;
}

#site_title h1 {
margin: 0;
padding: 0;
font-weight: normal;
padding-top: 15px;
}

#site_title p {
margin: 0;
padding: 0;
font-family: Tahoma, Arial, sans-serif;
color: #d2be96;
}

#search_area {
float: right;
}



/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
#promo {
  margin-bottom: 1em;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
  margin: 0; padding: 0;
  background-image: url(../images/menu_bg.gif);
  overflow: hidden;
}

#navigation .menu_primary {
  font-family: Georgia, "Times New Roman", serif; 
  background-repeat: repeat-x;
  background-position: bottom;
  text-transform: uppercase;
  color: #98c9e8 !important ;  
  text-align: left;
  width: 750px;
  margin: 0px auto;
}

#navigation .menu_primary ul li{
  display: block;
  float: left;
  line-height: 25px;
  margin: 0 5px 0px 0px;
}
#navigation .menu_primary ul {
  padding: 0px;
  margin: 0px; 
}

#navigation .menu_primary li{
  display: block;
  float: left;
  overflow: none;
}

#navigation ul li.active {
background-image: url(../images/menu_bg_highlight.gif);
background-repeat: repeat-x;
background-color: #52a3d5;
color: #fff;
}


#navigation ul li a:link,
#navigation ul li a:visited {
  color: #98c9e8; 
  
}
#navigation ul li a:hover, 
#navigation ul li a:active,
#navigation ul li.active a {
  color: #fff;
}

#navigation ul li a {
padding: 10px 10px 10px 10px;
display: block;
float: left;
}

#navigation .menu_secondary {
  clear: both;
  background-color: #52a3d5;
  padding: 0 0 5px 0;
  height:22px;
}

#navigation .menu_secondary ul{
  width: 750px;
  margin: 0 auto;
  text-align: left;
}
#navigation .menu_secondary li{
  list-style-type: none;
  display: inline;
  margin: 0; padding: 0 0 0 0;
}

#navigation .menu_secondary li a {
padding: 0.5em;
}

#navigation .menu_secondary li a:link,
#navigation .menu_secondary li a:visited {
  color: #b9e4ff;
}
#navigation .menu_secondary li a:hover,
#navigation .menu_secondary li a:active {
  color: #fff;
}
/*=BODYAREA
=== === === === === === === === === === */
#body_container {
  text-align: left;
  background-image: url(../images/body_fade.gif);
  background-repeat: repeat-x;
  background-color: #fff;
  color: #855723;
}

#bodyarea {
width: 750px;
margin: 0 auto;
}

#bodyarea .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;
}
#bodyarea .col_large, #bodyarea .store_main {
/* when content is with one sidebar */
  float: left;
  width: 480px;
  padding-right: 20px;
  padding-bottom:50px;
}
#bodyarea .col_medium {
/* when content is with two sidebars */
  float: left;
  width: 400px;
}
#bodyarea .col_small, #bodyarea .store_sidebar {
/* sidebar next to content */
  float: left;
  width: 240px;
  margin-right: 10px;
  padding-bottom:30px;
}

#bodyarea ul{
}
#bodyarea h2{
  clear: both;
}
#bodyarea h3{
  clear: left;
  padding:20px 0;
}
#bodyarea h4{
  
}
#bodyarea p.meta{
  font-size: 85%;
  color: #666666;
  margin: -15px 0 0 0;
	padding: 2px 0 3px 0;
}
#bodyarea p.subscribe{
  font-size: 85%;
  color: #666666;
  clear: both;
}

#bodyarea a.edit:link,
#bodyarea a.edit:visited{
  color: #cc0000;
}
#bodyarea a.edit:hover,
#bodyarea a.edit:active{
  color: #ff0000;
}
#bodyarea .functions p{
text-transform: uppercase;
font-size: 90%;
  
}
#bodyarea .functions p a{
  
}
#bodyarea #searchcontent form{
}

#bodyarea #searchcontent form fieldset{
  border: none;
}
#bodyarea #searchcontent form fieldset input{
  font-size: 85%;
  color: #666666;
}
#bodyarea #searchcontent form fieldset input.textfield{
  width: 250px;
}
#bodyarea #searchcontent form fieldset input.submitbutton{
}
#bodyarea #paginate{
  clear: both;

  overflow: auto;
}
#bodyarea #paginate .next{
  float: right;
}
#bodyarea #paginate .previous{
  float: left;
}
#bodyarea #datehighlight h3{
  
}
#bodyarea #datehighlight h4{
  
}
#bodyarea #datehighlight p{
  
}
#bodyarea #datehighlight ul{
  
}
#bodyarea .newsitemsmall{
  float: right;
  display: block;
  margin: 0 0 0.2em 0.5em;
}
#bodyarea .imagecaption{
  float: right;
  width: 270px;
}
#bodyarea .imagecaption img{
  display: block;
  margin: 5px 0 0 10px;
}
#bodyarea .imagecaption p{
  font-size: 85%;
  padding: 5px 20px 10px 10px;
  color: #666666;
}
#bodyarea .sort ul{
  margin: 0; padding: 0;
  font-size: 1em;
}
#bodyarea .sort ul li{
  display: inline;
  padding: 0 3px;
}
#bodyarea .sort ul li form{
  display: inline;
}
#bodyarea .sort ul li form select{
  
}
#bodyarea .thumb{
  float: left;
}
#bodyarea .thumb img{
  margin: 5px 15px 15px 0px;
  display: block;
}

#primary_widget {
font-size: 150%;
padding-bottom: 14px;
border-bottom: 1px dotted #855723;
margin-bottom: 14px;
overflow: auto;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
  clear: both;
  background: #115B9F url(../images/footer_bg.jpg) top repeat-x;
  color: #659ec3;
  font-family: Tahoma, Arial, sans-serif;
  padding-bottom: 40px;
}

#footer a {
color: #659ec3;
text-decoration: underline;
}

#footer #footer_container{
width: 750px;
margin: 0 auto;
text-align: center;
padding-top: 20px;
}

/*=CALENDAR
=== === === === === === === === === === */
#event_calendar{
  clear: both;
  font-family: Tahoma, Arial, sans-serif;
}
#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: 75px;
}
#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: 12px;
  margin: 24px 0 24px 0;
  list-style: none;
  text-align: center;
  background-color: #ede8d1;
}
#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;
}

#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
#bodyarea ul.products_list li{
  background-image: none;
  padding: 12px 0 12px 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 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: 350px;
}
#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: 6px 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; padding:5px 0 10px 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 {
  padding:10px;
}

.view_more_link {
  padding-bottom:5px;
}

ul.subscribe_nav {
  padding-top:5px;
}

ul.external-podcast-list h2 {
  font-size:140%;
}