body
{
	background-color: #f5f5f5;
	background-image: url(../images/backgrounds/page.png);
	background-position: center top;
	background-repeat: no-repeat;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;

	color: #636363;
}

h2 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 26px;
	color: #4F659F;
	margin-bottom: 40px;
	font-weight: normal;
	padding-top: 40px;
	line-height: 1;
}

h2 a {
	color: #4F659F;
}

a
{
	color: #167dea;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.clear-left
{
	clear: left;
}

#content .post ul {
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:10px;
	margin-left: 20px;
}

/* utility classes */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

p
{
	margin: 0.7em 0;
}

p.timestamp
{
	color: #6db3ff;

	font-family: Georgia, serif;
	font-style: italic;

	margin: 0;
}

div.hr
{
	background-image: url(../images/hr.png);

	height: 2px;

	margin: 2px 0;
}

div.hr-ish
{
	background-image: url(../images/hr-ish.png);
	background-repeat: no-repeat;

	height: 2px;

	margin: 2px 0;
}

div#body
{
	width: 1053px;

	margin: 0 auto;

	background-image: url(../images/backgrounds/body-cap-lr.png);
	background-repeat: repeat-y;
}

div#body-cap-bottom
{
	width: 1053px;
	height: 10px;

	margin: 0 auto;

	background-image: url(../images/backgrounds/body-cap-bottom.png);
	background-repeat: repeat-x;

	position: relative;
}

div#body-cap-bottom-l,
div#body-cap-bottom-r
{
	width: 15px;
	height: 10px;

	position: absolute;
}

div#body-cap-bottom-l
{
	left: 0;
	background-image: url(../images/backgrounds/body-cap-bottom-l.png);
}

div#body-cap-bottom-r
{
	right: 0;
	background-image: url(../images/backgrounds/body-cap-bottom-r.png);
}

div#inside-body
{
	margin: 0 0 0 19px;
	width: 997px;
}

div#head
{
	background-color: #00f;

	overflow: hidden;
	position: relative;

	height: 147px;
}

div#head h1
{
	position: relative;

	height: 97px;
	text-indent: -9999em;

	background-image: url(../images/backgrounds/logo.png);
}

div#head h1 a
{
	display: block;

	position: absolute;

	width: 430px;
	height: 27px;

	top: 40px;
	left: 27px;
}

div#navigation ul
{
	line-height: 50px;

	background-image: url(../images/backgrounds/navigation.png);

	height: 50px;

	font-size: 20px;
}

div#navigation ul li
{
	display: block;
	float: left;

	padding: 0 36px 0 34px;

	background-image: url(../images/backgrounds/navigation-blip.png);
	background-repeat: no-repeat;
	background-position: center right;

	height: 50px;
}

div#navigation ul li.page-item-606
{
	background: none;
}

div#navigation ul li ul
{
	display: none;
}

div#navigation ul li a
{
	color: #cadafc;
	text-decoration: none;
	font-weight: lighter;
}

div#navigation ul li.current_page_item a,
div#navigation ul li.current_page_parent a,
div#navigation ul li.current_page_parent_true a
{
	color: #fff;
}

div#navigation ul li.current_page_parent.page-item-11 a
{
	color: #cadafc;
}

div#navigation ul li a:hover,
div#navigation ul li a.active
{
	color: #fff;
}

div#tpru
{
	position: absolute;

	width: 251px;
	height: 86px;

	right: 0;
	top: 0;

	background-image: url(../images/backgrounds/take-part-receive-updates.png);
}

div#tpru a
{
	display: block;

	position: absolute;

	right: 56px;
	top: 0;

	width: 162px;
	height: 71px;

	text-indent: -9999em;
}

div#content
{
	background-image: url(../images/backgrounds/body-gradient.png);
	background-repeat: repeat-x;
	background-color: #fff;

	position: relative;

	padding-bottom: 110px !important;

}

