/* ------ NOTES ---------------------------------------------------------------

Site: contactfirst.com.au
Stylesheet: Global Screen Styles
Author: Damien Buckley, Propeller Graphic Design & Marketing.
Version: 9/7/10

--------- CONTENTS ------------------------------------------------------------

GLOBAL RESET

1: BODY
	a) Link Styles
	b) Skip Links

2: TYPOGRAPHY GENERAL
	a) Base List Styles
	b) Special List Styles
	c) Icon Lists
	d) Misc

3: MAIN CONTAINERS

4: NAV UTILITY & SEARCH INPUT
	a) Nav Main
	b) Branding
	c) Nav Secondary

5: MAIN CONTENT CONTAINERS
	a) Associations

6: COPYRIGHT

7: TESTIMONIALS & COMMENTS

8: PAGINATION

9: INLINE IMAGE STYLES

10: DATA TABLES

11: CALENDAR

12: MISC

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

/* GLOBAL RESET - thanks to Eric Meyer
============================================================================ */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, cite, del, em, img, ins, q, strike, strong, sub, sup, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, 
th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-size: 100%; 
	font-style: inherit; font-family: inherit; vertical-align: baseline; 
	}

ol, ul {list-style: none;}

table {border-collapse: separate; border-spacing: 0;}

caption, th, td {text-align: left; font-weight: normal;}

blockquote:before, blockquote:after, q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

strong {font-weight:bold;}

em {font-style:italic;}

img {border:none; display:block;}

/* 1) BODY
============================================================================ */

body {
	font-size:100%;
	font-family: Arial, sans-serif;
	text-rendering: optimizeLegibility;
	background:#CCC;
	text-align:center;
	color:#333;
	}

/* 1a) LINK STYLES
============================================================================ */

a:link, a:visited, a:focus {
	color:#D11634;
	text-decoration:none;
	}

a:hover, a:active {
	color:#919FAC;
	text-decoration:none;
	outline:none;
	}

li h1 a:link, li h1 a:visited, li h1 a:focus {
	color:#D11634;
	text-decoration:none;
	text-transform:uppercase;
	}

li h1 a:hover, li h1 a:active {
	color:#919FAC;
	outline:none;
	}

#content_secondary h4 a:link, #content_secondary h4 a:visited, #content_secondary h4 a:focus {
	color:#FFF;
	text-decoration:none;
	}

#content_secondary h4 a:hover, #content_secondary h4 a:active {
	color:#919FAC;
	outline:none;
	}

/* 1b) SKIP LINKS
============================================================================ */

#accessibility {
	position:absolute;
	top:0;
	left:-10000px;
	}

/* 2) TYPOGRAPHY - GENERAL
============================================================================ */

p, .adr, label, input, textarea, td, th, #content li, #content_secondary li {
	font-size:0.9375em;
	margin-bottom:1em;
	line-height:1.25em;
	}

h1, h2, h3, caption, #subscribe legend {
	font-size:1.375em;
	line-height:1.25em;
	margin-bottom:1em;
	}

#subscribe legend {
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	}

#content_main h2 {font-size:1.2em;}

#details .vcard p.fn {
	font-size:1.466em;
	line-height:1em;
	margin-bottom:1em;
	}

#content_secondary h2, #content_secondary h3, #subscribe legend {color:#E38D38;}

h4 {
	margin-bottom:1em;
	font-size:0.9375em;
	font-weight:bold;
	text-transform:uppercase;
	}

li h4, li p {font-size:1em;}

p + h4, ul + h4, ol + h4 {
	padding-top:1em;
	border-top:1px dotted #FFF;
	}

sup {
	vertical-align:super;
	font-size:35%;
	line-height:0.25em;
	}

sub {
	vertical-align:sub;
	font-size:35%;
	}

hr {
	color:#999;
	margin:2em 0;
	}

.caps {
	text-transform:uppercase;
	font-style:normal;
	}

	/* 2a) BASE LIST STYLES
============================================================================ */

ul, ol, .indent {
	margin-bottom:1.5em;
	font-size:1em;
	}

li, .indent li {
	margin-bottom:0.75em;
	}

ul li {list-style:disc;}

ol li {list-style-type:decimal;}

	/* 2b) SPECIAL LIST STYLES
============================================================================ */

