/*
Theme Name: CCLC NSW
Theme URI: http://cclcnsw.org.au
Description: The CCLC NSW themes
Version: 1.0
Author: Brett Fusedale
Author URI: http://www.fade.com
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
/* ol, ul, li { list-style:none } */
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(images/bg-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #666;
	line-height: 1.3em;
}

/* Global */

p {
	margin: 10px 0 10px 0;
}

a:link, a:active, a:visited {
	color:#32A2E7;
	text-decoration:none;
}
a:hover {
	color: #0D669C;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0d669c;
	margin: 0 0 15px 0;
	line-height: 1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0d669c;
	margin: 20px 0 0px 0;
	line-height: 1em;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0d669c;
	margin: 20px 0 0px 0;
	line-height: 1em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0d669c;
	margin: 0 0 15px 0;
	line-height: 1em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d669c;
	margin: 0 0 15px 0;
	line-height: 1em;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0d669c;
	margin: 0 0 15px 0;
	line-height: 1em;
}
li {
	margin: 0 0 0 20px;
        padding: 0;
}

ul {
	margin: 20px 0 0 0;
        padding: 0;
}
ol {
	margin: 20px 0 0 20px;
        padding: 0;
}

/* Search Box */

#search {
	float: right;
	margin-top: 110px;
        text-align: left;
}
#search_box {
    width: 182px;
    height: 35px;
    background: url(images/search-off.png);
    background-repeat: no-repeat;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 10px 0 0 10px;
    border: 0;
    width: 130px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 0;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

/* Layout */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	text-align: center;
}
#header {
	width: 1000px;
	height: 200px;
}
#leftcolumn {
	width: 158px;
	float: left;
}

#content {
	float: left;
	width: 626px;
	display: inline;
	text-align: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#content-left {
	float: left;
	width: 300px;
}
#content-right {
	float: right;
	width: 311px;
}
#content-right-top {
	width: 311px;
	background-image: url(images/bg-news-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 11px;
}
#content-right-content {
	width: 281px;
	background-image: url(images/bg-news-content.png);
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}
#content-right-bottom {
	width: 311px;
	background-image: url(images/bg-news-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 11px;
	clear: both;
	margin: 0px;
}



#rightcolumn {
	width: 156px;
	float: right;
        margin: 5px 0 0 0;
}
#footer {
	clear: both;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 100%;
	height: 110px;
}

#fade-logo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 45px;
}

/* Menu */

