@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-image: url(../images/bg-body.gif);
	background-color: #aaaaaa;
	background-position: top;
	background-repeat: repeat-x;
}
#container{
	width: 798px;
	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 */
	background:#fff;
	width: 100%;
	float: left;
	clear: both;
}
.col_large, .store_main {
/* when content is with one sidebar */
	float: right;
	padding-right:10px;
	padding-bottom:50px;
	width: 500px;
}
.col_medium {
/* when content is with two sidebars */
	float: left;
	width: 250px;
}
.col_small, .store_sidebar {
/* sidebar next to content */
  background:#e9e9e9;
	float: left;
	margin:0 5px 0 18px;
	width: 250px;
}

.col_small #search {
  margin-bottom: 0;
}
/*=COMMON
=== === === === === === === === === === */
p{
	line-height: 150%;
	margin: 0;
	padding: 0 30px 10px 20px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 150%;
	margin: 0;
	padding:0;
	font-weight: normal;
	color: #666;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #c1aa00;
	text-decoration: none;
}
a:hover, a:active {
	color: #a59100;
	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 fieldset{
	border: none;
	padding: 0 10px 10px 10px;
	margin: 0;
}
form fieldset input.textfield{
	width: 90%;
}
form fieldset input.submitbutton{
	margin: 5px 0 0 0;
}
label {
padding:0pt 0pt 0pt 20px;
}
/*=HEADER
=== === === === === === === === === === */
#header .col_full{
	background-color: #fff;
	border-top: 5px solid #666;
	border-bottom: 5px solid #fff;
}
#header #seventhlogo{
	
}
#header #seventhlogo p{
	padding: 40px 10px 0 596px;
}
#header #seventhlogo p img{
	display: block;
}
/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
#promo {
	
}
#promo p{
	padding: 5px 10px 10px 10px;
	margin: 0;
}
#promo p img{
	display: block;
	margin: 0;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation .menu_primary   { font-weight: bold; }
#navigation .menu_secondary { border-bottom: 1px solid #b2b2b2; background-color: #efefef; }

#navigation .menu_primary,
#navigation .menu_secondary {
  float: left;
  width: 100%;
  padding: 5px 0;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  text-transform: uppercase;
}

#navigation .menu_primary ul li,
#navigation .menu_secondary ul li {
  float: left;
  margin-right: 10px;
}

#navigation a {
  text-decoration: none;
}
/*#navigation {
  
}
#navigation div ul{
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
#navigation ul li{
  display: inline;
}
#navigation div.menu_primary{
  font-weight: bold;
  padding: 14px 15px 13px 15px;
  margin: 0 5px;
}
#navigation div.menu_primary li{
  margin: 0 10px 0 0;
}

#navigation div.menu_secondary{
  padding: 8px 15px 7px 15px;
  margin: 0 5px;
  background-color: #efefef;
  border-bottom: 1px solid #b2b2b2;
  font-size: 85%;
}

/*=BODYAREA
=== === === === === === === === === === */
#bodyarea {
	
}
#bodyarea .col_large .col_full, #bodyarea .store_main .col_full{
	background: #fff;
}
#bodyarea ul{
	padding: 0 5px 10px 5px;
}
#bodyarea h1{
  background:#fff;
	font-size: 150%;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
#bodyarea h2{
	clear: both;
	font-size: 150%;
}
#bodyarea h3{
	clear: left;
	font-size: 125%;
}
#bodyarea .col_small h3, #bodyarea .store_sidebar h3{
	clear: left;
	background-color: #d9d9d9;
	text-transform: uppercase;
	padding: 10px 5px 0 5px;
}
#bodyarea h4{
	clear: left;
	font-size: 110%;
	padding:0pt 5px 2px 5px;
}
#bodyarea p {
  padding:0pt 5px 10px 5px;
}
#bodyarea p.title{
	padding: 0 20px 15px 20px;
	font-size: 85%;
	color: #666666;
	background-color: #fff;
}
#bodyarea p.meta{
	padding: 0 0 1px 0;
	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{
	
}
#search {
  padding-top:15px;
}
#searchcontent {
  text-align:right;
  padding:10px 0px;
}
#bodyarea #searchcontent form{
	margin: 0;
	padding: 0;
}
#bodyarea #searchcontent form fieldset{
	padding: 0 0 0 20px;
	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: 0 0 10px 0px;
	background-color: #efefef;
	padding: 5px;
}
#bodyarea .sort ul li{
	display: inline;
	margin: 0 5px 0 0;
}
#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;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	clear: both;
}
#footer .col_full{
	background-color: #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #666;
	margin: 0 0 40px 0;

}
#footer {
	border-top: 1px solid #b2b2b2;
}

#footer .creds
{
  font-size: 85%;
	color: #666666;
	text-align: center;
}

/*=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 #b2b2b2;
	vertical-align: top;
	font-size: 85%;
	color: #666666;
	width: 75px;
	background:none;
}
#event_calendar table td{
	border-bottom: 1px solid #b2b2b2;
	vertical-align: top;
	height:65px;
	font-size:80%;
}
#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%;
}
.podcast_links {
	float:right;
  margin-top:5px;
  margin-bottom:-25px;
}
.podcast_links a {
	text-decoration: none;
}
.sort ul li.current {
  background:white;
  padding:3px 6px 8px;
}
/*=STORE
=== === === === === === === === === === */
#bodyarea ul.products_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
#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 #a59100;
	background-color: #c1aa00;
	margin: 0 20px;
	color: #fff;
	font-size:94%;
}
#bodyarea #buysteps ul{
	padding: 6px 10px 4px 10px;
	margin: 0;
}
#bodyarea #buysteps ul li{
	display: inline;
	padding: 0 10px 0 0;
}
#bodyarea #buysteps ul li.current{
	font-weight: bold;
}

.product_img {
  float:left;
  width:110px;
}
.product_desc {
  float:left;
  width:320px;
}
#news p {
  padding:0px 15px 7px;
}
#news h2 {
  border:none;
}
#news h3{
  padding:10px 30px 5px 0px;
}

.view_links{
  margin:-27px 10px;
}

.themed_pagination{
  margin-left: 20px;
}
.flash_player {
  margin-left:20px;

}
.largecontent {
	padding: 5px;
}
.news_widget_photo img {
  padding-left:5px;
}
.photo_album {
  margin:0 !important;
}

ul.subscribe_nav {
  padding:10px 0 !important;
}

#bodyarea ul.news_list {
  padding:0 0 50px 0 !important;
  margin:0 !important;
}

ul.external-podcast-list {
  padding:0 !important;
}

ul.external-podcast-list li h2 {
  font-size:125% !important;
}

.sort {
  padding:10px 0 !important;
}