/*
Theme Name: CFNWS design
Theme URI: http://cfnws.org.au/
Description: Community Foundation of North Western Sydney
Version: 0.1
Author: Steve Dixon
Author URI: http://rotassator.com/
Tags: commissioned
*/


/* basic styles */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font: 62.5%/20px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #b2b2b2 url('images/page-background.jpg') center top repeat-y;
	color: #555;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 40px 0 20px;
	font: normal 1.4em/30px "Lucida Bright", Georgia, "Times New Roman", serif;
	color: #555;
}
h2 {
	margin: 0 0 30px;
	font-size: 3em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.8em;
	font-variant: small-caps;
}
h5 {
	font-size: 1.6em;
}
p, input, tr, td {
	margin: 0 0 20px;
	font-size: 1.2em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
a {
	color: #0054a7;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0054a7;
	font-weight: normal;
}
a:active,
a:hover {
	border-bottom: 1px solid;
}
img {
	border: none;
}
input {
	margin: 0;
}


/* main page sections */
#page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/* =header */
#header {
	position: relative;
	height: 180px;
	background: #fafafa url('images/header-background.jpg') top left no-repeat;
	font-family: "Lucida Bright", Georgia, "Times New Roman", serif;
}
#header #logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 150px;
	height: 150px;
	margin: 0;
}
a#logo:active,
a#logo:hover {
	border: none;
}
#header ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header li {
/* 	display: inline; */
  float: left;
	margin: 0;
}
#header a,
#header a:visited {
	color: #777;
	font-weight: normal;
}
#nav_about {
	top: 14px;
	right: 60px;
	font-size: 1.6em;
	color: #777;
}
#nav_about li {
	padding: 0 20px 0 7px;
	background: url('images/list-bullet.gif') right center no-repeat;
}
#nav_about li.last {
	padding-right: 0;
	background: none;
}
#nav_about a:hover {
	border-bottom: 1px solid;
}

#nav_main {
	top: 60px;
	left: 300px;
	font-size: 1.8em;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
}
#nav_main li a {
	display: block;
	width: 120px;
	height: 60px;
	overflow: hidden;
}
#nav_main a:hover {
	width: 118px;
	height: 58px;
	background: #f7f7f7;
	border: 1px solid #eee;
	line-height: 58px;
}
#nav_main li.donate {
	padding: 0 60px;
}
#nav_main .donate a,
#nav_main .donate a:visited {
	color: #000;
}


/* =main */
#main {
	float: left;
	width: 960px;
	margin: 0 -300px 0 0;
	background: #fafafa url('images/content-background.gif') top left repeat-y;
}

/* =content */
#content {
	float: left;
	width: 480px;
	padding: 60px 30px 0 60px;
}
#content h2 a,
#content h2 a:visited {
	color: #555;
	font-weight: normal;
	border: none;
}
#content p {
	font-size: 1.4em;
}
#content ul,
#content ol {
	margin: 20px 0;
}
#content li {
	margin: 10px 0;
	padding: 0;
	font-size: 1.4em;
}
#content ul {
	padding: 0;
}
#content ul li {
	padding: 0 0 0 20px;
	background: url('images/list-bullet.gif') left 7px no-repeat;
	list-style: none;
}
#content ol {
	padding: 0 0 0 40px;
}
#content li ul {
	margin: 10px 0;
}
#content li li {
	margin: 0;
	font-size: 100%;
}
#content ul.details li {
	background: none;
}
ul.details span {
	float: left;
	width: 120px;
}
p img {
	margin-right: 10px;
}
.wp-caption {
	margin: 30px;
	padding: 20px 10px 0 20px;
	border: 1px solid #ddd;
	background: #fff;
}
.wp-caption a:hover {
	border: none;
}
.wp-caption img {
	padding: 0;
	border: 1px solid #eee;
}
#content .wp-caption-text {
	font-size: 120%;
}
#content p.postmetadata {
	margin-top: 60px;
	font-size: 100%;
}

/* =homepage */
#home-actions {
  
}
ul#home-actions {
	float: right;
	width: 240px;
	margin: -15px -30px 0 0;
	padding: 0;
	background: none;
}
ul#home-actions li {
	margin: 0;
	padding: 27px 0 0 0;
	background: url('images/home-action-button.png') top left no-repeat;
	list-style: none;
}
ul#home-actions li a,
ul#home-actions li a:visited {
	display: block;
	width: 150px;
	margin: 0;
	padding: 0 45px 33px 45px;
	background: url('images/home-action-button.png') bottom left no-repeat;
	color: #fff;
	font: normal 128.57%/20px "Lucida Bright", Georgia, "Times New Roman", serif;
}
ul#home-actions li a:active,
ul#home-actions li a:hover {
	border-bottom: none;
}

/* =sidebar */
#sidebar {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0 60px 60px 90px;
	background: url('images/sidebar-divider.jpg') top left no-repeat;
}
#sidebar ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
#sidebar h2 {
	margin: 20px 0 10px;
	padding: 0 60px;
	background: url('images/sidebar-header-bkg.jpg') center center no-repeat;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
#sidebar li li,
#sidebar li li h3 {
}
#sidebar li li h3 {
	/* display: inline; */
	margin: 0;
	background: url('images/list-bullet.gif') left 7px no-repeat;
	font: 120%/20px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-indent: 20px;
}
#sidebar li li h3 a:visited {
	font-weight: bold;
}
#sidebar li li p {
	margin: 0;
	font-size: 120%;
}
#sidebar li li p a {
	font-weight: normal;
}
/* =search */
#searchform label {
	position: absolute;
	left: -999em;
}
input#s {
	margin: 0;
	padding: 2px;
	border: 1px solid #ddd;
	background: #fff;
} 

/* =footer */
#footer {
	clear: both;
	width: 840px;
	padding: 130px 60px 20px;
	background: url('images/footer-background.jpg') top left no-repeat;
	color: #eee;
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #eee;
	font-weight: bold;
}
#footer h3 {
	margin: 0;
	padding: 0;
	font: bold 120%/20px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	font-size: 120%;
	list-style: none;
}
#footer p {
	clear: both;
	margin: 0;
}
#footer .footer-links {
	float: left;
	width: 210px;
	margin: 0 0 30px;
	padding: 0 30px 0 0;
}
#footer .footer-contact {
	float: left;
	width: 238px;
	margin: 0 0 30px 120px;
}
#footer .website-info,
#footer .website-info a,
#footer .website-info a:visited {
	color: #b4b4b4;
	font-size: 100%;
}

/* =Wordpress */
.hidden {
	position: absolute;
	text-indent: -9999px;
}