/*
Theme Name: Vacation Package
*/

body {
	margin:0;
	color:#6f6e6e;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	margin:0;
	padding:0;
	color:#6f6e6e;
}

/*a { 
	color:#258;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}*/

h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#27a;
	text-align:left;
}

h1 {font-size:32px; color: #CBD7ED; font-family: serif; font-weight:bold; margin-top: 4px; margin-bottom: 0px;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}

h1 {
  position: relative;
  color: #404042;
  top: -1px;
  left: 0px;
}
h1 span {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 100%;
  height: 100%;
}
h1 span.w {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 100%;
  height: 100%;
}
h1 span.e {
  position: absolute;
  top: 0px;
  left: 1px;
  width: 100%;
  height: 100%;
}
h1 span.ne {
  position: absolute;
  top: -1px;
  left: 1px;
  width: 100%;
  height: 100%;
}
h1 span.se {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  height: 100%;
}
h1 span.sw {
  position: absolute;
  top: 1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
h1 span.nw {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}
h1 span.nn {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  height: 100%;
}
h1 span.ss {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 100%;
  height: 100%;
}
h1 span.ww {
  position: absolute;
  top: 0px;
  left: -2px;
  width: 100%;
  height: 100%;
}
h1 span.ee {
  position: absolute;
  top: 0px;
  left: 2px;
  width: 100%;
  height: 100%;
}
h1 span.nne { position: absolute; top: -2px; left: 1px; width: 100%; height: 100%;}
h1 span.een { position: absolute; top: -1px; left: 2px; width: 100%; height: 100%;}
h1 span.ees { position: absolute; top: 1px; left: 2px; width: 100%; height: 100%;}
h1 span.sse { position: absolute; top: 2px; left: 1px; width: 100%; height: 100%;}
h1 span.ssw { position: absolute; top: 2px; left: -1px; width: 100%; height: 100%;}
h1 span.wws { position: absolute; top: 1px; left: -2px; width: 100%; height: 100%;}
h1 span.wwn { position: absolute; top: -1px; left: -2px; width: 100%; height: 100%;}
h1 span.nnw { position: absolute; top: -2px; left: -1px; width: 100%; height: 100%;}

h1 span.last {
  top: 0px;
  left: 0px;
  color: #D6F0FF;
  width: 100%;
  height: 100%;
}


img {
	border:0;
}

input {
	font-size:12px;
	color:#3a3a3a;
	text-indent:0px;
	padding-top: 0px;
}

input[type=text].contact-input, textarea.contact-input, select.contact-input{
	background:#fdfdfd url(images/input-bx-bg.jpg) repeat-x;
	border:1px inset #d3cece;
	margin:5px 0 10px;
	width:180px;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page {
	width:968px;
	margin:0 auto;
}

#wrapper {
	margin:0;
	padding:0;
	width:968px;
}

#content{
	float:left;
	width:968px;
	padding-bottom:20px;
}

/*#sidebar{
	float:left;
	width:190px;
	margin:0 -230px 0 0;
	padding:20px;
	background:#eee;
}*/

#footer {
	clear:both;
}

/* Header */

#header {
	margin:0;
	height:95px;
	position:relative;
}

#headertitle {
	float:left;
	position:absolute;
	top:2.4em;
	left:5%;
}
#headertitle h1 {
	margin:0;
}
#headertitle h1 a {
	background:transparent;
	color:#fff;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.1em;
}

.search {
	float:right;
	padding:1.5em 5% 0 0;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:218px;
	border:1px solid #69b;
	margin:0;
	padding:0.2em 5px;
	background:#38b;
	color:#ddd;
	font-size:1.1em;
}


/* Top navigation */
#navbar {
	height: 95px;
	margin: 0px;
	padding: 0px ;
	float:right;
}


	
#nav {
	margin:0 5%;
	padding: 0;
	list-style: none;
	}
	
#nav ul {
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
	}

#nav a {
	color:#c6c8c9;
	display: block;
    font-weight: bold;
	padding: 0.5em;
	}
	
#nav a:hover {
	background: #237ab2;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.5em;
}

#nav li {
	float: left;
	margin: 0;
	text-transform:uppercase;
	padding: 0 2em 0 0;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #165279;
	color: #c6c8c9;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #237ab2;
	color: #fff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}


