/* ============================== */
/* = HOW TO CUSTOMIZE PAGELINES = */
/* ============================== */

/*

Rules placed in this stylesheet will override the default styles of the Base Platform theme and will not be changed or over written when you update the 
Platform framework. Additionally, since this stylesheet is purely for editing purposes you can easily undo or erase some of the CSS to return your site back to the look and feel of the Base theme. 

In the Base theme the footer is black and the CSS looks like this:

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		background: #000;
		color: #999;
		position: relative;
	}
		
To change the background color to white, all you have to do is declare a new rule for the color like so:

		#footer { background: #FFF; }

A great tool for modifying themes and inspecting CSS elements is the FireBug extension for FireFox. You can also use the developer tools provided by Chrome (right-click and "inspect element") or Internet Explorer if you're feeling dangerous.

LEARN CSS - We recommend using Lynda.com video tutorials to learn using CSS. 
			Also, for a comprehensive list of CSS rules and usage try consulting W3 schools @ http://www.w3schools.com/css/default.asp
*/
/* ============================== */
/* = Start Your Custom CSS Here = */
/* ============================== */

@font-face {
		/*font-family: 'nexa_thinregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thin_macroman/Nexa_Thin-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thin_macroman/Nexa_Thin-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thin_macroman/Nexa_Thin-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thin_macroman/Nexa_Thin-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thin_macroman/Nexa_Thin-webfont.svg#nexa_thinregular') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
		/*font-family: 'nexa_thin_italicregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thinitalic_macroman/Nexa_Thin_Italic-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thinitalic_macroman/Nexa_Thin_Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thinitalic_macroman/Nexa_Thin_Italic-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thinitalic_macroman/Nexa_Thin_Italic-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_thinitalic_macroman/Nexa_Thin_Italic-webfont.svg#nexa_thin_italicregular') format('svg');
    font-weight: 200;
    font-style: italic;
}

@font-face {
		/*font-family: 'nexa_lightregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_light_macroman/Nexa_Light-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_light_macroman/Nexa_Light-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_light_macroman/Nexa_Light-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_light_macroman/Nexa_Light-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_light_macroman/Nexa_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
		/*font-family: 'nexa_light_italicitalic';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_lightitalic_macroman/Nexa_Light_Italic-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_lightitalic_macroman/Nexa_Light_Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_lightitalic_macroman/Nexa_Light_Italic-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_lightitalic_macroman/Nexa_Light_Italic-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_lightitalic_macroman/Nexa_Light_Italic-webfont.svg#nexa_light_italicitalic') format('svg');
    font-weight: 300;
    font-style: italic;
}


@font-face {
		/*font-family: 'nexa_bookregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_book_macroman/Nexa_Book-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_book_macroman/Nexa_Book-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_book_macroman/Nexa_Book-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_book_macroman/Nexa_Book-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_book_macroman/Nexa_Book-webfont.svg#nexa_bookregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
		/*font-family: 'nexa_book_italicregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bookitalic_macroman/Nexa_Book_Italic-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bookitalic_macroman/Nexa_Book_Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bookitalic_macroman/Nexa_Book_Italic-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bookitalic_macroman/Nexa_Book_Italic-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bookitalic_macroman/Nexa_Book_Italic-webfont.svg#nexa_book_italicregular') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
		/*font-family: 'nexa_regular_italicitalic';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_italic_macroman/Nexa_Regular_Italic-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_italic_macroman/Nexa_Regular_Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_italic_macroman/Nexa_Regular_Italic-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_italic_macroman/Nexa_Regular_Italic-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_italic_macroman/Nexa_Regular_Italic-webfont.svg#nexa_regular_italicitalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
		/*font-family: 'nexa_regularregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_regular_macroman/Nexa_Regular-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_regular_macroman/Nexa_Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_regular_macroman/Nexa_Regular-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_regular_macroman/Nexa_Regular-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_regular_macroman/Nexa_Regular-webfont.svg#nexa_regularregular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
		/*font-family: 'nexa_boldregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bold_macroman/Nexa_Bold-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bold_macroman/Nexa_Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bold_macroman/Nexa_Bold-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bold_macroman/Nexa_Bold-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bold_macroman/Nexa_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
		/*font-family: 'nexa_bold_italicregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bolditalic_macroman/Nexa_Bold_Italic-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bolditalic_macroman/Nexa_Bold_Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bolditalic_macroman/Nexa_Bold_Italic-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bolditalic_macroman/Nexa_Bold_Italic-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_bolditalic_macroman/Nexa_Bold_Italic-webfont.svg#nexa_bold_italicregular') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
		/*font-family: 'nexa_xboldregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbold_macroman/Nexa_XBold-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbold_macroman/Nexa_XBold-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbold_macroman/Nexa_XBold-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbold_macroman/Nexa_XBold-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbold_macroman/Nexa_XBold-webfont.svg#nexa_xboldregular') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
		/*font-family: 'nexa_xbold_italicregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbolditalic_macroman/Nexa_XBold_Italic-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbolditalic_macroman/Nexa_XBold_Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbolditalic_macroman/Nexa_XBold_Italic-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbolditalic_macroman/Nexa_XBold_Italic-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_xbolditalic_macroman/Nexa_XBold_Italic-webfont.svg#nexa_xbold_italicregular') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
		/*font-family: 'nexa_heavyregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavy_macroman/Nexa_Heavy-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavy_macroman/Nexa_Heavy-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavy_macroman/Nexa_Heavy-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavy_macroman/Nexa_Heavy-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavy_macroman/Nexa_Heavy-webfont.svg#nexa_heavyregular') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
		/*font-family: 'nexa_heavy_italicregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavyitalic_macroman/Nexa_Heavy_Italic-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavyitalic_macroman/Nexa_Heavy_Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavyitalic_macroman/Nexa_Heavy_Italic-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavyitalic_macroman/Nexa_Heavy_Italic-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_heavyitalic_macroman/Nexa_Heavy_Italic-webfont.svg#nexa_heavy_italicregular') format('svg');
    font-weight: 800;
    font-style: italic;
}

@font-face {
		/*font-family: 'nexa_blackregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_black_macroman/Nexa_Black-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_black_macroman/Nexa_Black-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_black_macroman/Nexa_Black-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_black_macroman/Nexa_Black-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_black_macroman/Nexa_Black-webfont.svg#nexa_blackregular') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
		/*font-family: 'nexa_black_italicregular';*/
    font-family: 'Nexa';
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_blackitalic_macroman/Nexa_Black_Italic-webfont.eot');
    src: url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_blackitalic_macroman/Nexa_Black_Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_blackitalic_macroman/Nexa_Black_Italic-webfont.woff') format('woff'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_blackitalic_macroman/Nexa_Black_Italic-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/pagelines-customize/fonts/Nexa/nexa_blackitalic_macroman/Nexa_Black_Italic-webfont.svg#nexa_black_italicregular') format('svg');
    font-weight: 900;
    font-style: italic;
}