.menu {
	list-style:none;
	margin-top: 19px;
}
.menu li {
	display:inline;
	padding: 0;
	margin: 0;
}
.menu li a {
	float: left;
	width:158px;
}
.menu li a span {
	display: none;
}
li.home a {
	height: 31px;
	background-image: url(images/menu-home.png);
	background-repeat: no-repeat;
}
li.home a:hover {
	background-position: -158px 0;
}
li.home a.active {
	background-position: -316px 0;
}
li.whats-new a {
	height: 31px;
	background-image: url(images/menu-whats-new.png);
	background-repeat: no-repeat;
}
li.whats-new a:hover {
	background-position: -158px 0;
}
li.whats-new a.active {
	background-position: -316px 0;
}
li.about-us a {
	height: 31px;
	background-image: url(images/menu-about-us.png);
	background-repeat: no-repeat;
}
li.about-us a:hover {
	background-position: -158px 0;
}
li.about-us a.active {
	background-position: -316px 0;
}
li.aims-and-objectives a {
	height: 31px;
	background-image: url(images/menu-aims-and-objectives.png);
	background-repeat: no-repeat;
}
li.aims-and-objectives a:hover {
	background-position: -158px 0;
}
li.aims-and-objectives a.active {
	background-position: -316px 0;
}
li.legal-advice a {
	height: 31px;
	background-image: url(images/menu-legal-advice.png);
	background-repeat: no-repeat;
}
li.legal-advice a:hover {
	background-position: -158px 0;
}
li.legal-advice a.active {
	background-position: -316px 0;
}
li.legal-assistance a {
	height: 31px;
	background-image: url(images/menu-legal-assistance.png);
	background-repeat: no-repeat;
}
li.legal-assistance a:hover {
	background-position: -158px 0;
}
li.legal-assistance a.active {
	background-position: -316px 0;
}
li.caseworker-information a {
	height: 31px;
	background-image: url(images/menu-caseworker-information.png);
	background-repeat: no-repeat;
}
li.caseworker-information a:hover {
	background-position: -158px 0;
}
li.caseworker-information a.active {
	background-position: -316px 0;
}
li.fact-sheets a {
	height: 31px;
	background-image: url(images/menu-fact-sheets.png);
	background-repeat: no-repeat;
}
li.fact-sheets a:hover {
	background-position: -158px 0;
}
li.fact-sheets a.active {
	background-position: -316px 0;
}
li.sample-letters a {
	height: 31px;
	background-image: url(images/menu-sample-letters.png);
	background-repeat: no-repeat;
}
li.sample-letters a:hover {
	background-position: -158px 0;
}
li.sample-letters a.active {
	background-position: -316px 0;
}
li.multilingual-resources a {
	height: 31px;
	background-image: url(images/menu-multilingual-resources.png);
	background-repeat: no-repeat;
}
li.multilingual-resources a:hover {
	background-position: -158px 0;
}
li.multilingual-resources a.active {
	background-position: -316px 0;
}
li.multilingual-fact-sheets a {
	height: 31px;
	background-image: url(images/menu-multilingual-fact-sheets.png);
	background-repeat: no-repeat;
}
li.multilingual-fact-sheets a:hover {
	background-position: -158px 0;
}
li.multilingual-fact-sheets a.active {
	background-position: -316px 0;
}
li.arabic-radio-kit a {
	height: 31px;
	background-image: url(images/menu-arabic-radio-kit.png);
	background-repeat: no-repeat;
}
li.arabic-radio-kit a:hover {
	background-position: -158px 0;
}
li.arabic-radio-kit a.active {
	background-position: -316px 0;
}
li.policy-and-law-reform a {
	height: 31px;
	background-image: url(images/menu-policy-and-law-reform.png);
	background-repeat: no-repeat;
}
li.policy-and-law-reform a:hover {
	background-position: -158px 0;
}
li.policy-and-law-reform a.active {
	background-position: -316px 0;
}
li.volunteer-at-cclc a {
	height: 31px;
	background-image: url(images/menu-volunteer-at-cclc.png);
	background-repeat: no-repeat;
}
li.volunteer-at-cclc a:hover {
	background-position: -158px 0;

}
li.volunteer-at-cclc a.active {
	background-position: -316px 0;
}
li.links a {
	height: 31px;
	background-image: url(images/menu-links.png);
	background-repeat: no-repeat;
}
li.links a:hover {
	background-position: -158px 0;
}
li.links a.active {
	background-position: -316px 0;
}
li.contact-us a {
	height: 31px;
	background-image: url(images/menu-contact-us.png);
	background-repeat: no-repeat;
}
li.contact-us a:hover {
	background-position: -158px 0;
}
li.contact-us a.active {
	background-position: -316px 0;
}
.news-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0D669C;
	font-weight: bold;
}
.news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1em;
}
.news-read-more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D669C;
	line-height: 1.5em;
	font-weight: bold;
}




html, body {
height: 100%;
}

#wrapper {
min-height: 100%;
margin-bottom: -110px;
position: relative;
}

#footer {
height: 110px;
position: relative;
}

.clearfooter {
height: 110px;
clear: both;
}


blockquote {
        margin: 10px 0 0 0;
        padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fafafa;
	color: #7b7b7b;
	line-height: 1.3em;
        border: 1px solid #e3e2e2;
}

#breadcrumb {
border-bottom: 1px dotted #e3e2e2;
margin: 0 0 20px 0;
padding: 0 0 10px 0;
}


/* Page Navi */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #1b84c4;
	color: #FFF;
	background-color: #1b84c4;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #1b84c4;
	color: #FFF;
	background-color: #1b84c4;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #1b84c4;
	color: #1b84c4;
	background-color: #d1ebfa;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #1b84c4;
	color: #FFF;
	background-color: #1b84c4;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #1b84c4;
	color: #FFF;
	background-color: #1b84c4;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #1b84c4;
	color: #1b84c4;
	background-color: #f2f2f2;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #1b84c4;
	color: #FFF;
	background-color: #1b84c4;
}
#navigation {
	padding: 30px 0 0 0;
}


.more-link {
   font-style: italic;
   margin: 5px 0 10px 0;
}
#print-align {
float: right;
margin-top: -60px;
}