/* 05/05/2010 http://www.mtwarningretreat.com.au/ screen css */
/* copyright http://www.bigvolcano.com.au/docs/company.htm */

@charset "utf-8";


body  {
			margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
			padding: 0;
			width: auto;
			text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
			font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
			font-size: 100%;
			color: #245935;
			background-color: #CBE7E0;
			background-image: url(scenes/RiverREL1wide.jpg);
			background-repeat: repeat;
			background-position: left top;
			background-attachment: fixed;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

.skipLinks {
			display: none;
			text-align: left;
}

#container {
			width: 56em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
			margin: 0 auto;
			text-align: left;
			background-color: #FFFFFF;
			opacity: 0.95;                    /* Firefox, Safari(WebKit), Opera.  NOTE: IE opacity control conflicts with a:active, a:hover and Google maps overlay in XP and below*/
			-ms-filter: "alpha(opacity=95)"; /* IE 8 */
			filter: alpha(opacity=95);       /* IE 4-7 */
			zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
}

/* header styles */

#header {
			background:  ;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			padding-top: 0;
			padding-right: 10px;
			padding-left: 10px;
			margin-bottom: 10px;
			color: #245935;
}
#header .floatLefticon {
			padding: 0px 0px 20px 20px;
			float: left;
}

#header .floatRighticon {
			padding: 0px 20px 20px 0px;
			float: right;
}
#header .banner {
			width: 100%;
			height: auto;
			padding-right: 5px;
			padding-left: 5px;
}
#header .banner img {
			padding: 10px;
			margin-right: 15px;
			margin-left: 15px;
}
#header .floatLeftbanner {
			padding: 0px 0px 20px 20px;
			float: left;
}
#header .floatRightbanner {
			padding: 0px 20px 20px 0px;
			float: right;
}


 
/* header styles */
 
#header h1 {
			margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
			padding: 20px 0 25px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
			font-size: 2.5em;
			letter-spacing: 5px;
			word-spacing: 2px;
			font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman", serif;
			vertical-align: middle;
			font-style: italic;
}



#header h2 {
			font-style: italic;
			font-weight: bold;
			letter-spacing: 1px;
			word-spacing: 1px;
			margin-top: -10px;
			font-size: 1em;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#header h3 {
			font-weight: normal;
			font-style: italic;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			margin-top: -5px;
			font-size: 1.3em;
			letter-spacing: 2px;
}


/* mainContent styles */

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
			margin: 0em 1.5em 0;
}

#mainContent h1 {
			font-size: 1.5em;
			font-style: italic;
			letter-spacing: 4px;
			text-decoration: underline;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif; /* As for Header h3 */
			text-align: left;
			font-weight: bold;
			margin-top: 2.5em;
			margin-bottom: 1em;
			font-variant: normal;
			color: #245935;
}

#mainContent h2 {
			font-size: 1em;
			font-style: italic;
			letter-spacing: 5px;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-weight: bold;
			text-indent: 10px;
			border-top-width: 1px;
			border-bottom-width: 1px;
			border-top-style: solid;
			border-bottom-style: solid;
			border-top-color: #003300;
			border-bottom-color: #003300;
			width: 320px;
			padding-top: 0px;
			padding-bottom: 0px;
			margin-top: 25px;
			margin-bottom: 25px;
			line-height: 25px;
}

#mainContent h3 {
			font-size: 1em;
			font-style: italic;
			letter-spacing: 3px;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-weight: bold;
			color: #008080;
			line-height: 2.5em;
}

/* Dynamic Drive crosstick scroller */

#pscroller1 {
			width: 258px;
			height: 90px;
			border: 1px solid #999;
			float: none;
			background-color: #D2E0E6;
			margin: 0px 10px;
			padding: 5px 10px 0px;
			clear: none;
			text-decoration: none;
}

/*#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

*/

.crosstick {
			font-size: 0.8em;
			text-align: left;
			padding: 0px;
			margin: 5px 5px 0px;
			text-decoration: none;
}

.crosstick b {
	color: #004000;
	font-weight: bold;
}

/* mainContent custom classes */

#mainContent a:visited,
a.pageToptext:visited,
#footer a:visited {
			color: #448888;
			font-style: italic;
}

#mainContent .bgHighlight /* highlight box settings */ {
			font-style: italic;
			font-size: 0.95em;
			background-color: #D2E0E6;
			display: block;
			overflow: hidden;
			padding-left: 5px;
			padding-right: 5px;
			width: auto;
			float: left;
			margin: 10px 0px;
}

