/* @override
	http://www.riversoflife.com.au/css/master1.0.css
*/

/*
	NRT - Rivers of Life CSS
	by Evolved Websites - Jake / Yari, Oct 2009

	NOTE: pls update the following files if renaming from master1.0.css:
	index.php
	/includes/client/postcard_terms_conditions.php
	/includes/extras/shadowbox_details.php
*/

body {
	margin: 0;
	padding-bottom: 20px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff;
}

#wrap {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-left: 10px;
}

#home #wrap {
	width: 985px;
}

#main {
	float: left;
	width: 760px;
	min-height: 720px;
}

#hot_deal_ad img {
	margin: 15px 0;
}

#home #main {
	position: relative;
	width: 985px;
}

#content {
	padding-top: 16px;
	min-height: 400px;
}

#right_col {
	float: left;
	width: 160px;
	padding: 0px 0 0 20px;
}

/* General styles */

a {
	color: #00aeef;
	text-decoration: underline;
}

a:hover, a:focus, a:active, a.on {
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin: 1em 0 .4em 0;
	line-height: 100%;
	text-transform: lowercase;
	color: #4e504b;
	font-weight: normal;
}

h1 {
	margin: 0 0 0.5em 0;
	color: #00aeef;
	clear: both;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	margin: 14px 0 0.3em 0;
	font-size: 16px;
}

h3 {
	margin: 1.2em 0 0.6em 0;
	font-size: 14px;
}

h4 {
	font-weight: bold;
	font-size: 11px;
}

p {
	margin: 0 0 0.8em 0;
}

ul, ol {
	padding-left: 1.4em;
	margin: 0 0 1em 0;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

img {
	float: right;
	padding: 0 0 20px 10px;
	border: none;
}

a.text-image {
	float: right;
	margin: 0;
	padding: 0;
}

input, textarea {
	width: 40%;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

input.btn, a.btn {
	margin: 3px;
	padding: 0.4em 2em;
	color: #fff;
	font-size: 1em;
	text-align: center;
	background: #00aeef;
	text-transform: uppercase;
}

input.btn:hover {
	background-color: #000;
}

#content ul.error {
	padding: 1em 1em 1em 3em;
}

/* General .nav */

.nav {
	color: #555;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 10px;
}

.nav li {
	display: inline;
}

.nav li a {
	text-decoration: none;
	text-transform: lowercase;
	color: #555;
	padding: 7px 5px 7px 12px;
	background: url(/images/bullet.png) no-repeat 0 50%;
}

.nav li.first a {
	background-image: none;
	padding-left: 0;
}

.nav li a:hover {
	color: #000;
}

.nav li a.on {
	color: #000;
}


/* header */

#header {
	position: relative;
	height: 106px;
	padding-bottom: 4px;
}

#logo {
	position: absolute;
	left: 0;
	top: 17px;
	margin: 0;
	padding: 0;
	float: none;
}

#search-form {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 160px;
}

#nav-top {
	position: absolute;
	right: 180px;
	bottom: 13px;
	margin: 0;
}

/* Hot Deals link */

ul#nav-top li.first a {
	display: block;
	position: absolute;
	top: -20px;
	right: 102px;
	width: 90px;
	height: 49px;
	padding: 0;
	background: url(/images/hotdeals_tag.jpg) no-repeat;
	text-indent: -999em;
}
/*ul#nav-top li.first a {
	color: red;
	font-weight: bold;
	font-style: italic;
}*/

#header span#breadcrumb {
	position: absolute;
	bottom: 13px;
	left: 160px;
	color: #00aeef;
	font-size: 10px;
	text-transform: lowercase;
}

#header span#breadcrumb a {
	padding: 0px 10px 0px 10px;
	color: #666;
	text-decoration: none;
}

#header span#breadcrumb a:hover {
	color: #000;
}

#main img#banner {
	margin-left: -51px;
	padding: 0;
	float: none;
}

/*
#rivers {
	position: absolute;
	width: 205px;
	height: 103px;
	top: 143px;
	right: 30px;
	background:  url(/images/rivers_int.png) no-repeat;
}
*/

