/*
Theme Name: Kimberley Land Council
Theme URI: http://www.klc.org.au
Description: Kimberley Land Council website theme
Author: Market United
Author URI: http://www.marketunited.com
Version: 1.0
*/


/**
 * CORE STYLES
 */
body
{
	margin: 0px;
	padding: 0px;

	font-family: Helvetica, Georgia, Tahoma, serif;
	font-size: 0.75em;
	color: #000000;

	background-color: #FFFFFF;
	border-top: solid 1px #000000;
}

p
{
	margin: 0 0 1.0em 0;
	padding: 0;
	line-height: 1.5;
}

h1
{
	font-family: Tahoma, Georgia, serif;
	font-size: 1.5em;
	color: #434343;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
	padding: 0;
}

h2
{
	font-size: 1.2em;
	margin: 0 0 1.0em 0;
	padding: 0;
}

h3
{
	font-size: 1.1em;
	margin: 0 0 1.0em 0;
	padding: 0;
}

h4
{
	font-size: 1.0em;
	margin: 0 0 1.0em 0;
	padding: 0;
}

a:link,
a:visited
{
	color: #250303;
}

a:hover,
a:active
{
	color: #250303;
}


/**
 * HEADER SECTION
 */
div#header
{
	position: relative;
	width: 960px;		/* 960px minus left and right padding */
	min-height: 95px;	/* 115px minus top and bottom padding */
	height: auto !important;
	height: 95px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* - Navigation - */
div#header img.logo
{
	float: left;
	border: 0;
}

div#header h1
{
	margin-bottom: 0;
}

div#header ul
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	min-height: 22px;
	height: auto !important;
	height: 22px; /* IE6 fix */
}

* html div#header ul { bottom: -1px; }	/* IE6 fix */

div#header ul li
{
	float: left;
	padding-right: 10px;
}

div#header ul li a
{
	display: block;
}

div#header ul li a:link,
div#header ul li a:visited
{
	padding: 0 10px 2px 10px;
	color: #250303;
	text-decoration: none;
}

div#header ul li a:hover,
div#header ul li a:active
{
	text-decoration: none;
	border-bottom: solid 5px #250303;
}

div#header ul li.selected a
{
	border-bottom: solid 5px #250303;
}

/* - Search Form - */
div#header div.moduleSearch
{
	float: right;
	margin-top: 10px;
}

* html div#header div.moduleSearch { width: 202px; }	/* IE6 fix */


/**
 * PAGE BANNER SECTION
 */
div#pageBanner
{
	background: #250303 url('images/shell/banner_bg.gif') repeat-y top center;
}

/* - Home page specific - */
.home div#pageBanner
{
	width: 100%;
	height: 364px;
}

.home div#bannerImage
{
	background: url('images/banners/banner-home.jpg') no-repeat top center;
	width: 100%;
	height: 364px;
}

/* - Inner page specific - */
.page div#pageBanner,
.single div#pageBanner,
.search div#pageBanner
{
	width: 100%;
	height: 250px;
}

.page div#bannerImage,
.single div#bannerImage,
.search div#bannerImage
{
	background: url('images/banners/banner-inner.jpg') no-repeat top center;
	width: 100%;
	height: 250px;
}

/* - Specific Page Banners - */
.about 						div#bannerImage	{ background-image: url('images/banners/banner-inner_aboutus.jpg'); 	}
.native-title 				div#bannerImage	{ background-image: url('images/banners/banner-inner_nativetitle.jpg'); }
.land-sea 					div#bannerImage	{ background-image: url('images/banners/banner-inner_landsea.jpg'); 	}
.rangers 					div#bannerImage	{ background-image: url('images/banners/banner-inner_rangers.jpg'); 	}
.agreements					div#bannerImage	{ background-image: url('images/banners/banner-inner_agreements.jpg'); 	}
.gas						div#bannerImage	{ background-image: url('images/banners/banner-inner_gas.jpg'); 		}
.kimberley-futures			div#bannerImage	{ background-image: url('images/banners/banner-inner_futures.jpg'); 	}
.national-heritage-listing	div#bannerImage	{ background-image: url('images/banners/banner-inner_nhl.jpg'); 		}
.news						div#bannerImage	{ background-image: url('images/banners/banner-inner_no_nav.jpg');	 	}
.f							div#bannerImage	{ background-image: url('images/banners/banner-inner_no_nav.jpg'); 		}

