/*=STRUCTURE
=== === === === === === === === === === */

body {
  font: normal 12px/1.5em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
#container{
  width: 760px;
  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;
  width: 580px;
}
.col_medium, .store_main {
/* when content is with two sidebars */
  float: left;
  width: 480px;
}
.col_small, .store_sidebar {
/* sidebar next to content */
  float: left;
  width: 250px;
}
.spacing{
/* set basic spacing for all content elements */
margin: 0 20px 0 0;
}
/*=COMMON
=== === === === === === === === === === */
p{
  line-height: 150%;
}
h1, h2, h3, h4, h5, h6{
  line-height: 150%;
  font-family: "Times New Roman", serif;  
  letter-spacing: -0.03em;
  font-weight: normal;  
}
img {
  border: 0;
}
a:link, a:visited {
  color: #cc0000;
  text-decoration: none;
}
div.menu_primary a:link, div.menu_primary a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover, a:active {
  color: #cc0000;
  text-decoration: underline;
}
blockquote{
  font-style: italic;
  border: 1px solid #cccccc;
  padding: 10px;
}
form{
  clear: both;
  padding: 0;
  margin: 0;
}
form fieldset{
  border: none;
}
form fieldset input.textfield,
form fieldset textarea{
  width: 90%;
}
form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}
/*=HEADER
=== === === === === === === === === === */
#header {
}
#header #title {
  font-family: "Times New Roman", serif;
  background-image: url("../images/logo.gif");
  background-repeat: no-repeat;
  background-position: 20px 20px;
  padding: 32px 0 32px 120px;
  font-size: 130%;
}

#header #title h1 {
  font-weight: normal;
  margin: 0; padding: 0;
  line-height: normal;
}

#header #title p {
margin: 0; padding: 0;
}

/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
#promo {
  
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  text-transform: uppercase;
  float: left;
  padding: 0px 8px;
  font-size: 0.9em;
}
#navigation ul li{
  display: block;
  float: left;    
}
#navigation ul li a:link, div.menu_primary a:link, div.menu_primary a:visited  {
  display: block;
  padding: 12px 8px;
  text-decoration: none;
}
#navigation div.menu_primary {
  background-color: #C00;
}
#navigation div.menu_primary ul {
  background-color: #C00;
  font-weight: bold;
}
#navigation .menu_primary a:link{
  color: #fff !Important;
}
#navigation div.menu_primary ul li.active a:link {
  background-color: #dd0000;
}
#navigation div.menu_primary ul li a:hover {
  background-color: #dd0000;
}
#navigation div.menu_secondary ul{
    clear: both;    
    background-color: #7f7f7f;
}
#navigation div.menu_secondary ul li {
  margin: 0px 5px;
}
#navigation div.menu_secondary ul li.active a:link {
  background-color: #999999;
}
#navigation div.menu_secondary ul li a:link {
  color: #dddddd;
}
#navigation div.menu_secondary ul li a:hover {
  background-color: #999999;
}
/*=BODYAREA
=== === === === === === === === === === */
#bodyarea {
  margin-left: 10px;
}
#bodyarea h2{
  clear: both;
  font-size: 2.5em;
  padding: 0;
  margin-bottom: 0;
}
#bodyarea h3{
font-size: 2.0em;
margin-bottom: 0;
}
#bodyarea p.meta{
  font-size: 85%;
  color: #666666;
}
#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;
}

#search_site {
background-color: #dfdfdf;
padding: 8px;
}
#search_site #search {
margin-bottom: 0;
}
#search_site form fieldset input{
  font-size: 85%;
  color: #666666;
}
#search_site form fieldset input.textfield{
  width: 120px;
}
#search_site form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}
#searchcontent form fieldset {
padding: 0;
}
#searchcontent form fieldset input.textfield {
width: 150px;
}
#bodyarea #paginate{
  clear: both;
  padding: 1em 0 3em 0;
}
#bodyarea #paginate .next{
  float: right;
}
#bodyarea #paginate .previous{
  float: left;
}
#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 {
text-align: left;
margin-bottom: 1em;
}
#bodyarea .sort ul{
  text-align: left;
  padding: 0; margin: 0;
}
#bodyarea .sort ul li{
  display: inline;
  padding:5px 10px 5px 0;
}
#bodyarea .sort ul li form{
  display: inline;
}
#bodyarea .thumb{
  float: left;
  margin: 0 1px 1px 0;
}
#bodyarea .thumb img{
  display: block;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
  clear: both;
  border-top: 1px solid #bfbfbf;
  margin-top: 5em;
  margin-bottom: 3em;
  font-size: 0.9em;
  height: 45px;
  vertical-align: middle;
}
#footer p {
  color: #666666;
  margin-left: 1em;
  text-align: center;
  font-size: 9px;
}
#login {
  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: 75px;
}
#event_calendar table td{
  border-bottom: 1px solid #666666;
  vertical-align: top;
  height: 10em;
}
#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%;
}

.content_item_container {
clear: both;
}

.content_item_container .meta {
margin-top: -0.6em;
}


/*=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: #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;
}

#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 10px 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: 320px;
}
#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; }

#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;
}
div.map {
  height:150px;
  width:188px;
  padding: 0px;
}
#bodyarea .widgetdiv4 .map_wrapper, #bodyarea .widgetdiv4 .map {
  padding: 0px;
  margin: 0px;
}

h4.AbstractTitle {
  padding:8px 0 0 0 !important;
}