/*
Theme Name: IBA: Indigenous Business Australia
Theme URI: http://iba.com.au
Description: Custom theme for IBA
Version: 1
Author: Teresa Watts
Author URI: http://teresawatts.com
Tags: iba

*/



/* --------------------------------------
USUAL TAGS 
--------------------------------------*/

body, html {
	font-size: 14px;	
	font-family: Arial, verdana,  'Lucida Grande',  Sans-Serif;
	background: #f9f9f7;	
	color: #222;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	

h1 {
	font-size: 2.15em;
	margin: .2em 0em;
	color: #2262AE;
	font-family: "Arial Narrow", Arial, verdana,  'Lucida Grande',  Sans-Serif;
	font-weight: bold;
	letter-spacing: -.02em;
	}	
	
h2 {
	font-size: 1.5em;
	margin: 1em 0em 0em;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, verdana,  'Lucida Grande',  Sans-Serif;
	}
	
h3 {
	font-size: 1.4em;
	margin: 1em 0em 0em;
	font-weight: regular;
	font-family: "Arial Narrow", Arial, verdana,  'Lucida Grande',  Sans-Serif;
	}

h3.pagetitle {
	font-size: 1.8em;
	margin-bottom: 0;
	margin-top: 45px;
	}

h4 {
	font-size: 1em;
	margin: 20px 0 5px;
	font-weight: bold;
	}
	
p {
	margin: 1em 0em;
	}

a, h2 a:hover, h3 a:hover {
	color: #2262AE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	

a:visited, h2 a:visited, h3 a:visited {
	color: #660066;
	text-decoration: underline;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}	

acronym, abbr, span.caps
{
	font-size: 0.9em;
	cursor: help;
	}

acronym, abbr {	border-bottom: 1px dashed #999;	}

blockquote {
	margin: 1em 1em 1em 1em;
	padding: 0 10px;
	border: 1px solid #D98B37;
	font-size: small;
	font-style: none;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {	border: none;	}

hr {
	height: 1px;
	border: 0;
	color: #e5ddd5;
	background-color: #e5ddd5;
	}

ol, ul {
	margin-left: 1.8em;
}

li {margin: 1em 0em .5em}

.entry ul li, .entry ol li {
	margin: 0 0 5px 0;
}

form, input {margin: 0; padding: 0;}


/* --------------------------------------
SMALL CLASSES
--------------------------------------*/
.on { color:#000000; font-weight:bold; }
.on23 { color:#000000; font-weight:bold; }
.breadcrumb{
	font-size:0.8em;
	padding: 0 0 5px 5px;
}
.postmetadata {	clear: both;}
.clear {clear: both;}	
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
.hidden {display: none;	}
.clearleft {clear:left;}
.clearright {clear:right;}

.col {
	width: 242px;
	background: #ecebe4;
	font-size: 12px;
	padding: 0;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

#subsections .col {height:230px;}

.col.top {
	height:230px;
	font-size:12px;
	float: right;
	width: 244px;
}

.col h2 {
	margin: 0;	
}

.col h2 a {
	display: block;
	height: 24px; 
	margin: 0; 
	font-family: "Arial Narrow", Arial, verdana,  'Lucida Grande',  Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	color: #2262AE;
	text-decoration: none;
	padding: 8px 15px;
}

.col h2 a:hover {
	text-decoration: underline;
}

.col h2 a:visited {
	text-decoration: underline;
	color: #660066;
}

.col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding: 10px 15px 5px;
}

.col ul li {
	margin: 4px 0;
}

.col ul ul {
margin: 0;
padding-top: 0;
padding-bottom: 0;
}

.col ul ul a {font-style: italic;
}

.col ul li a {text-decoration: none;
}

.col ul li a:hover {text-decoration: underline;}
	
.no-margin {margin: 0;}

.purple {width: 244px;}
	
.col ul a {
	color: #222;
}	
	
.col .more-link {
position: absolute;
bottom: 0;
right: 0;
display: block;
text-align: right;
padding: 10px 15px;
}	

/* --------------------------------------
SECTIONS
--------------------------------------*/

#container{
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	}
	
#header {
	margin: 0 0 5px 0;
	
	}

#logo {margin: 0; padding: 0;}	


#logo a {
	float: left;
	
	height: 92px;
	width: 193px;
	color: #f9f9f7;
	background: url(images/logo_iba.gif) bottom left no-repeat;
	font-size: .1em;
	}

#gov-logo {
	border: 0;
	float: right;
	margin: 0;
	height: 92px;
	width: 244px;
	color: #f9f9f7;
	background: url(images/logo_gov.gif) bottom left no-repeat;
	font-size: .1em;
	}
	

#hero {
	clear: both;
	padding-top: 0;
/*margin-bottom: 10px;*/
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 205px;
	width:1000px;	
}

#search {
	float: right;
	background: url(images/search_bg.gif) top right no-repeat;
	padding-left: 10px;
	width: 173px;
}

