/* Jimmy's custom head for NG Traveler Magazine */
/* applies to the "...._custom_head.html" templates and overrides */


#body_wrap #container {
	background-color: #FFF;
	background-image: none;
}
#container #page_head {
	position: relative;
	padding: 0;
}
#page_head .advertisement {
	position: absolute;
	margin: 0;
	left: 720px;
	top: 50px;
}
/* this div is created by the "flair" tier.  Used to change left hand side of the custom head */
#page_head .promo {
	width: 344px;
	height: 124px;
	top: 16px;
	right: auto;
	left: 1px;
	margin: 0;
}
#page_head .promo .graphic_promo {
	float: left;
	width: 160px;
	height: 120px;
	margin: 0;
	padding-top: 4px;
}
#page_head .promo p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 42px;
	font-weight: bold;
}
#page_head .promo p span {
	color: #666; 
	font-weight: normal;
}
#page_head .promo p.action {
	padding-top: 0;
	font-weight: normal;
}
/* creates the gray frame for the custom head */
/* for now, it is essentially useless, or at least until new content is added */
#travel_custom_head {
	height: 124px;
	margin-top: 6px;
	border-top: 10px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}
body.level_3.article #travel_custom_head {
	border-bottom: 1px solid #D5D5D5;
}
#travel_custom_head.traveler_photo_head_2011 {
	background: #FFF url("../i/presentation/ng_traveler_logo_2011.png") scroll no-repeat left;
}
#travel_custom_head.traveler_photo_head_2012 {
	background: #FFF url("../i/presentation/ng_traveler_logo_2012.png") scroll no-repeat left;
	border-top: none;
	border-right: none;
	border-left: none;
}
#travel_custom_head.traveler_photo_head_2013 {
	background: #FFF url("../i/presentation/ng_traveler_logo_2013.png") scroll no-repeat left;
	border-top: none;
	border-right: none;
	border-left: none;
}
#travel_custom_head.traveler_photo_head_2014 {
	background: #FFF url("../i/presentation/ng_traveler_logo_2014.png") scroll no-repeat left;
	border-top: none;
	border-right: none;
	border-left: none;
}
/* #travel_ch_2 is cut up into 3 columns */
#travel_custom_head div {
	float: left;
	height: 124px;
}
#travel_ch_1 {
	width: 344px;
}
#travel_ch_2 {
	width: 260px;
	background: #FFF url("../i/presentation/ng_traveler_logo_260x124.gif") scroll no-repeat center center;
	/*background: #FFF url("http://traveler.nationalgeographic.com/img/header_logo.gif") scroll no-repeat center center;*/
}
.traveler_photo_head_2011 #travel_ch_2,
.traveler_photo_head_2012 #travel_ch_2,
.traveler_photo_head_2013 #travel_ch_2,
.traveler_photo_head_2014 #travel_ch_2 {
	background-color: transparent;
	background-image: none;
}
#travel_ch_3 {
	width: 344px;
}

/*sibling selector for h1 in article_custom_head */
#travel_custom_head + h1 {
	border-bottom: 1px solid #D5D5D5;
	padding: 20px 0 10px 0;
}
body.level_3.article #travel_custom_head + h1 {
	margin-bottom: 0;
	border-bottom-width: 0;
	padding-bottom: 0;
}
.level_3 #page_head .subtitle {
	font-family: arial;
	font-size: 1em;
	margin: 20px 0 0;
	text-transform: uppercase;
}
.level_3 #page_head .no_category {
	margin: 20px 0 0;
}





/* CLEAR */
body .clear {
	position: static;
	float: none !important;
	clear: both;
	width: auto;
	height: 0px;
	min-height: 0px;
	margin: 0 !important;
	border: 0px none !important;
	padding: 0px !important;
	font-size: 0px;
	line-height: 0px;
}