/*
	COLOUR INDEX

	#333333 - Dark Grey	- body font
	#00a0d3 - Blue			- a, h3
	#666666 - Grey			- span
	#178baf - Blue			- mainnav a
-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* @group FONTS */
/*-------------------------------------------------------*/
@font-face {
	 font-family: 'EstiloScriptRegular';
	 src: url('estiloscript-webfont.eot');
	 src: url('estiloscript-webfont.eot?#iefix') format('embedded-opentype'),
			url('estiloscript-webfont.woff') format('woff'),
			url('estiloscript-webfont.ttf') format('truetype'),
			url('estiloscript-webfont.svg#EstiloScriptRegular') format('svg');
	 font-weight: normal;
	 font-style: normal;
}
/* @end */

/*
	BODY
-------------------------------------------------------*/
body {
	text-align: center;
	background: #fff url(../images/_calgary4.jpg) no-repeat center top;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

/*body#home {
	background: #FFF;
}*/

/*
	TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h3, h4, h5, h6 {
	padding-bottom: 10px;
	font-weight: normal;
}

h1 {
	text-indent: -9999px;
}

	/* requires w, h,	 */
	/*h1 a {
		display: block;
		width: 113px;
		height: 165px;
		position: absolute;
		top: 17px;
		left: 20px;
		background: url(../images/bg-h1.jpg) no-repeat top left;
	}*/

	h1 a {
		display: block;
		width: 244px;
		height: 100px;
		position: absolute;
		top: 65px;
		left: 20px;
		background: url(../images/bg-h1.png) no-repeat top left;
	}

	/*#home h1 a {
			background: url(../images/bg-h1-home.gif) no-repeat top left;
		}*/

h2 {
	color: #FFFFFF;
	font-family: EstiloScriptRegular, Arial, Verdana, sans-serif;
	font-size: 36px;
	letter-spacing: -2;
	margin: 7px 20px;
	text-transform: lowercase;
}

	#title h2 {
		color: #FFF;
		font-weight: normal;
		margin:10px 10px;
	}

h3 {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 10px;
	color: #00a0d3;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

h6 {
	font-size: 12px;
}

/* paragraphs etc. */
p {
	line-height: 1.5;
	padding-bottom: 10px;
}

	p.left {
		text-align: left;
	}

	p.right {
		text-align: right;
	}

	p.center {
		text-align: center;
	}

	p.address {
		padding: 0 40px 10px;
	}

	/*.entry p {
		padding-bottom: 5px;
	}*/

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	padding: 0 40px;
	font-style: italic;
	/*background: url(../images/bg-blockquote.gif) no-repeat top left;*/
}

blockquote cite {
	display: block;
	font-size: 80%;
	padding-left: 40px;
	text-transform: uppercase;
	color: #999;
}

.required {
	color: red;
}

/* lists - usually have to put #content in front */
#col-2 ul {
	line-height: 1.5;
	list-style: square outside;
	margin-left: 36px;
	padding-bottom: 10px;
}

#col-2 ol {
	line-height: 1.5;
	list-style: decimal outside;
	margin-left: 36px;
	padding-bottom: 10px;
}

#col-2 li ol, #col-2 li ul {
	padding-bottom: 0;
}

/* links */
a, a:visited {
	color: #00a0d3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.file {
	padding-left: 18px;
	display: block;
	margin-bottom: 15px;
	line-height: 1.5;
}

a.doc {
	background: url(../images/icon_doc.gif) no-repeat top left;
}

a.html {
	background: url(../images/icon_html.gif) no-repeat top left;
}

a.pdf {
	background: url(../images/icon_pdf.gif) no-repeat top left;
}

a.ppt {
	background: url(../images/icon_ppt.gif) no-repeat top left;
}

a.xls {
	background: url(../images/icon_xls.gif) no-repeat top left;
}

a.nav-btn {
	display: block;
	float: left;
	height: 100px;
	margin-left: 10px;
	text-indent: -9999px;
	width: 100px;
}

a.donate {
	background: url(../images/btn-donate.png) no-repeat top left;
}

