/*
 Screen style    
 Site: Himalayan Footsteps
*/

body {
	font-size: 87.5%;
	padding: 0 0 25px 0;
	background: #2D331C url(../images/bg/body.jpg) repeat-x;
	color: #fff;
}

a {
	color: #fff;
}

/* Auto clearing floats */

.trip-builder .trips li:after, .trip-builder .buttons:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Image replacement */

.ir {
	font-size: 1em;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.ir span {
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.ir a {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}

/* Wrapper */

#wrapper {
	width: 946px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 123px;
	position: relative;
}

#header .accessibility {
	display: none;
}

#header h1 {
	width: 300px;
	height: 113px;
	position: absolute;
	top: 10px;
	left: 1px;
}

#header h1 span {
	background-image: url(../images/text/logo.gif);
}

#header .call-us {
	width: 234px;
	height: 18px;
	position: absolute;
	top: 74px;
	right: 246px;
	margin: 0;
}

#header .call-us span {
	background-image: url(../images/text/phone.gif);
}

#header .tta {
	width: 230px;
	height: 92px;
	position: absolute;
	top: 1px;
	left: 713px;
	margin: 0;
}

#header .tta span {
	background-image: url(../images/text/tta.jpg);
}

/* Nav */

#nav {
	height: 40px;
	margin-bottom: 1px;
	width: 946px;
	background: #48512C;
	position:relative;
	z-index:3000;
}

#nav li {
	float: left;
	border-right: 1px solid #616D3B;
	position: relative;
}

#nav a {
	background: #48512C;
	color: #F0F1EB;
	display: block;
	height: 39px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 0.86em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 10px 0;
	float: left;
}

#nav a:hover, #nav li.current a {
	background-color: #383F22;
}
/* Drop-down*/
#nav li.hover .drop{
	display:block;
}
#nav li .drop{
	position:absolute;
	display:none;
	left:0;
	top:40px;
	width:173px;
	z-index:2000;
	padding:1px 0 0;
}
#nav li .drop ul{
	width:100%;
	overflow:hidden;
	float:left;
	padding:5px 0 0;
	background:url(../images/bg/bg-drop-down.png) repeat-y;
}
#nav li .drop li{
	background:url(../images/bg/bg-drop-down.png) no-repeat -9999px -9999px;
	width:173px;
	height:29px;
	border:none;
	float:left;
	border-bottom:1px solid #7e7d6a;
}
#nav li .drop li a{
	background:none;
	display:block;
	width:163px;
	height:100%;
	line-height:30px;
	padding:0 0 0 10px;
	text-align:left;
}
#nav li .drop li.active,
#nav li .drop li a:hover{
	background-color:#3a3920;
}
/* Content */

#content {
	float: left;
	width: 634px;
	padding: 6px 9px 8px 6px;
	margin-bottom: 12px;
	background: #FBFBFB url(../images/bg/content.gif) top right repeat-y;
	color: #343b20;
}

#content a {
	color: #460;
}

/* Intro */

.intro {
	position: relative;
	margin-bottom: 14px;
	background: #2E2625;
}

.intro img {
	display: block;
}

.intro h2 {
	padding: 5px 7px;
	background: url(../images/bg/black-tint2.png) repeat;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 422px;
}

.blog .intro {
	margin-bottom: 5px;
}

.blog .intro h2 {
	width: 621px;
	padding: 12px 7px 5px 7px;
}

.add-to-builder {
	width: 43px;
	float: right;
	margin-right: 15px;
}

#content .add-to-builder a {
	display: block;
	width: 43px;
	background: url(../images/buttons/plus2.gif) no-repeat top center;
	padding-top: 50px;
	text-align: center;
	color: #383F22;
}

#content .add-to-builder a.rotate {
	background: url(../images/buttons/plus2rotate.gif) no-repeat top center;
}

.content-inner {
	width: 530px;
	float: left;
	margin-left: 7px;
}

/* Blog */

.blog .content-inner {
	width: 530px;
	float: none;
	margin-bottom: 125px;
}

.blog .content-inner a {
	font-weight: bold;
}

.content-inner ul {
	margin: 1em 0 1.25em 6px;
}

.content-inner li {
	background: url(../images/bg/dot.gif) 0 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 0.55em;
}

.blog .content-inner .posted-by {
	font-size: 0.86em;
	margin-bottom: 2em;
}

.blog .content-inner .posted-by a {
	font-weight: normal;
}

.blog .content-inner .feeds {
	font-size: 0.86em;
	margin: 0 0 0.15em 0;
}

.blog #content .content-inner .feeds a {
	color: #383F22;
	font-weight: normal;
}

.blog .content-inner .categories {
	font-size: 0.86em;
}

.blog .content-inner .categories a {
	font-weight: normal;
}

/* Leave comment */

.leave-comment p {
	margin-bottom: 12px;
}

.leave-comment label.req {
	color: #707E44;
}

.leave-comment .text, .leave-comment textarea, .leave-comment select {
	border: 2px solid #999D8E;
	background: #fff;
	padding: 2px 3px;
	width: 278px;
	margin-top: 5px;
}