html{
 background-color:#1c1c1c;
}

html, body, p, h1, h2, h3, h4, h5, h6, li {
  font-family: Nexa, 'Open Sans', sans-serif !important;  
}

blockquote{
	padding-left: 15px;
	line-height: inherit;
}

.caret-right{
   	border-bottom: 4px solid transparent;
    	border-top: 4px solid transparent;
    	border-left: 4px solid rgba(0,0,0,0.45);
	border-right:none;
}

.row .span12, .row-fluid .span12, .editor-row .span12, .row-no-response .span12{
	width:100%;
}

.wp-caption-text a{
	color:#383838;
}

img.full-width{
	width:100%;
	height:auto;
}

.entry-footer{
	clear:both;
}

body.single-post .section-pagetitle .pl-section-pad {
	margin-bottom: 0 !important;
}

/****** HEADER: *******/

.logo .pl-section-pad {
  	padding: 0 0 0 5px;
}

.top-nav { 
	margin-top:10px; 
}
.top-nav   a {
    	font-size: 13px;
  	font-weight: 700;
}

.section-navi .pl-nav > li > a{
 	padding:0 9px; 
  	color: #777;
}
.section-navi .pl-nav > li.current-menu-item > a{
 	background:none; 
	color:#006;
}
.sf-menu ul li.no-text > a {
	display:none;
}
.sf-menu ul li.top-item > a{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, serif;
  	padding: 14px !important;
  	margin-bottom: 5px;
	color:#e8e057;
}
.sf-menu li.megamenu > ul > li > a{
	color:#e8e057;
}

