/* CSS Document 

Australian Council of Social Services (ACOSS) 
Website v1.2
by HugeObject.com.au

General styles and layout CSS

*/

@import url("typo.css");
@import url("forms.css");
@import url("lists.css");

body {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#sitewrap {
	width: 976px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background: #f4f4f4 url(../images/bg_sitewrap.gif) top left repeat-y;
}

/* --======= HEADER =======-- */

#header {
	width: 930px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#logo	{
	width: 573px; /*changed from 215px by David - King Computer */
	float: left;
	background: #ffffff url(../images/acoss-logo-slogan-1.png) top left no-repeat; /*updated by David - King Computer */
}

	#logo a {
		width: 215px;
		height: 80px;
		text-indent: -9999px;
		display: block;
	}

#topbar {
	float: right; 
	width: 300px; /*changed from 400px by David - King Computer */
	}

/* --======= MAIN NAV AREA =======-- */

#navbar {
	clear: both;
	width: 930px;
	margin: 0 auto;
	height: 35px;
	background: #ffffff url(../images/bg_navbar.png);
}


#navbar .topbar {
	float: right; 
	background: transparent url(../images/bg_topbar.png) no-repeat;
	width: 480px;
	font-size: 11px;
	height: 30px;
}

#navbar #nav {
	width: 930px;
}

/* --======= WE CAN BE HEROES =======-- */

#hero_flash {
	width: 930px;
	height: 220px;
}

#sub_hero {
	width: 930px;
	height: 200px;
}

	#sub_hero #sub_hero_left {
		float: left;	
		width: 710px;
		height: 200px;
	}
	
	#sub_hero #sub_hero_right {
		float: right;
		width: 220px;
		height: 200px;
		background-color: #98210e;
	}

/* --======= CONTENT AREA =======-- */

#main_content {
	clear: both;
	width: 930px;
	margin: 16px auto 0 auto;
	padding: 0;	
}

#main_content.sub-page {
	background: #ffffff url(../images/sub-left-blue.gif) top left repeat-y;
}



#home_infobox_main, #page_infobox_main {
	margin: 15px 0 5px 0;
}


#home_infobox_main .left-col {
	float: left;
	width: 670px;
	margin: 0 0 5px 0; /* Changed from 30 px margin at bottom - David */
}

	#home_infobox_main .left-col #mediabox,
	#home_infobox_main .left-col #pubbox {
		width: 325px;
		float: left;
		margin-top: 20px;
	}
	
	#home_infobox_main .left-col .subbybox {
		background: #eeeeee;
		height: 250px;
		margin-top: 0px;
	}
	
	#home_infobox_main .left-col #pubbox { margin-left: 15px; }	
	#home_infobox_main .left-col #recentissuesbox, #home_infobox_main .left-col #whatsonbox { padding-top: 5px; }	
	#home_infobox_main .left-col #recentissuesbox .issuesitem {	margin-top: 15px; float: left; width: 320px; }
	
		#home_infobox_main .left-col #recentissuesbox .issuesitem.itemtwo { margin-left: 18px;}
		#home_infobox_main .left-col #recentissuesbox .issuesitem img { padding: 5px; border: 1px solid #eeeeee; float: left; margin-right: 15px;  }
	
		#home_infobox_main .left-col #whatsonbox .WO_events,
		#home_infobox_main .left-col #whatsonbox .WO_jobs,
		#home_infobox_main .left-col #whatsonbox .WO_training { float: left; width: 200px; margin-top: 0px; }
		
		#home_infobox_main .left-col #whatsonbox .WO_events,
		#home_infobox_main .left-col #whatsonbox .WO_jobs { margin-right: 15px; border-right: 1px solid #dddddd;}
		
		#home_infobox_main .left-col #whatsonbox #whatsonbox_inner { background: #eeeeee; padding: 5px 10px; }
	
#home_infobox_main .right-col {
	float: right;
	width: 245px;
	margin: 0px;
}

	#home_infobox_main .right-col .tile,
	#home_infobox_main .right-col #joinbox,
	#home_infobox_main .right-col #subscribebox {
		margin-bottom: 15px;
	}
	
	
	#home_infobox_main .right-col #joinbox,
	#home_infobox_main .right-col #subscribebox {
		width: 100%;
		height: 110px;		
	}
	
	#home_infobox_main .right-col #joinbox {
		background: #98210d;
		border: 1px solid #98210d;
	}
	
	#home_infobox_main .right-col #subscribebox {
		background: #eeeeee;
		border: 1px solid #dddddd;
	}
	

