/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/*Outer Background*/
body {
margin: 0px;
padding: 0px; 
background-image: url('../../../../../../../20241001020416im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/fw_bg_body.jpg');
background-position: top center;
background-repeat: repeat-x;
background-color: #ffffff;
}

/*Website Content Area*/
.custom #container  { width: 994px; margin: 0px auto; }
.custom #container  { padding: 0px; }
.homepage .post_box { margin: 0px; }
#page, .page { margin: 0; padding: 0; }

/*Content Area*/
#content_box {
background-image: url('../../../../../../../20241001020417im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/bg_body.jpg');
background-position: top left;
background-repeat: no-repeat;
background-color: #ffffff;
margin: 0px;
padding: 0px;
}
#content { margin: 0px; padding-bottom: 10px; padding-top: 10px; }

.format_text { text-align: left; padding-left: 0px; padding-right: 0px; line-height: 180%;}

.custom .post_box { padding: 0px; margin: 0px; }
.post_box { padding: 0em; margin-left: 0em; margin-right: 0em; }

#comments { display: none; }

.custom #header_area .page { background:transparent; }
#header_widget_1 { width: 994px; padding-top: 0px; }

.textwidget {
text-align: right;
}

#header {
  height: 187px;
  padding: 0;
 background-image: url('../../../../../../../20241001020418im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/logo.jpg');
  background-repeat: no-repeat;
  width: 994px;
}

/* clears the header floats */
#header { overflow: hidden; }

/*Top Horz Navigation*/
.menu {
height: 43px;
background-image: url('../../../../../../../20241001020419im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/bg_hnav.jpg');
background-position: top left;
background-repeat: repeat-x;
}

.menu li {
padding-left: 5px; 
padding-right: 5px;
background-image: url('../../../../../../../20241001020419im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/nav_sep.jpg');
background-position: 0 1px;
background-repeat: no-repeat;
}

.menu li#menu-item-21 { background: none; }

.menu .current > a, .menu .current-cat > a, .menu .current-menu-item > a, .menu .current-page-parent > a {
cursor: text;
color: #666666 !important;
line-height: 100%;
border-bottom-color: #ffffff;
}

.menu a, .menu li ul {
border-color: none;
text-decoration: none;
}

.menu li ul li { 
padding-top: 0px;
padding-bottom: 0px;
background-color: #e3e3e3;
  width: 150px;
  background-image: none;

}

.menu ul a {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 2px;
padding-right: 2px;
color: #555555 !important;
background: #e3e3e3;
border:none;
width: 150px;
text-transform: none;
}


.menu ul .current-menu-item a {
color: #5c92ce!important;
background: none;
border-bottom-color: #ffffff;
}

.menu ul .current-menu-item a:hover  {
color: #5c92ce !important;
background: none;
cursor: pointer;
border-bottom-color: #ffffff;
}

.menu a {
color: #004e90 !important;
line-height: 100%;
text-decoration: none;
}

.format_text ul{
list-style-type: disc;
margin-bottom: 10px;
}

.format_text li{
font-size: 1em;
background: url('../../../../../../../20241001020420im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/bullet.jpg') top left no-repeat;
background-position: 0px 10px;
padding-left: 10px;
list-style: none outside;
margin-bottom: 5px;
margin-left: 30px;
}

.menu a:hover {
color: #5c92ce !important;
cursor: pointer;
text-decoration: none;
background:transparent;
}

.menu, .menu a { border: none;text-decoration: none; }

/*Overall Nav Font Setting*/
.menu a { letter-spacing: 0em; margin-left: 0em; margin-right: 0em; background: transparent; padding-top: 13px; padding-bottom: 17px; padding-left: 10px; padding-right: 10px; font-size: 11.5pt;text-decoration: none;}

/*Nav Font when mouseover*/