/* nav below banner */

#banner_img_container {
	position: relative;
	display: block;
	height: 273px;
}

ul#nav-banner {
	position: absolute;
	bottom: 10px;
	left: 0;
	margin: 0;
	padding: 0;
}

#home #banner_img_container {
	height: 310px;
	width: 1020px;
	margin-left: -35px;
}

#home ul#nav-banner {
	position: absolute;
	bottom: 0;
	z-index: 20;
	left: 35px;
}

/* Main Content area */

#content #content_left {
	width: 580px;
	float: left;
	padding-right: 20px;
	border-right: solid 1px #ccc;
}

/* Two Col layout */

#content #content_right {
	width: 141px;
	float: left;
	padding-left: 18px;
	text-align: center;
}

#content #content_right p {
	font-size: 12px;
	color: #666;
	margin-top: 1em;
}

#content #content_right p a {
	color: #00aeef;
}

#content #content_right p strong {
	color: #000;
	font-weight: normal;
}

#content #content_right img {
	float: none;
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #999;
}

#postcard #content_right img, #home #content #content_right img, #content #content_right img.nobdr {
	border: none;
}

#content #content_right a.text-image {
	float: none;
	text-decoration: none;
}

#content #content_right h2 {
	clear: both;
	font-size: 12px;
	color: #00aeef;
}

#content #content_right a {
	color: #888;
}

/* home page */

#home #rivers {
	position: absolute;
	width: 309px;
	height: 173px;
	top: 160px;
	right: 50px;
}

#home #rivers img {
	padding: 0;
}

#home #content #content_left {
	width: 747px;
}

#home #content #content_right {
	float: left;
	width: 180px;
	text-align: left;
}

#home #content img {
	padding: 0 0 7px 10px;
}

/* Postcards pages */

.item_postcard {
	display: block;
	padding: 10px 0 3px 0;
	border-top: solid 1px #aaa;
	overflow: hidden;
	clear: both;
}

.item_postcard h2 {
	color: #00aeef;
	margin-top: 0;
}

#content .item_postcard a {
	float: left;
	padding: 0;
}

#content .item_postcard a img {
	float: left;
	padding: 0 20px 10px 0;
}

/* NRT footer */

#nrt_footer {
	clear: both;
	padding: 10px 0;
}

#logo_support {
	float: left;
	padding: 2px 10px 0 0;
}

#nav-footer {
	position: relative;
	height: 42px;
}

#nav-footer .nav li.first a {
	padding-left: 12px;
	background: url(/images/bullet.png) no-repeat 0 50%;
}

#nav-footer ul {
	margin: 0;
	padding: 15px 0 2px 0;
}

#nav-footer .nav li a {
	margin-right: 10px;
}

/* Members Dir */

#members_container #banner_img_container {
	display: none;
}

#members_container #content {
	padding-top: 10px;
}

#members_container h2 a {
	font-weight: bold;
	color: #f87409;
	text-decoration: none;
}

#members_container h2 a:hover {
	text-decoration: underline;
}

#members_container h3 {
	margin: 1.2em 0 0.2em 0;
}

#members_container h3 a {
	font-weight: bold;
	text-decoration: none;
}

#members_container h3 a:hover {
	text-decoration: underline;
}

#members_container h4 {
	margin: 1em 0 0.3em 0;
	padding-top: 1em;
	border-top: 1px solid #ccc;
}

#members_container #content .col1, #members_container #content .col2, #members_container #content .col3 {
	float: left;
	width: 30%;
	padding-right: 20px;
	overflow: hidden;
}

/* Postcards */

#postcards {
	position: absolute;
	width: 160px;
	right: 0;
	top: -15px;
}

#postcards img {
	float: left;
	padding: 0 10px 0 0;
}

#postcards a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 12px 0 0 0px;
	font-size: 10px;
}

#postcards a:hover {
	color: #000;
}

/* Right Col */

form#search-form #s {
	width: 116px;
	margin-bottom: 8px;
	color: #666;
	font-size: 11px;
	border: 1px solid #ccc;
}