/* - Sub-Navigation for pages - */
div#subNavigation
{
	width: 960px;
	margin: 0 auto;
}

div#subNavigation ul
{
	padding: 40px 0 0 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	list-style-type: none;
}

div#subNavigation ul li
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

div#subNavigation ul li a:link,
div#subNavigation ul li a:visited
{
	color: #250303;
	text-decoration: none;
}

div#subNavigation ul li a:hover,
div#subNavigation ul li a:active
{
	text-decoration: underline;
}

div#subNavigation ul li.selected a
{
	text-decoration: underline;
}


/**
 * CONTENT SECTION
 */
div#content
{
	margin: 0 auto;
	width: 960px;
}

div#mainContent
{
	float: left;
}

div#sidebarLeft
{
	float: left;
}

div#sidebarRight
{
	float: left;
}

/* - Home page specific - */
.home div#mainContent
{
	width: 610px;	/* 629px minus left and right padding */
	padding-right: 19px;
	margin-top: 41px;
}

.home div#sidebarRight
{
	width: 321px;	/* 331px minus left and right padding */
	padding-right: 10px;
	margin-top: 41px;
}

/* - Inner page specific - */
.page div#content,
.single div#content,
.search div#content
{
	/*border-left: dotted 1px #000000;*/
}

.page div#sidebarLeft,
.single div#sidebarLeft,
.search div#sidebarLeft
{
	width: 230px;	/* 250px minus left and right padding */
	padding-right: 20px;
	margin-top: 45px;
}

.page div#mainContent,
.single div#mainContent,
.search div#mainContent
{
	width: 660px;	/* 680px minus left and right padding */
	padding-left: 20px;
	margin-top: 14px;
}

/* page specific styles */
.native-title div#sidebarLeft
{
        margin-top: 150px;
}

/* - Inner page without a left sidebar - */
.page-template-template-no_sidebarLeft-php div#mainContent
{
	width: 890px;
	padding-right: 20px;
}


/* = Breadcrumb = */
ul#breadcrumb
{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Tahoma, Georgia, serif;
	color: #434343;
}

ul#breadcrumb li
{
	display: inline;
	background: transparent url('images/shell/breadcrumb_arrow.gif') no-repeat left center;
	padding-left: 10px;
}

ul#breadcrumb li.first
{
	background-image: none;
	padding-left: 0px;
}

ul#breadcrumb li a:link,
ul#breadcrumb li a:visited
{
	color: #434343;
	text-decoration: none;
}

ul#breadcrumb li a:hover,
ul#breadcrumb li a:active
{
	text-decoration: none;
}

ul#breadcrumb li.active a
{
	color: #250303;
	text-decoration: underline;
}

/* = Pagination = */
div.pagination
{
	clear: left;
	padding: 8px 0px;
	text-align: center;
}

div.pagination .previous
{
	float: left;
}

div.pagination .next
{
	float: right;
}


/**
 * FOOTER SECTION
 */
div#footer
{
	position: relative;
	clear: left;
	width: 960px;	/* 960px minus left and right padding */
	margin: 0 auto;
	padding-top: 30px;
}

/* - Navigation - */
div#footer ul
{
	float: left;
	width: 710px;
	padding: 0 0 12px 0;
	margin: 0 25px 12px 0;
	font-weight: bold;
	font-size: 0.9em;
	list-style-type: none;
	border-bottom: solid 3px #250303;
}