.circle li {list-style:circle;}
.square li {list-style:square;}
.upper-alpha li {list-style:upper-alpha;}
.lower-alpha li {list-style:lower-alpha;}
.upper-roman li {list-style:upper-roman;}
.lower-roman li {list-style:lower-roman;}
.blank li {list-style:none;}

.inside {
	margin-left:0;
	padding-left:0;
	}
	
.inside li {
	list-style-position:inside;
	}

.indent {
	padding-left:0.5em;
	margin-left:0.5em;
	}

.aside .indent {
	margin-left:0;
	padding-left:0;
	}

.indent li {
	margin-bottom:0.75em;
	margin-left:1em;
	line-height:1.3em;
	}

.small li {font-size:0.9em!important}

.large li {font-size:1.2em!important}

ul ul, ol ol, ol ul, ul ol {
	margin-left:1em;
	padding: 1em 0 0 1em;
	}

ol ul li {list-style:disc;}
ul ol li {list-style-type:decimal;}

	/* 2c) LISTS WITH ICONS
============================================================================ */

.tick li, .tick-dk li {
	list-style-type:none;
	padding-left:30px;
	line-height:22px!important;
	background: transparent url(/site_images/tick.gif) 0 50% no-repeat;
	}

.tick-dk li {background: transparent url(/site_images/tick-dk.gif) 0 50% no-repeat;}

	/* 2d) MISC
============================================================================ */

p.small {font-size:0.8em;}

p del {text-decoration:line-through;}

.vcard p.fn a {
	color:#333;
	text-decoration:none;
	}

p.title {
	font-style:italic;
	padding-bottom:1em;
	border-bottom:1px dotted #FFF;
	}

li.article, #search_results li {
	margin-bottom:2em;
	padding-bottom:1em;
	border-bottom:1px solid #CCC;
	list-style:none;
	overflow:hidden;
	}

#files li {
	margin-bottom:1em;
	padding-top:1em;
	border-top:1px solid #CCC;
	list-style:none;
	overflow:hidden;
	}

li.article:last-child, #search_results li:last-child {
	border-bottom:none;
	padding-bottom:0;
	}

#files li a.file_thumb {
	float:right;
	margin:0 0 10px 10px;
	padding:5px;
	border:1px solid #343434;
	background:none;
	}

form#files_cats {
	margin-top:-2.7em;
	float:right;
	}

#events_summary ul {
	padding-top:1em;
	border-top:1px solid #CCC;
	}

#events_summary h4 {margin-bottom:0;}

a.perm {margin-right:1em;}

.posted {font-style:italic;}

/* 3) MAIN CONTAINERS
============================================================================ */

#wrapper {
	width:960px;
	padding:0 34px;
	margin:0 auto;
	background:#CCC url(/site_images/body_bg.jpg) top center repeat-y;
	overflow:hidden;
	}

#container {
	overflow:hidden;
	text-align:left;
	width:960px;
	}

/* 4) NAV UTILITY & SEARCH INPUT
============================================================================ */

#search {
	position:relative;
	width:940px;
	height:20px;
	padding:15px 10px;
	background:#333;
	text-align:right;
	}

#search p {
	margin:0;
	padding-left:10px;
	color:#FFF;
	}

#search label {
	margin-right:190px;
	line-height:20px;
	}

#search input.input {
	position:absolute;
	top:15px;
	right:10px;
	width:170px;
	height:16px;
	padding:1px 2px;
	border:1px solid #CCCCCB;
	font-size:0.9em;
	text-align:left;
	}

#search input:focus {outline:0;}

/* 4a) NAV - MAIN
============================================================================ */

ul#nav_main {
	position:relative;
	float:right;
	width:960px;
	height:40px;
	margin:0;
	padding:0;
	background:#E3E3E3 url(/site_images/nav_bg.jpg) 0 50% repeat-x;
	border:1px solid #FFF;
	border-width:1px 0;
	}

#nav_main li {
	display:inline;
	float:left;
	margin:0;
	padding:0 25px;
	width:auto;
	}

#nav_main li a {
	display: block;
	text-transform:uppercase;
	line-height:2.33em;
	letter-spacing:0.005em;
	text-shadow:1px 1px 0 rgba(255,255,255, .8);
	}

#nav_main li.login a, #nav_main li.contact a {border-bottom:none;}

