


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}

.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}



}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}



	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}






/* Start of CMSMS style sheet 'wildernessrunning' */
body {
background-color:#222222;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
color:#666666;
margin:0;
padding:0;
}
img {border:0;}
.wrapper { 
background-repeat:repeat-x;
background-color:#fff;
width:900px;
margin-left:auto;
margin-right:auto; }
a {
color:#AF0F01;
}
h1 {
color:#CCC;
font-size:36px;
margin-bottom:5px;
}
img {
border:0;
}
#container {
background-color:#fff;
width:900px;
margin-left:auto;
margin-right:auto;
}
#dots {
background-image:url(/uploads/images/structure/header-dots.png);
background-repeat:repeat-x;
background-color:#fff;
height:16px;
width:850px;
margin-left:auto;
margin-right:auto;
}
#logo {
float:left;
margin-left:30px;
margin-top:10px;
margin-bottom:15px;
}
#viewcart {
float:right;
margin-right:30px;
margin-top:10px;
text-align:right;
}
#home-header {
width:850px;
height:300px;
margin-left:auto;
margin-right:auto;
}
#home-header-test {
width:850px;
height:300px;
margin-left:auto;
margin-right:auto;
}
#inside-header {
/*background: url(/uploads/images/random/random.php) no-repeat center top;*/
/*background: url(/uploads/images/random/insidepic1.jpg) no-repeat center top;*/
width:850px;
height:250px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#inside-header-nopic {
/*background: url(/uploads/images/random/random.php) no-repeat center top;*/
background: url(/uploads/images/random/img_4.jpg) no-repeat center top;
/*background-color:#222222;*/
width:850px;
height:250px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#inside-header-kachina {
background: url(/uploads/images/random/img_5.jpg) no-repeat center top;
width:850px;
height:250px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#inside-header-lasvegas {
background: url(/uploads/images/structure/lv-header.jpg) no-repeat center top;
width:850px;
height:250px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#inside-header-lumpy {
background: url(/uploads/images/structure/lumpy-header.jpg) no-repeat center top;
width:850px;
height:250px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#inside-header-newyork {
background: url(/uploads/images/structure/nyc-header.jpg) no-repeat center top;
width:850px;
height:250px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#inside-header-bridges {
background: url(/uploads/images/naturalbridges/bridges-header.jpg) no-repeat center top;
width:850px;
height:250px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#inside-header-hawaii {
background: url(/uploads/images/Hawaii/hawaii-header.jpg) no-repeat center top;
width:850px;
height:250px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#inside-header-flume {
background: url(/uploads/images/structure/flume-header.jpg) no-repeat center top;
width:850px;
height:250px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#content {
width:850px;
margin-left:auto;
margin-right:auto;
padding-top:5px;
}
#bottom-boxes {
width:850px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
}
#left-menu {
float:left;
width:180px;
line-height:20px;
padding-left:10px;
}
#left-menu a {
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
}
#left-menu li a {
color:#666666;
}
#left-menu li a:hover {
color:#AF0F01;
}
#left-menu ul {
font-weight:bold;
list-style:none;
margin:0;
padding:0;
}
#left-menu ul  ul{
font-weight:normal;
list-style:none;
margin-left:15px;
font-size:13px;
}
#left-menu li.active  {
font-weight:bold;
}
#right-content {
min-height:350px;
float:right;
width:610px;
margin-right:15px;
padding-left:15px;
border-left:#666 dotted 1px;
}
#horizontal-dots {
height:10px;
border-bottom:#666 dotted 1px;
}
#footer {
width:850px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
text-align:center;
font-size:12px;
}

#freeshiphead {
float:right;
margin-right:17px;
margin-top:10px;
}

.entry ul,ol { 
list-style:disc;
margin:25px;
margin-left:40px;
}
.postmetadata {
clear:both;
}
/*
.sociable ul,ol { 
list-style:disc;
margin:0px;
margin-left:0px;
}

.sociable li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-right:5px;
}
*/
.wp-caption{ padding-top: 3px;text-align:center; background-color: #EFEFED; border: 1px solid #D0D0CE; margin-top: 15px; margin-bottom: 15px; }

.wp-caption img{ margin:0 auto; padding: 0; border: 0 none; }

.wp-caption-text{ margin: 0; padding: 4px 0; color: #676F51; font-size: 0.85em; }
.aligncenter {text-align:center;margin:0 auto;}

.alignleft {float:left;}
.alignright {float:right;}
h2 {clear:both;}
p {clear:both;}



.widgettitle {
font-size:14px;
font-weight:bold;
}
.entry-content {
font-size:11px;
font-weight:normal;
}
li.widget_twitter {
list-style:none;
}
.time-meta {
font-size:10px;
font-weight:normal;
display:block;
}
.from-meta {
	display:none;
}
#twitter-2 {
width:175px;
}

.navigation {
margin-bottom:30px;
}
/* End of 'wildernessrunning' */