div#footer ul li
{
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
}

div#footer ul li a:link,
div#footer ul li a:visited
{
	color: #250303;
	text-decoration: none;
}

div#footer ul li a:hover,
div#footer ul li a:active
{
	text-decoration: none;
}

/* - 'KLC on YouTube' image - */
div#footer img.klcOnYoutube
{
	position: absolute;
	top: 25px;
	left: 610px;
	border: 0px;
}

/* - Disclaimer - */
div#footer p.disclaimer
{
	clear: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding: 0;
	margin: 0;
}

* html div#footer p.disclaimer { margin-top: -20px; }	/* IE6 fix */


/**
 * MODULES
 */
/* = Search Module = */
div.moduleSearch label
{
	display: block;
	margin: 0 0 0.2em 0;
	padding: 0;
	font-family: Tahoma, serif;
	font-size: 1.0em;
	color: #696969;
	font-weight: bold;
	text-transform: uppercase;
}

div.moduleSearch label span
{
	font-size: 0.8em;
	text-transform: none;
}

div.moduleSearch form
{
	margin: 0;
	padding: 0;
}

div.moduleSearch fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}

div.moduleSearch legend
{
	display: none;
}

div.moduleSearch input.text
{
	float: left;
	width: 160px;
	height: 18px;
	margin-right: 4px;
	border: 0px;
	border-left: solid 2px #250303;
	background-color: #DACDBC;
}

div.moduleSearch input.image
{
	float: left;
}


/* = Video = */
div.moduleVideo
{
	margin-bottom: 25px;
}

div.moduleVideo h2
{
	float: left;
	font-family: Tahoma, Georgia, serif;
	color: #696969;
	text-transform: uppercase;
	margin: 0 0 0.2em 0.5em;
	padding: 0;
}

div.moduleVideo h4.linkMore
{
	font-family: Georgia, Tahoma, serif;
	font-size: 0.9em;
	color: #2d0404;
	margin: 0;
	padding: 0;
}

div.moduleVideo h4.linkMore a:link,
div.moduleVideo h4.linkMore a:visited
{
	background: transparent url('images/modules/video/arrows_link.png') no-repeat left center;
	color: #2d0404;
	text-decoration: none;
	padding-left: 10px;
}

div.moduleVideo h4.linkMore a:hover,
div.moduleVideo h4.linkMore a:active
{
	text-decoration: underline;
}

