/* -----------------------------------------------------------------------

   Adapted from Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

fieldset, form, legend {margin:0 0 0 0; border:0;padding:0 0 8px 0; color:#111; text-transform:uppercase;font-size:0.9em; font-family:arial, helvetica, sans-serif;}
form {margin-bottom:20px;}


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* typography.css */


body { 
  font-size: 0.85em;
  color: #333; 
  background: #fff;
  font-family: Georgia, Times, Serif;
}
#head {width:896px;
background-image:url("http://www.cftp.ca/images/12.jpg");
height:297px; margin: 0 0 68px 0;}
 
#programs #head {width:896px;
background-image:url("http://www.cftp.ca/images/8.jpg");}

#schedule #head {width:896px;
background-image:url("http://www.cftp.ca/images/9.jpg");
}

#about #head {width:896px;
background-image:url("http://www.cftp.ca/images/10.jpg");
}

#news #head {width:896px;
background-image:url("http://www.cftp.ca/images/11.jpg");
}

#members #head, #white #head, #yellow #head, #orange #head, #green #head, #camo #head, #purple #head, #black #head, #red #head, #brown #head, #yellow #head, #blue #head  {width:896px;
background-image:url("http://www.cftp.ca/images/5.jpg");
}

#contact #head {width:896px;
background-image:url("http://www.cftp.ca/images/13.jpg");
}

#foot {clear:both; width:896px; height:30px; background-image:url("http://www.cftp.ca/images/6.jpg"); background-repeat:no-repeat; padding:21px 0 0 20px; }

#foot p{margin:10px 0 0 0; font-size:0.8em; padding: 10px 0 0 10px; text-align: left; color:#666; font-family:arial, helvetica, sans-serif; line-height:2em; display:inline;}
#foot img {display:inline; margin:0; padding:0; float:left;}
/* nav
----------------------------------------------- */

#nav {float:left; position:relative; top:297px; left: -9px; padding: 0 0 10px 0;}
#nav li {
 	list-style-type:none;
	font-size:2em;
float:left;
}

#nav li a {
	background-image:url("http://www.cftp.ca/images/7.jpg");
	background-repeat:no-repeat;
	padding:0px;
	height:34px;
	position:relative;
	float:left;
display:block;
}
#nav li a.home {background-position:-1px -1px; width:105px;}
#nav li a:hover.home {background-position:-1px -36px;}
#default #nav li a.home {background-position:-1px -71px;}

#nav li a.about {background-position:-105px -1px; width:74px;}
#nav li a:hover.about {background-position:-105px -36px;}
#about #nav li a.about {background-position:-105px -71px;}

#nav li a.programs {background-position:-179px -1px; width:104px;}
#nav li a:hover.programs {background-position:-179px -36px;}
#programs #nav li a.programs {background-position:-179px -71px;}

#nav li a.schedule {background-position:-283px -1px; width:105px;}
#nav li a:hover.schedule {background-position:-283px -36px;}
#schedule #nav li a.schedule {background-position:-283px -71px;}

#nav li a.news {background-position:-388px -1px; width:72px;}
#nav li a:hover.news {background-position:-388px -36px;}
#news #nav li a.news {background-position:-388px -71px;}

#nav li a.members {background-position:-450px -1px; width:98px;}
#nav li a:hover.members {background-position:-450px -36px;}
#members #nav li a.members,
#white #nav li a.members,
#orange #nav li a.members,
#yellow #nav li a.members,
#camo #nav li a.members,
#green #nav li a.members,
#blue #nav li a.members,
#red #nav li a.members,
#brown #nav li a.members,
#black #nav li a.members {background-position:-450px -71px;}

#nav li a.contact {background-position:-549px -1px; width:88px;}
#nav li a:hover.contact {background-position:-549px -36px;}
#contact #nav li a.contact {background-position:-549px -71px;}



#nav li a.last {background-position:-637px -1px; width:227px; position:absolute;}




/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