/* Sidebar */

/*#sidebar{
	width:290px;
	background:#ffeeaf url(images/sidebar-text-bg.jpg) repeat-x left top;
	padding:5px;
}*/
#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
}
#sidebar ul ul {
	font-size:1em;
	list-style:none;
}

#sidebar ul li {
	margin:0 0 2em 0;
	list-style:none;
}

#sidebar ul ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar li li {
	margin:3px 0 5px 15px;
	list-style:none;
	background:url(images/arrow.png) no-repeat 0 4px;
}
#sidebar li li a{
	color:#888888;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
}
#sidebar li li a:hover{
	color:#FAA812;
	text-decoration:none;
	font-weight:bold;
}
#sidebar li li li {
	padding-left:10px;
	list-style:none;
}

#sidebar ul h2 {
	width:281px;
	height:40px;
	background:url(images/sidebar-text-head.jpg) no-repeat left top;
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#FFFFFF;
	text-indent:10px;
	line-height:40px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}


/* Footer */
#footer { 
	width:100%;
	background:url(images/footer-bg.jpg) repeat-x left top;
	height:132px;
}



/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

/*.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}*/

/* Comments */

#comments {
	font-size:1.2em;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 15px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 15px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}



/*new css starts*/
.main-container{
	width:100%;
	background:#fff5d5 url(images/main-body.jpg) repeat-x;
	padding:0;
	margin:0;
}
.logo-slogan{
	width:520px;
	top:120px;
	left:29px;
	position:absolute;
	font-size:14px;
	color:#000000;
}
.logo{
	width:229px;
	height:138px;
	top:0px;
	left:11px;
	position:absolute;
}
#nav1 {
	margin:0px 0 0 245px;
	padding: 0;
	width:723px;
	float:right;
	}
	
#nav1 ul {
	padding:0;
	margin:0;
	list-style: none;
	}

#nav1 a {
	display: block;
    font-weight:bold;
	color:#fff;
	padding:0 7px;
	line-height:95px;
	text-decoration:none;
	}
#nav1 a span{
	text-decoration:none;
	padding:0 7px;
	}	
#nav1 a:hover {
	background:url(images/hov-right.jpg) repeat-x left top;
	color:#000000;
	display: block;
	text-decoration: none;
	height:95px;
	line-height:95px;
	padding:0 7px;
	text-decoration:none;
}
#nav1 a:hover span {
	background:url(images/down-arrow.png) no-repeat center bottom;
	color: #000;
	display: block;
	text-decoration: none;
	height:95px;
	line-height:95px;
	padding:0 7px;
}
#nav1 li {
	float: right;
	margin: 0;
	padding:0;
	background:url(images/border-right.jpg) no-repeat right bottom; 
}
	
#nav1 li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav1 li li a, #nav1 li li a:link, #nav1 li li a:visited {
	background: #165279;
	color: #c6c8c9;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}
	
#nav1 li li a:hover, #nav1 li li a:active {
	background: #237ab2;
	color: #fff;
	}

#nav1 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav1 li:hover ul {
	left: auto;
	display: block;
	}
	
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
	}
