/* - - - - - - - - - - - - - - - - - - - - -

Title : Indigenous Landscape Design Australia
URL : http://ilda.com.au/

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*----------------------------------------------------------------------------- 
	Global Styles
-----------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, form { margin: 0; padding: 0;
}

body {
	background: url(../templateimages/bg.jpg) top repeat-x;
	font: normal 13px/19px Arial, Helvetica, sans-serif;
	color: #464646;
}

img { border: 0; }

.clear { clear: both; height: 0; margin: 10; padding: 0; }

a { color: #4c6358;}
a:hover { text-decoration: none; }


/*----------------------------------------------------------------------------- 
	Template Styles
-----------------------------------------------------------------------------*/

h1 {
	font: normal 28px "Arial Narrow", Arial, Helvetica, sans-serif; padding-bottom: 10px;
}

h2 {
	font: normal 24px "Arial Narrow", Arial, Helvetica, sans-serif !important;
	color: #444444; padding-top:inherit; 
}

h3 { 
	font: normal 18px Arial, Helvetica, sans-serif;
}


ul { 
	list-style-type:square; padding-top: 0;
 }
 
h2, h3, h4 { padding: 5px 0 8px 0; }

p { color: #464646; font: normal 13px/19px Arial, Helvetica, sans-serif; padding: 5px 0 10px;}

a { color: #4c6358; }
a:hover { text-decoration: none; }

/*----------------------------------------------------------------------------- 
	Layout Styles
-----------------------------------------------------------------------------*/
#wrapper {
	background: url(../templateimages/head_bg.jpg) top center no-repeat;
}

#bodyWrap {
	width: 780px;
	margin: 0 auto;
	min-height: 640px;
	height: auto !important;
	height: 640px;
}

	#header {
		
	}
		.logo_leaf { 
			float: left; 
			margin: 0 0 -10px -5px; 
			position: relative;
		}
		
		.logo { float: left; }
				
		.tel {
			float: right;
			margin-right: -35px;
			position: relative;
		}
		
		#navWrap {
			float: left;
			margin-top: 10px;
			width: 697px;
			height: 34px;
		}

	#banner {
		border: 5px solid #d8dada;
		background: url(../templateimages/banner.jpg) no-repeat;
		height: 358px;
		width: 770px;
		margin-bottom: 15px;
		z-index:0;
	}


	#headerAnimation { 
		height: 250px;
		width: 770px;
		overflow: hidden; }
#phoTos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { border: none; padding: 0px;}

/* LOADING BOX */
.loader { background: url(/persistent/images/loader.gif) center center no-repeat #000000; }

/* GALLERY PANELS */
.panel {  }

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 28px; padding: 4px 5px 0px 5px; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #000000; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { text-align: right; color: white; font: normal 11px Helvetica, Verdana, Arial, sans-serif; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }


/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 0px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}


		#quicklinks {
			background: url(../templateimages/quicklinks.jpg) no-repeat;
			width: 770px;
			height:109px;
/*			margin-top: 250px; */
		}
			.quickLinkCell {
				padding: 12px 15px 0px 15px;
			}
			.quickLinkCell h2 { padding: 0; }
	#contents { 
	
	}
	
#footerWrap {
	background: url(../templateimages/footer_bg.jpg) top repeat-x;
	height: 368px;
}

	#footer {
		width: 780px;
		margin: 0 auto;
		padding-top: 100px;
	}
	
		#footer h5 {
			font: italic 18px Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #333333;
			
		}
		
		#footer p { color: #333333; padding-bottom: 15px; }

	#statue {
		background: url(../templateimages/footer_statue.png) -50px 0 no-repeat;
		height: 368px;

	}

.sitesuite {
	float: right;
	font-size: 11px;
	padding-bottom: 0;
}

/*----------------------------------------------------------------------------- 
	Navigation 
-----------------------------------------------------------------------------*/
ul#primary-nav {
	width: 697px;
	height: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#primary-nav li { 
  float: left; /*For Gecko*/
	margin: 0;
	padding: 0px;
  position: relative;
}


ul#primary-nav li a {
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	font: normal 15px/23px Arial, Helvetica, sans-serif;
	color: #374f44;
}

#primary-nav li a:hover {
	background: #d8dada;
	color: #000000;
}

ul#primary-nav ul {
	z-index: 15;
	position: absolute;
	top: 34px;
	left: 0px;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	background: #d8dada;
}

#primary-nav ul li {
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* 2nd Menu */
ul#primary-nav li ul li a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	height: auto !important;
	height: 1%; /*For IE*/
	padding: 0 12px;
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	background: none;
	display: block;
	cursor: pointer;
	border-bottom: 1px dotted #999;
	color: #374f44;
	}

ul#primary-nav li:hover li a,
ul#primary-nav li.iehover li a {
  float: none;
	color: #000;
	background: #d8dada;
	cursor: pointer;
	}

/* 2nd Menu Hover Persistence */
ul#primary-nav li:hover li a:hover,
ul#primary-nav li:hover li:hover a,
ul#primary-nav li.iehover li a:hover,
ul#primary-nav li.iehover li.iehover a {
	color: #374f44;
	background: #d8dada;
	}
	
/* third-and-above-level lists */
ul#primary-nav li ul ul { 
	margin: 1px 0 0 284px;
	width: 200px;
}

ul#primary-nav li ul ul li a { width: 200px; }

/* 3rd Menu */
ul#primary-nav li:hover li:hover li a,
ul#primary-nav li.iehover li.iehover li a {
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	color: #333;
	background: #ddd;
	}

/* 3rd Menu Hover Persistence */
ul#primary-nav li:hover li:hover li a:hover,
ul#primary-nav li:hover li:hover li:hover a,
ul#primary-nav li.iehover li.iehover li a:hover,
ul#primary-nav li.iehover li.iehover li.iehover a {
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #ebeaea;
	}

ul#primary-nav ul ul,
ul#primary-nav ul ul ul {
    display: none;
	position: absolute;
    top: -1px;
	width: 250px;
	}
	

/* Do Not Move - Must Come Before display:block for Gecko */
ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.iehover ul ul,
ul#primary-nav li.iehover ul ul ul {
  display: none;
	}

ul#primary-nav li:hover ul,
ul#primary-nav ul li:hover ul,
ul#primary-nav ul ul li:hover ul,
ul#primary-nav li.iehover ul,
ul#primary-nav ul li.iehover ul,
ul#primary-nav ul ul li.iehover ul {
  display: block;
	}


/*----------------------------------------------------------------------------- 
	Article Manager
-----------------------------------------------------------------------------*/
.category-title {
	background: #f6f5f3;
	padding: 5px 5px 5px 10px;
}

.ss_plugin .postsLayout01, .posts {
	padding-left: 10px !important;
	padding-right: 10px !important;
}


.post-title a { 
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.post-title a:hover { text-decoration: underline; }

.ss_plugin .post-category { display: none; }

.rss { padding: 10px !important; }