h2 { font-size: 1.2em; margin-bottom: 0.5em; color:#000; font-weight:bold; font-family: Arial, Helvetica, sans-serif;}

h3, h3 a { font-size: 1.2em; line-height: 1.25em; font-weight:bold; margin-bottom: 0.25em; color:#990099; font-family:Arial, Helvetica, sans-serif;}

h4 { font-size: 1.1em; line-height: 1.1em; margin: 0 0 0.6em 0; color:#000; font-weight:bold;font-family:Arial, Helvetica, sans-serif; }

h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }


h6 { font-size: 1em; line-height: 1.25em; margin-bottom: 0.3em; font-weight: bold;font-family:Arial, Helvetica, sans-serif; color:#444; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.1em; font-family:georgia, serif; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; text-decoration: none; }
p a:hover {border-bottom:1px solid #000;}
a           { color: #000; text-decoration: none;   }
p a, p li a {border-bottom:1px dotted #000;}
#subnav li.current a, #subnav li.current 
            {color:#000; text-decoration:none; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }

#subnav a, #subnav li a {color:#666; text-decoration:none; font-weight:bold; font-size:0.9em; }

.more        {text-transform:uppercase; text-decoration:none; font-size:0.8em; padding: 10px 0 0 0; }

.block-more        {text-transform:uppercase; text-decoration:none; font-size:0.8em; padding: 20px 0 0 0; }

a:hover .more {text-transform:uppercase; text-decoration:none; font-size:0.8em; padding: 10px 0 0 0; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

blockquote p
    {
    padding: 20px 20px 50px 20px; font-size: 1.15em; margin:0 0 -5px 0;
    background: url(/images/19.jpg) bottom right no-repeat;

}

blockquote
    { margin: 0 0 0 -15px; padding: 0 0 0 0; font-size: 1.8em;font-family: Georgia, Times, Serif; font-size:1em;
background: url(/images/18.jpg) top left no-repeat; width:590px;
}

cite
    {
    font-size: 0.9em; 
margin:-15px 50px 0 10px;
padding: 0 20px 0 0;
color:#888;
text-align:right;
float:right;

} 

#about blockquote p {color:#71b908;}
#programs blockquote p {color:#0066cc;}
#news blockquote p {color:#cc5d03;}
#contact blockquote p {color:#514025;}
#members blockquote p {color:#bb2502;}
#default blockquote p {color:#b7b704;}
/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

#subnav li {margin:0 0 1em 0; list-style-type:none; padding:0; line-height:1.1em}
#subnav {margin:0; padding:0;font-family:Arial, Helvetica, sans-serif;}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; font-size:0.9em; line-height:1.2em; font-family:arial, helvetica, sans-serif;margin:0 0 20px 0;border-color:#111;}

caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 5px 3px 5px 3px; border:1px solid #333;text-align:center;}
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .85em; margin-bottom: 1.875em; line-height: 1.5em; padding-bottom:20px;}
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.quiet      { color: #666; }
.loud       { color: #666; font-style:italic;}
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:40px; margin-right:10px; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}


/* A container should group all your columns. */
.container {
  width: 896px;
  margin: 0 auto;
background-color:#fff;
background-image:url("http://www.cftp.ca/images/4.jpg");
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(/images/2.png); 
}

/* Body margin for a sensible default look. */
body {
  margin: 0;	
}


/* Columns
-------------------------------------------------------------- */


/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24, .special {
  float: left;
  margin-right: 10px; 
}

#sidebar-left {  float: left;

  margin-right: 10px; 
width: 230px;
}

#sidebar-right {}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; min-height:150px;}
.span-6, .special  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; padding:0 0 10px 0; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24, div.span-24 { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */

.append-1  { padding-right: 40px; }  
.append-2  { padding-right: 80px; } 
.append-3  { padding-right: 120px; } 
.append-4  { padding-right: 160px; } 
.append-5  { padding-right: 200px; } 
.append-6  { padding-right: 240px; } 
.append-7  { padding-right: 280px; } 
.append-8  { padding-right: 320px; } 
.append-9  { padding-right: 360px; } 
.append-10 { padding-right: 400px; } 
.append-11 { padding-right: 440px; } 
.append-12 { padding-right: 480px; } 
.append-13 { padding-right: 520px; } 
.append-14 { padding-right: 560px; } 
.append-15 { padding-right: 600px; } 
.append-16 { padding-right: 640px; } 
.append-17 { padding-right: 680px; } 
.append-18 { padding-right: 720px; } 
.append-19 { padding-right: 760px; } 
.append-20 { padding-right: 800px; } 
.append-21 { padding-right: 840px; } 
.append-22 { padding-right: 880px; } 
.append-23 { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 20px; }  
.prepend-2  { padding-left: 80px; } 
.prepend-3  { padding-left: 120px; } 
.prepend-4  { padding-left: 160px; } 
.prepend-5  { padding-left: 200px; } 
.prepend-6  { padding-left: 240px; } 
.prepend-7  { padding-left: 280px; } 
.prepend-8  { padding-left: 320px; } 
.prepend-9  { padding-left: 360px; } 
.prepend-10 { padding-left: 400px; } 
.prepend-11 { padding-left: 440px; } 
.prepend-12 { padding-left: 480px; } 
.prepend-13 { padding-left: 520px; } 
.prepend-14 { padding-left: 560px; } 
.prepend-15 { padding-left: 600px; } 
.prepend-16 { padding-left: 640px; } 
.prepend-17 { padding-left: 680px; } 
.prepend-18 { padding-left: 720px; } 
.prepend-19 { padding-left: 760px; } 
.prepend-20 { padding-left: 800px; } 
.prepend-21 { padding-left: 840px; } 
.prepend-22 { padding-left: 880px; } 
.prepend-23 { padding-left: 920px; } 


/* Border on right hand side of a column. */

div.border {
  padding-left: 14px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}


/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 7px;


  margin-right: 7px;

  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }


.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }

.pull-1, .pull-2, .pull-3, 
.pull-4, .pull-5, .pull-5 {
  float:left;
	position:relative;
}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }

.push-0, .push-1, .push-2, 
.push-3, .push-4, .push-5 { 

  float: right;
	position:relative;
}


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* forms.css
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 

input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Accessibility
-------------------------------------------------------------- */
#accessibility {
	position: absolute;
	top: -10000px;
}
/* Textpattern defaults
-------------------------------------------------------------- */
.section_list {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {

	margin: 0 10px 20px 0;
	padding: 0;
float:left;
}
.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;

	font-size: 0.8em;

}

.published {
	font-size: 0.9em;
}

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {

	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

.author {
	font-style: normal;
	font-size: 0.9em;
}


.sans {font-family:arial, helvetica, sans-serif;}

.special {margin: 0 0 20px 25px; background-image:url(/images/23.jpg); background-position:bottom right; background-repeat:no-repeat; color:#fff; padding-bottom:20px;}
.special p  {padding:15px 15px 10px 5px; color:#fff; margin:0; line-height:1.35em; }
.special img {margin-top:-5px; margin-bottom:8px;}
.special a:focus, .special a:hover { color: #fff; text-decoration: none; }
.special p a:hover {border-bottom:1px solid #fff;}
.special a { color: #fff; text-decoration: none;   }
.special p a {border-bottom:1px dotted #fff;}
.special hr {width:190px; margin:0; padding:0;}


.feat {width:135px;padding-bottom:10px;}
.sidebar {padding-left:55px; padding-right:10px; color:#666;}