@charset "UTF-8";

/*
 * Reset browser defaults
 */
	blockquote { border-left: solid 2px #ccc; padding-left: 1em; margin-left: 1em; 	}
	.clearer, .clear { float: none; clear: both; }
 
/*
 * Links
 */
	a { color: #8CBD3E; text-decoration: none; font-weight: bold; padding: 1px 2px; border-bottom: solid 1px #EFF1CA; }
	a:visited { color: #8CBD3E; }
	a:hover  { color: #333; background-color: #ebf9d7; }
	a img { border: 0; }

/*
 *
 * Body & wrapper
 * [#container]
 *
 */

	html, body
		{ height: 100%; margin: 0; padding: 0; }

	body
	{
		font: 0.75em/1.6em 'lucida grande', sans-serif;
		background: #bccc8c url(../images/backdrop.jpg) 10px 0 repeat-x; color: #333;
	}
	td, th, textarea, input { font: 1em 'lucida grande', sans-serif; }
	
	#container
	{
		position: relative; min-height: 100%;
		height: auto !important; height: 100%;
		text-align: center;
	}
	
	#bodyarea ul, #bodyarea ol
		{ margin: 10px 0; }
	
	#bodyarea .col_small ul, #bodyarea .store_sidebar ul,
	#bodyarea .col_small ol, #bodyarea .store_sidebar ol
		{ margin: 0; }
	
	#bodyarea ul
		{ list-style-image: url(../images/bullet.gif); }
		


/*  Inner CSS */
/* No image */
#bodyarea {
	min-height: 300px; /* to keep from being too short */
}
#bodyarea .col_medium,
#bodyarea .col_large, .store_main
	{ padding-top: 25px; padding-left: 10px;}
	
	.col_large, .store_main { width: 440px; }
	.col_medium { width: 257px; }

	.spacing {padding: 10px; }

/*
 *
 * Columns
 *
 */
	
	.col_small, .col_medium, .col_large, .col_full, .store_sidebar { position: relative; margin: 0; padding: 0 3px 0 0; }
	
	.col_small, .store_sidebar { float: left; width: 264px !important; width: 264px; font-size: 0.9em; margin: 0; }
	.col_medium { float: left; width: 267px; }
	.col_large, .store_main { float: left; width: 450px; margin: 0; }
	.col_full { }
	

/*
 *
 * Header
 * [#container > #header]
 *
 */
	#header
	{
		margin: 0 auto; text-align: left;
		position: relative;
		height: 156px;
	}
	
	#header h1
	{
		margin: 0; padding: 0; position: absolute; left: 20px; top: 58px;
		font: 2.4em 'segoe ui', 'lucida grande', sans-serif;
		z-index: 1; color: #fff;
	}
	#header p
	{
		margin: 0; padding: 0; position: absolute; left: 20px; top: 95px;
		font: bold 0.85em 'segoe ui', 'lucida grande', sans-serif;
		color: #4a4a16;
		z-index: 1;
	}

	#header, #navigation, #bodyarea /*, #footer */
		{ width: 865px; }
		
	#header #search {margin-bottom: 0;}
	
/*
 *
 * Navigation
 * [#container > #header > #navigation]
 *
 */

	#navigation
	{
		position: absolute; top: 170px; left: 0; padding: 10px 0 10px 0;
		width: 142px;
		border-right: solid 3px #A2BE74;
	}
	
	#navigation ul
		{margin: 0; background: #c4e395;}
		
	#navigation li
		{ display: inline; }
		
	#navigation a,
	#navigation a:visited
	{
		display: block;
		color: #fff; font-family: 'lucida grande', sans-serif;
		text-transform: uppercase; font-weight: bold; font-size: 0.75em;
		margin: 0; padding: 2px 10px;
		color: #333;
		border-bottom: solid 1px #A2BE74;
	}
	
	#navigation li.active a,
	#navigation a:hover
	{
		text-decoration: underline;
		background-color: #f1f1ec;
	}
	
	#navigation li.active a
	{
		background-color: #f6f6f4;
		margin-left: -10px; margin-right: -3px; padding-left: 20px; 
	}
	
	#navigation li.active .menu_secondary a
	{
		margin-left: 0;
	}
	
	/* Active glyph */
	/* #navigation li.active a
		{ background: #f6f6f4 url(../images/menu-active.gif) right center no-repeat;margin-right: -4px; } */
	
	/*
	 * Secondary nav
	 */
	 
	 #navigation .menu_secondary a {
 		margin: 0 2px 0 2px; text-transform: none;
		color: #52731D; border-bottom: solid 1px #A2BE74; 
		padding-left: 22px;
		background: url(../images/bullet.gif) 7px center no-repeat;
	 }
			
	#navigation .menu_primary .active .menu_secondary a
	{
		padding-left: 22px;
		background: transparent url(../images/bullet.gif) 7px center no-repeat;
	}
	

	#navigation .menu_primary .menu_secondary li.active a
	{
		background-image: none;
	}

	#navigation .menu_primary .menu_secondary a:hover,
	#navigation .menu_primary .menu_secondary li.active a:hover
		{ background-color: #f6f6f4; color: #111; text-decoration: underline; }
	
/*
 *
 * Search
 * [#container > #header > form]
 *
 */
  #searchcontent
  	{
  		margin-top:10px 0px;
  	}

  	.col_small #searchcontent
  		{ top: -10px; right: -20px; }

  	#searchcontent .textfield
  		{ width: 140px; background: #ECECE5; border: solid 1px #ccc; padding: 2px; }

  	#searchcontent .submitbutton
  		{ font-size: 0.78em; font-weight: bold; padding: 2px 4px; background: #154700; color: #fff; border: solid 2px #ddd; }

 
	#header form
	{
		position: absolute; top: 8px; right: 0px; width: 167px; height: 24px;
		background: url(../images/search.gif) no-repeat;
		overflow: hidden;
	}
	
	#header .textfield
		{ width: 130px; margin: 4px 4px 0 8px; padding: 0; background: #fff; border: 0; color: #444; }
		
	#header .textfield:focus
		{ color: #444; }
	
	/* Firefox */
	/* #header .textfield { background: transparent !important; }
	#header .textfield:focus { background: #fff !important; } */
	
	#header .submitbutton
	{
		width: 24px; height: 100%; border: 0; background: #fff;
		/* Image replacement */ font-size: 0.01em; padding-left: 103px;
		position: absolute; top: 0; left: 142px;
		background: url(../images/search.gif) -142px 0px no-repeat;
		cursor: pointer;
	}
	
/*
 *
 * Body
 * [#container > #bodyarea]
 *
 */
 
	#bodyarea
	{
		width: 743px; margin: 0 auto; text-align: left;
	 	padding: 3px 0 3px 3px; overflow: hidden;
		position: relative; left: 82px;
		background: #f5f7f9;
	}
	
	
	#bodyarea .col_medium,
	#bodyarea .col_large, .store_main
	{
		/*background: #979789 url(../images/image-large.jpg) left top no-repeat;*/ margin-right: 3px;
		padding: 0 0 0 15px;
	}
	
	.col_large {
	  padding-left:10px;
	}
	
	#bodyarea .col_medium { /*background-image: url(../images/image-medium.jpg);*/ }
	
		
	/*#bodyarea * { display: none; }*/
	
/*
 *
 * Footer
 * [#container > #footer]
 *
 */
 
 	#footer
 	{
 		margin-top: 20px;
 		text-align: center; width: 100%; padding-bottom: 10px;
 		background: #d9e2c3;
 	}
 	
	#footer p,
	#login
	{
		margin: 0 auto 1em auto; text-align: center;
		color: #888; padding: 0;
		font-size: 0.8em;
		padding: 0px 10px 20px 10px; width: 748px;
 		-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
	}

 #login {
		padding: 10px 10px 0px 10px; width: 748px;   
 }

	#footer a, #footer a:visited
		{ color: #484931; border-bottom: dotted 1px #484931; }

/*
 *
 * Content
 *
 */
 
 	/*
 	 * Page-specific search box
 	 */
 	 
/*  #searchcontent
  {
    position: absolute; top: 1px; right: -2px; width: 400px;
    padding: 5px; width: auto; text-align: right;
  }
  
  .col_small #searchcontent
    { top: -10px; right: -20px; }
  */
 	#searchcontent .textfield
 		{ width: 140px; background: #ECECE5; border: solid 1px #ccc; padding: 2px; }
 		
 	#searchcontent .submitbutton
 		{ font-size: 0.78em; font-weight: bold; padding: 2px 4px; background: #154700; color: #fff; border: solid 2px #ddd; }
 	
 	/*
 	 * Etc
 	 */
 	
 	.content_item a.edit,
 	.meta a.edit
 	{
 		padding: 3px 2px 3px 20px; background-image: url(../images/icon-edit.gif);
 		background-repeat: no-repeat; background-position: 0 0; border: 0;
 	}
 	
 	/*
 	 * Functions
 	 */
 	
 	.functions
 		{ padding: 1.5em 0 1.5em 0; margin: 0; }
 		
 	.functions p
 		{ background: #E1ECBE; margin: 0 -8px; padding: 6px 0 6px 14px; }
 		
 	.functions a, .functions a:visited
 		{ color: #333; border: 0; padding: 6px 8px 6px 26px; background: url(../images/icon-add.gif) 6px 6px no-repeat; }
 		
 	.functions a:hover
 		{ color: #111; background-color: #CFDBA7; }
 	
 	/*
 	 * News
 	 */
 	
 	.newsitemsmall { float: right; margin: 0 0 1em 1em; } /* Image */
 	
 	.content_item { border-bottom: solid 1px #ccc; }
 	.meta { margin-top: 0; padding: 0; font-size: 0.8em; color: #777; font-weight: bold; }
 	.content_item h3 { margin-bottom: 0; padding: 0; }
 	
 	/*
 	 * Item
 	 */
 	
 	.imagecaption
 		{ float: right; margin: 0 0 1em 1em; padding: 2px; border: solid 1px #aaa; background: #eee; width: 240px; }
 		
 	.imagecaption img
 		{ display: block; vertical-align: middle; }
 		
 	.imagecaption p
 		{ margin: 0; padding: 0; font-size: 0.9em; display: block; text-align: left; width: auto; }
 	
 	/*
 	 * Pagination
 	 */
 	 
 	#paginate
 	{
 		clear: both; background: #E1ECBE; margin: 1.5em -8px;
 		padding: 6px 0; overflow: hidden;
 	}
 	
 	#paginate .next			{ float: right; }
 	#paginate .previous		{ float: left; }
 	#paginate a				{ color: #333; padding: 8px 20px; background: #CFDBA7; }
 	#paginate a:visited		{ color: #555; }
 	#paginate a:hover		{ color: #111; background: #C0CC98; }
 	
 	/*
 	 * Calendar
 	 */
 	#event_calendar {
 	  padding-left:20px;
 	}
 	#event_calendar td,
 	#event_calendar th
 		{ width: 14%; vertical-align: top; position: relative; }
 	
 	#event_calendar th
 		{ text-align: center; padding: 4px 3px; font-weight: bold; background: #ddd; }
 	
 	#event_calendar td
 		{ height: 10em; padding: 3px; background: #eee; border-top: solid 2px #ccc; overflow: auto; }
 		
 	#event_calendar td a,
 	#event_calendar td a:visited
 	{
 		padding: 2px; display: block; background: #E1ECBE; color: #616C39;
 		border: solid 1px #C5D297; -moz-border-radius: 4px; margin: 2px 0;
 	}
 	
 	#event_calendar td a:hover { background-color: #C5D297; color: #616C39; }
 	
 	#event_calendar ul { margin: 0; list-style: none; }
 	#event_calendar p { margin: 0; padding: 0; font-weight: bold; display: inline; }
 	
 	#event_calendar .monthName a{
 	  background: none;
 	}
 	
 	/*
 	 * Calendar subscribe
 	 */
 	 
 	.subscribe { text-align: center; }
 	.subscribe a,
 	.subscribe a:visited,
 	.subscribe a:hover { background: transparent; border: 0; }
 	
 	/*
 	 * Sort
 	 * [calendar page, and collections page]
 	 */
 	.sort { margin: 0 -20px 0 -20px; font-size: 0.8em; }
 	.sort ul { margin: 0; padding: 0; }
 	.sort a { float: left; color: #555; background: #C0CC98 url(../images/icon-view.gif) 4px 4px no-repeat; padding: 2px 4px 2px 24px; margin: 0 2px; border: 0; -moz-border-radius: 2px; }
 	.sort a:hover { background-color: #AEBC7F; color: #333; }
 	.sort li { display: inline; }
 	.sort ul { overflow: hidden; }
 	.sort select { font-size: 0.9em; border: solid 4px #C0CC98; background: #C0CC98; -moz-border-radius: 2px; margin: 0 2px; }
 	
 	/*
 	 * Gallery
 	 */
 	
 	.thumb { float: left; }
 	.thumbnails { overflow: hidden; }
 	.thumbnails a { padding: 0; margin: 0;  border: 0; }
 	.thumbnails a:hover { background: 0; }
 	.thumbnails img { border: solid 2px #ccc; margin-right: 5px; }
 	.thumbnails a:hover img { border-color: #A6A853; }
 	
 	/*
 	 * Albums
 	 */
 	
 	.content_item .thumb { display: inline; float: none; }
 	.content_item a { padding: 0; border: 0; }
 	
  
 /*
  *
  * sIFR
  *
  */
 
  /* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* "decoy" styles used to hide the browser text before it is replaced */

.sIFR-hasFlash h1 {
	visibility: hidden;
}



.calendar {
  
}
/*=STORE
=== === === === === === === === === === */
#bodyarea ul.products_list, .content_item{
	padding: 0;
	margin: 0 20px 0 0;
}
#bodyarea ul.products_list li, .content_item{
	padding: 10px 0 0 0;
	margin: 0;
	width: 100%;
	border-top: 1px solid #C5D297;
}
#bodyarea ul.products_list li .product_img, .content_item .product_img{
	float: left;
	width: 120px;
	margin: 0px 10px;
}
#bodyarea ul.products_list li .product_img a, .content_item .product_img a{
	padding: 0;
}
#bodyarea ul.products_list li .product_img img, .content_item .product_img img{
	display: block;
	margin: 0 0 10px 0;
}
#bodyarea ul.products_list li .product_desc, .content_item .product_desc{
	float: left;
	width: 240px;
}
#news h2 {
  border:none;
}
#bodyarea ul.products_list li p, .product_desc {
	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: 410px;
}
#bodyarea table.products_list th,
#bodyarea .summary table th{
	padding: 3px;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
	padding: 3px;
	border-top: 1px solid #C5D297;
}

#bodyarea #buysteps{
	background-color: #C5D297;
	margin: 10px 20px 10px 0;
	color: #666;
	font-size: 85%;
}
#bodyarea #buysteps ul{
	padding: 4px 10px 4px 10px;
	margin: 0;
}
#bodyarea #buysteps ul li{
	padding: 0 10px 0 0;
	display: inline;
}
#bodyarea #buysteps ul li.current{
	font-weight: bold;
}

.store_main_content {
  padding:10px 0 0 10px;
}

.themed_pagination{
  margin-left: 10px;
}

.products_list li {
  list-style-image: none;
  list-style-type:  none;
  list-style-position: outside;
}
.flash_player {
  margin-left:0px;
}

#title p {
  color:#d9e2c3;
}

.store_sidebar {
  background-color:#fff !important;
  margin-top:8px !important;
  padding-bottom:30px !important;
}