.section-navi .pl-nav > li:hover > a{
	color:#006;
}

li.menu-item.no-link:hover > a{
	cursor:default;
}

body .pl-mobile-menu a {
	color: rgba(255,255,255,0.7);
}
body .pl-mobile-menu ul li ul {
	border-left: 1px solid rgba(255,255,255,0.4);
}


/***** FOOTER: *****/

.socialinks-wrap .sl-links{ display:none }


/***** HP: *****/

.tp-loader{
	display:none
}

.pl-hero-reverse .pl-hero-image {
	margin-right: 2%;
}
.home-featured-images{
	visibility:hidden;
}
.home-featured-images .entry-content a{
	display:block;
	overflow:hidden;
	background-size:cover;
	background-position: center center;
}
.home-featured-images .col1 .entry-content a{
	width:220px;
	height:220px;
}
.home-featured-images .col2 .entry-content a{
	width:440px;
	height:440px;
}
.home-featured-images .entry-content a img{
	visibility:hidden;
}
.home-featured-images .entry-footer{
	display:none;
	position:absolute;
	bottom:0;
	width:100%;
	background:black;
}
.home-featured-images .post{
	float:left;
	overflow:hidden;
}
.home-featured-images .post.col1{
	width:220px;
	height:220px;
}
.home-featured-images .post.col2{
	width:440px;
	height:440px;
}
.home-featured-images .post:hover .entry-footer{
	display:block;
}
.home-featured-images .post:hover .entry-content a{
	margin-top:-20px;
}
.home-featured-images .entry-footer .entry-meta{
	padding: 15px;
	text-align: center;
}
.home-featured-images .entry-footer h2{
	line-height:16px;
	font-size:14px;
	font-weight:normal;
}
.home-featured-images .entry-footer h2 a{
	color:#fff;
}

.home-text-box-left p{
	font-size:20px;
}
.home-text-box-right p{
	font-size:14px;
}

a.masonry-next, a.masonry-prev, .home-featured-images .loop-footer{
	display:none;
}
section.masonry-next, section.masonry-prev{
	margin-top:22px;
}
a.masonry-next i, a.masonry-prev i{
	font-size: 36px;
	color: #878787;
}

@media (min-width:920px) and (max-width:1140px){
	.home-featured-images{
		width:880px;
		margin:0 auto;
	}
}
@media (min-width:700px) and (max-width:919px){
	.home-featured-images{
		width:660px;
		margin:0 auto;
	}
}
@media (min-width:480px) and (max-width:699px){
	.home-featured-images{
		width:440px;
		margin:0 auto;
	}
}