/*Settings for Nav when it is ON*/
.menu .current > a, .menu .current-cat > a, .menu .current-menu-item > a, .menu .current-page-parent > a { cursor: pointer; background: transparent; color: #5c92ce !important; }

/*Settings for Nav mouseover when it is ON*/
.menu .current > a:hover, .menu .current-cat > a:hover, .menu .current-menu-item > a:hover, .menu .current-page-parent > a:hover { cursor: pointer; background: transparent; color: #5c92ce !important; }

/*Footer*/
#footer { background: #ffffff url('../../../../../../../20241001020202im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/bg_bottom.jpg') center top no-repeat; height: 47px; padding-left: 0px; padding-right: 30px; }
#footer p { border-top: 0px; font-size: 9pt; line-height: 100%; padding-top: 19px;  display: none; }
#footer a { border: none; }
#footer { color: #555555; }
#footer a { color: #0B5070; }
#footer a:hover { color: #ff0000; }
#footer span { padding-top: 19px; }

/*Content Area*/
.headline_area { padding-top: 0px; padding-bottom: 0px; margin-bottom: 0px; padding-left: 5px; }
.custom a, .custom a:visited { color: #5c92ce;
  text-decoration: none; cursor: pointer;}
.custom a:hover { color: #004d93;
  text-decoration: none;cursor: pointer; }

/*Settings for Homepage*/
.home div.headline_area { display: none; }
.rss { display: none; }
.divTable { display: table; width: 100%; }
.divRow { display: table-row; }
.divCell { display: table-cell;	vertical-align: top; }

/*Sidebar Area*/
#sidebars { width: 180px; margin-top: 0px; margin-left: 0px; }
.sidebar_list ul.menu li a, .sidebar_list ul { border: none; }
.sidebar_list, .sidebar_list li, .sidebar_list ul.menu, .sidebar_list ul.menu li { margin: 0px; padding: 0px; background: none; }
.sidebar_list ul.menu { margin-left: 0px; }
.sidebar_list { margin-top: 0px; }

div#sidebars .sidebar_list ul.menu { border: none; font-size: 0.9em; height: 43px; width: 180px; }
div#sidebars .sidebar_list ul.menu li { line-height: 170%; color: #fff; font-weight: bold; margin-bottom: 15px; padding: 0px; height: 43px; width: 180px;}
div#sidebars .sidebar_list ul.menu a { background-image: url('../../../../../../../20241001020202im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/img_tourtab1.jpg'); background-position: top left; background-repeat: no-repeat; color: #fff; line-height: 170%; font-weight: bold; margin: 0; padding: 0; height: 43px; width: 180px;padding-left: 10px;  padding-top: 8px;margin-top:20px;  font-size: 10.5pt;  }
div#sidebars .sidebar_list ul.menu a:hover { background-image: url('../../../../../../../20241001020422im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/img_tourtab_f21.jpg'); background-position: top left; background-repeat: no-repeat; line-height: 170%; color: #fff; font-weight: bold; text-decoration: none; margin: 0; padding: 0; height: 43px; width: 180px;padding-left: 10px;    padding-top: 8px;margin-top:20px;  font-size: 10.5pt;  }
div#sidebars .sidebar_list ul.menu li.current-menu-item a { background-image: url('../../../../../../../20241001020422im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/img_tourtab_f21.jpg'); background-position: top left; background-repeat: no-repeat; line-height: 170%; color: #fff; font-weight: bold; margin: 0; padding: 0;height: 43px; width: 180px;padding-left: 10px;    padding-top: 8px;margin-top:20px;   font-size: 10.5pt; }

/*Content Area*/
.headline_area h1, .headline_area h2, #archive_intro h1 { font-size: 2.5em; line-height: 100%; padding-top: 20px; margin-left: -4px;  color: #5c92ce;
  text-transform: uppercase;
  font-weight: bold;  padding-bottom: 20px; }
.custom .post_box { margin-left: 0px; }

ul.sidebar_list {
padding-top: 1em;
}

#multimedia_box {
  display: none;
}

li#menu-item-7 {
  margin-left: -24px;
}

img.alignnone.size-full.wp-image-28 {
  padding-left: 17px;
}

