/* .................................... */
/* 1. Reset default html styles, basic styles. */
ul,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,div,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	color: inherit;
	font: inherit;
	text-indent: 0;
}

html, body {
	margin: 0;
	padding: 0;
	border: none;
	color: #4A403A;
	background-color: #DFF1FC;
	text-indent: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	font-size: 85%;
}

p {
	margin: 0 0 0.5em 0;
	font-size: 0.9em;
}

ol, ol li { list-style-type: decimal; }
ul, ul li { list-style-type: none; }

input {
	margin: 0;
	padding: 0;
}

.right {
	float: right;
	padding: 0 0 0.5em 0.5em;
}

.left { float: left; }
.clear { clear: both; }
.clearnone { clear: none; }
.screen-reader-text, .hide, .hidden,#skip { display: none; }

/* .................................... */
/* 2. Phark image replacement */
.ir {
	text-indent: -9999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

/* .................................... */
/* 3. Links */
a { outline: none; }

a,a:link,a:visited,a:active {
	color: #c30;
	text-decoration: none;
}

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

.screenName a:link, .screenName a:visited, .screenName a:active, .edit a:link, .edit a:visited, .edit active {
	color: #999;
	font-size: 0.7em;
}

.screenName a:hover, .edit a:hover {
	color: #c30;
	text-decoration: underline;
}

h1 a {
	background-image: url('bg/eco-hostels-logo.png');
	height: 146px;
	width: 129px;
	position: absolute;
	top: 14px;
	left: 80px;
}

#travellers a {
	background-image: url('bg/travellers2.png');
	height: 30px;
	width: 136px;
	position: absolute;
	top: 45px;
	left: 78px;
	display: block;
	z-index: 1000;
}

#owners a {
	background-image: url('bg/owners2.png');
	height: 30px;
	width: 116px;
	position: absolute;
	top: 45px;
	left: 250px;
	display: block;
}

#links a {
	background-image: url('bg/links2.png');
	height: 30px;
	width: 154px;
	position: absolute;
	top: 45px;
	left: 408px;
	display: block;
}

#home a {
	background-image: url('bg/home.png');
	height: 40px;
	width: 68px;
	position: absolute;
	top: 40px;
	left: 500px;
	display: block;
}

#illustration a {
	background-image: url('bg/illustration.png');
	height: 9px;
	width: 87px;
	position: absolute;
	top: 71px;
	right: 7px;
	/* hide until we get Danielle's link */
	display: none;
}

#production a {
	background-image: url('bg/production.png');
	height: 9px;
	width: 87px;
	position: absolute;
	top: 83px;
	right: 7px;
	display: block;
}

* html #production a { display: none; }

#twitter a {
	background-image: url('bg/twitter.png');
	height: 68px;
	width: 81px;
	position: absolute;
	top: -50px;
	left: 673px;
	display: block;
}

#travellers a:hover,
#owners a:hover,
#links a:hover,
#home a:hover,
#illustration a:hover,
#production a:hover,
#twitter a:hover { background-position: left bottom; }

form#searchform {
	position: absolute;
	top: 40px;
	right: 83px;
}

input#s {
	height: 18px;
	width: 120px;
	border: 1px solid #ccc;
}

input#searchsubmit {
	width: 80px;
	height: 40px;
	border: 0;
	background-image: url("bg/search.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -1000em;
	cursor: pointer;
}

input#searchsubmit:hover { background-position: left bottom; }

* html input#searchsubmit {
	background-image: none;
	color: white;
	font-weight: bold;
	text-indent: 0;
}

/* Structure */
/* -------------------------------------------------------------------- */
body {
	background-image: url("bg/leaves.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	font-size: 1.3em;
	margin: -5px auto 0 auto;
	padding-bottom: 300px;
	width: 960px;
	position: relative;
}

* html #wrapper {
	font-size: 1.3em;
	margin: 0 auto;
	padding-bottom: 0;
}

#main-content {
	padding-top: 204px;
	margin-left: 79px;
	width: 350px;
	min-height: 300px;
}

#main-content h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

#main-content .entry {
	background: #fff;
	border: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#main-content .entry ul,
#main-content .entry ol,
#main-content .entry bq,
#main-content .entry p { padding: 0.5em 20px; }
#main-content .entry h2 { padding: 20px 20px 0 20px; }
#main-content .entry h3 { padding: 20px 20px 0 20px; }
#main-content .entry small { padding: 0 20px; }

li {
	list-style-type: disc;
	margin-left: 20px;
}

li.page-list { margin-top: -20px; }

#about-wrapper {
	position: absolute;
	top: 204px;
	left: 527px;
	width: 350px;
}

#about-wrapper h3#about-us {
	background-image: url('bg/about-us.png');
	height: 21px;
	width: 100px;
	margin-bottom: 7px;
}

#about-wrapper p { margin-left: 7px; }

#nav-wrapper {
	position: fixed;
	width: 100%;
	height: 96px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background-image: url('bg/grass.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#bottom-fade {
	width: 100%;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 50px;
	background-image: url('bg/bottom-fade.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}

* html #bottom-fade { background-image: none; }

a.tb_photo { display: block; }

.tb_msg,
.tb_tweet
{
	display: block;
	margin: 0 0 0 68px;
}

.tb_tweet-info { padding:0 !important; margin: 0 0 0 68px !important; }

.tweet-tools { margin: 0 0 0 68px; }
h2.widgettitle { display: none; }

div.tb_tweet {
	background: #fff !important;
	border: 1px dashed #ccc !important;
	padding: 20px !important;
	margin: 0 0 20px 0 !important;
}