a.dothemath {
	background: url(../images/btn-dothemath.png) no-repeat top left;
}

a.povertycosts {
	background: url(../images/btn-povertycosts.png) no-repeat top left;
}

a.livingwage {
	background: url(../images/btn-livingwage.png) no-repeat top left;
}

h3 a {
	padding-left: 20px;
	background: url(../images/next.gif) no-repeat 0 4px;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

.attachment {

}

.attachment img {
	padding-right: 8px;
	vertical-align: middle;
}

.attachment span {
	text-transform: uppercase;
	font-size: 80%;
	color: #666;
}

/* images */
img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	margin: 0 auto 20px;
	display: block;
}

/* horizontal rule */
hr {
  border-color: #eee;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 20px;
  height: 0;
}

hr.no-margin {
	margin: 10px 0 0;
}

/* tables */
table {

}

tr {

}

th {
	padding: 10px 0;
}

td {

}

/* MONTH CALENDAR */
#fc_calendar {
	text-align: left;
	margin: 0 auto;
	padding-left: 3px;
	padding-bottom: 3px;
}
#fc_calendar table {
	border-collapse: collapse;
	font-size: 12px;
}
#fc_calendar #fc_inner td {
	border: 1px solid #000;
	vertical-align: top;
	background: #fff;
	color: #000;
}
#fc_outer {
	width: 640px;
	margin: 0;
	padding: 0;
}
#fc_inner {
	width: 640px;
}
#fc_calendar .event {
	font-size: 11px;
	width: 80px;
	color: #666;
	line-height: 1.3;
}
#fc_calander table table .event a {
	color: #cda0a0;
	text-decoration: underline;
}
#fc_calendar .out_of_range {
	background-color: transparent;
}
#fc_calendar .black {
	background-color: #000;
}
#fc_calendar .has_events {
	background-color: yellow;
	color: #f00;
}
#fc_calendar .day_cell .all_day, #fc_calendar .day_cell .multi_day {
	margin: 0 0 1px;
	padding: 0 4px;

	font-size: 11px;/*      font-weight: bold;*/
}
#fc_calendar .day_cell .all_day a, #fc_calendar .fc_inner .day_cell .multi-day a {
	text-decoration: none;
}
#fc_calendar .day_cell .all_day a:hover, #fc_calendar .day_cell .multi-day a:hover {
	text-decoration: underline;
}
#fc_calendar .first_day {
	margin-left: 0;
}
#fc_calendar .last_day {
	margin-right: 0;
}
#fc_calendar .day_cell .index_difference_1 {
	margin-top: 21px;
}
#fc_calendar .day_cell .index_difference_2 {
	margin-top: 45px;
}
#fc_calendar .day_cell .date {
	width: 85px;
	text-align: right;
	background: #e9e9e9;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: -30px 0 0 0;
	padding-left: 0;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#fc_calendar .day_cell .date a {
	font-weight: bold;
	color: #49616A;
	text-decoration: none;
}
#fc_calendar .day_cell .date .num {
	margin-right: 5px;
}
#fc_calendar .day_cell .date a:hover {
	color: #000;
	text-decoration: underline;
}
#fc_calendar .out_of_range .date {
	color: #999;
	font-weight: normal;
}
#fc_calendar .day_cell {
	width: 86px;
	height: 80px;
	padding-top: 30px;
	overflow: auto;
}

/* forms */
form#searchform {

}

#searchform div {
	display: none;
}

fieldset {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}

fieldset legend {
	padding: 6px;
	font-weight: bold;
}

input.search-txt {
	border: 1px solid #ddd;
	padding: 7px 5px;
	float: left;
}

input.search-btn {
	float: left;
	margin-left: 5px;
	margin-right: 24px;
}

textarea {

}

.error {

}

/*
	CONTAINER
-------------------------------------------------------*/
#container {
	margin: 0 auto;
	text-align: left;
}

/*
	BRANDING
-------------------------------------------------------*/
#branding {
	/*background: #fff;*/
	height: 210px;
	position: relative;
}

.search {
	float: right;
	padding-top: 10px;
	width: 300px;
}