div.right-sidebar
{
	background-color: #ededed;
	float: right;
	min-height: 170px;

	margin-left: 10px;
	margin-bottom: 10px;

	padding: 0 10px 10px;

	position: relative;
}

div.right-sidebar-cap-bottom
{
	position: absolute;
	bottom: 0;

	margin-left: -10px;

	height: 10px;
	width: 100%;

	background-image: url(../images/backgrounds/right-sidebar-cap-bottom-l);
	background-repeat: no-repeat;
}

div.right-sidebar-cap-bottom div
{
	float: right;

	height: 10px;
	width: 9px;

	background-image: url(../images/backgrounds/right-sidebar-cap-bottom-r);
}

/* footer */
div#inner-footer
{
	position: absolute;
	bottom: 0;
	left: 140px;

	background-image: url(../images/text/share-this-on.png);
	background-repeat: no-repeat;
	background-color: #ebebeb;

	width: 606px;
	height: 51px;

	font-weight: bold;
	font-size: 14px;

	margin: 21px auto 0;

	overflow: hidden;

	clear: both;

	padding-left: 120px;
}

div#content div#inner-footer p
{
	padding: 0;
}

div#inner-footer p
{
	margin: 0;
}

div#inner-footer a
{
	color: #464646;
}

div#twitter,
div#email,
div#facebook,
div#myspace,
div#youtube
{
	float: left;

	padding: 5px 10px 5px 55px;

	line-height: 50px;

	background-position: 20px 12px;
	background-repeat: no-repeat;
}

div#twitter
{
	background-image: url(../images/icons/twitter.png);
}

div#email
{
	background-image: url(../images/icons/email.png);
}

div#facebook
{
	background-image: url(../images/icons/facebook.png);
}

div#myspace
{
	background-image: url(../images/icons/myspace.png);
}

div#youtube
{
	background-image: url(../images/icons/youtube.png);
}

div#footer
{
	padding: 20px 0;
	text-align: center;
}

div#footer a
{
	color: #898989;
}

div#footer span.space
{
	display: inline-block;
	margin: 0 8px;
}
/* end footer */

/* homepage */
div#home-summary-container
{
	margin-top: 10px;
}

div#home-summary-container p.more
{
	margin-top: 10px;
}

#homepage-yadda-yadda #big-quote
{
	font-family: Georgia, serif;
	font-size: 20px;
	color: #fff;
	width: 327px;
	height: 243px;

	position: absolute;

	top: 50px;
	left: 50px;
	margin: 0;

	font-weight: 1;

	line-height: 20px;
}

#big-quote p {
	padding-top: 20px;
	font-size: 16px;
}

#big-quote p a {
	color: #fff;
	text-decoration: underline;
}

.home h2 {
	padding-top: 20px;
	margin-bottom: 30px;
}

#homepage-yadda-yadda cite {
	font-size: 16px;
}


div#homepage-yadda-yadda
{
	position: relative;
}

div#latest-news,
div#about
{
	width: 405px;
	padding: 0 20px 10px 20px;
	margin: 0 25px;
}

div#latest-news-container,
div#about
{
	float: left;
}

div#latest-news
{
	background-color: #ededed;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div#about
{
	color: #157ceb;
	font-style: normal;
	font-weight: bold;
}

div#hotel-guide-selector
{
	margin-top: 10px;
}

div#hotel-guide select
{
	width: 140px;
}

div#latest-news ul li
{
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 10px;
}

div#latest-news
{
	color: #167dea;
}

div#latest-news p.timestamp
{
	margin-left: 5px;
	display: inline;
}

div.tweet p
{
	margin-bottom: 0;
}

div.tweet p.timestamp
{
	margin-bottom: 0.7em;
}

/* end homepage */

/* take part */
div#post-13 h2
{

}

div#take-part-form h2 {

}

div#take-part-info
{
	float: left;

	width: 360px;
	margin: 0 0 0 30px;
}