#menu {
	clear: both;
	height: 33px;
}

#content {
	float: right;
	width: 718px;
	margin: 0 0 10px 10px;
	padding: 20px 25px;
	position: relative;
	min-height: 500px;
	_height: 500px;
}

#content.wide {
	background: #F9F9F7;	
	float: right;
	margin: 0;
	padding: 20px 25px;
	width: 950px;
	min-height: 500px;
	_height: 500px;
}

#content.large-content {
	font-size: 1.30em;

}

#content.large-content p {margin: 0em;}


#content.wide-content {
	background: none;
	float: none;
	height:230px;
	margin: 10px 0 10px 0;
	padding: 0;
	width:1000px;
}

#footer {
	padding: 10px;
	clear: both;
	background: #ecebe4;
	color: #000;	
	font-size: .85em;
	margin-bottom: 20px;
	height: 18px;
}


#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}


#footer li {
	display: inline;
	padding: 0 5px;
	margin: 0;
}

#footer li a {
	text-decoration: none;
	color: #000;	
}


#footer li a:hover {
	text-decoration: underline;
	color: #000;	
}

#footer li.first {
	float: left;
	padding: 0;
}

/* --------------------------------------
MENU
--------------------------------------*/

#menu {
	background: url(images/bg-nav.gif) left top repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 33px;
	float: left;
	margin-bottom: 6px;
}

#menu ul li {
	display: inline;
	margin: 0;
	float: left;
	background: url(images/bg-nav-line.png) right no-repeat;
	padding-right: 1px;
}

#menu ul a, #menu ul span  {
	float: left;
	color: #000;
	text-decoration: none;
	font-family: "Arial Narrow",  Arial, 'Lucida Grande',  Sans-Serif;;
	font-weight: bold;
	font-size: 16px;
	height: 33px;
	line-height: 33px;
	letter-spacing: -.05em;
	background: url(images/bg-nav.gif) left top repeat-x;
	padding: 0 15px 0 15px;
}

#menu ul a:hover, #menu li.current_page_item span, #menu li.current_page_ancestor span {
	background: url(images/bg-nav.gif) left bottom repeat-x;
	color: #000;
}

#menu ul .page-item-3 a, #menu ul .page-item-3 span {
	background: url(images/bg-nav-first.gif) left top no-repeat;
}

#menu ul .page-item-3 a:hover {
	background: url(images/bg-nav-first.gif) left bottom no-repeat;
}

/* submenu */
#submenu {	
	padding: 20px;
	width: 182px;
	float: left;
	margin: 0 0;
	clear: left;	
}

		
#submenu h2 {
margin: 0;
color: #000;
font-size: 2.0em;
}

#submenu h2 a {
color: #000;
text-decoration: none;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu ul li {
	margin: 0;
	padding: 0;
}

#submenu>ul {
	border-top: 1px solid #c86c14;
}

/* generic nav styling */

#submenu li a, #submenu li span {
	color: #222;
	text-decoration: none;
	font-size: 12px;
}

#submenu li a:hover {
	color: #000;
	text-decoration: underline;
}

/* top level nav styling */

#submenu>ul>li>a, #submenu>ul>li>span {
	color: #222;
	text-decoration: none;
	font-size: 16px;
	font-family: "Arial Narrow", Arial, verdana,  'Lucida Grande',  Sans-Serif;
	border-bottom: 1px solid #c86c14;
	display: block;
	padding: 5px 2px;
}

#submenu>ul>li>a:hover {
	background-color: #f5983e;
	text-decoration: none;
}

/* indent subnav and collapse by default */
#submenu ul ul {
	margin-left: 15px;
	display: none;
}

/* open collapsed nav when its in nav trail */
#submenu li.current_page_item>ul, #submenu li.current_page_ancestor>ul, #submenu li.page-item-5>ul {
	display: block;
}

#submenu ul ul li {
	margin: 4px 0;
}

/* highlight pages in nav trail */
#submenu .current_page_item span, #submenu .current_page_ancestor span{
	font-weight: bold;
}



#main {
	width: 1000px;
	float: left;
	margin: 0 0 6px 0;
	background: url(images/main-slice.gif) top left repeat-y;
}


/* --------------------------------------
HOME NEWS FEED
--------------------------------------*/

.tickercontainer {
	overflow: hidden;
	position: absolute;
	height: 40px;
	width: 287px;
	background: url(images/menu-news-transparent.png) 0 -6px no-repeat;
	margin: 0 0 0 713px;
}
.tickercontainer .mask {
	position: relative;
	margin: 9px 10px 0;
	overflow: hidden;
}
ul#newsticker {
	display: none;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 300px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	color: #fff;
	margin: 0 30px 0 0;
} 

