﻿/* css © bigvolcano.com.au based on 2col for feature stories and editorial content */
/* date format dd/mm/yy 22/12/14 http://www.bigvolcano.com.au screen css */
/* copyright http://www.bigvolcano.com.au/docs/company.htm */

/***********************************************/
/* Based on DW 2col_leftNav.css                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin:0px 8px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #E8F2BF;
	color: #006600;
	text-align: left;
	background-attachment: scroll;
	/*	background-image: url(../images/bgrnds/MtWarnUki4mp10.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color: #F5FEE0;
	font-size: 1em;
	margin: 0 auto;
	text-align: left;
	float: none;
	border-left: 1px solid #CCC;
}

#container #content #article center {
			margin-right: 20%;
			margin-left: 20%;
			clear: both;
}


.skipLinks {display: none;}


/*************** masthead styles **************/

#Masthead {
	padding: 0 10px 0px 20px;
	background-image: url(../images/scenes/lowPAN55header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	height: auto;
}


/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#Masthead img{
	padding: 0px 4px 4px 0px;
	vertical-align: top;
	border-style: none;
	height: 110px;
}

/*************** end masthead styles **************/


/************* #globalNav styles **************/

#Masthead h1,
#globalNav a
 {
	margin: 0; /* zeroing the margin of the last element in the #Masthead 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: 10px 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#globalNav{
	color: #cccccc;
	padding: 20px 0px 0px 10px;
	font-size: .95em;
	margin: 0px 0px 10px;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #FFFF00;
}

#globalNav  a:visited {
	color: #FFFFCC;
}

#globalNav  a:hover{
	background-color: #999999;
}


/* START content links style */

a:link {
	color: #0000FF;
}
a:visited {
	color: #008000;
	font-style: italic;
}

a:hover {
	color: #008000;
	background: #DFDFBF;
	text-decoration: none;
}

a:active { 
	color: #008000;
	background: #F4EAEA;
	text-decoration: none;
}

a.noHover:hover {
border:none;
background:none;
}

/************* #page styles *************/

/*a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:visited, a:hover {
	color: #006C00;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
	background: #FFFFCC;
}*/
/* overrides decoration from previous rule for hovered links */

h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 150%; color: #FF6600; }

h2{
	font-size: 1.2em;
	color: #E64A00;
}

h3{
	font-size: 1em;
	color: #E64A00;
	font-style: italic;
	letter-spacing: 1px;
}

h4 {
			font-size: 1em;
			font-weight: bolder;
			color: #464646;
			text-decoration: underline;
			margin-top: 10px;
			margin-left: 10px;
			padding-bottom: 10px;
}

h5 {
 font-size: 85%;
 color: #B70000;
}

ul {
 list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

label {
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navBar{
	margin: -10px 78% 0 0; /*originally 79%*/
	padding: 0px 0px 10px;
	background-color: #E8F2BF;
	border-left: 0px solid #ccc;
}
#navBar  .localitymap  img  {
	margin-right: 15%;
	margin-left: 15%;
	border-width: 0px;
	border-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	font-size: 1.1em;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.placeslist {
	font-size: 0.60em;
	color: #990000;
	margin: 0px;
	padding: 5px 0px 15px 10px;
	display: none;
}


/************* #breadCrumb styles *************/

#breadCrumb{
		font-size: 75%;
		padding: 5px 0px 15px 10px;
		font-style: italic;
		font-weight: bold;
}
.twitter-share-button  img  {
	height: auto;
	width: auto;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	float: right;
	margin: -1.75em 0em 0em;
	clear: left;
}
#pageName  /*************** #pageName styles **************/

{
	padding: 0px 0px 10px 10px;
}

/************** .feature styles ***************/

.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3 {
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img {
	float: right;
	padding: 0px 0px 0px 30px;
	margin: 0 30px 5px 0;
}
#article .crossSection   {
			font-size: .85em;
			margin: 0% 3em 3%;
			height: auto;
			width: 662px;
			padding: 5px;
			clear: both;
}
article  #Facebook {
	margin: 5px -20px 5px 5px;
	padding: 5px 0px 5px 5px;
	float: right;
	height: auto;
	width: 292px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .article styles *****************/

.article {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.article p {
	padding: 0px 0px 10px 0px;
}
#article .WHP  {
			float: left;
			padding: 1.5em 1.5em 1em .75em;
}


.article img {
	float: right;
	padding: 0px 0px 0px 30px;
	margin: 5 30px 5px 10px;
}



.author, .cite, .hint {
	font-size: .95em;
	font-style: italic;
}

.smalltext        {
	font-size: .85em;
	font-style: italic;
}

.floatCentre img{
	float: none;
	padding: 5px;
	margin: 5px 0% 5px 15%;
	width: auto;
	height: auto;
	border: none;
	clear: both;
}


.floatRightPhotos {
	float: right;
	border: 1px solid #003333;
	padding: 5px;
	margin: 5px;
	text-align: center;
}
.floatRightPhotosBannerV {
	float: right;
	border: 1px solid #003333;
	padding: 5px;
	margin: 5px;
	text-align: center;
	width: 220px;
	height: auto;
}


.floatRightCaption {
	float: right;
	border: 1px solid #003333;
	padding: 5px;
	margin: 5px;
	font-size: 80%;
	text-align: center;
}

.floatRightTop {
		float: right;
		padding: 0px 0px 10px;
		margin: 0px;
		width: 30px;
		height: 12px;
		border: none;
}

.floatRightEvents {
			float: right;
			border: 1px solid #000;
			text-align: left;
			height: auto;
			width: 260px;
			list-style: disc outside;
			font-size: .95em;
			padding: 5px;
			margin-top: 5px;
			margin-right: 0px;
			margin-bottom: 5px;
			margin-left: 10px;
}

.Adsense_footer {
	text-align: center;
	font-size: .75em;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 0px;
	height: auto;
	width: auto;
	border: thin solid #E1E1E1;
}

.GoogleAds {
	font-size: 75%;
	text-align: left;
}

#container #navBar #GoogleAds_Sidebar {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 140px;
	margin-top: 5px;
	border: thin solid #98C5AA;
}

#navBar #GoogleAds_Sidebar .GoogleAds { font-size: x-small; }

.floatRightGoogleAds
{
	float: right;
	text-align: right;
	height: 220px;
	width: 220px;
	padding: 0px 10px;
	margin: -5px 10px 10px;
	clear: left;
	border: thin solid #E1E1E1;
}

/*.GoogleAds {
	font-size: 75%;
	text-align: right;
}*/

/*#adioso {
			float: right;
			clear: left;
			height: 370px;
			width: 300px;
			margin-top: 5px;
			margin-right: -10px;
			margin-bottom: 5px;
			margin-left: 10px;
			padding-top: 5px;
			padding-right: 0px;
			padding-bottom: 20px;
			padding-left: 5px;
}*/

/************* #Footer styles ***************/

#Footer{
	clear: both;
	font-size: 75%;
	padding: 10px;
	margin-top: 0px;
	color: #666666;
	height: 25px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#Footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

a.noHover:hover {
border:none;
background:none;
}

#navBar a.current {
			color: #e64A00;
			text-decoration: none;
			display: inline;
			background-image: url(../images/gifs/yell1_4.gif);
			background-repeat: no-repeat;
			background-position: left 5px;
			text-indent: 5px;
			font-style: italic;
			font-size: 1.2em;
			font-weight: bolder;
}

