/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
  font: normal 14px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #01031e;
  background-image: url(../images/thebigmanupstairs.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
#container{
  width:980px;
}
.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;
  background-color: #fff;
}
.col_large{
/* when content is with one sidebar */
  float: left;
}
.col_medium, .store_main{
/* when content is with two sidebars */
  padding-top:20px;
  width: 454px;
}

.col_medium .spacing {
  padding-right:0px !important;
}

.col_small, .store_sidebar{
/* sidebar next to content */
  float: right;
  width: 286px;
}
.store_sidebar{
/* sidebar next to content */
  float: right;
  width: 226px;
}
.spacing{
/* set basic spacing for all content elements */
  padding: 0 20px 20px 20px;
  float: left;
}
/*=COMMON
=== === === === === === === === === === */
p{
  line-height: 150%;
  margin-top: 0;
}
h1, h2, h3, h4, h5, h6{
  line-height: 125%;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 10px 0 5px 0;
  color: #27405a;
}
img{
  border: 0;
}
a:link, a:visited{
  color: #336699;
  text-decoration: none;
}
a:hover, a:active{
  color: #336699;
  text-decoration: underline;
}
blockquote{
  font-style: italic;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-left: 10px;
  margin-right: 40px;
}
form{
  padding: 0;
  margin: 0;
}
form fieldset{
  border: none;
  padding: 0;
  margin: 0;
}
form fieldset input.textfield,
form fieldset textarea{
  width: 250px;
}
form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}
/*=HEADER
=== === === === === === === === === === */
#header{
  
}
#header .col_full{
  background-color: transparent;
}
#header h1{
  color: #fff;
  font-size: 250%;
  margin: 0 0 -5px 0;
  padding: 25px 0 0 0;
}
#header p{
  color: #336699;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 85%;
  font-weight: bold;
}
/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
#promo {

}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation{
  float: left;
  width: 200px;
  padding: 240px 0 0 0;
}
#navigation ul{
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}
#navigation ul li{
  padding: 1px 0;
  line-height: 100%;
  padding: 4px 0;
}
#navigation .menu_primary ul{
  margin: 0 10px;
  border-bottom: 1px solid #414256;
  padding: 20px;
  text-transform: uppercase;
}
#navigation .menu_primary ul li{
  
}
#navigation .menu_primary ul li.active{
  
}
#navigation .menu_primary ul li a:link,
#navigation .menu_primary ul li a:visited{
  color: #fff;
}
#navigation .menu_primary ul li a:hover, 
#navigation .menu_primary ul li a:active{
  color: #fff;
}
#navigation .menu_secondary ul{
  margin: 0 10px;
  padding: 20px;
  text-transform: uppercase;
}
#navigation .menu_secondary ul li{
  
}
#navigation .menu_secondary ul li.active{
  
}
#navigation .menu_secondary ul li a:link,
#navigation .menu_secondary ul li a:visited{
  
}
#navigation .menu_secondary ul li a:hover,
#navigation .menu_secondary ul li a:active{
  
}
/*=BODYAREA
=== === === === === === === === === === */
#bodyarea {
  top: 0;
  margin: 0 40px 0 200px;
}
#bodyarea #content{
  background-image: url(../images/shade-white.gif);
  background-position: top;
  background-repeat: repeat-x;
}
#bodyarea #search_site .col_full{
  background-image: url(../images/shade-blue.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #c1d1e0;
  padding: 20px 0 0 0;
}
#bodyarea #promo .col_full{
  background-image: url(../images/shade-blue.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #c1d1e0;
}
#bodyarea #search_site .col_full #search {
  margin-bottom: 0;
}
#bodyarea #search_site .col_full .textfield{
  width: 380px;
}
#bodyarea ul{
  
}
#bodyarea h2{
  font-size: 250%;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
  clear: left;
}
#bodyarea h3{
  clear: left;
  font-size: 200%;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
}
#bodyarea h4{
  clear: left;
  font-size: 150%;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
}
#bodyarea .col_small h3{
  font-size: 150%;
}
#bodyarea h4{
  
}
#bodyarea p.meta{
  font-size: 85%;
  color: #666666;
  padding: 0;
  margin: -5px 0 10px 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{
  font-size: 85%;
  margin: 5px 0 0 0;
  padding: 0;
}
#bodyarea .functions p a{
  
}
#bodyarea #searchcontent form{
  
}
#bodyarea #searchcontent form fieldset{
  
}
#bodyarea #searchcontent form fieldset input{
  font-size: 85%;
  color: #666666;
}
#bodyarea #searchcontent form fieldset input.textfield{
  
}
#bodyarea #searchcontent form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}
#bodyarea #paginate{
  clear: both;
  font-size: 85%;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
}
#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: left;
  margin: 0 10px 10px 0;
  display: block;
}
#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: 10px 0 10px 0;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  background-color: #eee;
}
#bodyarea .sort ul li{
  display: inline;
  margin: 0 10px 0 0;
}
#bodyarea .sort ul li a{
  font-size: 85%;
}
#bodyarea .sort ul li form{
  display: inline;
}
#bodyarea .sort ul li form select{
  font-size: 85%;
}
#bodyarea .thumb{
  float: left;
}
#bodyarea .thumb img{
  display: block;
  margin: 0 10px 10px 0;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
  clear: both;
  padding-top: 10px;
  overflow: hidden;
}
#footer .col_full{
  background-color: transparent;
}
#footer p{
  font-size: 85%;
  color: #666666;
  margin: 0;
  padding: 10px 0;
}

/*=CALENDAR
=== === === === === === === === === === */
#event_calendar{
  clear: both;
  width: 500px;
}
#event_calendar table{
  border-collapse: collapse;
  margin: 0 0 10px 0;
}
#event_calendar table th{
  border-bottom: 2px solid #666666;
  vertical-align: top;
  font-size: 85%;
  color: #666666;
  width: 14%;
}
#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%;
}






/*=BODYAREA
=== === === === === === === === === === */
#bodyarea #buysteps{
  border-bottom: 2px solid #ccc;
  margin: 0 0 10px 0;
  color: #666;
}
#bodyarea #buysteps ul{
  padding: 0 10px 4px 10px;
  margin: 0;
  list-style: none;
}
#bodyarea #buysteps ul li{
  padding: 0 10px 0 0;
  display: inline;
}
#bodyarea #buysteps ul li.current{
  font-weight: bold;
}


/*=STORE
=== === === === === === === === === === */
#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 0;
}
#bodyarea ul.products_list li{
  padding: 10px 0 0 0;
  margin: 0;
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
}
#bodyarea ul.products_list li .product_img{
  float: left;
  width: 120px;
}
#bodyarea ul.products_list li .product_img img{
  display: block;
  margin: 0 0 10px 0;
}
#bodyarea ul.products_list li .product_desc{
  margin-left: 130px;
}
#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,
#bodyarea .summary table{
  margin: 0 0 40px 0;
  border-collapse: collapse;
  width: 100%;
}
#bodyarea table.products_list th,
#bodyarea .summary table th{
  padding: 3px;
  text-align: left;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
  padding: 3px;
  border-top: 1px solid #ccc;
}
div.sort {
  clear: both;
}
.submit_content {
  float:right;
  font-size: 85%;
  line-height: 10px;
}
p.back_link {
  float:right;
  margin-top: 10px;
  #margin-top: 25px; /*for ie browsers*/
}

ul.external-podcast-list li h2 {
  font-size:130% !important;
}