* {
	margin:0;
	padding:0;
}
body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
	background:url(images/site-bg.jpg);
	background-position: top left;
	padding-top:20px;
}
img {
	border:0;
}
a {
	text-decoration:underline;
	color:#2b71a3;
	outline:none;
}
a:hover {
	color:#5b7b3d;
	outline:none;
}

h1 {
	color: black;
	font-size:18px;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size:22px;
	margin: 0px 0px 7px 0px;
}
h2.pagetitle {
	text-align:center;	
}
h3 {
	font-size:14px;
	margin: 0px 0px 7px 0px;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
h1 a, h2 a, h3 a {
	color: #282828;
	text-decoration:none;
}
h1 a:hover, h3 a:hover {
	text-decoration:underline;
}
h2 a:hover {
	text-decoration:none;
}


author{
	text-decoration:underline;
	color:#2b71a3;
	outline:none;
}

input, button, textarea, select {
	font-family:  Arial,Helvetica, sans-serif;
	font-size:12px;
}
input {
	padding:1px 0px 1px 4px;	
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
dfn {
	display:none;
}
table {
	border-collapse:collapse;
}
table.padded_tbl td {
	padding:2px;	
}
td {
	vertical-align:top;
	padding:0px;
	margin:0px;
}
hr {
	color:#e3e9dc;
	background-color:#e3e9dc;
	height: 1px;
	border-width:0px;
	margin-top:10px;
	margin-bottom:10px;
}
ul, ol {
	padding: 4px 0px 0px 25px;
}
li {
	padding: 2px 0px 2px 0px;
}
p {
	padding: 12px 0px 10px 0px;
}
.hidden {
	display:none;
}
.largefont {
	font-size:14px;	
}
.smaller {
	font-size:11px;	
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* structure */
#pagewrapper {
	display:block;
	width:969px;
	margin: 0 auto;
	text-align:left;
}
#header_block {
	display:block;
	height:139px;
	background:url(images/top.png) no-repeat top left;
	padding-top:6px;
	position:relative;
}
div#logo {
	display:block;
	position:absolute;
	top:33px;
	z-index:1;
	margin-left:30px;
}
div#logo h2 {
	margin:0;
	padding:0;
}
div#logo .alt {
	display:none;
}
.LogoBox {
	display:block;
	text-decoration:none;
	width:163px;
	height:85px;
	text-align:justify;
	overflow:hidden;
	font-size:13px;
	color:#000000;
	background:url(images/outdoor_photo_gear.jpg) no-repeat left top;
}
div#cart_area {
	text-align:right;
	display:block;
	height:98px;
	background:#FFF;
	overflow:hidden;
	padding:0px 14px 0px 0px;	
}
div#cart_area table {
	margin-top:6px;
}
div#cart_area table td {
	vertical-align:middle;
}
#cart_dev {
	display:block;
	width:2px;
	height:11px;
	overflow:hidden;
	background:url(images/cart_dev.gif) no-repeat left top;
	margin-left:5px;
	margin-right:5px;
}
div#cart_area table td#view_cart a {
	color:#2b71a3;
	text-decoration:none;
}
div#cart_area table td#view_cart a:hover {
	text-decoration:underline;
}
div#cart_area table td#cart_checkout a {
	color:#ac0707;
	text-decoration:none;
}
div#cart_area table td#cart_checkout a:hover {
	text-decoration:underline;
}
div#menu_block {
	display:block;
	height:41px;
	background:url(images/menu_bg.gif) repeat-x;
	overflow:hidden;
}
div#menu_block td {	
	vertical-align:middle;	
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
	padding:9px 14px 0px 14px;
	margin:0px;	
}
div#menu_block td a {
	color:#FFF;
	text-decoration:none;
}
div#menu_block td a:hover {
	text-decoration:underline;
}
div#menu_block td#home_icon {
	padding:7px 12px 0px 24px;
}
div#main_area {
	display:block;
	width:925px;
	overflow:hidden;
	background:#FFF;
	padding:7px 22px 15px 22px;
}
div#bottom_block {
	clear:both;
	float:none;
	display:block;
	height:6px;
	overflow:hidden;
	background: url(images/bottom.png) top left no-repeat;
}
div#under_footer {
	padding:12px 0px 20px 22px;
	font-size:10px;
	color:#FFF;
}
div#under_footer a {
	color:#FFF;
	text-decoration:none;
}
div#under_footer a:hover {
	text-decoration:underline;
}
#content {
	padding:9px 0px 0px 0px;	
}