.search a {
	float: left;
	line-height: 30px;
	height: 30px
}

/*-------------------------------------------------------*/
/* @group NAV-BTNS */
/*-------------------------------------------------------*/
#nav-btns {
	padding-top: 20px;
}

/* @end */

/*
	MAIN NAVIGATION
-------------------------------------------------------*/
#mainnav {
	position: absolute;
	bottom: 0px;
	left: 95px;
	height: 30px;
	text-align: right;
}

#mainnav li {
	float: left;
}

#mainnav li a {
	color: #178baf;
	display: block;
	font-family: EstiloScriptRegular, Arial, Verdana, sans-serif;
	font-size: 24px;
	margin: 0 0 0 0;
	padding: 0 10px;
	text-transform: lowercase;
}

#mainnav li a:hover {
	text-decoration: underline;
}

/*
	CONTENT
-------------------------------------------------------*/
#content {
	/*background: url(../images/bg-content.png) no-repeat left top;*/
	background: url(../images/bg-content-trans.png) repeat-y center top;
	/*background: #fff;*/
	padding-bottom: 50px;
}

#home #content {
	background: none;
	padding: 10px 0 20px;
}

/*
	ACCORDION
-------------------------------------------------------*/
.pad-30 {
	padding: 30px 0;
	float: left;
}

.accordion {
	text-align: left;
	color: #fff;
	font-size: 14px;
}

.accordion a, .accordion a:visited {
	color: #fff;
	text-decoration: underline;
}

.accordion a:hover {
	text-decoration: none;
}

.accordion ol {
	position: relative;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.accordion li > h2 {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%) rotate(-90deg);
	-webkit-transform-origin: right top;
	-moz-transform: translateX(-100%) rotate(-90deg);
	-moz-transform-origin: right top;
	-o-transform: translateX(-100%) rotate(-90deg);
	-o-transform-origin: right top;
	-ms-transform: translateX(-100%) rotate(-90deg);
	-ms-transform-origin: right top;
	transform: translateX(-100%) rotate(-90deg);
	transform-origin: right top;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.accordion li > h2 span {
	display: block;
	padding-right: 8%;
	text-align: right;
	height: 90%;
	margin-top: 5px;
}

.accordion li > h2 b {
	display: inline-block;
	position: absolute;
	top: 10%;
	top: 42%\9;
	left: 10%;
	left: 5%\9;
	text-align: center;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.accordion h2.one {
	background: url(../images/bg-h2-home.gif) no-repeat 290px 50%;
	text-indent: -9999px;
}

.accordion li > h2:hover {
	cursor: pointer;
}

.accordion li > div {
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	overflow: hidden;
}

.accordion noscript p {
	padding: 10px;
	margin: 0;
	background: white;
}

div.one {
	background: #24C4D0 url(../images/bg-accordion-home.jpg) no-repeat top left;
	border-top-left-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	behavior: url(/templates/js/PIE.php);
}

div.two {
	background: #D95DA5 url(../images/bg-accordion-work.jpg) no-repeat top left;
}

div.three {
	background: #AAD64D url(../images/bg-accordion-live.jpg) no-repeat top left;
}

div.four {
	background: #FDA935 url(../images/bg-accordion-join.jpg) no-repeat top left;
}

div.five {
	background: #24C4D0 url(../images/bg-accordion-home.jpg) no-repeat 0 0;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	behavior: url(/templates/js/PIE.php);
}

/*
	BREADCRUMB
-------------------------------------------------------*/
#breadcrumb {
	height: 23px;
	padding-top: 23px;
	font-size: 10px;
	color: #666;
}

/*
	COL-1
-------------------------------------------------------*/
#col-1 {

}

/*
	SIDENAV
-------------------------------------------------------*/
#sidenav ul {

}

#sidenav > ul > li {
	margin-bottom: 5px;
}

#sidenav li ul	 {
	border-left: 1px solid #eee;
	padding: 10px 0 10px 20px;
	margin: 5px 0 -5px 10px;
}