#page_infobox_main .sidebar-col {
	width: 240px;
	float: left; 
}

	#page_infobox_main .sidebar-col .sidebox {
		background: #eeeeee;
		border: 1px solid #dddddd;
		margin-bottom: 15px;
	}
	
#page_infobox_main .content-col {
	float: right;
	width: 670px;
}
		
	#page_infobox_main .content-col .sidebox {
		background: #eeeeee;
		border: 1px solid #dddddd;
		margin-bottom: 15px;
		float: right;
		width: 220px;
		margin: 0 0 15px 15px;
	}
	
	#page_infobox_main .content-col #jumpto {
		display: none;
	}
	
	#page_infobox_main .content-col .page_img,
	#page_infobox_main .content-col .img_caption  {
		clear: right;
		border: 1px solid #dddddd;
		float: right;
		width: 220px;
		margin: 0 0 15px 15px;
	}
	
#page_infobox_main .content-col #WO_wrapper {	
	background: #ffffff url(../images/bg_WO_wrapper.png) top left repeat-y;
}

	#page_infobox_main .content-col .WO_events,
	#page_infobox_main .content-col .WO_jobs {
		float: left;
		width: 200px;
		margin-right: 15px;
		padding-right: 10px;
	}
	
	#page_infobox_main .content-col .WO_training {
		float: left;
		width: 210px;
		border: 0 none;
		margin-right: 0px;
	}

span#training-location { 
	margin-left: 60px; 
	display: block;
}


.member_logo {
	width: 150px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}
	
	.member_logo div.org_img {
		height: 150px;
	}

	.member_logo span {
		font-size: 11px;
		color: #666666;
	}

.entry {
	border-bottom:1px solid #DEDEDE;
	width:100%;
	padding-top: 15px;
}

div.entry .event-details, div.entry .job-details {
	float:left;
	font-size:0.85em;
	width:84%;
	margin-bottom: 15px;
}

.release {
	border-bottom:1px solid #999999;
	clear:both;
	padding-top: 15px;
}

/* --======= FOOTER STYLES =======-- */

#footer {
	width: 960px;
	height: 185px;
	font-size: 11px;
	margin: 0 auto 20px auto;
	background: #f4f4f4 url(../images/bg_footer.png) top left no-repeat;
	
}

#footer h4.acossontwitter {
	/*background: transparent url(../images/h4_acossontwitter.png) top left no-repeat;*/
	width: 191px;
	/*text-indent: -9999px;*/
	float: left;
	width: 200px;
}

#footer .twittericon {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

	#footer .twittericon a {
		display: block;
		width: 24px;
		height: 24px;
		background: transparent url(../images/icon_twitter.png);
		text-indent: -9999px;
	}

#footer #twitterbox {
	clear: both;
	width: 930px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
}
	
	

#footer #footernav {
	clear: both;	
	float: left;
	width: 600px;
	margin-left: 15px;
}

#footer #copyright {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	color: #ffffff;	
}


/* --======= BITS =======-- */

hr.spacer {
	height: 10px;
	border: 0 none;
}

.clear {
	clear: both;
}














/* ALTERNATE IMAGE HERO HEADERS */

#home_infobox_sub	{ background: transparent url(../images/temp_sub_bg.jpg) no-repeat; margin-bottom: 3px; padding: 10px 0 10px 0; }
#home_infobox_sub.our_members	{ background-image: url(../images/members_sub_bg.jpg); }
#home_infobox_sub.policy		{ background-image: url(../images/policy_sub_bg.jpg); }
#home_infobox_sub.media			{ background-image: url(../images/media_sub_bg.jpg); }
#home_infobox_sub.whats_on		{ background-image: url(../images/whatson_sub_bg.jpg); }
#home_infobox_sub.take_action	{ background-image: url(../images/takeaction_sub_bg.jpg); }

#subwrap {
	margin-top: 150px;
}

#subwrap #sub-left-col {
	float: left;
	width: 240px;
}

#subwrap #sub-left-col .tier-1 {
	width: 215px;
	margin: 0;
	padding-left: 21px;	
}

#subwrap #sub-left-col .tier-2 {
	width: 220px;
	margin: 0;
	padding-left: 21px;	
	padding-bottom: 20px;
}

