
body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000; 
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

/* hide certain content */
#header, #main_nav, #nav, #sidebar, #footer, .colourbar, .noprint, .hide, #text-resize, .back_to_top, .mobile {
	display: none !important; 
}

.wrapper { 
	background: #FFF !important;
}

/* change how the content div is displayed */
#content {
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
}


/* add urls after anchor links - does not work in IE */
a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; 
}

#content a:link:after, #content a:visited:after {
	content: " (www.toronto.ca" attr(href) ") ";
}

/* end add urls */

/*FAQ styles*/
.faq {
overflow:visible;
display:block !important;
}
.faq_item {
overflow:visible;
display:block !important;
}
.faq_header {
overflow:visible;
font-weight:bold;
display:block !important;
}
.faq_header:hover {
overflow:visible;
display:block !important;
}
.faq .active {
}
div.closed { display: block; 
}
div.faq_content { display: none!important;
}
/*end FAQ styles*/

/*span style for (pdf) text small*/
.text-small {
	 font-size: 90%;

}

/*styles for div*/
.prnt_show {
	display:block;}

.prnt_hide{
	display:none;}
	

/****************************
	Extended Template styles

*****************************/

.extended .wrapper { 
	background: #FFF !important;
}

.extended #content a:link:after, .extended #content a:visited:after { 
	display:none;
	width:auto !important;
}