#navBar .last { border-bottom: thin solid #CCC; }

#navBar .hint {
			font-size: 0.90em;
			font-style: italic;
			padding-left: 5px;
}


/*********** #sectionLinks relatedLinks styles ***********/

#sectionLinks {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 0.75em;
}

#sectionLinks h3 {
	padding: 10px 0px 5px 2px;
}

#sectionLinks a:link {
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	text-decoration: underline;
}

#sectionLinks a:visited {
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

#sectionLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #FFFFCC;
	padding: 2px 0px 2px 10px;
}
#sectionLinks .current {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

relatedLnks  {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 0.75em;
}

relatedlinks h3 {
	padding: 10px 0px 5px 2px;
}

relatedLinks a:link {
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	text-decoration: underline;
}

relatedLinks a:visited {
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

relatedLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #FFFFCC;
	padding: 2px 0px 2px 10px;
}

relatedLinks .current {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

/*********** .promotedLinks styles ***********/

.promotedLinks {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: .75em;
	border-bottom: 1px solid #cccccc;
}

.promotedLinks h3 {
	padding: 10px 0px 5px 2px;
}

.promotedLinks a:link {
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	text-decoration: underline;
}

.promotedLinks a:visited {
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

.promotedLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #FFFFCC;
	padding: 2px 0px 2px 10px;
}

.nolink {
		border-top: 1px solid #cccccc;
		padding-left: 8px;
}

/*********** BV customers styles ***********/

.accommLinks {
	float: none;
	border: 1px solid #003C00;
	height: auto;
	width: 180px;
	padding: 5px;
	margin: 5px;
}

.accommLinks h3 {
	text-align: left;
	padding-bottom: 5px;
	font-size: 1em;
}

.accommLinks p {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	border-width: 0px;
	border-style: none;
	font-weight: bold;
}

#container #navBar .promotedLinks .accommLinks p .caption {
	margin: -25px auto 2px;
	padding: 0px 2px 2px;
	height: 25px;
	width: 133px;
	opacity:.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	color:#fff;
	font-size:1em;
	background-color: #484848;
	padding: 5px 0px 0px;
	position: static;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#navBar .promotedLinks .accommLinks p {
}