div#take-part-form
{
	float: right;

	width: 491px;

	background-repeat: no-repeat;

	margin: 0 20px 0 0;
	padding: 0 0 0 65px;

	font-size: 12px;
}

div#take-part-form div.clipboarded
{
	margin-top: 103px;
	margin-bottom: 60px;
}

div#take-part-form div.clipboarded div.checkbox-group
{
	float: left;
	width: 100px;
}

div#take-part-form div.clipboarded div.checkbox-group div.form-row.checkbox input
{
	margin-left: 0;
}

div#take-part-form div.clipboarded div.checkbox-group div.form-row.checkbox label
{
	display: inline-block;
	width: auto;
}

div#take-part-form div.clipboarded input,
div#take-part-form div.clipboarded textarea
{
	background-color: #364153;
	border: 1px solid #687385;
}

div#take-part-form
{
	position: relative;
}

div#take-part-form div.form div.form-row
{
	margin-bottom: 3px;
	clear: both;
}

div#take-part-form div.form div.form-row label
{
	font-size: 12px;
	color: #a1a1a1;
	display: inline-block;
	width: 90px;

	margin-top: 6px;
	vertical-align: middle;
float: left;
overflow: visible;
padding-bottom: 0.2em;
}

div#take-part-form div.form div.form-row.checkbox
{
	clear: both;
}

div#take-part-form div.form div.form-row.checkbox input
{
	border: none;
	width: auto;
	height: auto;
}

div#take-part-form div.form div.form-row label em
{
	font-size: 8px;
}

div#take-part-form div.form div.form-row.wide label
{
	display: block;
	width: auto;

	margin-bottom: 8px;
}

div#take-part-form div.form div.form-row input,
div#take-part-form div.form div.form-row textarea
{
	width: 286px;
	height: 26px;
	padding: 0;
	border: 1px solid #9d9d9d;
	border-left: 1px solid #ccc;
	margin-left: 10px;
}

div#take-part-form div.form div.form-row.wide input,
div#take-part-form div.form div.form-row.wide textarea,
div#take-part-form div.clipboarded div.checkbox-group.first
{
	margin-left: 100px;
}

div#take-part-form div.clipboarded div.checkbox-group.isi
{
	height: 41px;
	overflow: visible;
}

div#take-part-form div.form div.form-row input.submit
{
	border: none;
	width: auto;
	height: auto;

	float: right;

	margin: 20px 58px 30px 104px;
}

div#take-part-form div.form div.form-row.checkbox input,
div#take-part-form div.form div.form-row input#take-part-other_hotel_i_stay_in
{
	margin-left: 100px;
	float: left;
}

div#take-part-form div.form div.form-row input#take-part-other_hotel_i_stay_in
{
/*	clear: both;*/
	margin-left: 10px;
}

div.form-row.other-box
{
/*	margin-top: -18px;*/
}

div#take-part-form div.form div#ok_twitter
{
	margin-top: 10px;
}

div#take-part-form div.form div#ok_twitter input
{
	margin-left: 0;
}

div#take-part-form div.form div.form-row.checkbox label
{
	font-size: 10px;
	width: 260px;
	margin-left: 4px;
}

div#take-part-form div.form div#ok_twitter label
{
	width: 360px;
}

div#take-part-form div.form div.form-row textarea
{
	height: 60px;
}

div#take-part-form div.form div.form-row.hh
{
	left: 65px;
}

div#take-part-form .leftside
{
	font-weight: normal;
	color: #a1a1a1;
}

body.page-id-13 div#fancy_inner
{
	background-image: url(../js/jquery.fancybox/fancy_background-tp.png);
}

div.thanks-for-taking-part div#f-twitter
{
	left: 11px;
}

div.thanks-for-taking-part div#f-email
{
	left: 87px;
}

div.thanks-for-taking-part div#f-facebook
{
	left: 170px;
}

div.thanks-for-taking-part div#f-myspace
{
	left: 264px;
}
/* end take part */

