/*
Theme Name: SDAQ
Description: SDA Queensland Theme
Version: 1.0
Author: GDP Digital
Tags: blue, custom header, fixed width, two columns, widgets
*/



@charset "utf-8";
/* SDA CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Geneva, sans-serif;
	font-size: 12px;
}



form {
	margin: 0;
	padding: 0;	
}

img {
	border: 0;	
}

a {
	text-decoration: none;	
}


/*** Main Containers *****************/

#container {
	width: 940px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 95px;
	position: relative;
	z-index: 1;
}


/*** Header *************************/

#header-logo {
	position: absolute;	
	top: 7px;
	left: 0;
	z-index: 5;
}

#header-text {
	position: absolute;
	top: 22px;
	right: 220px;
	color: #04ada3;
	font-weight: bold;
	text-transform: uppercase;
}

#header-menu {
	position: absolute;
	right: 0;
	top: 50px;
	width: 770px;
	color: #fff;
	text-align: center;
}

#header-menu-links {
	position: absolute;
	right: 0;
	padding-top: 8px;
	font-weight: bold;
}

#header-menu-links div {
	float: left;
	background-color: #1c3143;
	height: 25px;
	padding-top: 8px;
}

.header-menu-div {
	font-style: italic;
	width: 45px;
	text-align: center;
}

#header-menu-start {
	padding: 0 9px;	
}

.header-menu-end {
	padding: 0 9px;	
}

.header-menu-item a:link, .header-menu-item a:visited, .header-menu-item a:active {
	color: #fff;	
	text-decoration: none;
}
.header-menu-item a:hover {
	color: #03a99d;	
	text-decoration: none;
}

.header-menu-item-in a {
	color: #03a99d !important;	
	text-decoration: none;
}

#header-search {
	position: absolute;
	background-image: url('images/layout/search-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;	
	width: 181px;
	height: 22px;
	padding-top: 2px;
	right: 15px;
	top: 20px;
}

#header-search-but {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 22px;
}

#header-search-field {
	height: 16px;
	width: 165px;
	font-size: 10px;
	color: #666;
	border: 0 none;
	margin-left: 5px;
}

/*** Content *****************************/

#content {
	position: relative;	
}


#hero-home {
	position: relative;
	height: 292px;
	width: 940px;
	background-image: url('images/layout/hero-home.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

#hero-text {
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 37px;
	color: #fff;
	width: 420px;
}

#hero-title {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 5px;
}

#hero-para {
	line-height: 140%;
	font-size: 14px;
}

#hero-join {
	margin-top: 18px;	
}

#home-content {
	float: left;
	position: relative;
	margin-top: 20px;
}

#home-content-left {
	float: left;	
	width: 520px;
}

#home-login {
	float: left;
	height: 90px;
	width: 520px;
	background-image:url('images/layout/corner-green-grey.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
}

#home-login-title {
	float: left;
	font-size: 24px;
	color: #00aca2;
	padding: 14px;
	font-weight: bold;
}

#home-login-form {
	float: left;
	height: 90px;
}

#home-login-top {
	margin-bottom: 5px;	
}

.home-login-field {
	background-image: url('images/layout/login-field-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;	
	width: 170px;
	height: 22px;
	padding-top: 2px;
	margin-bottom: 4px;
	clear: left;
}

.home-login-text {
	float: left;
	height: 16px;
	width: 142px;
	font-size: 10px;
	color: #666;
	border: 0 none;
	margin-left: 5px;
}

#home-login-links {
	float: left;
	padding-top: 22px;
}

#home-login-password {
	margin-bottom: 8px;	
}

#home-login-password a {
	color: #21394F;
}


#home-boxes {
	float: left;
	margin-top: 20px;
	width: 520px;
}

.home-boxes-single, .home-boxes-single-last {
	float: left;
	margin-right: 20px;
	width: 160px;
	height: 160px;
	background-color: #21394f;
}

.home-boxes-single-last {
	margin: 0;
}