.format_text p {
margin-bottom: 8px;
}

img.alignnone.size-full.wp-image-18 {
  padding-right: 15px;
}

img.alignnone.size-full.wp-image-27 {
  margin-top: -15px;
}

img.alignnone.size-full.wp-image-30 {
  margin-top: -10px;
}

img.alignnone.size-full.wp-image-32 {
  margin-top: 5px;
}

p.email {
  margin-top: -15px;
text-decoration: underline;
}

img.alignnone.size-full.wp-image-31 {
  margin-top: -10px;
}

td.contentText {
  line-height: 180%;
}

td.contentText p {
  margin-bottom: 20px;
}

.title02 {
  font-size: 1.8em;
  line-height: 120%;
margin-bottom:30px;
}

.sidebar ul.sidebar_list {
  padding-right: 0;
  padding-left: 0;
}

.no_sidebars #content {
  width: 100%;
  background-image: url('../../../../../../../20241001020417im_/http_/almwp.com.au/wp-content/themes/thesis_18/custom/images/bg_body.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
margin-top: -2px;

}

#content {
  width: 770px;
}

.no_sidebars {
  background: transparent;
}

.menu li ul {
padding-top:0px;
  margin-top: -3px;
}

.menu .current-menu-ancestor > a {
  background: transparent;
}

 .menu .current-menu-ancestor a:hover {
 background: transparent;
}

.menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover {
  background: transparent;
}

 .menu .current-menu-item ul a {
  background: #e3e3e3;
padding-right: 0px;
}

div#shslideshow_3{
	width:960px;
	background-color:#ffffff;
	margin:auto;
margin-left: 0px;
margin-bottom: 20px;
margin-top: 30px;
}
div#shslideshow_3 div.slides{
	position:relative;
	width:100%;
	height:225px;
	z-index:1;
	overflow: hidden;
}
div#shslideshow_3 div.slides a, div#shslideshow_3 div.slides img{
	position:absolute;
	top:0px;
	left:0px;
}
div#shslideshow_3 div.slides img{
	width:960px;
	height:225px;
}
div#shslideshow_nav_3{
	margin-left:0px;
}
div#shslideshow_nav_pre_3,div#shslideshow_nav_next_3{
	display:block;
	float:left;
}
div#shslideshow_nav_pre_3:hover,div#shslideshow_nav_next_3:hover{
	cursor:pointer;
}
div#shslideshow_nav_3 a,div#shslideshow_nav_pre_3,div#shslideshow_nav_next_3{
	margin-right: 10px;
	color:#ededed;
background-image: url('../../../../../../../20220120235151im_/http_/wsgwpw.com/almwp/wp-content/uploads/2015/06/bullet.jpg');
background-position: 0 0px; background-repeat: no-repeat;
width:5px; height:5px;
  font-size: 20pt;
}
div#shslideshow_nav_3 a:hover,div#shslideshow_nav_3 a.activeSlide,div#shslideshow_nav_pre_3:hover,div#shslideshow_nav_next_3:hover{
	color:#ededed;
background-image: url('../../../../../../../20220115123413im_/http_/wsgwpw.com/almwp/wp-content/uploads/2015/06/bullet_f2.jpg');
background-position: 0 0px; background-repeat: no-repeat; width:5px; height:5px;  font-size: 20pt;
}div#shslideshow_nav_3{ position:absolute;z-index:5;margin-top: -30px;  margin-left: 25px; }div#shslideshow_nav_3 a,div#shslideshow_nav_pre_3,div#shslideshow_nav_next_3{
	text-decoration:none;

div#post-7 {
    margin-top: 20px;
}

div#jbr-banners {
    margin-top: 20px;
}

.slideria .format_text li {
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}
/*
     FILE ARCHIVED ON 02:02:02 Oct 01, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:45:42 May 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.53
  load_resource: 141.832 (2)
  PetaboxLoader3.resolve: 82.638 (2)
  PetaboxLoader3.datanode: 44.658 (2)
*/