.header-banner{
	width:968px;
	height:315px;
	background:url(images/header-banner.jpg) no-repeat left top;
}
.header-banner-no-text{
	width:968px;
	height:315px;
	background:url(images/header-banner-no-text.jpg) no-repeat left top;
}
input[type=submit].submit-travel {
	background:url(images/submit-travel-expert.png) no-repeat left top;
	width:175px;
	height:51px;
	border:0;
	font-size:21px;
	color:#ffffff;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	cursor:pointer;
	white-space:normal;
}
input[type=submit].submit-travel-hov {
	background:url(images/submit-travel-expert-hov.png) no-repeat left top;
	width:175px;
	height:51px;
	border:0;
	font-size:21px;
	color:#000000;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	cursor:pointer;
	white-space:normal;
}
input[type=submit].submit-get-quote {
	background:url(images/getbtn.png) no-repeat left top;
	width:114px;
	height:40px;
	border:0;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	font-family:"Arial", Times, serif;
	text-align:center;
	cursor:pointer;
	white-space:normal;
}
input[type=submit].submit-get-quote-hov {
	background:url(images/getbtn.png) no-repeat left top;
	width:114px;
	height:40px;
	border:0;
	font-size:17px;
	color:#C0C0C0;
	font-weight:bold;
	font-family:"Arial", Times, serif;
	text-align:center;
	cursor:pointer;
	white-space:normal;
}
.header-list{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#910303;
	font-weight:bold;
}
.strip-bg{
	width:968px;
	height:210px;
	background:url(images/strip-bg-new.jpg) repeat-y left bottom;
	margin-top:11px;
}
h2.vacation-package{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#404040;
	padding:0;
	margin:0;
}
h2.vacation-package span{
	color:#007dc0;
	text-transform:uppercase;
}
.ans-ques-bg{
	width:968px;
	background:#c7ddec url(images/ans-to-ques-bg.jpg) repeat-x left top;
}
.footer-inner{
	width:968px;
	margin:0 auto;
}
.copyright{
	color:#bebebe;
	padding-top:63px;
	padding-left:25px;
}
.copyright span{
	color:#f5f5f5;
	font-weight:bold;
}
h2.category{
	font-size:24px;
	font-weight:bold;
	color:#404040;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	padding:0 0 10px 0;
}
.postsection .wp-post-image{
	margin-bottom:10px;
	border:#ffe9a5 4px solid;
}
.read-more {
	font-size:12px; font-weight:bold; color:#faa812;
}
.read-more a {
	color:#faa812; text-decoration:none;
}
.read-more a:hover {
	color:#faa812; text-decoration:underline
}

.tabcontent ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
	color:#FFFFFF;
}
.tabcontent ul li {
	margin:0 10px 0 0;
	width:140px;
	float:left;
}
.tabcontent ul ul {
	font-size:1em;
}

.tabcontent  li a {
	color:#FFFFFF;
	padding:8px;
	text-decoration:none;
}
.tabcontent  li a:hover {
	color:#FFFFFF;
	padding:8px;
	text-decoration:underline;
}
.tabcontent ul ul {
	margin:0;
	padding:0;
}

.tabcontent li li {
	margin:0.1em 0;
}
.tabcontent li li a {
	color:#FFFFFF;
	padding:8px;
	text-decoration:none;
}
.tabcontent li li a:hover {
	color:#FFFFFF;
	padding:8px;
	text-decoration:underline;
}