form#search-form #s_btn {
	width: 28px;
	height: 26px;
	margin: 0 0 8px 0;
	padding: 0;
	background: #ccc;
}

form#search-form #s_btn:hover {
	background: #000;
}

#right_col img {
	padding-bottom: 10px;
}

/* thumbnail images - footer */

#nav-thumbs {
	list-style: none;
	padding: 1px;
	display: block;
	height: 90px;
	margin-bottom: 0;
}

#nav-thumbs li {
	display: block;
	list-style: none;
}

#nav-thumbs li a {
	display: block;
	float: left;
	width: 125px;
	height: 75px;
	padding: 3px 5px 3px 4px;
	background-image: none;
	text-indent: -9999px;
}

#nav-thumbs li a#nature {
	background-image: url(/images/nav_nature.jpg);
}

#nav-thumbs li a#beach {
	background-image: url(/images/nav_beach.jpg);
}

#nav-thumbs li a#food {
	background-image: url(/images/nav_food.jpg);
}

#nav-thumbs li a#arts {
	background-image: url(/images/nav_arts.jpg);
}

#nav-thumbs li a#markets {
	background-image: url(/images/nav_markets.jpg);
}

#nav-thumbs li a#wellbeing {
	background-image: url(/images/nav_wellbeing.jpg);
}

#nav-thumbs li a#education {
	background-image: url(/images/nav_education.jpg);
}

/* Slideshow */

#slideshow_container {
	display: block;
	height: 269px;
}

#slideshow_container img {
	padding: 0;
}


/* Evolved Footer */

#footer {
	margin: 0 auto;
	padding: 10px 0px;
	color: #999;
	font-size: 10px;
	clear: both;
	border-top: dotted 1px #bbb;
}

#footer a {
	color: #777;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer span {
	float: right;
	clear: both;
}

/* Accommodation Pages */

.accom_item {
	float: left;
	width: 200px;
	height: 120px;
	padding: 0 5px;
	margin: 0 20px;
	border-bottom: solid 1px #999;
}

/* ads */

#ad_container {
	position: absolute;
	right: 0px;
	top: 110px;
	width: 160px;
	height: 600px;
}

.ad_block {
	display: block;
	width: 160px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

a.ad_block, .ad_block a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

.ad_block img {
	max-width: 160px;
	border: none;
	padding: 0;
}

.ad_block .ad_text {
	font-size: 8pt;
	width: 100%;
}

.ad_size_1Cell {
	height: 200px;
}

.ad_size_2Cell {
	height: 400px;
}

.ad_size_3Cell {
	height: 600px;
}

/* Form inputs etc */

.form-box em.required {
	float: left;
	margin: 4px 0 0 -15px;
}

.form-box p {
	margin-left: 145px;
	font-size: 11px;
}

.form-box p img {
	float: none;
}

#members_container img#banner {
	display: none !important;
}

#members_container ul#nav-banner {
	top: 0 !important;
}

.float-left {
	float: left;
}

#mailout {
	float: left;
	margin-top: 20px;
	clear: both;
}

#mailout h3 {
	margin: 0;
	text-transform: none;
	padding-bottom: 0.4em;
}

#mailout label, #mailout input {
	display: block;
	width: 100%;
}

.sortselect a {
	text-decoration: none;
}

.sortselect a.selected {
	font-weight: bold;
}

.sortselect a.reverse {
	text-decoration: underline;
}

.text_3col {
	width: 32%;
	float: left;
	border-collapse: collapse;
}

/* Edu Winner */

#education_winner .galleries {
	margin-right: 20px;
}

/* SCU page */

.p139 h3 {
	color: #00aeef;
}

/* Bluesfest */

#bluesfest #content {
	position: relative;
	top: 150px;
}

#bluesfest #content p {
	float: right;
	width: 514px;
}

#bluesfest #content img {
	float: left;
	padding: 0 16px 12px 0;
}

#bluesfest #content h1 {
	width: 514px;
	float: right;
	font-size: 2em;
}