#nav_main a:link, #nav_main a:visited {
	color:#333;
	text-decoration:none;
	display:block;
	font-weight:bold;
	-webkit-transition: color .3s linear;
	}

#nav_main a:hover, #nav_main a:active, #homepage #home a, #newspage #news a,
 #page_32 #about a, #contactpage #contact a, #testimonials_page #test a, #resourcespage #resources a,
  #event_calendar #events a {
	color:#A40532;
	text-decoration:none;
	text-shadow:1px 1px 0 rgba(220,220,220, .8);
	}

/* 4b) BRANDING
============================================================================ */

#branding {
	width:760px;
	height:179px;
	padding:85px 0 10px 200px;
	overflow:hidden;
	position:relative;
	background: #D04B0D url(/site_images/banner_bg.jpg) 0 0 no-repeat;
	font-family:"Gill Sans Bold", "Gill Sans", "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color:#FFF;
	text-shadow:3px 3px 5px rgba(0,0,0, .8);
	text-align:center;
	}

#logo, #branding .tel {
	font-size:2.5em;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-bottom:0;
	}

#logo em {
	display:block;
	font:normal 0.6em/1.5 Arial, sans-serif;
	letter-spacing:0.045em;
	text-transform:lowercase;
	}
	
#branding .tel {
	padding-left:60px;
	background: transparent url(/site_images/tel.png) 50px 50% no-repeat;
	}

#logo a {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:274px;
	text-indent:-10000px;
	}

/* 4c) NAV - SECONDARY
============================================================================ */

ul#nav_secondary {
	position:relative;
	float:right;
	width:960px;
	height:100px;
	margin:0;
	padding:0;
	border:1px solid #FFF;
	border-width:1px 0;
	overflow:hidden;
	}

#nav_secondary li {
	display:inline;
	float:left;
	margin:0 1px 0 0;
	width:159px;
	height:100px;
	}

#nav_secondary li a {
	width:129px;
	display: block;
	padding:15px;
	height:70px;
	}

#nav_secondary a:link, #nav_secondary a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:1.1875em;
	line-height:1.1em;
	-webkit-transition: background-color .3s linear;
	}

#planning a {background:rgb(145,159,172);background:rgba(145,159,172, 1);}
#marketing a {background:rgb(83,101,148);background:rgba(83,101,148, 1);}
#mentoring a {background:rgb(120,108,132);background:rgba(120,108,132, 1);}
#financial a {background:rgb(216,70,54);background:rgba(216,70,54, 1);}
#profits a {background:rgb(227,141,56);background:rgba(227,141,56, 1);}
#nav_secondary #indigenous a {background:rgb(209,22,52);background:rgba(209,22,52, 1); margin-right:0; width:130px;}

#planning a:hover, #page_35 #planning a {background-color:rgba(145,159,172, .5);color:#000;}
#marketing a:hover, #page_36 #marketing a {background:rgba(83,101,148, .5);color:#000;}
#mentoring a:hover, #page_37 #mentoring a {background:rgba(120,108,132, .5);color:#000;}
#financial a:hover, #page_42 #financial a {background:rgba(216,70,54, .5);color:#000;}
#profits a:hover, #page_43 #profits a {background:rgba(227,141,56, .5);color:#000;}
#nav_secondary #indigenous a:hover, #page_44 #indigenous a {background:rgba(209,22,52, .5);color:#000;}

/* 5) CONTENT CONTAINERS
============================================================================ */

#content, #content_secondary {
	width:920px;
	padding:30px 20px 15px;
	overflow:hidden;
	}

#content {background:#FFF;}

#content_secondary {
	background:#333;
	color:#FEFEFE;
	}

#content_secondary strong {color:#FFF;}

#welcome, #news_summary, #extended, #content_main.small {
	float:left;
	width:540px;
	}

#content_main  {
	float:left;
	width:640px;
	}

#events_summary, #testimonials, #asideLg, #contacts, #event_calendar #details {
	float:right;
	width:360px;
	overflow:hidden;
	}

#content_main.files, #contacts {width:450px;}

#content_main.full {width:920px;}

#details, #categories, #aside, #headline_list  {
	float:right;
	width:260px;
	}

/* 5a) ASSOCIATIONS
============================================================================ */

