/*
Theme Name: alentejo adventures
Theme URI: http://www.globeorange.com/
Description: Theme developed for alentejo adventures
Version: 1.6
Author: Globe Orange
Author URI: http://www.globeorange.com/
Tags: theme

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	}
* html .iepngfix { behavior: url(iepngfix.htc); }
	
#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #003895;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

	
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

 h3, h3 a, h3 a:visited {
	color: #003895;
	
	}
h3 a:hover{
	text-decoration:underline;
	color: #003895;
}	
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #003895;

	}

a:hover {
	color: #003895;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* End Structure */



/*	Begin Headers */


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 3px;
	text-align: left;
	}

#content #searchform #s {
	width: 140px;
	margin-top: 3px;

	}

#content #searchsubmit {
	float: right;
	background: url(images/arrow-small1.png) no-repeat;
	border: none;
	width: 25px;
	height: 25px;
	cursor: pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 5px 15px 25px;
	background-color: #fff;
	/*background: url('images/comment.png') no-repeat 10px 5px; */
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, p, form, ul, li { margin: 0; padding: 0; }

a { color: #003895; text-decoration: none; }
a:hover { text-decoration: underline; color: #1048A5; }

.clear { float: none; clear: both; }
.bluetext { color: #1044a2; }

#container { margin: 0 auto; width: 935px; }
	h1#logo { display: block; width: 256px; float: left; }
		h1#logo a { display: block; width: 256px; height: 102px; background: url('images/logo.png') no-repeat; text-indent: -9999px; }
	ul#topnav_welcome{ font-size: 11px; font-weight: normal; float: right; width: 580px; text-align: left; margin-top: 29px; margin-right: 10px; }
		ul#topnav_welcome li { display: inline; list-style-type: none; }
		ul#topnav_welcome a  { font-size: 11px; color: #0636a4; text-decoration: none; padding: 4px 5px; margin-left: 10px; letter-spacing: 1px; }
			ul#topnav_welcome a:hover { text-decoration: underline  }
	ul#topnav { font-size: 14px; font-weight: normal; float: right; width: 625px; text-align: right; margin-top: 27px; margin-right: 10px; }
		ul#topnav li { display: inline; list-style-type: none; }
		ul#topnav a  { font-size: 14px; color: #003895; text-decoration: none; padding: 4px 8px; margin-left: 10px; font-weight: bold; }
			ul#topnav a:hover, ul#topnav li.current_page_item a { background-color: #ff8518; color: #fff;  }
	
	#sidebar { padding-top: 20px; float: left; width: 168px; }
		#sidebar li, #sidebar ul { list-style: none; }
		ul#sidenav { font-size: 14px; font-weight: normal; margin-bottom: 30px; width: 160px; }
			ul#sidenav li { border-top: 1px dashed #ccc; padding: 2px 0; }
				ul#sidenav > li:first-child { border-top: none; }
				ul#sidenav li a { color: #1044a2; text-decoration: none; padding: 6px 8px; display: block; }
				ul#sidenav > li > a:hover, ul#sidenav > li.current_page_item > a, ul#sidenav > li.current_page_ancestor > a { background-color: #ff8518; color: #fff; font-weight: bold; }
			ul#sidenav > li > ul { padding: 0; margin: 0;  }
				ul#sidenav > li > ul > li > a { color: #ff8518; }
					ul#sidenav > li > ul > li > a:hover, ul#sidenav > li > ul > li.current_page_item > a,
					ul#sidenav > li > ul > li.current_page_ancestor > a { padding-left: 25px; background: url('images/sidemenu-arrow.png') no-repeat left center; }
				ul#sidenav > li > ul > li > ul > li > a { padding-left: 15px; color: #ff8518; }
					ul#sidenav > li > ul > li > ul > li > a:hover, ul#sidenav > li > ul > li > ul > li.current_page_item > a { text-decoration: underline; } 
		#sidebar .box, .box { border: 4px solid #ccc; padding: 5px; margin-bottom: 7px;  }
			#sidebar .box.phone { letter-spacing: -0.5px; color: #003895; font-size: 14px; padding: 0; }
				#sidebar .box.phone .ph { padding: 7px 1px 7px 42px; background: url('images/icon-phone.png') no-repeat 1px center; border-bottom: 1px dashed #ccc; }
				#sidebar .box.phone .em { padding: 10px 1px 4px 42px; background: url('images/icon-mail.png') no-repeat 3px center; height: 24px; vertical-align: middle; }
			#sidebar .box.joinuson { padding: 5px; color: #003895; font-size: 16px; letter-spacing: -0.5px; }
				#sidebar .box.joinuson span { float: left; width: 75px; padding-top: 6px;} 
				#sidebar .box.joinuson #fb { background: url('images/icon-facebook.png') no-repeat; float: left; display: block; width: 34px; height: 35px; }
				#sidebar .box.joinuson #tw { margin-left: 3px; background: url('images/icon-tweet.png') no-repeat; float: left; display: block; width: 35px; height: 36px;  }

				#sidebar .box.signup,.signup { background: url('images/signupholiday.png') no-repeat center top; padding-top: 162px; }
				#sidebar .box.signup p { margin: 2px 0;}
				#sidebar .box.signup .signup-btn, #signup-inline-box .signup-btn { border: 0; width: 103px; height: 21px; display: block; margin-left: 8px; cursor: pointer; background: url('images/signup.png') no-repeat; }
				#sidebar .box.signup .signup-btn{margin:6px 0 3px 1px}
				#sidebar .box.signup .edit { width: 143px; border: 1px #7f9db9 solid; } 

				#sidebar .box.signup1,.signup1 { background: url('images/signupholiday1.png') no-repeat center top; padding-top: 162px; }
				#sidebar .box.signup1 p { margin: 2px 0;}
				#sidebar .box.signup1 .signup-btn, #signup-inline-box .signup-btn { border: 0; width: 103px; height: 21px; display: block; margin-left: 8px; cursor: pointer; background: url('images/signup.png') no-repeat; }
				#sidebar .box.signup1 .signup-btn{margin:6px 0 3px 1px}
				#sidebar .box.signup1 .edit { width: 143px; border: 1px #7f9db9 solid; } 
			
			#signup-inline-box { padding: 15px; border: 6px solid #e5e5e5; width: 320px; }
				#signup-inline-box p { padding: 5px 5px 10px; }
				#signup-inline-box .edit { width: 170px; }
				#signup-inline-box label { width: 120px; display: block; float: left; clear: left; padding-top: 2px;}
				#signup-inline-box .signup-btn { float: right; margin-right: 15px;}
			
			#sidebar .box.flickr { background: url('images/flickr-head.png') no-repeat top center; border: 0; padding: 35px 0 0;  }
				#sidebar .box.flickr .img{ margin: 0 4px 3px 0; border: 0; width: 75px; height: 75px; float: left; border: 2px solid #e5e5e5; border-width: 2px 3px 2px 4px; background-position: center; }
				#sidebar .box.flickr .img.even{ margin-right: 0; border-width: 2px 4px 2px 3px; }
			#sidebar .box.addthis { padding: 0 5px 5px 17px; }
			
			#sidebar .box.youtube_pan{ background: url('images/youtube_pan_bg.png') no-repeat top center; border: 0; padding: 35px 0 0;}
				#sidebar .box.youtube_pan a img {border: none;}
				#sidebar .box.youtube_pan a{position: relative; display: block;}

				* html #sidebar .box.youtube_pan a{zoom:1; }
			
		.youtube_pan .play_icon{
				position: absolute;
				background: url('images/play_icon.png') no-repeat top center; 
				height: 33px;
				width: 44px;
				left:50%;
				top: 50%;
				margin: -29px 0 0 -22px;			
			}
			
			
			* html .youtube_pan .play_icon { behavior: url(iepngfix.htc); }
		.youtube_pan .play_bot{
				background: url('images/play_2.gif') no-repeat top center; 
				height: 25px;
				width: 168px;			
			}	
						
				
	#content { padding-top: 10px; float: right; width: 750px; }
		#slider { padding: 25px 0 0 11px; background: url('images/sliderbg.png') no-repeat; width: 743px; height: 278px; margin-bottom: 0px; }
			#slider-left  { position: absolute; width: 28px; height: 28px; background: url('images/slider-left.png') no-repeat; margin-top: 130px; margin-left: -3px; cursor: pointer; z-index: 30; }
				#slider-left.small { margin-top: 100px; margin-left: 4px; }
			#slider-right { position: absolute; width: 28px; height: 28px; background: url('images/slider-right.png') no-repeat; margin-top: 130px; margin-left: 721px; cursor: pointer; z-index: 30; }
				#slider-right.small { margin-top: 100px; margin-left: 295px; }
			#sliderbox .slide { width: 721px; padding-top: 170px; height: 76px; }
			#sliderbox .slide-meta { height: 52px; padding: 12px 18px; background: url('images/tp.png'); }
				#sliderbox .slide-meta h3 { color: #fff; font-size: 24px; font-weight: normal; }
				#sliderbox .slide-meta p { color: #fff; font-size: 13px; padding: 3px 5px 0; }
				#sliderbox .slide-meta a.slider-readmore { font-size: 12px; font-variant: small-caps; color: #b8b8b8; margin-left: 10px; }
					#sliderbox .slide-meta a.slider-readmore:hover { color: #fff; text-decoration: underline; }
			#slider-small { padding: 21px 0 0 19px; background: url('images/sliderbg-small.png') no-repeat; width: 331px; height: 229px; margin-bottom: 15px; }
				#sliderbox-small .slide { width: 291px; height: 194px; background-color: #fff; }
		
		#mp-map { display: block; width: 294px; height: 197px; background: url('images/map.jpg') no-repeat; border: 9px solid #e5e5e5; }
		#hpbox  { padding: 10px 0 5px 15px; }
			#hpbox p { font-size: 14px; margin-bottom: 1em; line-height: 1.4em; }
			#hpbox p a.bloglink { display: block; width: 200px; text-decoration: none; color: #000; padding: 5px 0 5px 40px; background: url('images/arrow.png') no-repeat left center; }
				#hpbox p a.bloglink:hover { text-decoration: underline; }
	
	.topspace30 { padding-top: 30px; }
	.topspaceborder { padding-top: 20px; margin-top: 0; border-top: 1px dashed #ccc; }
	.topspaceborderbot { padding-top: 20px; margin-top: 0; border-bottom: 1px dashed #ccc; }
	
	
	.twocol {}
		.twocol .left { float: left; width: 393px; }
		.twocol .right { float: right; width: 310px; padding-right: 20px; }
		
		
	.fourcol { width: 740px; }
		.fourcol .col { float: left; width: 25%;  font-style: normal;  } 
		.hpthumb { padding: 0 10px 20px; }
			.hpthumb h3 { font-size: 14px; font-weight: bold; color: #1044a2; margin-bottom: 5px; padding-left: 2px; }
			.hpthumb .img { width: 155px; height: 85px; border: 8px solid #e5e5e5; margin-bottom: 15px; } 
			.hpthumb p { margin-bottom: 5px; font-size: 11px; }
		
	#footer { background: url('images/footerbg.png') repeat-x center -1px; height: 51px; float: left; width: 891px; font-size: 11px; }
		#fleft { background: url('images/footercorners.png') no-repeat left -1px; height: 51px; width: 20px; margin-left: -6px; float: left; }
		#fright { background: url('images/footercorners.png') no-repeat right -1px; height: 51px; width: 20px; float: left; }
		#fileft { float: left; width: 400px; padding-top: 18px; }
			#fileft a { margin-left: 15px; }
		#firight { float: right; width: 400px; text-align: right; padding-top: 18px; }
		#footer a { color: #000; text-decoration: none; }
			#footer a:hover { text-decoration: underline; }

.post { margin-top: 15px; }
	.post h2, #hpbox h1 { color: #003895; font-size: 26px; font-weight: normal; margin-bottom: 20px; text-align: left; }
	.post h1 { padding-bottom: 20px; font-size: 15px; }
		.post h1 a { text-decoration: underline; }
	.post div.tab-intro-content {  }
	.post h4 { color: #003895; font-size: 18px; font-weight: normal; margin-bottom: 10px; }
	.post p  { font-size: 12px; margin-bottom: 14px; }
	
#tab-container li.ui-state-default { margin: 4px 2px 0 1px; }
	#tab-container li.ui-state-default a { padding: 7px 8px 7px 8px; font-weight: normal; }
#tab-container li.ui-state-active, #tab-container li.ui-state-hover { margin: 0 1px 0 0px; }
	#tab-container li.ui-state-active a, #tab-container li.ui-state-hover a { padding: 11px 9px 7px 9px !important; font-weight: normal; }
	#tab-container li.ui-state-hover { padding-bottom: 1px; }
#tab-container .ui-tabs-nav { padding-left: 0; border-bottom: none !important; }
#tab-container .tab-content { font-weight: normal; font-size: 12px; padding-bottom: 12px; }
#tab-container .ui-state-default { font-size: 13px; }
.ui-tabs-panel { padding: 1em 0em 0 0.5em !important; border: 1px solid #ccc !important; border-top: 3px solid #ff8518 !important; margin: 0 1px; }

#tab-container h3 { color: #ff8518; font-size: 18px; font-weight: bold; margin: 0 0.7em; }
#tab-container h4 { color: #003895; font-size: 14px; font-weight: bold; margin: 0 0.7em; }
#tab-container p  { margin: 0 2em 1em 1em; }
.ngg-galleryoverview { margin: 15px -4% 15px 0; width: 104% !important; }

#tab-container-sec li.ui-state-default { margin: 4px 2px 0 1px; }
	#tab-container-sec li.ui-state-default a { padding: 7px 8px 7px 8px; font-weight: normal; }
#tab-container-sec li.ui-state-active, #tab-container-sec li.ui-state-hover { margin: 0 1px 0 0px; }
	#tab-container-sec li.ui-state-active a, #tab-container-sec li.ui-state-hover a { padding: 11px 9px 7px 9px !important; font-weight: normal; }
	#tab-container-sec li.ui-state-hover { padding-bottom: 1px; }
#tab-container-sec .ui-tabs-nav { padding-left: 0; border-bottom: none !important; }
#tab-container-sec .tab-content { font-weight: normal; font-size: 12px; padding-bottom: 12px; }
#tab-container-sec .ui-state-default { font-size: 13px; }

#tab-container-sec h3 { color: #ff8518; font-size: 18px; font-weight: bold; margin: 0 0.7em; }
#tab-container-sec h4 { color: #003895; font-size: 14px; font-weight: bold; margin: 0 0.7em; }
#tab-container-sec p  { margin: 0 2em 1em 1em; }
#tab-container-sec	  { margin-bottom: 2em; }


.youtube-video { width: 379px; height: 252px; background: url('images/youtube-frame.png') no-repeat; padding: 18px 0 0 16px; } 
.twocollayouttube { margin-left: 7px; }
	.twocollayouttube .left { float: left; width: 345px; padding: 5px 5px 5px 0; }
		.twocollayouttube .left h3 { color: #003895; font-size: 18px; font-weight: normal; }
		.twocollayouttube .left p { line-height: 1.8em; }
	.twocollayouttube .right { float: right; width: 380px; }
	.twocollayouttube.topborder { border-top: 1px dashed #ccc; padding-top: 20px; border-bottom: 1px dashed #ccc; }
	
.village-list-box { width: 22%; margin: 10px 3% 10px 0; float: left; }
	.village-list-box h4 { color: #003895; font-size: 14px; font-weight: normal; }
	.village-list-box img { border: 5px solid #e5e5e5; }
	.village-list-box p { padding: 8px 4px 0; font-size: 11px; }

.village-container { margin-top: 20px; }
	.village-container h3 { color: #003895; font-size: 18px; font-weight: normal; }

#hpslidecontroller { display: none; }

.pck-left { float: left; width: 380px; padding-left: 20px; }
.pck-right { float: right; width: 300px; padding-right: 30px; }

.package-large { width: 751px; position: relative;} * html .package-large {zoom:1;}
	.package-large .ptop { background: url('images/package-big-top.png') no-repeat; height: 24px; }
	.package-large .pbody { background: url('images/package-big-middle.png') repeat-y; padding: 0 50px 10px; }
		.package-large h3 { font-size: 18px; font-weight: normal; color: #013894; padding: 3px 0 15px 20px; }
		.package-large .pbody .left { width: 286px; padding: 10px; float: left; border: 1px solid #ccc; }
			.package-large .pbody .left .pricebox { border: 1px solid #ccc; margin-top: 10px; }
		.package-large .pbody .right {  width: 286px; padding: 10px; float: right; border: 1px solid #ccc; }
	.package-large .pbottom { background: url('images/package-big-bottom.png') no-repeat; height: 20px; margin-bottom: 30px; }
	.package-large .link-to-package { width: 64px; height: 64px; background: url('images/arrow-big.png') no-repeat; display: block; float: right; margin: -71px 15px 0 0; }
	
.package-small-container { width: 751px; }
	.package-small { width: 240px; margin-left: 15px; float: left; }
	.package-small:first-child { margin-left: 0; }
		.package-small .pshead { background-position: 2px center; background-repeat: no-repeat; height: 46px;  padding: 9px 0 0 55px; vertical-align: middle; }
			.package-small .pshead h4 { color: #1044a2; font-weight: bold; font-size: 13px; letter-spacing: -1px; }
			.package-small .pshead h5 { font-size: 12px;  }
		.package-small img { width: 209px; height: 115px; border: 7px solid #e5e5e5; margin: 7px 0 0 5px; }
		.package-small .psbody { width: 211px; border: 1px solid #e5e5e5; margin: 7px 0 0 5px; padding: 5px 5px 20px 5px; }
		.package-small .link-to-package { width: 40px; height: 40px; background: url('images/arrow-trs.png') no-repeat; display: block; float: right; margin: -25px -5px 0 0; }
	
a.pck-num-1 { width: 49px; height: 48px; background: url('images/number-1.png') no-repeat; display: block; position: absolute; margin: -40px 0 0 -30px; }
a.pck-num-2 { width: 49px; height: 48px; background: url('images/number-2.png') no-repeat; display: block; position: absolute; margin: -40px 0 0 -30px; }
a.pck-num-3 { width: 49px; height: 48px; background: url('images/number-3.png') no-repeat; display: block; position: absolute; margin: -40px 0 0 -30px; }

div.pck-num-2 { background: url('images/number-2.png'); }
div.pck-num-3 { background: url('images/number-3.png'); }
div.pck-num-4 { background: url('images/number-4.png'); }

.row { border-top: 1px dashed #ccc; clear: left; }
	.row:first-child { border-top: none; }
	.row .var { float: left; width: 90px; padding: 4px; }
	.row .val { float: left; width: 174px; padding: 4px; }
	
.row.small { font-size: 11px; }
	.row.small .var { width: 69px; }
	.row.small .val { width: 130px; padding-right: 0; }

.row.price { border: none; }
	.row.price .var { font-size: 14px; }
	.row.price .val { font-size: 14px; }
	
.further-enq { background: url('images/arrow.png') no-repeat right center; display: block; color: #ff8518; font-size: 14px; text-align: right; float: right; padding: 7px 40px 7px 0; margin: -20px -20px 20px 0; }
	.further-enq:hover { color: #ff8518; }

.hotelslist-box { padding-top: 20px; }
	.hotelslist-box h3 {}
	.hotelslist-box h4 { color: #1044a2; font-weight: bold; font-size: 13px; letter-spacing: -1px; }
	.hotelslist-box h5 { font-size: 12px; }
		.hotelslist-box .package-small > div { border: 1px solid #ccc; width: 209px; padding: 12px 6px; font-size: 11px; margin: 8px 0 0 5px; }
		.hotelslist-box .package-small > div > p { min-height: 165px; }
		.hotelslist-box .package-small > div > div { border-top: 1px dashed #e5e5e5; padding: 10px 5px; height: 36px; }
		.hotelslist-box .package-small .website-link { width: 196px; height: 36px; background: url('images/website.png') no-repeat right; display: block; }
		.hotelslist-box .package-small .tripadvisor-link { width: 196px; height: 36px; background: url('images/tripadvisor.png') no-repeat right; display: block; } 
		
.programme-box { border: 6px solid #e5e5e5; width: 688px; margin: 0 0 20px 10px; padding: 10px 15px; }
	.programme-box h3, .included-box h3, .highlight-box h3, .hotelslist-box h3 { font-size: 18px; font-weight: normal; color: #013894; padding: 3px 0 15px 0; }
	.programme-box .lst .day { border-top: 1px dashed #ccc; padding: 4px; font-size: 11px; }
		.programme-box .lst .day:first-child { border-top: none; }
		.programme-box .lst .day .var { float: left; width: 50px; display: block; color: #003895; font-weight: bold; }
		.programme-box .lst .day .val { float: left; width: 610px; display: block; }
		
.included-box { border: 6px solid #e5e5e5; width: 315px; float: left; margin-left: 10px; padding: 10px 15px; min-height: 230px; }
	.included-box h5 { border-top: 1px dashed #ccc; margin-top: 15px; padding: 15px 20px 4px; font-weight: bold; font-size: 11px; color: #2f5ca7; }
.highlight-box { border: 6px solid #e5e5e5; width: 315px; float: right; margin-right: 10px; padding: 10px 15px; min-height: 230px; }
	.included-box li, .highlight-box li { background: url('images/arrow-small.png') no-repeat left center; list-style-type: none; padding: 2px 0 2px 20px; font-size: 11px; }
	
.included-box.unsized, .highlight-box.unsized { min-height: 100px; }
	
#blog-content { width: 70%; float: left; }
#blog-sidebar { width: 25%; float: right; }
	#blog-sidebar h3 { font-size: 18px; font-weight: normal; color: #013894; padding: 30px 0 5px 0; }
	#blog-sidebar li { list-style-type: none; padding: 5px; border-top: 1px dashed #ccc; }
	
.newobj-container { margin-top: -20px; }
.newobj { padding-bottom: 25px; border-top: 1px dashed #ccc; padding-top: 20px; }
	.newobj:first-child { padding-top: 0; border-top: none; }
	.newobj-left  { float: left; width: 245px; }
		.newobj-left img, .blog-post-pic { width: 230px; height: 150px; border: 6px solid #e5e5e5; }
		.blog-post-pic { margin: 0 10px 10px 0; }
	.newobj-right { float: right; width: 270px; }
		#blog-content small.date { color: #053a93; font-size: 11px; }
		#blog-content h3 a { color: #f0630f; font-weight: bold; font-size: 18px; font-weight: bold; padding-bottom: 15px; text-align: left; }
		#blog-contentt p.comments { padding-top: 1em; }
	.newobj-search {}
		#blog-content small.date { color: #053a93; font-size: 11px; }
		#blog-content h3 a { color: #f0630f; font-weight: bold; font-size: 18px; font-weight: bold; padding-bottom: 15px; text-align: left; }
		#blog-contentt p.comments { padding-top: 1em; }

h3#comments { color: #003895; font-size: 18px; font-weight: normal; padding: 30px 0 10px 10px; border-top: 1px dashed #ccc; }
.vcard img { display: none; }

#respond { border: 6px solid #e5e5e5; padding: 30px 20px 10px; }
	#respond h3 { color: #003895; font-size: 18px; font-weight: normal; padding-bottom: 20px; }
	#respond #submit { width: 144px; height: 32px; border: 0; background: url('images/submit_comment.png') no-repeat; text-indent: -9999px; margin: 20px -10px 0 0; cursor: pointer; }
	
.pagecontent h3 { font-size: 18px; font-weight: normal; color: #013894; padding-bottom: 0.7em; }
.pagecontent p  { line-height: 1.4em; padding-bottom: 0.6em; }

.person { padding: 10px; border-top: 1px dashed #ccc; }
	.person:first-child { border-top: none;  }
.person h4 { color: #f0630f; font-weight: bold; font-size: 18px; }
.person h5 { color: #003895; font-weight: bold; font-size: 14px; }
.person p  { padding-bottom: 1em; }
	.person .pleft { float: left; width: 190px; }	
		.person .pleft img, .contact_us .pleft img { width: 165px; height: 150px; border: 6px solid #e5e5e5; display: block; margin-top: 5px; }
	.person .pright { float: right; width: 520px; } 

#completeThing p { padding: 20px; }

.tab-content li { margin-left: 30px !important; }
.tab-content ul { margin-bottom: 1em; }

#content p { line-height: 1.5em; }

.travel_logos{
	border:none;
	margin-bottom: 7px;
	padding: 5px;
}

.blog_feed_box{
	border:4px solid #cccccc;
	padding: 26px 22px 10px;
	position: relative;
}

.blog_feed_box .blog_feed_title{
	background: url('images/blog_feed_title_bg.png') no-repeat;
	width: 174px;
	height: 51px;
	position: absolute;
	top:-18px;
	left: -19px;
	font-size:18px;
	font-weight: 500;
	text-align: center;
	line-height: 48px;
	color: #ffffff;
}
* html .blog_feed_box .blog_feed_title{left: -39px;}

.hpbox1{padding: 0 0 0 15px;}
.hpbox2{padding: 0 0 0 10px;margin:10px -20px 40px 0;}
.hpbox_home{padding: 0 0 10px 15px !important;}
	

.blog_feed_box ul li{
	list-style-type: none;
	height: 78px;
}

.blog_feed_box ul li .cont, .blog_feed_box .cont_blog .cont{ 
	border-top: 1px #cccccc dashed;
	padding: 6px 0 7px;
	font-size: 12px;
	line-height:14px;	

}
.blog_feed_box .cont_blog{
	height: 78px;
}

.blog_feed_box .cont_blog .cont:first-child{border-top: none;} 
.blog_feed_box ul li .cont a, .blog_feed_box .cont a{
	font-size: 14px;
	font-weight: bold;
	color: #ff8518;
}


.blog_feed_box ul li .cont .price{
	float: right;
	width: auto;
	padding: 0 0 0 20px;
	position: relative;
	color:#ff8518;	
	font-size: 14px;
	line-height:14px;
}

.blog_feed_box ul li .cont .price span{font-size: 18px;line-height:18px;}

* html .iepngfix { behavior: url(iepngfix.htc); }


* html .cont_blog{zoom:1;position: relative;}

.text_slide{margin-top: -1px;}

.contact_us{color: #013894;}

#content .contact_us .contact_us_top{margin-left: 10px;}

.contact_us h1, .contact_us h2, .d_broch h2 {
	color: #1044a2;
}
.contact_us .pleft{
	float:left;
	width: 153px;
	font-size: 14px;
	line-height: 30px;
	color:#ff8518;
}
#content .contact_us .pleft img { width: 135px; height: 123px;}
#content .contact_us .text{
	float: left;
	width: 418px;
	font-size: 12px;
	padding:0 8px;	
}
#content .contact_us .text h1{
	font-size: 30px;
}
#content .contact_us .text p{margin: 10px 0;line-height: 14px;}
#content .contact_us .text span{
	font-size: 14px;
	margin: 10px 0;	
}




.col_cont_title h2{
	padding:3px 0 0 52px; 
	font-size: 18px;	
}
* html .col_cont_title h2{width:100%;}

.col_cont_title{
	position: absolute;
	width:112%;
	height: 57px;
	top:-33px;
	left:-12px;

}
.call_us_t{background: url('images/call.png') 0 0 no-repeat;}
.email_us_t{background: url('images/email_us.png') 0 0 no-repeat;}
.we_online_t{background: url('images/we_online.png') 0 0 no-repeat;}
.address_t{background: url('images/address.png') 0 0 no-repeat;}
.brochure_t{background: url('images/brochure.png') 0 0 no-repeat;}


#content .contact_us .fourcol{
	padding:0 0 10px 0; 
}
#content .contact_us .fourcol .col{	padding-top: 40px;}

* html #content .contact_us .fourcol .col{width: 183px;}

#content .contact_us .fourcol .col_cont{
	padding: 21px 9px 10px;
	position: relative;
	margin-left: 10px;
	height: 118px;
}



#content .contact_us .fourcol .col_cont p{
	font-size: 11px;
	line-height: 14px;
}

#content .contact_us .sign_up{ 
	margin: 0 0 20px 10px;
	padding: 4px 1px 0;
	width: 716px;
	position: relative;
}

#content .contact_us .sign_up .sign_up_cont img {
	border: 2px solid #e5e5e5;
	height: 147px;
	width: 160px;
	float: left;
	margin: 0 0px 0 23px;
}
#content .contact_us .sign_up .sign_up_cont p{
	text-align: right;
	padding:5px 30px 0 0; 
	font-size: 12px;
}
#content .contact_us .sign_up h2, h2.btn{
font-size: 18px;
line-height: 30px;
margin-bottom: 10px;	
padding-left: 25px;
}


.sign_up .sign_up_cont ul{
	padding-left: 30px;
	list-style-type: none;
	width: 230px;
	float: left;
}
.sign_up .sign_up_cont ul li{	
	padding-left: 35px;
	font-size: 14px;
	background: url(images/arrow-small1.png) no-repeat;
	line-height: 25px;
	margin-bottom: 5px;
}

.sign_up .sign_up_cont form{
	float:left;
	padding-left:20px; 

}

* html .sign_up .sign_up_cont form{
	width: 220px;
}
.sign_up .sign_up_cont form input.edit, .contact_us_bot form input.edit,
 .contact_us_bot form input.time{
	width:188px;
	height: 24px;
	line-height: 24px;
	border: 4px solid #e5e5e5;
	background-color: #fcfcf7;
	display: block;
	margin: 6px 0 0 10px;
	font-size: 14px;
	color:#999999;
	padding: 2px 8px 0;
}

form input.sign_up_btn {
	width:100px;
	height: 40px;
	float: right;
	background:  url(images/submit_btn.png) 0 0 no-repeat;	
	border: none;
	margin: 8px 0 0 20px;
	cursor: pointer;
}

#content .contact_us .sign_up .ngg-galleryoverview { margin: 10px 0; width: 100% !important;}


#content .contact_us .sign_up .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail{margin-right: 3px;}
* html #content .contact_us .sign_up .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail{margin-right: 2px;}

.contact_us_bot{margin-left: 10px;}
.contact_us_bot .col,.d_broch .col{width: 50%; float: left; padding: 30px 0 20px;}
.contact_us_bot .col .col_cont,.d_broch .col .col_cont{	
	padding: 21px 10px 10px;
	position: relative;
	margin-right: 10px;
	height: 165px;
}

#content .contact_us .contact_us_bot .col .col_cont p{
	font-size: 12px;
	line-height: 14px;
	width: 180px;
}
#content .contact_us .contact_us_bot .col .col_cont img{
	position: absolute;
	height: 168px;
	width: 185px;
	right:-12px;
	top:-25px;	
}
h2.btn{
	font-weight: normal;
	background: url(images/arrow-small1.png) center left no-repeat; 
	padding-left: 30px;
	position: absolute;
	bottom: 8px;
}
h2.btn a, h2.d_btn a{color: #ff8518; text-decoration: underline;}

#content .contact_us .contact_us_bot .col .call_back p{
	width: auto;
	padding-bottom: 3px;
}

.contact_us_bot form input.time, .contact_us_bot form input.edit{
	float: left;
	margin: 8px 10px 0 0
}

.contact_us_bot form input.time{
	width: 78px;
	margin: 8px 0 0 0;
	float: left;
}
.contact_us_bot form .text1{
	float: left;
	width: 95px;
	margin: 8px 0 0 2px;
	padding-right: 6px;
	font-size: 12px;
	line-height: 14px;
}
.contact_us_bot form p.text2{
	padding-top: 17px;
}
.border_6px{border:6px solid #e5e5e5;}


.hpthumb h3 a:hover{
	text-decoration: underline;
}

.pleft a{
	color:#ff8518;
	text-decoration: none;
}
.pleft a:hover{text-decoration: underline;}

.contact_us p a{
	text-decoration: underline;
}

.brochure_img{
	height: 206px;
	width: 252px;
	position: absolute;
	top:-10px;
	left: -15px;
}


.d_broch .col .broch{
	height: 150px;
}
.d_broch h1{
	font-size: 30px;
	margin: 10px 0;
}
.d_broch .col .col_cont{
	margin-right:0;
}

.broch h2.d_btn{
	line-height: 24px;
	font-size: 18px;
	display: block;
	float: right;
	width:90px;
	margin-top: 20px;
	padding-top: 42px;
	text-align: center;
	background: url(images/download.png) center top no-repeat;

}


.broch p{
	margin-bottom: 0;
}

.d_broch .col{
	padding:30px 6px 20px 10px;
	width: 359px;
}



* html .text_slide{	
	position: relative;
	zoom:1;
}

.pck-left div a.further-enq{
	float:left;
	margin: -5px 0;
}




.site1 #container{
	margin:0 auto;
	width:820px;
}
.site1 #container #header{
	overflow: hidden;
	padding: 10px 10px 0;
}

.site1 .call,.site1 .mail{
	width: 300px;
	height: 40px;
	padding:10px 0 0 60px;
	background: url(images/call.png) left center no-repeat; 
	float: right;
	line-height: 25px;
	font-size: 18px;
	color: #003895;
}
.site1 .mail{
	background: url(images/email_us.png) left center no-repeat; 
}

.site1 #container #content{
	float: none;
	width:820px;
}
.site1 .twocol .left{width: 461px;position: relative; padding-bottom: 30px}
.site1 .twocol .right{
	width: 354px;
	padding-right: 5px;
}
.site1 #hpbox{	padding: 10px 10px 5px 10px; }

.site1 .fourcol {width:848px; margin: 0 -18px 0 -10px}
* html .site1 .fourcol {position:relative; zoom:1 }
.site1 .hpthumb{padding: 0 18px 20px 18px;}
.site1 .foot{ margin:0 -54px;}
* html .site1 .foot{ position: relative; zoom:1}

.site1 #hpbox h1 {
	font-size: 24px;
	line-height: 30px;
}


.menu1 A{
	background: url('images/menu_btn.png') center center no-repeat ;
	display: block;
	height: 40px;
	width: 136px;
	float: left;
	line-height: 38px;
	font-size: 16px;
	color: #ffffff;	
	text-align: center;
	margin-right:0; 
}
.menu1 A.last{
	width:128px;
	margin-left: 1px;
}


.site1 .signup1 {
	margin: 0 4px;
	padding-top:140px;
}
.site1 .signup1 A{
	color: #ff8519;
	font-size:18px;
	line-height: 22px;
	margin:0px 15px; 
	text-align: center;
	display: block;
}


.box.flickr1 { background: url('images/flickr-head.png') no-repeat top left; border: 0; padding: 35px 0 0;  }
	.box.flickr1 .img { margin: 0 4px 3px 0; border: 0; width: 75px; height: 75px; float: left; border: 2px solid #e5e5e5; border-width: 2px 3px 2px 4px; background-position: center; }
	.box.flickr1 .img.even { margin-right: 0; border-width: 2px 4px 2px 3px; }			
			
.youtube_pan1 { background: url('images/youtube_pan_bg.png') no-repeat top left; border: 0; padding: 35px 0 0;}
	.youtube_pan1 a img {border: none;}
	.youtube_pan1 a{position: relative; display: block;}
	* html .youtube_pan1 a{zoom:1; }
			
.youtube_pan1 .play_icon{
	position: absolute;
	background: url('images/play_icon.png') no-repeat top center; 
	height: 33px;
	width: 44px;
	left:50%;
	top: 50%;
	margin: -29px 0 0 -22px;			
}					
* html .youtube_pan1 .play_icon { behavior: url(iepngfix.htc); }
.youtube_pan1 .play_bot{
	background: url('images/play_2.gif') no-repeat top center; 
	height: 25px;
	width: 168px;			
}	
			
.hr_dashed{
	font-size: 1px;
	line-height: 1px;
	border-top:1px #cccccc dashed;
	height: 0;
	clear: both;

}

.site1 .visit{
	height: 120px;
	
	position: absolute;
	bottom: 15px;
	right: -95px;
	border:none;
}
.package-large .rt_icon{
	height: 96px;
	width: 96px;
	position: absolute;
	right: 38px;
	top:-30px;
}
.package-large .value_for_money{background: url('images/value-for-money.png') 0 0 no-repeat;}
.package-large .round_trip{background: url('images/round-trip.png') 0 0 no-repeat;}
.package-large .inland_to_coastline{background: url('images/inland-to-coastline.png') 0 0 no-repeat;}
.package-large .coastline_to_inland{background: url('images/coastline-to-inland.png') 0 0 no-repeat;}
.package-large .new{background: url('images/new.png') 0 0 no-repeat;}
.package-large .tailor_made{background: url('images/tailor-made.png') 0 0 no-repeat;}


.menu1 .menu_btn_l{background: url('images/menu_btn_l.png') left center no-repeat; width: auto; margin-right: 1px}
.menu1 .menu_btn_l SPAN{
	background: url('images/menu_btn_r.png') right center no-repeat;
	margin-left:12px;
	display: block;
	padding:0 16px 0 4px;
	height:40px;
}

.wo_width{width: 53px;}