.home-box-link {
	margin-left: 18px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.home-box-link a {
	color: #fff;
}

#home-box-1 {
	background-image:url('images/layout/corner-box-yellow.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#home-box-1 .home-box-link {
	background-image:url('images/layout/arrow-yellow.gif');
}	

#home-box-2 {
	background-image:url('images/layout/corner-box-purple.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#home-box-2 .home-box-link {
	background-image:url('images/layout/arrow-purple.gif');
}	

#home-box-3 {
	background-image:url('images/layout/corner-box-green.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#home-box-3 .home-box-link {
	background-image:url('images/layout/arrow-green.gif');
}	

.home-box-title {
	width: 130px;
	font-size: 21px;
	color: #fff;
	margin: 65px 0 8px 18px;
	font-weight: bold;
}

#home-content-offers {
	float: left;
	position: relative;
	height: 270px;
	width: 220px;
	margin-left: 20px;
	background-image:url('images/layout/corner-green-grey.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
}

#home-content-offers-banners {
	float: left;
	position: relative;
	height: 270px;
	width: 160px;
	margin-left: 20px;
}

#home-content-offers-title {
	float: left;
	font-size: 24px;
	color: #00aca2;
	padding: 16px 16px 8px 16px;
	font-weight: bold;
}

#home-content-entries {
	padding: 3px 0 2px 16px;
	color: #21394f;
	width: 190px;
}

#home-content-entries div {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc; 
}

.home-content-entry-last {
	border-bottom: 0 none !important; 
}

#home-content-entries a {
	color: #b6159f;	
}

#home-content-entries-button {
	position: relative;
	padding-right: 16px;
	float: right;
	top: -8px;
}

/*** Side Bar Left ***********************/

#side-bar-left {
	width: 180px;
	float: left;
	padding-top: 60px;
}

#side-bar-left-menu {
	padding-right: 20px;
	margin-left: 2px;
	font-weight: bold;
}

#side-bar-left-menu ul {
	margin: 0;
	padding: 0;
}

#side-bar-left-menu li {
	background-image: url('images/layout/menu-icon.gif');
	background-position: 0 7px;
	background-repeat: no-repeat;
	list-style: none;
	padding: 7px 0 7px 20px;
	border-bottom: 1px solid #e5e5e5;
}

#side-bar-left-menu a {
	color: #1c3143;	
}

.side-bar-header {
	font-size: 16px;
	color: #00aca2;	 
	margin-bottom: 4px;
	font-weight: bold;
}

#side-bar-list-cat li {
	color: #b6159f;
	font-weight: normal;
}

#side-bar-list-cat a {
	font-weight: bold!important;	
}

.current_page_item a {
	color: #00aca2 !important;
}

.current_page_item {
	background-image: url('images/layout/menu-icon-on.gif') !important;
}

.sub-menu-item-last {
	border-bottom: none 0 !important;	
}

#side-bar-login {
	margin-top: 20px;	
	background-image:url('images/layout/corner-green-grey.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	width: 160px;
}

#side-bar-login-title {
	font-size: 20px;
	color: #00aca2;
	padding: 16px 14px 0 16px;
	font-weight: bold;
}

#side-bar-login-form {
	margin-left: 16px;
}

#side-bar-login-top {
	margin-bottom: 0;	
}

.side-bar-login-field {
	background-image: url('images/layout/login-field-side-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;	
	width: 140px;
	height: 22px;
	padding-top: 2px;
	margin-bottom: 4px;
	clear: left;
}

.side-bar-login-text {
	height: 16px;
	width: 90px;
	font-size: 10px;
	color: #666;
	border: 0 none;
	margin-left: 5px;
}

#side-bar-login-links {
	padding-top: 4px;
	margin-left: 16px;
}

#side-bar-login-password {
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 10px;
}

#side-bar-login-password a {
	color: #1c3143;
}

#login-field {
	
}

#pass-field {
	
}

.side-bar-left-box {
	margin-top: 20px;
	width: 160px;
	height: 160px;
	background-color: #21394f;	
	margin-bottom: 20px;
	float: left;
	position: relative;

}

#side-bar-left-box-1 {
	background-image:url('images/layout/corner-box-green.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#side-bar-left-box-1 .home-box-title {
	margin-top: 30px !important;	
}

#side-bar-left-box-1 .home-box-link {
	background-image:url('images/layout/arrow-green.gif');
}	





/*** Posts *******************************/

.post-category {
	position: relative;
	top: -8px;
}

.post-list {
	margin-top: 4px;	
}

.post-div {
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.post-title {
	color: #1c3143;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.post-title a {
	color: #1c3143;	
}

.post-time {
	color: #00aca2;
	font-size: 11px;
	text-transform: uppercase;
	background-image:url('images/layout/post-icon.gif');
	background-repeat: no-repeat;
	background-position: 0 2px ;
	padding: 0 0 0 20px;
}

.post-content {
	line-height: 150%;	
}

.post-content a {
	color: #b6159f;
}

/*** Main Page Content *******************/

#main-content {
	width: 580px;
	float: left;
	position: relative;
	_margin-right: 10px;
	min-height:500px;
 	height:auto !important;
 	height:500px;
}