#sidenav li li ul {
	border-left: none;
	padding: 0;
	margin: 0 0 0 20px;
}

#sidenav li li li ul {
	list-style: disc outside;	
}

#sidenav li a {
	color: #fff;
	display: block;
	font-family: EstiloScriptRegular, Arial, Verdana, sans-serif;
	font-size: 22px;
	margin-bottom: -15px;
	padding: 10px 15px 15px;
	text-transform: lowercase;
	width: 200px;
}

#sidenav li li a {
	display: inline;
}

#sidenav li.first a {
	border-top-right-radius: 10px 10px;
	behavior: url(/templates/js/PIE.php);
}

#sidenav li.item-1 a, #sidenav li.item-5 a, #sidenav li.item-9 a {
	background: url(../images/bg-h3-pink.png) no-repeat left bottom;
}

	#sidenav li.item-1 li a, #sidenav li.item-5 li a, #sidenav li.item-9 li a {
		background: none;
		padding-left: 0;
	}

#sidenav li.item-2 a, #sidenav li.item-6 a, #sidenav li.item-10 a {
	background: url(../images/bg-h3-green.png) no-repeat left bottom;
}

	#sidenav li.item-2 li a, #sidenav li.item-6 li a, #sidenav li.item-10 li a {
		background: none;
		padding-left: 0;
	}

#sidenav li.item-3 a, #sidenav li.item-7 a, #sidenav li.item-11 a {
	background: url(../images/bg-h3-orange.png) no-repeat left bottom;
}

	#sidenav li.item-3 li a, #sidenav li.item-7 li a, #sidenav li.item-11 li a {
		background: none;
		padding-left: 0;
	}

#sidenav li.item-4 a, #sidenav li.item-8 a, #sidenav li.item-12 a {
	background: url(../images/bg-h3-blue.png) no-repeat left bottom;
}

	#sidenav li.item-4 li a, #sidenav li.item-8 li a, #sidenav li.item-12 li a {
		background: none;
		padding-left: 0;
	}

#sidenav li li a {
	background: none;
	color: #00a0d3;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 2;
	margin-bottom: 0;
	padding: 0;
	text-decoration: none;
}

#sidenav li li a:hover {
	text-decoration: underline;
}

/*
	TITLE
-------------------------------------------------------*/
#title {
	height: 50px;
	background: url(../images/bg-h2-other.png) no-repeat 40px 0;
}

#work-vibrant #title {
	background: url(../images/bg-h2-work.gif) no-repeat 40px 0;
}

#live-vibrant #title {
	background: url(../images/bg-h2-live.gif) no-repeat 40px 0;
}

#join-vibrant #title {
	background: url(../images/bg-h2-join.gif) no-repeat 40px 0;
}

/*
	COL-2
-------------------------------------------------------*/
#col-2 {

}

.entry {
	padding-bottom: 20px;
}

.entry .date {
	color: #666;
	text-align: center;
	text-transform: uppercase;
}

.entry .date span {
	font-size: 24px;
}

.pagination {
	list-style: none;
	margin-left: 0;
	text-align: center;
}

.pagination li {
	display: inline;
	padding: 0 5px;
}

.pagination .here a {
	color: #000;
	font-weight: bold;
}

/*
	COL-3
-------------------------------------------------------*/
#col-3 {
	font-size: 11px;
}

#col-3 ul {
	line-height: 2.0;
	padding-bottom: 10px;
}

#col-3 li ul  {
	padding-bottom: 0;
	margin-left: 20px;
}

/*
	FOOTER
-------------------------------------------------------*/
#footer {
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.pad-10 {
	padding: 0 10px;
}

#home #footer {
	border: none;
	padding-top: 0;
}

#footer .media img {
	vertical-align: middle;
}

#tagline {
	font-family: EstiloScriptRegular, Arial, Verdana, sans-serif;
	font-size: 28px;
}

/*
	DIAGNOSTICS
-------------------------------------------------------*/
/*
img[alt=""] {border: 3px dotted red;}

a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/

#admin {
	background: #000;
	color: #fff;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
}

#admin strong {
	color: orange;
}