div.moduleVideo h4.header
{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

div.moduleVideo ul
{
	clear: left;
	border-top: solid 2px #250303;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.moduleVideo ul li
{
	min-height: 96px;
	height: auto !important;
	height: 96px;
	padding: 0;
	margin: 10px 0 10px 0;
	clear: left;
	border-bottom: solid 2px #250303;
}

div.moduleVideo ul li.nowPlaying
{
	border-bottom: 0px;
	margin-bottom: 30px;
	height: auto;
	min-height: auto;
}

div.moduleVideo ul li.nowPlaying h3,
div.moduleVideo ul li.nowPlaying p
{
	margin-left: 10px;
}

div.moduleVideo ul li.nowPlaying h3
{
	clear: left;
}

div.moduleVideo ul li img,
div.moduleVideo ul li object,
div.moduleVideo ul li embed
{
	float: left;
	margin-right: 15px;
	margin-bottom: 2em;
	border: 0px;
}

div.moduleVideo ul li.nowPlaying img,
div.moduleVideo ul li.nowPlaying object,
div.moduleVideo ul li.nowPlaying embed
{
	margin-right: 0;
}

div.moduleVideo ul li h3
{
	font-family: Georgia, Tahoma, serif;
	font-size: 1.0em;
	color: #2d0404;
	margin: 0 0 0.5em 0;
	padding: 0;
}

div.moduleVideo ul li.nowPlayingItem
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
	background: transparent url('images/modules/video/nowplaying.gif') no-repeat top left;
}

div.moduleVideo ul li.nowPlayingItem img
{
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

div.moduleVideo h3 a:link,
div.moduleVideo h3 a:visited
{
	color: #2d0404;
	text-decoration: none;
	background: transparent url('images/modules/video/arrows_link.png') no-repeat left 0.35em;
	padding-left: 10px;
}

div.moduleVideo h3 a:hover,
div.moduleVideo h3 a:active
{
	text-decoration: underline;
}

/* - Left Sidebar specific - */
#sidebarLeft div.moduleVideo
{
	padding-top: 1px;
}

#sidebarLeft div.moduleVideo ul
{
	border-bottom: solid 2px #250303;
}

#sidebarLeft div.moduleVideo ul li.nowPlaying
{
	margin-bottom: 10px;
}

#sidebarLeft div.moduleVideo ul li.nowPlaying img,
#sidebarLeft div.moduleVideo ul li object,
#sidebarLeft div.moduleVideo ul li embed
{
	float: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1em;
}


/* = News = */
div.moduleNews
{
	width: 100%;
	margin-bottom: 25px;
}

div.moduleNews h2
{
	font-family: Tahoma, Georgia, serif;
	color: #696969;
	text-transform: uppercase;
	float: left;
	margin: 0 0 0.2em 0.5em;
	padding: 0;
}

div.moduleNews h4.linkMore
{
	color: #2d0404;
	font-family: Georgia, Tahoma, serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

div.moduleNews h4.linkMore a:link,
div.moduleNews h4.linkMore a:visited
{
	background: transparent url('images/modules/news/arrows_link.png') no-repeat left center;
	color: #2d0404;
	text-decoration: none;
	padding-left: 10px;
}

div.moduleNews h4.linkMore a:hover,
div.moduleNews h4.linkMore a:active
{
	text-decoration: underline;
}

div.moduleNews h4.header
{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

div.moduleNews ul
{
	display: inline-block;
	clear: left;
	border-top: solid 2px #250303;
	border-bottom: solid 2px #250303;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.moduleNews ul li
{
	background-color: #ECE6DD;
	padding: 15px;
	margin: 10px 0 10px 0;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

div.moduleNews ul li img
{
	float: left;
	margin-right: 15px;
	margin-bottom: 2em;
}

div.moduleNews ul li h3
{
	font-family: Georgia, Tahoma, serif;
	font-size: 1.0em;
	color: #2d0404;
	margin: 0 0 0.5em 0;
	padding: 0;
}

div.moduleNews ul li h3 a
{
	text-decoration: none;
}

/* - Left Sidebar specific - */
#sidebarLeft div.moduleNews ul
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebarLeft div.moduleNews ul li
{
	padding: 10px 8px;
	margin: 0px;
}

#sidebarLeft div.moduleNews ul li p
{
	color: #535353;
	margin-bottom: 0.2em;
}

#sidebarLeft div.moduleNews ul li h3
{
	margin-bottom: 0;
}



/* = Advert = */
.moduleAdvert
{
	float: left;
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.moduleAdvert-last
{
	margin-right: 0px;
}


/* = Subscribe = */
div.moduleSubscribe
{
	float: right;
}

div.moduleSubscribe label
{
	display: block;
	margin: 0 0 0.2em 0;
	padding: 0;
	font-family: Tahoma, serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #696969;
	text-transform: uppercase;
}

div.moduleSubscribe label span
{
	font-size: 0.8em;
	text-transform: none;
}

div.moduleSubscribe form
{
	margin: 0;
	padding: 0;
}

div.moduleSubscribe fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}

div.moduleSubscribe legend
{
	display: none;
}

div.moduleSubscribe input.text
{
	float: left;
	width: 150px;
	height: 22px;
	margin-right: 4px;
	vertical-align: middle;
	border: 0px;
	border-left: solid 2px #250303;
	background-color: #DACDBC;
}

div.moduleSubscribe input.image
{
	float: left;
}