/* take part thankyou */
body.page-id-48 div#content
{
	background-image: none;
}

div#take-part-thankyou-call-to-action
{

}

div#take-part-thankyou-call-to-action h2
{
	width: 280px;
	height: 102px;

	background-image: url(../images/text/thanks-for-taking-part.png);

	margin-left: 30px;

	text-indent: -9999em;
}

div#take-part-thankyou-call-to-action div.lhs
{
	float: left;

	width: 470px;

	margin-left: 30px;
}

div#take-part-thankyou-call-to-action div.rhs
{
	float: right;

	width: 445px;

	margin-right: 30px;
}

div#take-part-thankyou-call-to-action em
{
	font-size: 14px;
	font-family: Georgia, serif;
	color: #167dea;
}
/* end take part thankyou */

/* hotel guide */


div#hotel-list
{
	float: right;

	width: 255px;
	margin: 0 0 0 20px;

	background-color: #ededed;

	background-image: url(../images/backgrounds/hotel-list.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#hotel-list ul {
	background: transparent url(../images/backgrounds/not-worthy.gif) no-repeat center top;
}

div#hotel-list h2
{
	margin-bottom: 35px;
}

div#hotel-list ul li
{
	margin: 2px;
	color: #bbb;
}

div#hotel-list ul li em,
div#hotel-list ul li h3,
h3.storytitle em,
p.wrrrrt addr
{
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #6db3ff;
}

div.storycontent img
{
	margin: 0 10px 10px;
}

h3.storytitle em
{
	font-size: 18px;
}

div#hotel-content
{
	float: left;

	width: 700px;
	margin: 20px;
	border: 1px solid #ededed;
}
/* end hotel guide */

/* social bookmarks */
a.social_img img
{
	width: 24px;
	height: 24px;
}

.tweetbox
{
	width: 400px;
	height: 30px;

	font-size: 10px;

	padding: 2px;
}

/* about */
div#post-3
{
	padding: 0 30px;
}

div#post-3 div.column
{
	float: left;
	margin-right: 25px;

	width: 260px;
}

div#post-3 div.column p em
{
	font-family: Georgia, serif;
	font-size: 14px;
	color: #167dea;
}

div.right-sidebar.media
{
	text-align: center;
	width: 363px;
}

div#post-3 div.hr
{
	margin-top: 20px;
}

div#about-founding-partners h2
{
	height: 24px;
	width: 222px;

	margin-top: 30px;

	background-image: url(../images/text/founding-partners.png);
}

div#about-founding-partners p.intro
{
	width: 500px;
	margin-bottom: 30px;
}

div#about-founding-partners div.fp
{
	width: 400px;
	float: left;
}

div#about-founding-partners div.fp li
{
	background-image: url(../images/backgrounds/founding-partners-sprite.png);
	background-repeat: no-repeat;
	padding-left: 105px;
	margin-bottom: 5px;
}

div#about-founding-partners div.fp li.fp-lhmu
{
	height: 48px;
	padding-top: 20px;
}

div#about-founding-partners div.fp li.fp-cpsu
{
	height: 33px;
	padding-top: 25px;
	background-position: 0 -100px;
}

div#about-founding-partners div.fp li.fp-qcu
{
	height: 43px;
	padding-top: 25px;
	background-position: 0 -183px;
}

div#about-founding-partners div.fp li.fp-cfmeu
{
	height: 53px;
	padding-top: 15px;
	background-position: 0 -382px;
}

div#about-founding-partners div.fp li.fp-alp
{
	height: 63px;
	padding-top: 5px;
	background-position: 0 -280px;
}
/* end about */

/* news/posts */
div.right-sidebar.headlines
{
	width: 275px;
}

div.right-sidebar h2.latest-news
{
	padding: 0;
	margin-bottom: 35px;
}

div.right-sidebar.headlines p.timestamp
{
	font-family: Georgia, serif;
	margin-left: 10px;
	margin-bottom: 10px;
}

body.single div#content,
body.page-id-15 div#content,
body.blog div#content
{
	padding: 40px 30px 0;
}

body.page-id-15 div#content {
	padding-top: 0px;
}