.leave-comment textarea {
	height: 10em;
}

.leave-comment select {
	width: 288px;
}

.leave-comment .submit {
	margin-top: 20px;
}

.leave-comment .submit input {
	margin-left: 157px;
}

.leave-comment .submit .button {
	width: 132px;
	background-color: #707E44;
	color: #fff;
	font-weight: bold;
	border: 0;
	padding: 3px;
}

/* Blog subscribe */

#content .subscribe {
	background: #828774 url(../images/bg/subscribe.gif) repeat-x;
	color: #fff;
	margin: 0;
	padding: 5px 13px;
}

#content .subscribe a {
	font-size: 0.86em;
	color: #fff;
	background: url(../images/bg/rss.gif) left center no-repeat;
	padding-left: 20px;
	margin-left: 25px;
}

/* Columns */

.cols {
	clear: both;
	padding-top: 20px;
}

.col {
	width: 206px;
	float: left;
	background: #E1E1E1;
	margin-left: 1px;
	margin-right: 6px;
	min-height: 140px;
}

.last-col {
	margin-right: 0px;
}

.col h3 {
	background: #5A5F48;
	color: #fff;
	padding: 5px 12px;
}

.col ul, .col p {
	font-size: 0.86em;
	padding: 10px 12px;
}

.col li {
	margin-bottom: 0.25em;
}

#content .col a {
	color: #343B20;
}

/* Home intro */

.home-intro {
	position: relative;
	margin-bottom: 6px;
	background: #2E2625;
}

.home-intro img {
	display: block;
}

.home-intro .inner {
	font-size: 1.29em;
	line-height: 1.33;
	background: url(../images/bg/black-tint.png);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 17px 15px 11px;
	width: 606px;
}

.home-intro .inner .footsteps {
	width: 238px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
#content .home-intro .inner a.more{
	float:right;
	color:#2f2f2f;
	font: bold 0.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:6px 0 0 10px;
	margin:29px 0 0;
	width:105px;
	height:24px;
	background: url(../images/bg/btn-more.png);
}

.home-intro .inner .footsteps span {
	background: url(../images/text/footsteps.jpg) no-repeat;
}

.home-intro .inner p {
	margin: 1.5em 0 0 0;
}

.home-intro .inner p.first {
	margin: 0;
	font:0.95em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:1.12em;
}

/* Home features */

.home-feature {
	width: 206px;
	float: left;
	margin-right: 7px;

}

.home-feature-last {
	width: 208px;
	margin-right: 0;
}

.home-feature img {
	display: block;
}

.home-feature h2 {
	background: #323232;
	color: #fff;
	padding: 7px 12px;
}

.home-feature p {
	margin: 0;
}

.home-feature .inner {
	padding: 17px 20px 20px 12px;
}

.home-feature .box-top{
	background: #E1E1E1;
	padding: 17px 20px 20px 12px;
}
.home-feature .box-top a{
	text-decoration:underline;
}
.home-feature .box-top a:hover{
	text-decoration:none;
}
.home-feature .inner ul {
	padding: 7px 0 7px 12px;
	margin:0;
}

.home-feature .inner li {
	margin-bottom: 0;
	line-height: 1.2;
}
#content .inner a.more:hover{
	text-decoration:underline;
}
#content .inner a.more{
	text-decoration:none;
	color:#343b20;
	font:bold 1.1em Arial, Helvetica, sans-serif;
}

#content .home-feature h2 a {
	color: #fff;
}
.home-feature .box-bottom{
	background: #f3f3f3;
	padding: 6px 20px 22px 12px;
	margin:5px 0 0;
	width:174px;
	float:left;
}
.home-feature .box-bottom a{
	text-decoration:none;
}
.home-feature .box-bottom a:hover{
	text-decoration:underline;
}
.home-feature .box-bottom ul{
	padding:0;
	margin:0;
}
.home-feature .box-bottom ul li{
	padding:1px 0 0;
}
#content .home-feature .box-bottom a.more{
	float:left;
	color:#fff;
	font: bold 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:6px 0 0 10px;
	margin:17px 0 0;
	width:105px;
	height:24px;
	background: url(../images/bg/btn-get.png);
}
#content .home-feature .box-bottom a.more:hover{
	text-decoration:underline;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 297px;
	overflow:hidden;
	margin-bottom: 12px;
	font-size:0.89em;
}