#subwrap #sub-right-col {
	float: right;
	width: 680px;
	min-height: 200px;
}
* html #subwrap #sub-right-col {
	height: 200px;
}
#sub-left-col .subnav-box {
	width: 220px;
	background: transparent url(../images/bg_subnav-box.gif);
	margin-bottom: 20px;
}

li.input_error { border: 1px solid red; }



/* --======= IMAGE STYLES =======-- */

.fr { float: right; }
.fl	{ float: left; }

.release img, .entry img { 
	width: 80px;
	padding: 2px; 
	border: 1px solid #ccc;
	margin: 0 20px 0 0;
}


.release img { float: left;}

img {
	border: 0;
}

.img_float_right {
	float: right;
	width: 250px;
	margin-left: 25px;
}
div.img_float_board {
	width: 150px;
	float: right;
	clear: right;
	margin-left: 25px;
}
.img_float_right .caption p,
div.img_float_board .caption p {
	font-size: 10px;
	color: #999999;
	margin: 10px 5px 15px 0;
}
div.img_float_board .caption p { text-align: right; }
#home_infobox_cols .col-2 img,
#home_infobox_cols .col-3 img {
	float: right;
	padding: 2px;
	margin: 0 10px 2px 8px;
	border: 1px solid #ccc;
}

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

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

/* --======= POLICY =======-- */

.policy_box 	{ border: 1px solid #ccc; width: 93%; min-height: 98px;padding: 3px 0 5px 4px; margin-bottom: 15px; }
* html .policy_box { height: 98px; }
.policy_box img { padding-right: 10px; }

/* --======= PAGINATION =======-- */

ul.pagination {
	margin: 10px 20px 20px 0;
	padding: 0;
	float: right;	
	font-size: 8pt;	
	text-align: right;
	font-weight: bold;
}

	#page_infobox_main div.content-col ul.pagination li {
		display: inline;
		list-style-type: none;
		background-image: none;
		border: 1px solid #ccc;
		padding: 2px 5px;
		margin-right: 5px;
	}	
	
		ul.pagination li.here {
			background: #CCC;
		}

p.pagination {
	margin: 0;
	padding: 0;
}

	p.pagination a, p.pagination strong {
		border: 1px solid #ccc;
		padding: 2px 5px;
		margin-right: 4px;
	}

div.publications div.entry {
	min-height: 165px;
}
div.publications .entry p,
div.events .entry p,
div.jobs .entry p {
	font-size: 1em;
}
div.publications .entry img {
	float: left;
	margin: 0 20px 0 0;
}
div.additional-docs h5 {
	margin-bottom: 5px !important;
}
div.additional-docs ul {
	margin-top: 0 !important;
}
div.additional-docs li {
	margin-bottom: 0 !important;
}
div.events .entry img,
div.jobs .entry img{
	float: left;
	margin: 0 20px 0 0;
}
div.event img {
	float: right;
	margin: 0 10px 10px 20px;
}
#sub-right-col.events div.entry h4.event-type {
	text-transform: uppercase;
	font-size: .85em;
	font-weight: normal;
	color: #999;
	margin-bottom: 0 !important;
}

#sub-right-col.events div.entry h5.event-title {
	font-size: 14px;
	margin: 0 0 10px 0 !important;
}
div.events div.entry .event-title a:visited {
	color: #0093c3;
}
.event-host a {
	text-decoration: underline;
}
div.events div.entry.event address,
div.event address {
	font-style: normal;
	margin: 5px 0;
}
div.events div.entry .event-details {
	float: left;
	width: 84%;
	font-size: .85em;
}

div.events div.entry .event-intro {
	clear: both;
	padding-top: 2px;
}

div.search-results hr { display: none;}
div.search-results .resultRowOne,
div.search-results .resultRowTwo {
	border-bottom: 1px solid #DEDEDE;
}
div.search-results .resultRowOne {
	background: #f8f8f8;
}
div.search-results h3.result-title {
	margin-top: 0;
	padding-top: 10px;
}
div.search-results #page_infobox_main img,
div.search-results #page_infobox_main div.img_float_board {
	display: none;
}

/*.img_caption {
	float:right;
	width: 150px;
	margin: 0 -20px 0 25px
}*/

.img_caption p {
	font-size: 10px;
	color: #999999;
	text-align: left; 
}