body.single div#content h3.storytitle,
body.page-id-15 div#content h3.storytitle,
body.blog div#content h3.storytitle
{
	font-weight: normal;
	font-size: 18px;
}

body.single div.post p.timestamp,
body.page-id-15 div.post p.timestamp,
body.blog div.post p.timestamp
{
	margin-top: 3px;
	margin-bottom: 10px;
}

body.single div.post,
body.page-id-15 div.post,
body.blog div.post
{
	margin-bottom: 30px;
}

div.thanks-for-commenting,
div.thanks-for-taking-part
{
	width: 330px;
	margin: 20px auto 0;

	position: relative;
}

div.thanks-for-commenting h3,
div.thanks-for-taking-part h3,
div.welcome-popup h3
{
	width: 295px;
	height: 88px;

	text-indent: -9999em;
}

div.thanks-for-commenting div.f-link,
div.thanks-for-taking-part div.f-link
{
	position: absolute;

	width: 50px;
	height: 50px;

	top: 284px;
}

div.thanks-for-commenting div.f-link p,
div.thanks-for-taking-part div.f-link p
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

div.thanks-for-commenting div.f-link p a,
div.thanks-for-taking-part div.f-link p a
{
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999em;
}

div.thanks-for-commenting div#f-twitter
{
	left: 1px;
}

div.thanks-for-commenting div#f-email
{
	left: 62px;
}

div.thanks-for-commenting div#f-facebook
{
	left: 128px;
}

div.thanks-for-commenting div#f-myspace
{
	left: 202px;
}

div.thanks-for-commenting div#f-youtube
{
	left: 272px;
}

div.posts-lhs
{
	width: 676px;
}

div.join-the-conversation
{
	margin-left: -30px;
	margin-top: 100px;
	width: 676px;

	background-image: url(../images/backgrounds/conversations.png);
	background-repeat: repeat-x;
	background-position: 0 7px;
}

div.join-the-conversation h2
{
	padding: 30px 0 0 30px;
}

div.join-the-conversation div.comment-form
{
	float: left;
	width: 310px;
	border-right: 1px dashed #bfc6c6;
	padding-left: 30px;
}

div.join-the-conversation div.comment-form div.form-row
{
	margin-bottom: 3px;
}

div.join-the-conversation div.comment-form div.form-row label
{
	font-size: 12px;
	color: #a1a1a1;
	display: inline-block;
/*	width: 80px;*/
}

div.join-the-conversation div.comment-form div.form-row label em
{
	font-size: 8px;
}

div.join-the-conversation div.comment-form div.form-row.wide label
{
	display: block;
	width: auto;
}

div.join-the-conversation div.comment-form div.form-row input,
div.join-the-conversation div.comment-form div.form-row textarea
{
	width: 286px;
	height: 26px;
	padding: 0;
	border: 1px solid #9d9d9d;
	border-left: 1px solid #ccc;
}

div.join-the-conversation div.comment-form div.form-row.wide input,
div.join-the-conversation div.comment-form div.form-row.wide textarea
{
	margin-left: 94px;
}

div.join-the-conversation div.comment-form div.form-row.checkbox input
{
	border: none;
	width: auto;
	height: auto;
}

div.join-the-conversation div.comment-form div.form-row input.submit
{
	border: none;
	width: auto;
	height: auto;
}

div.join-the-conversation div.comment-form div.form-row.checkbox
{
	margin: 7px 0 12px;
}

div.join-the-conversation div.comment-form div.form-row.checkbox input
{
	float: left;
}

div.join-the-conversation div.comment-form div.form-row.checkbox label
{
	font-size: 10px;
	width: 260px;
	margin-left: 10px;
	line-height: 12px;
}

