/*
Theme Name: FLY Sky & Lawn
Theme URI: http://www.financeforyouth.ca/
Version: 1.1
Author: Tony H. S. Chu
*/

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	padding: 0;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0 auto;
	text-align: center;
	background: url('http://www.financeforyouth.ca/toptrim.gif') repeat-x top;
	background-color: white;
	font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size: 14px;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
} 

/* FLY Website Specific Styles */
	
#wrapper {
	background: url('http://www.financeforyouth.ca/test_header.gif') no-repeat center top;
}
#wrapper2 {
	width: 727px;
	margin: 0 auto;
	text-align: left;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-weight: normal;
	color: rgb(120, 162, 47);
}
	
p, ul {
	color: rgb(84, 85, 85);
	line-height: 1.4em;
}
	
a {
	color: rgb(0, 84, 164);
	text-decoration: none;
}

a img { border: none; }
	
a:hover, a:focus, a:active {
}
	
a:focus, a:active {
}
	
img, a img {
}
	
small {
}
	
abbr, acronym {
}
	
blockquote {
}
	
cite {
}
	
em {
}
	
strong {
}
	
form {
}
	
fieldset {
}
	
legend {
}
	
label {
}
	
input {
}
	
select {
}
	
option {
}
	
textarea {
}
	
input:focus, select:focus, option:focus, textarea:focus {
}
	
#header {
	height: 110px;
	overflow: hidden;
	margin: 0;
}

div#titleblock {
	width: 500px;
	height: 53px;
}
div#titleblock h1 {
	margin: 0;
	padding: 0;
}
div#titleblock h1 a {
	display: block;
	text-align: center;
	width: 100%;
	height: 57px;
}
div#titleblock h1 a:hover {
	background: url("http://www.financeforyouth.ca/logo_overlay.gif") no-repeat top left;
}

div#titleblock h1 a span {
	display: none;
}

ul#initial {
	list-style: none;
	float: right;
	margin: 0 0 0 8px;
	padding: 0;
	height: 16px;
}
#initial li {
	display: inline;
	font-size: 70%;
	margin: 0 35px 0 0;
}

#mainnav {
	display: block;
	height: 47px;
	margin: 0 0 0 80px;
	padding: 0;
}

#mainnav li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

li#whoweare {

}
li#program {

}
li#community {

}


#mainnav li div {
	margin: 4px 0 0;
	padding: 2px 10px 0;
	color: #aaa;
	border-left: 1px solid #ddd;
}

#mainnav li strong {
	display: block;
	font-size: 140%;
	margin: 4px 0;
	font-weight: normal;
	padding-left: 12px;
	background: url("http://www.financeforyouth.ca/navarrow_lite.gif") no-repeat center left;
}

#mainnav span.sectionintro {
	padding: 0 14px;
	font-weight: bold;
	color: #656565;
	display: none;
}

#whoweare span.sectionintro {
	padding-left: 13px;
}

#program span.sectionintro {
	padding-left: 31px;
}

#community span.sectionintro {
	padding-left: 17px;
}

#mainnav span.minorlinks {
	font-size: 70%;
	display: block;
	padding: 0 0 6px;
}

.minorlinks a {
	font-size: 110%;
	text-decoration: none;
	font-weight: bold;
}

#mainnav a:hover {
	color: rgb(120, 162, 47);
	text-decoration: none;
}

#mainnav a.current {
	color: rgb(120, 162, 47);
	text-decoration: none;
}

div#feature {
	clear: both;
	background: white url('http://www.financeforyouth.ca/featurebg.gif') no-repeat bottom;
	margin: 12px 37px 0;
	padding-bottom: 60px;
	overflow: auto;
	height: 100%;
	display: block;
}

#feature h1 {
	background: white url('http://www.financeforyouth.ca/featuretop.gif') no-repeat center top;
	margin: 0;
	padding: 15px 27px 0;
	font-size: 140%;
	font-weight: normal;
}

#feature div.featuredimage {
	float: right;
	margin: 0 24px 0 15px;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.featuredimage img {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

#feature p {
	font-size: 110%;
	color: rgb(0, 84, 164);
	line-height: 1.7em;
	padding: 0 2.3em;
}

