@charset "UTF-8";

/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	font: normal 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
}
#container{
	width: 840px;
	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;
	padding:10px 0;
}
.col_large, .store_main {
/* when content is with one sidebar */
  background:#ddd;
	float: left;
	padding-top:10px;
	width: 560px;
}
.col_medium {
/* when content is with two sidebars */
	float: left;
	width: 280px;
}
.col_small, .store_sidebar {
/* sidebar next to content */
	float: left;
	width: 280px;
}
/*=COMMON
=== === === === === === === === === === */
p{
	line-height: 150%;
	margin: 0;
	padding: 0 30px 10px 0px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 150%;
	margin: 0;
	padding-left:10px ;
}
h3 {
  padding-left:0px;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #ef5b00;
	text-decoration: none;
}
a:hover, a:active {
	color: #c13b00;
	text-decoration: underline;
}
blockquote{
	margin: 0 20px 10px 20px;
	padding: 10px;
	font-style: italic;
	border: 1px solid #cccccc;
}
form{
	clear: both;
	padding: 0;
	margin: 0;
}
form label {
padding:0pt 20px 10px;
}
form fieldset{
	border: none;
	padding: 0 20px 10px 0px;
	margin: 0;
}
form fieldset input.textfield{
	width: 90%;
}
form fieldset input.submitbutton{
	margin: 5px 0 0 0;
}
/*=HEADER
=== === === === === === === === === === */
#header {
	
}

#header #search {margin-bottom: 0;}
#header form{
	float: right;
	width: 250px;
}
#header form fieldset{
	background-image: url(../images/corners-search-header.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 20px;
}
#header form fieldset input{
	font-size: 85%;
}
#header form fieldset input.textfield {
	width: 145px;
}
#header .col_full{
	background-color: #c13b00;
}
#header h1{
	color: #fff;
	font-size: 200%;
	padding: 10px 30px 0 20px;
}
#header p{
	padding: 0 30px 5px 20px;
	color: #fff;
	font-size: 85%;
	margin: -5px 0 0 0;
}
/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
#promo {
	
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	
}
#navigation ul{
	list-style: none;
	margin: 0;
}
#navigation ul li{
	display: inline;
}
#navigation ul li a:link,
#navigation ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation ul li a:hover, 
#navigation ul li a:active {
	color: #fff;
	text-decoration: underline;
}
#navigation .menu_primary{
	margin-top: 10px;
	background-image: url(../images/bg-mainnav-top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#navigation .menu_primary ul{
	background-image: url(../images/bg-mainnav-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#navigation .menu_primary ul li{
	margin: 0 10px 0 0;
}
#navigation .menu_secondary{
	background-image: url(../images/bg-subnav-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin:0 10px;
}
#navigation .menu_secondary ul{
	background-image: url(../images/bg-subnav-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 15px 20px;
	text-transform: uppercase;
}
#navigation .menu_secondary ul li{
	margin: 0 10px 0 0;
}
/*=BODYAREA
=== === === === === === === === === === */
#bodyarea #widgetbox{
  background:#eee;
	background-position: center;
	background-repeat: repeat-y;
}
#bodyarea #widgetbox #top{
	background-position: top;
	background-repeat: no-repeat;
}
#bodyarea #widgetbox #bottom{
	background-position: bottom;
	background-repeat: no-repeat;
}
#bodyarea #widgetbar{
	background-position: right;
	background-repeat: repeat-y;
}
#bodyarea #widgetbar #top{
	background-position: top right;
	background-repeat: no-repeat;
}
#bodyarea #widgetbar #bottom{
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 0 10px 0;
}

#bodyarea .largecontent {padding: 0 15px;}

#bodyarea ul{
	padding: 0;
	margin: 0 0px 10px 35px;
}
#bodyarea h2{
	clear: both;
	font-size: 200%;
	font-weight: normal;
	text-transform: uppercase;
}
#bodyarea h3{
	clear: left;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
}
#bodyarea h4{
	clear: left;
	font-size: 125%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 30px 0 20px;
	color: #666;
}
#bodyarea p.meta{
	padding: 0 20px 10px 10px;
	font-size: 85%;
	color: #666666;
	margin: -5px 0 0 0;
}
#bodyarea p.subscribe{
	margin: 0;
	padding: 0 0 10px 20px;
	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%;
}
#bodyarea .functions p a{
	
}
#searchcontent {
  display:block;
  padding: 0 0 0 11px;
}
#bodyarea #searchcontent form{
	margin: 0;
	padding: 0;
}
#bodyarea #searchcontent form fieldset{
	padding: 0px;
	margin: 0;
	border: none;
}
#bodyarea #searchcontent form fieldset input{
	font-size: 85%;
	color: #666666;
}
#bodyarea #searchcontent form fieldset input.textfield{
	width: 250px;
	margin: 0;
}
#bodyarea #searchcontent form fieldset input.submitbutton{
	margin: 0 0 0 5px;
}
#bodyarea #paginate{
	clear: both;
	padding: 10px 20px 0 20px;
	font-weight: bold;
}
#bodyarea #paginate .next{
	float: right;
	padding: 0 0 10px 0;
}
#bodyarea #paginate .previous{
	float: left;
	padding: 0 0 10px 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: 5px 0 0 10px;
}
#bodyarea .imagecaption p{
	font-size: 85%;
	padding: 5px 20px 10px 10px;
	color: #666666;
}
#bodyarea .sort ul{
	margin:0px 10px 10px 10px;
	background-color: #efefef;
	padding: 10px;
}
#bodyarea .sort ul li{
	display: inline;
	padding: 0 10px 0 0;
	font-size:85%;
}
#bodyarea .sort ul li.current {
  background:white;
  padding:5px 5px 13px;
}
#bodyarea .sort ul li form{
	display: inline;
}
#bodyarea .sort ul li form select{
	
}
#bodyarea .thumb{
	float: left;
}
#bodyarea .thumb img{
	margin: 5px 0 15px 20px;
	display: block;
}
.content_item {
  border-top:1px solid #ddd;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	clear: both;
	background-color: #666;
	width: 100%;
	float: left;
	clear: both;
	background-position: top;
	background-repeat: no-repeat;
}
#footer p, #login{
	font-size: 85%;
	color: #aaa;
	text-align: center;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px;
}
#footer a{
	color: #fff;
}
/*=SEVENTHDAY
=== === === === === === === === === === */
#seventhday {
	clear: both;
}
#seventhday p{
	font-size: 85%;
	color: #666666;
	text-align: center;
	background-color: #fff;
	padding: 20px;
}