.accommLinks img {
	clear: none;
	float: none;
	margin: 0px 5% 0px 0%;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

.promotedLinks .accommLinks a {
	border-width: 0px;
	border-style: none;
	background:none;
}

.promotedLinks .accommLinks li a:hover {
	border-top: 1px solid #cccccc;
	background-color: #FFFFCC;
	padding: 2px 0px 2px 10px;
}

.accommLinks ul {
	text-align: left;
	list-style: disc outside;
}

.toursLinks {
	float: none;
	border: 1px solid #003C00;
	height: auto;
	width: 180px;
	padding: 5px;
	margin: 5px;
}

.toursLinks h3 {
	text-align: left;
	padding-bottom: 5px;
	font-size: 1em;
}
.toursLinks p {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	border-width: 0px;
	border-style: none;
	font-weight: bold;
}

#container #navBar .promotedLinks .toursLinks p .caption {
	padding: 3px 2px;
	height: 25px;
	width: 133px;
	opacity:.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	color:#fff;
	font-size:1em;
	background-color: #484848;
	position: static;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	margin: -20px auto 3px;
}

.toursLinks img {
	clear: none;
	float: none;
	margin: 0px 5% 0px 0%;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

.promotedLinks .toursLinks a {
	border-width: 0px;
	border-style: none;
	background:none;
}

.promotedLinks .toursLinks li a:hover {
	border-top: 1px solid #cccccc;
	background-color: #FFFFCC;
	padding: 2px 0px 2px 10px;
}


.toursLinks ul {
	text-align: left;
	list-style: disc outside;
}

/************** #Social Media styles **************/

#socialMedia {
	padding: 5px;
	font-size: 75%;
}

#socialMedia img {
	display: inline;
	vertical-align: middle;
	border:none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}

#socialMedia a:hover {
			border: 0; /* Turn off borders for linked images */
			background:0;  /* Turn off hover bg color for linked images */
}

#container #navBar #GoogleAds_Sidebar {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 140px;
	margin-top: 5px;
}

#navBar #GoogleAds_Sidebar .GoogleAds { font-size: x-small; }



/************** #weather styles **************/

#weather{
		padding: 5px;
		font-size: .75em;
		margin: 5px;
}

#weather img{
	display: block;
	vertical-align: inherit;	
	border: 0; /* Turn off borders for linked images */
}

/************** #advert styles **************/

//#advert{
//	padding: 5px;
//	font-size: 75%;
//	border-top: 1px solid #cccccc;
//	margin-bottom: 5px;
//}
//
//#advert img {
//			display: inline;
//			vertical-align: middle;
//			border:none;
//			margin-right: auto;
//			margin-left: auto;
//			padding-right: 5px;
//			padding-left: 5px;
//}
//
//#advert a:hover {
//			border: 0; /* Turn off borders for linked images */
//			background:0;  /* Turn off hover bg color for linked images */
//}

/************** #headlines styles NOT ACTIVE **************/

/************** #headlines styles **************/

//#headlines{
//	margin: 0px;
//	padding: 10px 0px 20px 10px;
//	font-size: 80%;
//}
//
//#headlines p{
//	padding: 5px 0px 5px 0px;
//}