#main {
	clear: both;
	min-height: 0px;
	padding: 0 0 0 200px;
}

.navigation {
	margin-top: 10px;	
}

.post p {
	line-height: 1.7em;
	margin: 1.2em 0;
}

.post li {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

.post a {
	text-decoration: underline;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight: normal;
}

.post h1 {
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: 160%;
}

.post h2 {
	color: rgb(0, 84, 164);
	font-size: 130%;
}

.featuremini {
	background-color: #73A1CC;
	font-size: 0.9em;
	position: relative;
	padding: 0 3em 1em;
	overflow: hidden;
	color: #fff;
}
.openquote {
	position: absolute;
	top: -0.15em;
	left: 5px;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	color: #0255A3;
	font-size: 6em;
}
.closequote {
	position: absolute;
	bottom: -0.7em;
	right: 5px;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	color: #0255A3;
	font-size: 6em;
}
.featuremini h1, .featuremini h2, .featuremini h3, .featuremini h4, .featuremini h5, .featuremini h6, .featuremini p {
	color: #FFFFFF;
	margin: 0.6em 0 0.2em;
}
.featuremini p {
	margin: 0.1em 0;
}

div.float {
	display: inline;
	width: 160px;
	position: relative;
	padding-bottom: 25px;
	background: white url('http://www.financeforyouth.ca/floatbottom.gif') no-repeat bottom;
}

div.float img {
	text-align: center;
	margin: 0 auto;
}

div.left {
	float: left;
	clear: left;
	margin: 0 0 0 -200px;
}

div.right {
	float: right;
}

div.float h1, div.float h2, div.float h3, div.float h4, div.float h5, div.float h6, div.float p, div.float ul, div.float img {
	margin: 8px 3px;
}
div.float h1 {
	font-size: 1.8em
}
div.float h2 {
	font-size: 1.5em;
}
div.float h3, div.float h4, div.float h5, div.float h6 {
	font-size: 1.2em;
}
div.pageflow {
	font-style: italic;
	clear: both;
	text-align: right;
	padding: 17px 0 0;
}

#fwrap {
	clear: both;
	text-align: center;
	background: #787878 url('http://www.financeforyouth.ca/footerground-bg.gif') repeat-x top;
	margin: 0;
}

#footer {
	padding: 113px 0 0;
	background: url('http://www.financeforyouth.ca/footermain.gif') no-repeat center top;
	width: 726px;
	margin: 0 auto;
	text-align: left;
	clear:both;
}

#footer a:hover {
	color: rgb(120, 162, 47);
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 { 
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight: normal;
	color: rgb(84, 85, 85);
	font-size: 140%;
	text-align: left;
	margin: 0 0 0.3em;
	padding: 0 0.4em;
}

div.footerbox {
	float: left;
	width: 150px;
	margin: 0 0 20px 15px;
	padding: 4px 0;
	border-left: 1px solid #ddd;
	overflow: hidden;
}

div.footerbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.footerbox li {
	margin: 0;
	padding: 0;
}

div.footerbox ul li a {
	margin: 0;
	padding: 0 0 1px 10px;
	background: url("http://www.financeforyouth.ca/smallarrow.gif") no-repeat center left;
}

div.footerbox ul li li a {
	margin-left: 18px;
}

div#contact {
	float: right;
	width: 201px;
	height: 170px;
	padding: 13px 0 0;
	margin: 0;
	border: none;
}

div#contact h2 {
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, san-serif;
	display: none;
}

div#contact h2, div#contact p {
	text-align: center;
	margin: 12px 17px;
}


div.footerquote {
	clear:both;
	text-align: center;

}

div.footerquote p {
	font-size: 130%;
	color: #979696;
	margin: 35px 0 0 0;
	padding-bottom: 18px;
}

div.footerquote span.quoteby {
	font-size: 70%;
}

p#copyright {
	clear: both;
	color: #f1efef;
	font-weight: bold;
	height: 20px;
	padding: 16px 0 0 147px;
}
	
.bold {
}
	
.italic {
}
	
.hidden {
}

.offset {
}
	
.highlight {
}
	
.tiny {
}
	
.error {
}

.abbr {
}

/* end of file... for now */