div.join-the-conversation div.comment-form div.form-row textarea
{
	height: 90px;
}

div.join-the-conversation div.tweet-link
{
	float: left;
	width: 295px;
	font-size: 12px;

	margin-left: 20px;
}

div.join-the-conversation div.tweet-link p
{
	margin-top: 0;
}

div.join-the-conversation div.tweet-link strong
{
	font-size: 16px;
	font-weight: bold;
}

div.join-the-conversation div.conversations
{
	margin-left: 30px;
}

div.join-the-conversation div.conversations div.tweet
{
	border-bottom: 1px dashed #bfc6c6;
}

div.post.category-news
{
	width: 530px;
}
/* end news/posts */

/* partners */
div#ethical-travelers-lhs
{
	float: left;
	margin-left: 31px;
	width: 385px;
}

div#organisations
{
	margin-top: 40px;
}

div#organisations div.organisations-list li
{
	display: block;
	float: left;

	padding-top: 70px;
	padding-right: 15px;
	
	background-image: url(../images/backgrounds/organisations-sprite.png);
	background-repeat: no-repeat;

	color: #b3b3b3;

	margin-bottom: 25px;
	
	width: 175px;
}

div#organisations div.organisations-list li a {
	color: #b3b3b3;
	text-decoration: underline;
}

div#organisations div.organisations-list li.alhmwu
{
	background-position: 0 -473px;
}

div#organisations div.organisations-list li.alp
{
	background-position: 0 -108px;
}

div#organisations div.organisations-list li.cfmeu
{
	background-position: 0 -596px;
}

div#organisations div.organisations-list li.cpsu
{
	background-position: 0 -223px;
}

div#organisations div.organisations-list li.qcu
{
	background-position: 0 -343px;
}

div#champions
{
	width: 501px;
	float: right;
	margin: 80px 0 10px;
	background-color: #ededed;
}

div#champions h2
{
	margin-left: 20px;
}

#champions .messages {
	margin: 15px 25px;
	font-size: 26px;
	line-height: 1
}
#champions .messages blockquote {
	margin-bottom: 10px;
}

#champions .messages cite {
	font-size: 18px;
	text-align: right;
	display: block;
	margin-right: 50px;
	margin-bottom: 20px;
}

#champions .messages  p {
	margin: 0;
	font-size: 12px;
	min-height: 0;
}

div#sign-up-here
{
	width: 501px;

	float: right;

	background-color: #ededed;

	margin: 10px 0 60px;
}

#sign-up-here h2 {
	margin-left: 30px;
}

div#sign-up-here div.cap,
div.capped div.cap
{
	background-image: url(../images/backgrounds/sign-up-here-cap-l.png);
	height: 9px;
	background-repeat: no-repeat;
}

div#sign-up-here div.cap.bottom,
div.capped div.cap.bottom
{
	background-position: 0 -9px;
}

div#sign-up-here p,
div.capped p,
div.capped ul
{
	margin: 15px 25px;
}
/* end partners */

/* ads popup */
div.welcome-popup
{
	width: 260px;
	margin: 20px 0 0;

	position: absolute;
	top: 0;
	left: 35px;
}

div.welcome-popup h3
{
	height: 73px;
}

div.welcome-popup div.corinne
{
	width: 245px;

	position: absolute;

	left: 320px;
	top: 80px;
}

div.welcome-popup div.corinne p
{
	text-align: center;
	font-size: 10px;
}

div.welcome-popup p.sign-up-link
{
	position: absolute;

	margin: 0;

	top: 268px;
	left: -6px;

	width: 281px;
	height: 66px;
}

div.welcome-popup p.sign-up-link a
{
	width: 100%;
	height: 100%;

	display: block;

	text-indent: -9999em;
}
/* end ads popup */

.red
{
	color: #f00;
}

/* sustainability */
#post-606 {
	padding: 0 30px;
}

#post-606 .entry {
	padding-right: 300px;
}
