/*

	cfc-poverty - main stylesheet
	created by industrial media/phil champagne
	www.industrialmedia.ca

*/

/* =general
---------------------------------------------------------------------------------------------------- */
body {
	background: #ffffff url('../images/wrapper/body-bg.jpg') repeat-x;
	margin: 0;
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

table tr td {
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

.print {
	display: none;
	visibility: hidden;
}

/* =Global layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 980px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.clear {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1px;	
}

/* =branding
---------------------------------------------------------------------------------------------------- */
#branding {
	/* background: url('../images/wrapper/branding-trees.gif') 0 0 no-repeat; */
	height: 127px;
}

#branding #wordmark {
	padding: 62px 0 0 20px;
}

#branding #cfc-logo {
	float: right;
	padding: 50px 0 0 0;
}

/* =toolbar
---------------------------------------------------------------------------------------------------- */
#toolbar {
	background: #336699;
	color: #ffffff;
	border: 3px solid #ffffff;
	height: 37px;
	text-align: right;
}	

#toolbar-items {
	padding: 10px 16px 0 0;
}

#toolbar a {
	color: #ffffff;
	text-decoration: none;
}

#toolbar a:hover {
	color: #ffffff;
	text-decoration: underline;
}
	
/* =layout
---------------------------------------------------------------------------------------------------- */	
#content-container {
	background: url('../images/wrapper/content-container-bg.jpg') repeat-x;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

#content-container #content {
	float: left;
	background: #ffffff;
	min-height: 500px;
	border-left: 3px solid #ffffff;
	width: 758px;
}

#content-container #content #text-content {
	padding: 18px 12px 20px 12px;
}

#content-container #homepage-imgs img {
	border-right: 3px solid #ffffff;
}

#content-container #homepage-imgs img.last {
	border-right: 0;
}

#jump-links {
	float: right;
	margin: 44px 0 16px 10px;
	padding: 16px 10px 8px 10px;
	border: 1px solid #666666;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */	
#left-nav {
	float: left;
	width: 213px;
}

#left-nav a {
	display: block;
	background: #f4f4f4;
	color: #224466;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	line-height: 14px;
	padding: 7px 10px 8px 16px;
	border-top: 1px solid #e9e9e9;
}

#left-nav a.first {
	border-top: 1px solid #f4f4f4;
}

#left-nav a.last {
	border-bottom: 1px solid #e9e9e9;
}

#left-nav a:hover {
	background: #224466;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #ffffff;
}

#left-nav a.on {
	background: #224466;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #ffffff;
}

#left-nav a.first-on {
	background: #224466;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #f4f4f4;
}

#left-nav a.last-on {
	background: #224466;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
}

#left-nav #sub-nav {
	border: 0;
	padding: 5px 5px 10px 24px;
}

#left-nav #sub-nav a {
	display: block;
	background: url('../images/wrapper/sub-nav-bulltet.gif') 0 5px no-repeat;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	border: 0;
	margin: 2px 0 2px 0;
	padding: 2px 4px 2px 12px;
}

#left-nav #sub-nav a:hover {
	color: #336699;
	background: url('../images/wrapper/sub-nav-bulltet.gif') 0 5px no-repeat;
	font-size: 12px;
	text-decoration: underline;
	border: 0;
	margin: 2px 0 2px 0;
	padding: 2px 4px 2px 12px;
}

#left-nav #sub-nav #sub-sub-nav ul {
	list-style: square;
	margin: 0 0 10px 14px;
	padding: 0 0 0 14px;
}

#left-nav #sub-nav #sub-sub-nav {
	padding: 4px 0 10px 12px;
}

#left-nav #sub-nav #sub-sub-nav a {
	background: url('../images/wrapper/sub-sub-nav-bulltet.gif') 0 3px no-repeat;
	color: #666666;
	text-decoration: none;
	margin: 3px 0 3px 0;
	padding: 0 0 0 12px;
	font-weight: normal;
}

#left-nav #sub-nav #sub-sub-nav a:hover {
	background: url('../images/wrapper/sub-sub-nav-bulltet.gif') 0 3px no-repeat;
	color: #666666;
	text-decoration: underline;
	margin: 3px 0 3px 0;
	padding: 0 0 0 12px;
	font-weight: normal;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */	
#footer {
	background-color:#E6B24C;
	font-size: 12px;
	padding:5px 0 5px 5px;
	color: #000000;
	text-decoration: none;
}

#footer img {padding-right:10px;}

#footer a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#footer .print {
	display:none;
	visibility: hidden;
}

/* =Links
---------------------------------------------------------------------------------------------------- */	
a {
	outline: none;
	color: #336699;
}

a:hover {
	color: #e6b24c;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */	
p {
	margin: 8px 0 16px 0;
}

h1 {
	background: url('../images/wrapper/hdr-bullet.gif') 0 7px no-repeat;
	font-size: 20px;
	color: #224466;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #FAEED8;
}

h2 {
	font-size: 16px;
	color: #336699;
	margin: 10px 0 0 0;
}

h3 {
	font-size: 14px;
	color: #666666;
	margin: 10px 0 0 0;
}

h3.tools {
	background: url('../images/wrapper/hdr-tools-bullet.gif') 0 50% no-repeat;
	font-size: 16px;
	color: #345271;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}

.box {
	border: 1px solid #e6b24c;
	color: #333333;
	padding: 5px 10px 10px 10px;
}

.flagged {
	font-weight: bold;
	color: red;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul {
	list-style: square;
	margin: 0 0 10px 14px;
	padding: 0 0 0 14px;
}

ul li {
	padding: 2px 0 2px 0;
}	

ol {
	margin: 0 0 0 16px;
	padding: 0 0 10px 16px;
}

ol li {
	padding: 2px 0 2px 0;
}	

/* =Tables
---------------------------------------------------------------------------------------------------- */
.data {
 	border-left: 1px solid #e6b24c;
	border-top: 1px solid #e6b24c;
}

.data th {
 	border-right: 1px solid #e6b24c;
	border-bottom: 1px solid #e6b24c;
	padding: 5px 5px 5px 5px;
	background: #e0e0e0;
}

.data td {
 	border-right: 1px solid #e6b24c;
	border-bottom: 1px solid #e6b24c;
	padding: 5px 5px 5px 5px;
}

.data2 {
 	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	margin: 8px 0 8px 0;
	color: #224466;
}

.data2 th {
 	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 10px;
	background: #e0e0e0;
}

.data2 td {
 	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 10px;
	color: #224466;
}

.data2 h3 {
	margin: 0;
	color: #224466;
}

.data2 p {
	margin-top: 0;
	color: #224466;
}

.data2 ul, .data2 ul li {
	color: #224466;
}

/* =Misc
---------------------------------------------------------------------------------------------------- */
.back-to-top {
	background: transparent url('../images/wrapper/back-to-top.gif') top right no-repeat;
	text-align: right;
	margin: 0;
	padding: 0 12px 0 0;
}

.back-to-top a, .back-to-top a:visited, .back-to-top a:hover {
	font-size: 11px;
	color: #666666;
}