/*=CALENDAR
=== === === === === === === === === === */
#event_calendar{
	padding: 10px 20px 10px 20px;
	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: 75px;
	background:none;
}
#event_calendar table td{
	border-bottom: 1px solid #666666;
	vertical-align: top;
	height:65px;
	font-size:85%;
}
#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%;
}
.map {
height:150px;
margin-left:42px;
width:160px;
}
.google_text, .address {
  font-size:80%;
  margin-left:27px;
}
#cart {
  float:right;
}

.podcast_links {
  display:block;
  margin-top:5px;
  margin-bottom:-25px;
}
.podcast_links a {
	text-decoration: none;
}
/*
.photo_album {
  width: 133px;
  height: 133px;
  margin: 5px;
  background: url("/images/imgs/slide.gif") transparent;
  padding:10px;
  float:left;
  line-height: .8em;
}
.photo_album .album_preview {
  height: 100px;
  margin-bottom: 5px;
}
.photo_album .title {
  width:100px;
  margin: 0px 0px 3px 0px;
}
.photo_album .gallery_delete img {
 float:right;
}
.photo_album .album_preview {
  width:100px;
}
.photo_album .edit {
  width: 130px;
}
.photo_album .gallery_delete {
  margin-bottom:26px;
  width:100px;
}
.photo_album .edit em {
  font-size: .9em;
}
.photo_album img {
  border: 1px solid #090909;
}
.photo_album .edit img {
  border: none;
}*/
/*=STORE
=== === === === === === === === === === */
#bodyarea ul.products_list{
	list-style: none;
	padding: 0;
	margin: 0 11px;
}
#bodyarea ul.products_list li{
	padding: 10px 0 0 0;
	margin: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
#bodyarea ul.products_list li .product_img{
	float: left;
	width: 140px;
}
#bodyarea ul.products_list li .product_img img{
	display: block;
	margin: 0 0 10px 0;
}
#bodyarea ul.products_list li .product_desc{
	float: left;
	width: 320px;
}
#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 20px 40px 20px;
	border-collapse: collapse;
	width: 460px;
}
#bodyarea table.products_list th,
#bodyarea .summary table th{
	padding: 3px;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
	padding: 3px;
	border-top: 2px solid #ddd;
}
#bodyarea #buysteps{
	border-bottom: 3px solid #c13b00;
	background-color: #ef5b00;
	margin: 0 20px;
	color: #fff;
	font-size:90%;
	margin-top:15px;
}
#bodyarea #buysteps ul{
	padding: 5px 10px;
	margin: 0;
}
#bodyarea #buysteps ul li{
	display: inline;
	padding: 0 10px 0 0;
}
#bodyarea #buysteps ul li.current{
	font-weight: bold;
}
.view_links{
  margin-top:-30px;
}
#news h3 {
  padding-left:0px;
}
.themed_pagination{
  margin-left: 20px;
}

.flash_player {
  margin-left:20px;
}

.news_widget_photo img {
  padding-left:20px !important;
}

.external-podcast-list h2 {
  font-size:150% !important;
}

h4.AbstractTitle {
  padding-left:20px !important;
}

#article {
  margin:0 10px !important;
}

#bodyarea ul.subscribe_nav {
  margin:5px 0 10px 10px !important;
}

.view_more_link {
  margin:5px 0 10px 10px !important;
}

.news_img {
padding:0px 10px 0px 10px !important;
}

.news_desc {
  padding-left:10px !important;
}

ul.product_list li h3 {
  padding-left:0 !important;
}

.sort {
  padding:10px 0px !important;
}

.photo_album {
  margin:10px !important;
}

.store_main_content h3 {
  padding-left:10px;
}

embed {
  margin-left:18px !important;
}