#mainContent .kudos {
			font: italic 1em "Times New Roman", Times, serif;
			color: #CC0066;
			text-align: left;
}

#mainContent .boldred {
			color: #FF0000;
			font-weight: bold;
}

#mainContent .center {
			margin-right: auto;
			margin-left: 200px;
			padding: 5px;
			height: auto;
			width: 200px;
}


.floatLeft {
			padding: 5px 20px 5px 5px;
			float: left;
}

.floatLeftAlbum {
			float: left;
			padding: 10px;
			margin: 0px 20px 5px 10px;
			height: auto;
			width: auto;
}

.floatLeftPhotos {
			float: left;
			border: 1px solid #C4E3D8;
			padding: 10px;
			margin: 0px 20px 5px 10px;
}



.floatLeftul {
			padding: 10px 10px 5px 0px;
			margin: 5px 10px 5px 25px; /* IE display bugs fix, WMW DrDoc */
			width: 370px;
			float: left;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.95em;
			word-spacing: 1px;
			letter-spacing: 1px;
}

.floatLeftulAct {
			padding: 5px 10px 5px 0px;
			margin: 0px 10px 5px 25px; /* IE display bugs fix, WMW DrDoc */
			width: 375px;
			float: left;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.95em;
			word-spacing: 1px;
			letter-spacing: 1px;
			clear: both;
}

.floatLeftGoogleMap {
			float: left;
			padding: 0px 5px 5px;
			margin: 0px 30px 5px 5px; /* IE display bugs fix, WMW DrDoc */
			text-align: left;
}

/* Attempt to fix IE opacity conflict with Google maps overlay in XP and below*/

.floatLeftGoogleMap {
			opacity: 0.99;                    /* Firefox, Safari(WebKit), Opera.  NOTE: IE opacity control conflicts with a:active, a:hover and Google maps overlay in XP and below*/
			-ms-filter: "alpha(opacity=99)"; /* IE 8 */
			filter: alpha(opacity=99);       /* IE 4-7 */
			zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
}

/* END Attempt to fix IE opacity conflict with Google maps overlay in XP and below*/

.floatRight {
			padding: 5px 5px 5px 10px;
			float: right;
}

.floatRightAlbum {
			float: right;
			padding: 10px;
			margin: 0px 10px 5px 20px;
			clear: none;
			height: auto;
			width: auto;
}

.floatRightAlbum .title,
.floatLeftAlbum .title {
			padding-top: 10px;
			padding-bottom: 10px;
			text-align: center;
			font-size: 0.80em;
}

.floatRightBBRR {
			float: right;
			border: 1px solid #A4C0DF;
			padding: 5px;
			margin: -10px 30px 5px 20px;
			clear: none;
}

.floatRightPaths {
			float: right;
			padding: 5px;
			margin: 5px;
			clear: both;
			width: auto;
}

.floatRighttul {
			padding: 0px 0px 5px 15px;
			margin: 0px 5px 5px 15px; /* IE display bugs fix, WMW DrDoc */
			width: 370px;
			float: right;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 95%;
			word-spacing: 1px;
			letter-spacing: 1px;
}

.floatRighttulAct {
			padding: 0px 0px 5px 15px;
			margin: 0px 5px 5px 15px; /* IE display bugs fix, WMW DrDoc */
			width: 375px;
			float: right;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 95%;
			word-spacing: 1px;
			letter-spacing: 1px;
			clear: right;
}

.floatRightWeather {
			float: right;
			padding: 5px;
			margin: 5px 100px 5px 10px;
			display: inline-block; /* IE display bugs fix, WMW DrDoc */
			text-align: center;
			font-size: 85%;
}

/* Image settings */

.floatRightPhotos {
			float: right;
			border: 1px solid #C4E3D8;
			padding: 10px;
			margin: 0px 10px 5px 20px;
			clear: none;
}

.floatRightbannerPhotos {
			float: right;
			padding: 5px;
			margin: 5px;
			clear: both;
			width: auto;
}

.floatRightbannerPhotos img  {
			margin: 5px 5px 20px;
}

/* Miscellaneous mainContent settings */

/* Accom.htm tariff buttons settings */