/***** BLOG SIDEBAR *****/
.tat-category-nav a {
	color: #383838;
}
.tat-category-nav .top-cat{
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	border-bottom: 1px solid #333;
	margin-bottom: 2px;
	padding-bottom: 10px;
}
.tat-category-nav .top-cat-back{
	border-bottom:1px solid #000;
	padding-bottom:2px;
}
.tat-category-nav .top-cat-back a{
	text-transform:uppercase;
}
.tat-category-nav .parent-cat{
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}
.tat-category-nav .parent-cat .caret{
	border-width: 5px;
	margin-left: 5px;
	margin-top: 7px;
	border-top-color: #000;

}
.tat-category-nav li{
	padding:0;
	border:none;
}
.tat-category-nav.level-1 li{
	border-bottom:1px solid #333;
	margin-bottom:2px;
	padding:0 0 2px;
	text-transform:uppercase;
	font-weight:bold;
}
.tat-category-nav.level-1 li.border-top{
	border-top:1px solid #333;
	padding-top:2px;
}
.tat-category-nav.level-1 li.menu-item-has-children{
	border-bottom:none;
}
.tat-category-nav.level-1 li ul li{
	border-bottom:none;
	text-transform:none;
	font-weight:normal;
	margin:0;
padding:0;
}
.tat-category-nav ul .caret,
.tat-category-nav.level-1 li ul .caret{
	display:none;
}
.tat-category-nav.level-1 ul .caret{
	display:inline-block;
	margin-top:5px;
	margin-left:5px;
}
.tat-category-nav.level-1 .post-count{
	font-weight: normal;
}

.tat-category-nav .current-cat a{
	color: #006;
	font-weight: bold;
}

.tat-category-nav .current-menu-item > a {
	/*font-size: 14px;
	line-height: 32px;*/
	color: #065ffb;
}
/*
.tat-category-nav .current-menu-item .caret{
	border-bottom:none;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-width: 5px !important;
	margin-top: 12px !important;
}
*/
.tat-category-nav .post-list{
	margin-top:10px;
	font-size:12px;
}
.tat-category-nav .post-list .post a::before {
	content: ">";
	display: inline-block;
	margin-right: 5px;
}
.tat-category-nav .post-list .loop-footer{
	margin-top:10px;
}

.tat-category-nav.level-1 li ul li a::before{
	content: ">";
	display: inline-block;
	margin-right: 5px;
}
.tat-category-nav li.menu-item.no-link > a:hover{
	color:inherit;
}

/*****  TRIP REPORTS *****/

.page-id-26639 .wp-caption{
	background:#fff;
	float:left;
	max-width:42%;
	margin-right:24px;
	margin-bottom:24px;
	padding:19px;
	border-radius:0;
	border-color:#e2e2e2;
}
.page-id-26639 .wp-caption img{
}
.page-id-26639 .wp-caption > a {
	height: 207px;
	overflow: hidden;
	display: block;
}
.page-id-26639 .wp-caption .wp-caption-text{
	font-weight:bold;
	text-align:left;
	font-size:16px;
	padding:15px 0 2px;
}

/***** CATEGORY ARCHIVES *****/
body.category h1{
	margin-top:0;
	line-height: 1em;
	font-size:2.5em;
}

/***** TRIP REPORTS MAPS *****/

.region-map {display:none}
.logged-in .region-map{display:block}
.category-the-tetons .region-map-tetons {display:block}
.category-the-wind-rivers .region-map-winds {display:block}
.category-rainier .region-map-rainier {display:block}
.category-eastern-sierra .region-map-eastern-sierra {display:block}
.category-international .region-map-international {display:block}

/***** SINGLE POST *****/
body.single-post .post .entry-header{
	margin-bottom:25px;
}
body.single-post .post .entry-content img{
	padding:5px;
} 

.entry-utility{
	color: #8c8c8c;
}
.entry-utility .divider {
	margin: 0 5px;
}
#comments{
	padding-top:20px;
}
h2.comments-title {
	font-size: 1.8rem;
}
ol.commentlist {
	list-style: none;
	margin:0;
}
li.comment {
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
li.pingback {
	display: none;
}
div.comment-author {
	float: left;
	margin-bottom: 15px;
	width: 60%;
	height: 32px;
	background: #eee;
}
div.comment-meta {
	float: right;
	width: 38%;
	text-align: right;
	line-height: 32px;
	padding: 0 2% 0 0;
	height: 32px;
	background: #eee;
}
.comment p {
	clear: both;
	padding: 0 2%;
}

/******** 404 page *********/
.notfound.boomboard{padding:0}