/* search block */
#search_widget {
	margin-top:5px;
	margin-bottom:40px;	
}
div#search_area {
	display:block;
	width:200px;
	height:23px;
	overflow:hidden;
	background: url(images/search_bg.gif) top left no-repeat;
	margin-left:1px;
}
div#search_input {
	float:left;
	width:145px;
	padding-left:8px;
	padding-top:3px;
}
div#search_input input {
	width:145px;
	border:none;
	background:none;
	font-size:13px;
}
div#search_input input:focus {
	outline: none;
}
div#search_button {
	margin:0px 0px 0px 159px;
	text-align:right;
}

/*
  location bar
*/
#location {
	height: 15px;
	line-height: 15px;
	margin: 9px 0px 4px 0px;
	font-size: 12px;	
}
#location img {
	vertical-align:middle;
}
font.bread-crumb {		
}
a.bread-crumb {		
}
font.last-bread-crumb {
	text-decoration: none;
}
#location span {
	padding: 0px 5px 0px 5px;
}
.breadcramp_up {
	color:black;
	font-weight:bold;
	text-decoration:none;
}
.breadcramp, a.breadcramp {	
	font-weight:bold;
	text-decoration:none;
}
a.breadcramp:hover {
	text-decoration:underline;
}


/* sidebar box */
div.mbox {
	margin-bottom:20px;
}
div.mbox_title {
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-top: 7px;
	display:block;
	width:192px;
	height:22px;
	overflow:hidden;
	background:url(images/menu_header.gif) top left no-repeat;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#5b7b3d;
}
div.mbox_title a {
	color:#5b7b3d;
	text-decoration:none;
}
div.mbox_title a:hover {
	text-decoration:underline;
}
div.mbox_content {
	display:block;
	padding:9px 10px 0px 7px;
	width:180px;
	overflow:hidden;	
}
div.mbox_content ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
div.mbox_content li {
	display: block;
	padding:0px 0px 11px 11px;
	background:url(images/arrow2.gif) left top no-repeat;
	white-space:normal;
	height:1%;
	font-size:12px;
}
div.mbox_content li a {
	text-decoration:none;
}
div.mbox_content li a:hover {
	text-decoration:underline;
}
.widget_archive div.mbox_content li {
	font-size:11px;
	padding:0px 0px 4px 11px;
}

/* random product */

div#image_cont {
	margin-top:2px;	
}
div#image_cont img {
	display:block;
	margin: 0 auto;
}
div#pr_title {	
	font-size:12px;
	color:#5b7b3d;
	padding:7px 0px 0px 0px;
}
div#pr_title a {
	color:#5b7b3d;
}
div#pr_description {	
	padding:8px 0px 0px 0px;	
}
table#price_and_link {
	margin-top:12px;	
}
table#price_and_link td {
	vertical-align:middle;
}
td#pr_price {
	color:#5b7b3d;
	font-size:18px;
	font-weight:bold;
	padding-top:4px;
}




/* wordpress styles */


/* Typography & Colors */
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.74em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:11px;	
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
}
.commentlist li, #commentform input, #commentform textarea {
	font-size:12px;	
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family:Arial, Helvetica, sans-serif;	
}
.commentmetadata {
	font-weight: normal;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}



/* Begin Wordpress Structure */
.post {	
	text-align: justify;
	margin: 0px 0px 20px 0px;
}
.post hr {
	display: block;
}
.post_dev {
	display:block;
	height:1px;
	overflow:hidden;
	border-bottom:1px solid #BFBFBF;
	margin-bottom:20px;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding: 10px 0 17px 0;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
	font-size:11px;
}
.clear {
	clear: both;
}


/* Begin Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */


/* Begin Lists */
.entry ul {
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-bottom:10px;
}
.entry li {	
}
.entry ol {
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-bottom:10px;
}
.entry ol li {
	padding:5px 0px 5px 0px;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 550px;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.children { padding: 0; }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { 
	/* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;	
	margin-bottom: 30px;
	font-size:11px;
}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

div#blog_banner_1
{	
	position:absolute;
	top:1px;
	z-index:3;
	display:block;
	margin-left:205px;
	width:510px;
	height:102px;
	overflow:hidden;	  
}

div#blog_banner_2
{	
	position:absolute;
	top:37px;
	z-index:2;
	display:block;
	margin-left:690px;
	width:291px;
	height:70px;
	overflow:hidden;	  
}
div#poll
{	
	padding-left:25px;
	overflow:hidden;	  
}
div.mailchimp {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#2b71a3;
	margin-bottom:18px;
	margin-top:0px;
	background-color:#fcfcfc;
	padding:5px;
	border: 1px solid #f2f2f2;
	-moz-border-radius: 10px 10px 10px 10px;
}

.widget_twitter .from-meta {display:none;}