.tariffnav a {
			text-decoration: none;
			margin: 5px;
			display: inline;
			font-size: 0.9em;
			font-style: italic;
			padding-top: 2px;
			padding-right: 10px;
			padding-bottom: 2px;
			padding-left: 3px;
			border: 1px solid #3300FF;
			background-color: #CBE7E0;
}

.tariffnav a:visited {
			background-color: #EEEEEE;
			border: 1px solid #CCCCCC;
			font-weight: lighter;
}

/* tariffs.htm table settings */

#mainContent table {
			border-top: 1px solid #999;
			border-left: 1px solid #999;
			border-right: 1px solid #999;
			border-collapse: collapse;
			width: 98%;
			text-align: left;
		}
thead {
		font-family: Arial, sans-serif;
		color: #E64A00;
		padding-bottom: 6px;
		}
		
#caption {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		padding-bottom: 6px;
		}
	
th {
		font-family: Verdana, sans-serif;
		font-size: 0.90em;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		bgcolor: 0000FF;
		background: #0000CC;
		color: #FFFFFF;
		}
	
td {
			padding: 5px;
			border-right: 1px solid #999;
			border-bottom: 1px solid #999;
			text-align: center;
			width: 25%;
			font-size: .90em;
		}

#Tariffs .Sun, .Wood, .Yurt  { background: #FFFF99; 
}

.Terms {
			list-style: disc outside;
			padding-top: 0px;
			font-size: 0.90em;
}

.roomtype {
		font-size: 0.9em;
		font-weight: bold;
		color: #CE2900;
}

/* end tariffs.htm table settings */
.bulletList li {
			list-style-type: disc;
			list-style-position: outside;
			padding-top: 5px;
			padding-bottom: 5px;
}

.bulletListNone {
			list-style-type: none;
			list-style-position: outside;
			padding-top: 5px;
			padding-bottom: 5px;
}



.centertitlesmalltext {
			font-size: 0.90em;
			text-align: center;
			margin-top: 0px;
}

.smallemtext {
			font-size: 0.85em;
			font-style: italic;
			color: #005177;
			font-weight: bold;
}

#Clippings img {
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;
			text-align: center;
			padding-left: 15%;
			padding-top: 5%;
}

#Clippings p {
			font-size: 0.85em;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
}

.p-padding { padding: 15px; }

.pageToptext {
			font-size: 0.80em;
			float: right;
			margin-top: 20px;
			margin-bottom: 0px;
}

.guest {
			font-family: "Times New Roman", Times, serif;
			font-style: italic;
			color: #0000FF;
}


.guest2 {
			font-family: "Arial Rounded MT Bold", Avalon, "Minya Nouvelle";
			font-size: 0.95em;
			font-style: italic;
}

.smalltext {
	font-size: .80em;
	text-align: left;
}

.advisetext {
			font-size: 0.7em;
			text-align: left;
}



/* Twitter settings */

/* #twitter {
padding: 5px;
height: auto;
width: 70px;
float: right;
margin: 0px 30px;
} */

/* enquiry.htm form settings */

.smallemtextDate {
			font-size: 0.75em;
}

/* album settings */

p .albumnav {
			font-size: 3em;
			text-align: left;
			line-height: 20px;
}

.floatCentre {
			float: none;
			border: 1px solid #0070A6;
			padding: 10px;
			clear: both; /* IE display bugs fix, WMW DrDoc */
			height: auto;
			width: auto;
			margin: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mapsmalltext {
			font-size: 0.90em;
			text-align: left;
}


/* END mainContent settings */

.smallfootercontact {
			font-size: 0.9em;
			text-align: center;
			margin-top: 0px;
}

.smallemtextDate {
			font-size: 0.75em;
}


.Post  {
			float:right;
			margin-bottom:10px;
			margin-left:-10px;
			margin-right:50px;
			margin-top:0;
			padding-bottom:5px;
			padding-left:0;
			padding-right:50px;
			padding-top:0;
}

#footer {
			padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer p {
			margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
			padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
			color: #666666;
}

#footer .navbarfooter /* footer menu */ {
			clear: both;
			margin-top: 10px;
			padding: 10px;
			text-align: center;
			margin-right: 5px;
			margin-left: 5px;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-size: 0.75em;
			font-style: normal;
}


#footer .copyright {
			font-family:Arial, Helvetica, sans-serif; /* Menu font */
			clear: both;
			text-align: left;
			font-size: 0.73em;
			padding-top: 10px;
			padding-bottom: 10px;
			font-style: italic;
}