#associations {
	clear:left;
	width:960px;
	height:98px;
	margin-bottom:10px;
	background:#FFF url(/site_images/assoc_bg.gif) 0 0 no-repeat;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	}

#associations ul {
	margin:0;
	padding:0;
	}

#associations li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	}

#associations a {
	display:block;
	height:98px;
	text-indent:-10000px;
	}

#aipf, #cpm {width:67px;}
#aussiehost {width:160px;}
#bec, #aim, #pria {width:60px;}
#cosboa {width:120px;}
#ami {width:100px;}
#sbs {width:120px;}
#maf {width:146px;}

/* 6) COPYRIGHT
============================================================================ */

#copyright {
	text-align:center;
	line-height:1.25em;
	padding:1em;
	font-weight:bold;
	}

.propeller {
	text-align:center;
	line-height:2em;
	}

.propeller a:link, .propeller a:visited, .propeller a:focus {
	color:#333;
	text-decoration:none;
	font-size: 0.8em;
	}

.propeller a:hover, .propeller a:active {
	color:#D11634;
	text-decoration:underline;
	}

/* 7) TESTIMONIALS & COMMENTS
============================================================================ */

ul.testimonials li, ol.comment_entries li {
	border:1px solid #CCCCCB;
	background:#D7D7D7 url(/site_images/bq.gif) 595px 100% no-repeat;
	padding:14px 14px 0;
	list-style:none;
	font: italic 1.1em Didot, Georgia, serif;
	}

.testimonials cite, .comment_entries .posted {
	font-weight:bold;
	padding-left:40px;
	background:#D7D7D7 url(/site_images/bq.gif) -50px -10px no-repeat;
	line-height:25px;
	}

/* 8) PAGINATION
============================================================================ */

#content_main li.paginate {
	margin:0;
	padding:0;
	border:none;
	background:none;
	font:normal 1em Arial, sans-serif;
	list-style:none;
	}

span.pagecount {padding-right:20px}

.paginate a, .paginate strong {
	padding:2px 5px;
	border:1px solid #CCCCCB;
	text-decoration:none;
	background-color:#D11634;
	color:#FFF;
	}

.paginate a:hover, .paginate strong {background-color:#333;}

/* 9) INLINE IMAGE STYLES
============================================================================ */

#news_summary img, #headlines li img {
	clear:right;
	float:right;
	display:inline;
	margin:0 0 8px 10px;
	border:1px solid #CCCCCB;
	width:95px;
	}

#content img {margin-bottom:8px;}

.left {
	clear:left;
	float:left;
	display:inline;
	margin:0 10px 8px 0;
	}

.right, #content_main h1 img {
	clear:right;
	float:right;
	display:inline;
	margin:0 0 8px 10px;
	}

.border, #content_main h1 img {border:1px solid #CCCCCB;}

.borderLg {border:3px solid #CCCCCB;}

.frame {
	padding:5px;
	background-color:#FFF;
	}

/* 10) DATA TABLES
============================================================================ */

#content table {
	border-collapse:collapse;
	border:1px solid #CCC;
	border-width:1px 1px 0 0;
	margin:0 0 0.5em 1px;
	}

#content th, #content td {
	border:1px solid #CCC;
	border-width:0 0 1px 1px;
	padding:5px;
	}

#content td img {margin:0 auto;}

#content table th {font-weight:bold;}

#resources_list th.tel {width:7em;}

/* 11) CALENDAR
============================================================================ */

#fc_outer {
	width:100%;
	background:rgb(245,245,245);
	}

#fc_inner {
	background:#FFF;
	font-size:0.8em;
	height:800px
	}

th.day_of_week {
	width:130px!important;
	text-align:center;
	}

#month_year th {
	width:33%;
	text-align:center;
	}

.day_event {
	padding:0 5em 0 5em;
	border-bottom:1px dotted #CCC;
	margin-bottom:1em;
	}

p.hour {
	border-bottom:1px dotted #CCC;
	padding-bottom:0.5em;
	}

td.day_cell {height:20%;}

td.day_cell div.date {text-align:right;}

/* 12: MISC
============================================================================ */

/* PDF LINKS */

a[href$=".pdf"] {
	display:inline-block;
	padding-right:24px;
	background:url(/site_images/iconpdf18x18.gif) no-repeat 100% 0;
	}