#main-content a {
	text-decoration: underline !important;
	color: #000 !important;
}

#main-content-title {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	color: #00aca2;
}

#main-content-title ul {
	margin: 0;
	padding: 0;
}

#main-content-title li {
	list-style: none;	
}

#main-content-title a {
	color: #00aca2;
}

#main-content-hero-cell {
	position: relative;
	margin-bottom: 15px;
}

#main-content-hero {
	position: relative;	
}

#main-content-hero-summary {
	position: absolute;
	top: 37px;
	left: 12px;
	color: #fff !important;
	width: 230px;
	font-size: 14px;
	line-height: 160%;
}

#main-content-hero-summary p {
	margin: 0;
	padding: 0;
}

#main-content-text {
	font-size: 13px;
	color: #000;
	line-height: 160%;
}

#main-content-text ul {
	margin-left: 20px;	
	padding: 0;
}



#main-content-text li {
	background-image: url('images/layout/red-icon.gif');
	background-position: 0 7px;
	background-repeat: no-repeat;
	list-style: none;
	padding: 4px 0 7px 20px;
}

/*** Banners *****************************/
#banners {
	position: relative;
	height: 250px;
	overflow: hidden;
}

#banners-title {
	padding: 0 0 2px 0;
	color: #00aca2;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0;
	position: relative;
	top: -2px;
}

#banners-title a {
	color: #00aca2 !important;
}

.banner-image {
	position: absolute;
	top: 0;
	left: 0;
}

/*** Side Bar Right **********************/

#side-bar-right {
	margin-top: 59px;
	width: 180px;
	float: left;
	/* _ Indicates an IE6 only fix */
	_float: none;
	_display: inline;
	position: relative;
}


#side-bar-pad {
	margin-left: 20px;	
	position: relative;
}

#side-bar-right-banner {
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}

.side-bar-right-box {
	width: 160px;
	height: 160px;
	background-color: #21394f;	
	margin-bottom: 20px;
	float: left;
	position: relative;

}

#side-bar-right-box-1 {
	background-image:url('images/layout/corner-box-yellow.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#side-bar-right-box-1 .side-bar-right-box-link {
	background-image:url('images/layout/arrow-yellow.gif');
}	

#side-bar-right-box-2 {
	background-image:url('images/layout/corner-box-purple.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#side-bar-right-box-2 .side-bar-right-box-link {
	background-image:url('images/layout/arrow-purple.gif');
}	

#side-bar-right-box-1 {
	background-image:url('images/layout/corner-box-yellow.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#side-bar-right-box-1 .home-box-link {
	background-image:url('images/layout/arrow-yellow.gif');
}	

#side-bar-right-box-2 {
	background-image:url('images/layout/corner-box-purple.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#side-bar-right-box-2 .home-box-link {
	background-image:url('images/layout/arrow-purple.gif');
}	


/*** Footer ******************************/

#footer {
	position: relative;
	float: left;
	height: 150px;
	width: 940px;
	background-color: #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer-content {
	position: relative;
	padding: 20px;
	color: #333333;
	font-size: 11px;
}

#footer-content a {
	color: #03a99d;	
}

#footer-space {
	float: left;
	margin: 10px;
}

#footer-title {
	font-size: 18px;
	font-weight: bold;
	color: #03a99d;
	margin-bottom: 15px;
}

.footer-icon-block {
	width: 140px;
	float: left;
}

.footer-icon-block a {
	color:#333 !important;
}

#footer-icon-car {
	background-image:url('images/layout/icon-car.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 50px;
}

#footer-icon-postbox {
	background-image:url('images/layout/icon-postbox.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 50px;
}

#footer-icon-phone {
	background-image:url('images/layout/icon-phone.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 50px;
	width: 250px;
}

#footer-icon-phone div {
	float: left;	
}

#footer-icon-phone br {
	clear: both;	
}

.footer-phone-label {
	width: 110px;
}

#footer-logo-links {
	position: absolute;
	right: 6px;
	top: 10px;
	text-align: right;
	padding: 10px;
}

#footer-logo-image {
	margin-bottom: 4px;	
}