/* Latest news */
#sidebar .news{
	overflow:hidden;
	width:100%;
	padding-bottom:10px;
}
#sidebar .news .title{
	padding:11px 10px 7px 21px;
}
#sidebar .news a:hover{
	text-decoration:underline;
}
#sidebar .news .line1{
	overflow:hidden;
	padding:7px 10px 7px 18px;
	background-color: #2d2d15;
}
#sidebar .news .line2{
	overflow:hidden;
	padding:7px 10px 5px 18px;
}
#sidebar .news ul{
	width:270px;
	overflow:hidden;
	margin:0 0 0 -5px;
}
#sidebar .news li{
	float:left;
	margin:0 0 0 -1px;
	padding:0 4px 0 6px;
	background: url(../images/bg/separator.gif) no-repeat 0 2px;
}
/* Map */
#sidebar .map{
	width:100%;
	overflow:hidden;
	padding:0 0 11px 0;
}
#sidebar .map a{
	display:block;
	border:none;
}
#sidebar .map img{
	display:block;
	border:none;
}
#sidebar .map .title{
	padding:8px 0 6px 13px;
	background-color:#151b0a;
}
#sidebar .map .title h3{
	font-size:1.1em;
}
/* Form */
#sidebar .form{
	overflow:hidden;
	padding:7px 8px 0 10px;
	background-color:#0d0f08;
	margin-bottom: 5px;
}
#sidebar .form h3{
	font-size:1.1em;
	padding:0 0 12px 0;
}
#sidebar .form .form-item{
	width:273px;
	padding:0 0 7px 5px;
	overflow:hidden;
}
#sidebar .form .form-item label{
	font-size:1.2em;
	line-height:1.5em;
	float:left;
}
#sidebar .form .form-item input.form-text{
	width:188px;
	outline:none;
	height:20px;
	float:right;
	border:none;
	color:#fff;
	background-color:#3e403a;
	padding:3px 7px 0 7px;
}
#sidebar .form .form-item input.button{
	outline:none;
	width:109px;
	height:23px;
	float:right;
	cursor:pointer;
	border:none;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background: url(../images/bg/bg-btn.gif) no-repeat;
}
/* Share */
#sidebar .share{
	width:125px;
	height:16px;
	margin:20px 0 0 8px;
}
#sidebar .share a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	float:left;
}

/* Trip builder */

.trip-builder h2 {
	width: 295px;
	height: 44px;
}

.trip-builder h2 span {
	background-image: url(../images/text/trip-builder.gif);
}

.trip-builder .trips {
	border-top: 1px solid #5C6838;
	background: #3E4525;
	padding-bottom: 9px;
}

.trip-builder .trips li {
	border-bottom: 1px solid #545E33;
	background: #3E4626;
	padding: 4px 25px 4px 29px;
	clear: both;
}

.trip-builder .trips li.emp {
	background: #383F22;
}

.trip-builder .trips li strong {
	font-weight: normal;
	float: left;
}

.trip-builder .trips li .view {
	float: right;
	font-size: 0.86em;
	display: block;
	margin-top: 2px;
}

.trip-builder .buttons {
	width: 299px;
	margin-right: -4px;
}

.trip-builder .buttons li {
	float: left;
}

.trip-builder .buttons a {
	display: block;
}

.trip-builder .buttons a.first {
	padding: 5px 35px 9px 29px;
	width: 133px;
	background: url(../images/bg/trip-builder-button1.png) bottom no-repeat;
	color: #090D0B;
}

.trip-builder .buttons a.second {
	padding: 5px 37px 9px 10px;
	width: 55px;
	background: url(../images/bg/trip-builder-button2.png) bottom no-repeat;
	color: #090D0B;
	text-align: right;
}

.instructions {
	clear: both;
	background: #4B5038 url(../images/bg/trip-builder-instructions.jpg) repeat-x;
	padding: 18px 28px 24px 19px;
	margin-top: 20px;
}

.instructions li {
	margin-top: 20px;
	padding-left: 33px;
	position: relative;
	line-height: 1.42;
}

.instructions li.first {
	margin-top: 0;
}

.instructions li img {
	vertical-align: middle;
}

.instructions li .number {
	position: absolute;
	left: 0;
	top: 0;
}

/* Lonely Planet Guides */

.lp-guides {
	margin: 20px 0 10px 0;
}

/* Send this page to a friend */

.send-friend {
	
}

.send-friend a {
	
}

/* Blog sidebar */

#sidebar .box {
	background: url(../images/bg/box.png);
	padding: 8px 19px 15px 12px;
	line-height: 1.43;
}

#sidebar .box p {
	margin: 0 0 5px 0;
}

#sidebar .box ul {
	margin: 8px 0 0 0;
}

#sidebar .box li {
	margin-bottom: 0.1em;
}

#sidebar .box form {
	margin: 5px 0 15px 0;
}

#sidebar .box input {
	vertical-align: middle;
}

#sidebar .box input.search {
	border: 2px solid #999D8E;
	background: #fff;
	color: #383F22;
	width: 170px;
	padding: 2px 3px;
	margin-right: 5px;
}

/* Footer */

#footer {
	clear: both;
	color: #FBFBFB;
	font-size: 0.86em;
	margin-left: 2px;
}

#footer a {
	color: #FBFBFB;
}

/* Align */

.align-right {
    float: right;
    margin: 0 0 5px 5px;
}

/* Slideshow */

.index-header {
	position: relative;
	height: 200px;
}

img.slideshow {
	position: absolute;

}

.read-more-link { color:#CCCCCC;}