.tabcontent li li li {
	padding-left:10px;
}
.tabcontent li li li a {
	color:#FFFFFF;
	padding:8px;
	text-decoration:none;
}
.tabcontent li li li a:hover {
	color:#FFFFFF;
	padding:8px;
	text-decoration:underline;
}
.tabcontent ul h2 {
	margin:0;
	padding:0;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
h2.posttitle{
	padding:0;
	margin:0;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#007cbb;
}
h2.posttitle a{
	padding:0;
	margin:0;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#007cbb;
	text-decoration:none;
}
.postmetadata {
	clear:both;
	margin:0 0 1em 0;
	font-size:12px;
	color:#888;
	text-align:justify;
}
.postmetadata a{
	clear:both;
	margin:1em 0;
	font-size:12px;
	color:#faa812;
	text-align:justify;
}
h3, h2{
	padding:18px 0;
	margin:0;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#404040;
}
#content p{
	padding-top:15px;
}
a.more-link:link{
	color:#faa812;
	font-size:12px;
}
a.more-link:visited{
	color:#faa812;
	font-size:12px;
}
a.more-link:hover{
	color:#faa812;
	font-size:12px;
}
.alignleft a, .alignright a{
	color:#faa812;
}
.alignleft a:hover, .alignright a:hover{
	color:#faa812;
}
.header-banner-inner{
	width:968px;
	height:315px;
	background:url(images/header-banner-inner.jpg) no-repeat left top;
}
.inner-page-header-btn{
	width:285px;
	height:211px;
	background:url(images/inner-header-button.png) no-repeat 0 116px;
	font-size:24px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
}
.inner-page-header-btn a{
	color:#000000;
	text-decoration:none;
}
.inner-page-header-btn a span{
	color:#fff000;
	text-decoration:none;
}
.inner-page-header-btn a span1{
	color:#ffffff;
	text-decoration:none;
}
.inner-page-header-btn a:hover{
	color:#000000;
	text-decoration:underline;
}
.inner-page-header-btn a:hover span{
	color:#fff000;
	text-decoration:underline;
}
.inner-page-header-btn a:hover span1{
	color:#ffffff;
	text-decoration:underline;
}
.inner-header-pic{
	width:327px;
	height:149px;
	background:#FFFFFF;
	padding:6px;
}
.inner-blue-bg{
	width:968px;
	height:124px;
	background:url(images/inner-blue-bg.png) no-repeat 0px 10px;
}
.inner-orange-bg{
	width:923px;
	height:87px;
	background:url(images/inner-orange-bg.png) no-repeat left top;
}
#content-inner{
	float:left;
	width:627px;
	padding-bottom:20px;
	padding-right:20px;
	margin-top:20px;
	border-right:#999999 1px dashed;
}
#sidebar{
	width:301px;
	padding-left:15px;
	float:right;
	margin-top:20px;
}
.search-form-bg{
	width:289px;
	height:40px;
	background:url(images/search-bg.png) no-repeat left top;
	padding-top:33px;
	padding-left:11px;
	padding-bottom:10px;
}
input[type=text].search-input{
	width:150px;
	height:25px;
	background:#f7f7f7;
	border:1px inset #fff;
	color:#b6b6b6;
	font-size:11px;
	text-indent:10px;
	padding:0;
	margin:0;
}
input[type=submit].search-submit {
	width:50px;
	height:27px;
	border:none;
	background:url(images/search-submit.png) no-repeat 0 1px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:26px;
	text-align:center;
}
.sidebar-text-bg-large{
	width:290px;
	background:#ffeeaf url(images/sidebar-text-bg.jpg) repeat-x left top;
	padding:5px;
}
.sidebar-text-bg{
	width:281px;
	height:40px;
	background:url(images/sidebar-text-head.jpg) no-repeat left top;
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#FFFFFF;
	text-indent:10px;
	line-height:40px;
}
a.arrow-btn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:29px;
	text-decoration:none;
	color:#FFFFFF;
	background:url(images/arrow-btn.png) no-repeat left top;
	display:block;
	width:230px;
	height:29px;
	padding-left:15px;
}
a.arrow-btn:hover {
	color:#4ac0ff;
}
input[type=submit].inner-submit-travel {
	background:url(images/inner-submit-travel-expert.png) no-repeat left top;
	width:285px;
	height:62px;
	border:0;
	font-size:21px;
	color:#ffffff;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	cursor:pointer;
	white-space:normal;
}
input[type=submit].inner-submit-travel-hov {
	background:url(images/inner-submit-travel-expert-hov.png) no-repeat left top;
	width:285px;
	height:62px;
	border:0;
	font-size:21px;
	color:#000000;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	cursor:pointer;
	white-space:normal;
}
#sidebar p{
	color:#6f6e6e;
}
.postentry p{
	padding:0 0 15px 0;
}
.main-container-in{
	width:100%;
	background:#fff5d5 url(images/main-body1.jpg) repeat-x;
	padding:0;
	margin:0;
}
#wrapper-in {
	margin:0;
	padding:50px 0 0 0;
	width:968px;
}
.form-table-bg{
	width:720px;
	background:#eeeeee;
	border:#c4c4c4 1px solid;
}
.required-field{
	font-size:14px;
	color:#4d4d4d;
	color:#4d4d4d;
	padding:5px 0;
	font-weight:bold;
}
.form-inner-mid-bg{
	width:335px;
	background:url(images/form-inner-bg-mid.jpg) repeat-y left top;
}
.form-text{
	font-size:13px;
	color:#0976ab;
	font-weight:bold;
	padding:8px 0 2px;
}
.form-contact-heading{
	font-size:22px;
	color:#5d5d5d;
	font-weight:bold;
}
.form-contact-mid-bg{
	width:685px;
	background:url(images/form-contact-bg-mid.png) repeat-y left top;
}
.textarea-comment{
	width:609px;
	min-height:96px;
	border:#d3cece 1px solid;
	background:#FFFFFF url(images/contact-form-comment-bg.png) repeat-x left top;
}
.security-text{
	font-size:13px;
	color:#c4050c;
	font-weight:bold;
	padding:8px 0 2px;
}
input[type=submit].contact-form-submit {
	width:84px;
	height:29px;
	background:url(images/contact-form-submit.png) no-repeat left top;
	border:none;
}
/*new css ends*/