/* --------------------------------------
NEWS LANDING [about us --> news section]
--------------------------------------*/
#news-wrapper {
	margin-left:-10px;
	margin-right:5px;
}
.news-row-img {
	float:left; 
	padding:10px; 
	width:30.5%; 
	display:inline;
}
.news-row-txt {
	padding-top:10px;
}
.news-heading{
	margin:0;
}

div.news-row-img a img {
	border: #FFFFFF 4px solid;
}

/* --------------------------------------
SEARCH FORM
--------------------------------------*/
#searchform {
}


#searchform .button {
	padding: 0;
	float: right;
	margin-left: 5px;
	}

#searchform input#s {
	border: 1px solid #e0ded2;
	color: #000;
	font-size: .8em;
	width: 120px;
	font-weight: normal;
	padding: 3px;
	float: left;
	margin: 6px 0 0 10px;
	}

a.result-links, h3 a.result-links {
	color: #6D6B5D;
	text-decoration: none;
}

h3 a.result-links:hover {
	color: #D98B37;
}
/* --------------------------------------
BLOG ENTRIES
--------------------------------------*/

.navigation  {
	display: block;
	font-size: .8em;
	margin: 10px 0 50px;
	}

.post h2.post-title a {color: #4c4a39; text-decoration: none;}

.post {
	margin: 0 0 0;
	text-align: left;
	clear: both;
	}
	
.posthome {
	text-align: left;
	padding:10px;
	width: 725px;
	height: 210px;
	float: left;
	}

.posthome h3 {
	margin: 0;
}

.posthome #player1 {
	float: right;
	margin: 9px 0 0 20px;
}

.cat {
	font-size: .8em;
	margin: 0em 0em 1em
	}


a.post-edit-link {font-size: 11px;}


/* --------------------------------------
IMAGES
--------------------------------------*/

.entry img {
	border: 0;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {	float: right;	}

.alignleft {	float: left;	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.large-content .hero {

margin-top: -20px;
margin-left: -30px;
margin-bottom: 20px;
border-bottom: 10px solid #F9F9F7;
}


/* MAP */
form#LK_searchForm {
	padding: 0 0 10px 0;
}

div.mapPopup {
	padding: 2px;
	width: 400px;
}

div.mapPopup h1 {
	font-size: 18px;
	margin: 0 0 2px 0;
}

div.mapPopup img {
	float: right;
	padding:5px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left: 10px;
}

div.mapPopup address, div.mapPopup p {
	font-size: 12px;
	margin: 3px 0 3px 0;
}

div.mapPopup address {
	line-height: 12px;
}

div.mapPopup address span {
	font-weight: bold;
	display: block;
}

.breadcrumb, 
.breadcrumb a {
	color: #333;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb .last {
	display: none;
}

.wp-caption {
	text-align: center;
	margin-left: 20px;
}

.wp-caption img {
	background-color: #fff;
	padding: 5px;
}
.wp-caption p {
	font-size: 11px;
	margin: 0;
	padding: 5px;
}

.alignright p {
	margin-left: 10px;
}

table {
	width: 718px;
}

table th,
table td {
	font-size: 13px;
	padding: 5px;
}

table thead {
	font-weight: bold;
	border-bottom: 1px #000 solid;
}

table tr td, table tr th {
	align: left;
	vertical-align: top;
}

table tr td.bottomBorder {
	border-bottom: 1px solid #777;
}


ul.paging { list-style: none; padding: 0; font-weight: bold; }
ul.paging li { float: left; margin: 0 6px 6px 0; }
ul.paging li a, ul.paging li.active { display: block; padding: 3px 6px; background-color: #f5f5f5; border: 1px solid #ccc; }
ul.paging li.active { background-color: #ed7100; border-color: #ed7100; color: #fff; }


div.formRow {
	padding: 5px 0;
	clear: left;
}

div.formRow label {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

div.formRow input, div.formRow textarea, div.formRow select {
	float: left;
	width: 200px;
}

div.formRow textarea {
	width: 205px;
}

div.formRow.buttons {
	margin-left: 210px;
}

/*###### Employment Register ######*/

div.row {
	width: 350px;
	margin: 0 0 20px 0;
}

div.row p {
	margin: 10px 0;
}

div.row input.small {
	width: 80px;
	margin: 0;
}

div.row span.radioBTN input {
	
}

div.row span.checkbox input {
	
}

div.row textarea {
	width: 600px;
	margin: 0 0 10px 0;
}

div.row input select {
	height: 80px;
}

div.box {
	float: left;
	width: 200px;
}

div.box div.text input {
	width: 80px;
}

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

#facebook {
	position: absolute;
	top: 20px;
	right: 0;
}

#scholarshipTable {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

	#scholarshipTable td:first-child {
		padding-right: 10px;
	}

	#scholarshipTable td:last-child {
		padding-left: 10px;
		text-align: center;
	}

		#scholarshipTable td:last-child {
			text-align: left;
		}

	#scholarshipTable label {
		width: 80px;
		float: left;
	}
	