/* @override http://www.wrps.ab.ca/main.css */

@charset "UTF-8";

/* CSS Document */

/* standard tags */

html {

}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	background: #00aec5;
}
#logo h1 {
	text-indent: -9999px;
}
h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.3em;
	line-height:1.6em;
	margin-top: 5px;
	color: #383838;
}

a {
	color: #137180;
}

.topmargin {
	margin-top: 5px !important;
}

iframe {
	width: 100%;
}

select#jumpMenu {
	width: 260px;	
}

/* main styling */

#wrapper {
	width: 100%;
	background: #FFF;
	text-align: center;
}

body.home #header_outter {
	height: 308px;
	width: 100%;
	background: #008091 url(images/header_bg.jpg) top center repeat-x;
	position: relative;
}

#header_outter {
	height: 175px;
	width: 100%;
	background: #008091 url(images/header_bg.jpg) top center repeat-x;
	position: relative;
}

body.home #header {
	height: 271px;
	width: 900px;
	background: url(images/header_bg.jpg) top center repeat-x;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header {
	height: 175px;
	width: 900px;
	background: url(images/header_bg.jpg) top center repeat-x;
	margin: 0 auto;
	position: relative;
	text-align: left;
}


#header #logo{
	position: absolute;
	top: 34px;
	left: 18px;
	height: 81px;
	width: 175px;
	overflow: hidden;
}

#header #logo a img{
	display: block;
}

#header #logo img{
	display: none;
}

#header #search {
	width: 277px;
	height: 28px;
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	background: url(images/search_bg.gif) top center no-repeat;
	z-index: 200;
}

#header #search input.search_input{
	width: 185px;
	height: 16px;
	position: absolute;
	top: 1px;
	padding: 2px 5px;
	background: none;
	border: none;
	left: 21px;
	font-size: 1.1em;
	color: #1c7283;
}

#header #search input.search_btn{ 
	position: absolute;
	top: 1px;
	background: none;
	border: none;
	right: 19px;
}


#header #welcome {
	width: 233px;
	display: block;
	position: absolute;
	top: 70px;
	right: 20px;
	z-index: 50;
}

#header #welcome h3{
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 10px;
}

#header #welcome h3 span{
	color: #FFFFFF;
	font-size: .8em;
}

#header #welcome p{
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#header #welcome a.learnmore{
	color: #FFFFFF;
	font-size: 1.1em;
	float: right;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url(images/arrow_white.gif) right no-repeat;
}

#header #welcome a.learnmore:hover{
	text-decoration: underline;
}


body.home #header #photos { 
	width: 445px;
	height: 300px;
	position: absolute;
	top: 8px;
	left: 201px;
	z-index: 6;
}

body.home #header #photo2 {
	width: 307px;
	height: 191px;
	position: absolute;
	top: 115px;
	left: -60px;
	background: url(images/header_home-back.jpg) no-repeat;
	z-index: 5;
}

#header #photos { 
	width: 678px;
	height: 169px;
	position: absolute;
	top: 6px;
	left: 201px;
	z-index: 6;
}

#navigation {
	background: #002730;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	height: 37px;
	width: 100%;
	overflow:  hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 150;
}

body.home #main_nav {
	position: relative;
	z-index: 200;
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	top: 0;
}

#main_nav {
	position: relative;
	z-index: 200;
	width: 900px;
	overflow: hidden;
	margin: 0 auto -38px auto;
	text-align: left;
	top: -37px;
}

#main_nav form {
	position: absolute;
	z-index: 210;
	right: 20px;
	top: 8px;
}

#main_nav ul {
	width: 894px;
	margin: 2px auto 0;
	padding: 0 3px;
	font-size: 1.3em;
	text-align: left;
}

body.home #main_nav ul li{
	display: inline;
	float: left;
	padding: 5px 2px;
}

#main_nav ul li{
	display: inline;
	float: left;
	padding: 5px 2px;
}

#main_nav ul li#current{
	display: inline;
	float: left;
	padding: 2px 2px 0;
}

#main_nav ul li a{
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-left: 4px;
	height: 24px;
	cursor: pointer;
}

#main_nav ul li a span{
	color: #FFF;
	text-decoration: none;
	float: left;
	padding: 2px 13px 0 9px;
	height: 22px;
	cursor: pointer;
}

#main_nav ul li a:hover{
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-left: 4px;
	height: 24px;
	background: url(images/nav_currentHome-left.gif) top left no-repeat;
	cursor: pointer;
}

#main_nav ul li a:hover span{
	color: #FFF;
	text-decoration: none;
	float: left;
	padding: 2px 13px 0 9px;
	height: 22px;
	background: url(images/nav_currentHome-right.gif) top right no-repeat;
	cursor: pointer;
}

body.home #main_nav ul li#current a{
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-left: 4px;
	margin-top: 3px;
	height: 24px;
	background: url(images/nav_currentHome-left.gif) top left no-repeat;	
}

body.home #main_nav ul li#current a span{
	color: #FFF;
	text-decoration: none;
	float: left;
	padding: 2px 13px 0 9px;
	height: 22px;
	background: url(images/nav_currentHome-right.gif) top right no-repeat;
}

#main_nav ul li#current a{
	color: #FFF;
	text-decoration: none;
	float: left;
	padding: 0 0 0 4px;
	height: 33px;
	background: url(images/nav_current-left.gif) top left no-repeat;	
}

#main_nav ul li#current a span{
	color: #FFF;
	text-decoration: none;
	float: left;
	padding: 5px 13px 0 9px;
	margin: 0;
	height: 28px;
	background: url(images/nav_current-right.gif) top right no-repeat;
}

#main_nav ul li a:hover{
	color: #ffbe6a;
}

#main_nav ul li#current a{
	color: #f8f8f8;
}

/*Secondary Navigation*/

#secnav {
	background: url(images/secnav_bgtile.gif) left bottom repeat-y;
	width: 212px;
	float: left;
	display: inline;
	margin: 15px 0 0 22px;
}

#secnav .bottom {
	background: url(images/secnav_bottom.jpg) left bottom no-repeat;
	padding: 0 0 47px 0;
	margin: 0;
}

#secnav h2 {
	background: url(images/secnav_top.jpg) top left no-repeat;
	width: 186px;
	height: 24px;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	padding: 12px 0 0 26px;
	margin: 0;
	font-weight: bold;
	color: #FFF;
}

#secnav ul{
	width: 212px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	

#secnav .bottom ul{
	margin: 0;
	}

#secnav ul li{
	margin: 0 3px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #5dd4e4;
	list-style-position: outside;
}

#secnav ul li a {
	font-size: .8em;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0 5px 23px;
	margin: 0;
	display: block;
}

#secnav ul li a:hover{
	background: url(images/arrow_onblue.gif) 7px no-repeat;
}

#secnav ul li#current a:hover{
	background: url(images/arrow_ongreen.gif) 7px no-repeat;
}

#secnav ul li#current{
	background: #7ac142 url(images/arrow_ongreen.gif) 7px no-repeat;
}

#TabbedPanels1 div.TabbedPanelsContentGroup div.TabbedPanelsContent.TabbedPanelsContentVisible p {
	margin-bottom: 10px;
}

body.home #container {
	font-size: 1.2em;
	margin: 0 auto;
	padding-bottom: 40px;
	width: 100%;
	background: url(images/main_top.gif) top repeat-x;
	border-bottom: 1px solid #64a8b1;
	text-align: center;
}

#container {
	font-size: 1.2em;
	margin: 0 auto;
	padding-bottom: 40px;
	width: 100%;
	background: url(images/main_top-blue.gif) top repeat-x;
	border-bottom: 1px solid #64a8b1;
	text-align: center;
}

#main {
	font-size: 1.2em;
	width: 900px;
	margin: 0 auto;
	padding-top: 7px;
	color: #2b2b2b;
	text-align: left;
}


#main .column_3 {
	width: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}

#main .column_3 h2{
	width: 146px;
	height: 24px;
	background: url(images/third_title.jpg) top no-repeat;
	color: #FFF;
	font-size: .9em;
	margin: 0 5px 10px;
}

#main .column_3 h2 span {
	padding: 0 13px;
}

#main .column_3 h3{
	margin: 0 15px;
	line-height: 1.2em;
	border-bottom: 1px solid #2b2b2b;
	font-size: 1em;
}

#main .column_3 p{
	margin: 0 15px 10px 15px;
	font-size: .9em;
	line-height: 1.4em;
}
#main .column_3 .news_article li {
	font-size: 0.9em;
}
#main .column_3 ul.links {
	list-style: none;
	text-align: right;
	font-size: .8em;
}


#main .column_3 ul.links li a{
	text-decoration: none;
	padding: 0 20px 0 0;
}

#main .column_3 ul.links li a:hover{
	text-decoration: underline;
}

#main .column_3 ul.links li a.blue{
	color: #004962;
	display: inline-block;
	display: -moz-inline-box;
	margin: 0;
	background: url(images/arrow_blue.gif) right no-repeat;
}

#main .column_3 ul.links li a.green{
	color: #57902b;
	display: inline-block;
	display: -moz-inline-box;
	background: url(images/arrow_green.gif) right no-repeat;
}

#main .column_3 .calendar{
	margin: 0 15px;
	padding-top: 10px;
	font-size: .9em;
	position: relative;
	border: none;
	background: none;
}

#main .column_3 .calendar b{
	font-size: .8em;
	width: 22px;
	height: 17px;
	padding: 5px 0 0 0;
	text-align: center;
	color: #575757;
	background: url(images/cal.gif) center no-repeat;
	display: block;
	float: left;
}

#main .column_3 .calendar ul {
	list-style: none;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	padding-left: 10px;
	margin: 0 0 10px 25px;
	color: #57902b;
}

#main .column_3 .calendar ul li.event {
	color: #004962;
	font-size: .9em;
}

#main .column_3 .calendar ul li a{
	text-decoration: none;
}

#main .column_3 ul.enticers, #main .column_3 ul.enticers-bus{
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 23px auto 0 auto;
}

#main .column_3 ul.enticers li, #main .column_3 ul.enticers-bus li{
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 0;
}

a.enticer {
		display: block;
		width: 271px;
		height: 79px;
		background-position: top;
		background-repeat: no-repeat;
		overflow: hidden;
	}
a.enticer-bus {
		display: block;
		width: 271px;
		height: 59px;
		background-position: top;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
a.enticer b, a.enticer-bus b {
		display: none;
	}
	
a.enticer:hover, a.enticer-bus:hover {
		background-position: bottom;
		background-repeat: no-repeat;
	}


#main_column a {
	color: #137180;
	text-decoration: underline;
}
#main ul{
	margin: 10px 30px;
}
/*#main li {
	font-size: 0.8em;
}*/

#main ol{
	margin: 10px 30px;
}

#main_column {
	padding: 40px 40px 0;
	float: right;
	font-size: .9em;
	display: inline;
	width: 580px;
}

#main_column .article h1 {
	font-size: 1.2em;
	border-bottom: 1px solid;
	display: inline-block;
	display: -moz-inline-box;
	margin-bottom: 10px;
}
#main_column .article p {
	margin: 0 0 10px;
}

.article .arttext {
	display: block;
	clear: both;
	padding-bottom: 10px;
}


.article .trusteephoto {
	float: left; 
}
.article .trusteeinfo {
	float: left; 
	padding-left: 15px;
	width: 450px;
}

.article .trustee {
	padding: 10px 0;
}

.article .trusteemap {
	position: relative; 
	margin-top: -35px;
	min-height: 65px;
}

.article .trusteemap #trusteeURL {
	position: absolute;
	bottom: 15px;
}

p.p-border {
	border-bottom: 1px solid #2b2b2b;
	display: block;
	padding-bottom: 5px;
}

.article h2.galleries {
	background: #CCC;
	padding:2px 5px;
	font-size: 1.4em;
}

#main_column .arttext img {
	background: #FFF;
	padding: 2px;
	border: 1px solid #A5A5A5;
}

/* @group Schools Pages */
#main #schooldescrip {
	/*display: block;*/
	margin: 25px 0 20px 0;
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	/*position: relative;*/
	overflow: hidden;
	/*height: 130px;*/
}
#main #schooldescrip ul.schoollisting {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	float: left;
}
#main #schooldescrip ul.schoollisting li {
	margin: 0;
}
#main #schooldescrip li h3 {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
	font-style: italic;
}
#main #schooldescrip img {
	float: left;
	margin: 0px 30px 0 0px;
	/*display: inline;*/
}

a.arrow_back {
	background: url(images/arrow_back.gif) no-repeat left center;
	padding-left: 16px;
	display: inline-block;
	display: -moz-inline-box;
	text-decoration: none !important;
}	

a.arrow_back:hover {
	text-decoration: underline !important;
}	

a.arrow_next {
	background: url(images/arrow_next.gif) no-repeat right center;
	padding-right: 16px;
	display: inline-block;
	display: -moz-inline-box;
	text-decoration: none !important;
	float: right;
}

a.arrow_next:hover {
	text-decoration: underline !important;
}	

a.readmore {
	margin: 0 0 20px 0;
	display: block;
}	

.news_post {
	border-bottom: 1px dashed #988e8d; 
	margin: 0 0 20px 0;
}

.news_post p {
	margin: 5px 0 10px;
}

.news_post .date {
	color: #988e8d;
	margin: 0 0 10px 0;
}

.column_3 .date {
	color: #988e8d;
	font-size: .8em !important;
	padding: 0;
	margin: 0 15px 5px !important;
}

#randomphoto {
	width: 184px;
	float: right;
	margin: 0 0 0 12px;
	
}
#rdmtop {
	height: 20px;
	padding: 16px 8px 4px 16px;
	background: url(./images/rdm_top.jpg) no-repeat left top;
}
#randomphoto h4 {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
}
#rdmphoto {
	background: url(images/rdm_photo.jpg) repeat-y;
	text-align: center;
	padding: 3px 7px 0 7px;
}
#randomphoto #rdmphoto a {
	background-image: none;
	padding: none; 
	margin: none;
	text-align: center;
}
#main_column #randomphoto #rdmphoto a img {
	padding: none;
	margin: none;
	text-align: center;
}
#randomphoto #rdmphoto p {
	margin: 0;
	padding: 3px 12px 0 12px;
	font-size: 0.8em;
	color: #124e57;
}
#rdmbot {
	height: 25px;
	background: url(images/rdm_bot.jpg) no-repeat;
	padding: 12px 12px 3px 12px;
}
#rdmbot a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
	float: right;
	background: url(images/rdm_a.jpg) no-repeat right center;
	padding: 0 15px 0 0;
}
#rdmbot a:hover {
	text-decoration: none;
	color: #124e5b;
}


/* @end */

/* @group Footer */

#footer div.footerNav p a,
#footer div.footerNav p a:hover {
	color: #FFF;
	text-decoration: none;
}

div.footerNav {
	float: left;
}

#footer_outter {
	background: #00aec5;
	color: #FFF;
	width: 100%;
	border-top: 1px solid #8adae4;
}

#footer {
	width: 870px;
	padding: 25px 15px;
	margin: 0 auto;
	font-size: 1.3em;
	text-align: left;
}

#footer ul {
	list-style: none;
}

#footer ul#tier_1{
	padding: 0 10px 10px 0;
}

#footer ul#tier_1 li{
	display: inline;
	padding: 0 10px 5px 0;
	font-size: 1em;
}

#footer ul#tier_2 li{
	display: inline;
	padding: 0 10px 10px 0;
}

#footer ul#tier_2{
	margin-bottom: 10px;
}

#footer ul li a{
	color: #FFF;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

#footer ul#contact li{
	display: block;
	float: left;
	margin: 0 50px 5px 0;
}

#footer ul#contact li a{
	text-decoration: underline;
}

#footer a.webmail {
	width: 138px;
	height: 34px;
	background: url(images/btn_webmail.gif) top no-repeat;
	float: right;	
	margin-left: 10px;	
}

#footer a.contactus {
	width: 101px;
	height: 34px;
	background: url(images/btn_contactus.gif) top no-repeat;
	float: right;
}


#footer a.staffconnect {
	width: 114px;
	height: 34px;
	background: url(images/btn_staffConnect.gif) top no-repeat;
	float: right;
	margin-left: 10px;	
	text-indent: -99999px;
}

#footer a.contactus:hover,
#footer a.webmail:hover,
#footer a.staffconnect:hover {
	background-position: bottom;
	float: right;	
}
#footer a.contactus b,
#footer a.webmail b{
	display: none;	
}



/* @end */



/* general styling */

.clear {
	clear: both;
}

.right {
	float: right;
	padding: 0 0 10px 10px;
}

.left {
	float: left;
	padding: 10px 10px 0 0;
}


#main_column .article .arttext table {
	/*max-width: 500px !important;*/
	border-collapse: collapse;
	border-color: #afafaf;
}

#main_column .article .arttext table td {
	padding: 5px;
	border-color: #afafaf;
	border-spacing: 0;
	/*background-color: #ecfda7;*/
}


/* Busses */
table#bus {
	margin: 20px 0;
}

#bus tbody tr#bus-route th {
	padding: 6px 10px 5px;
	color: #FFF;
	background: #059caf;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border: 1px solid #00879e;
}

#bus tbody tr#bus-head th {
	padding: 1px 5px;
	color: #535353;
	background: #bfbfbf;
	font-size: .9em;
	border-bottom: 1px solid #9f9f9f;
}

#bus tbody tr td {
	padding: 5px;
}


#bus-head th.firstth {
	padding-left: 10px !important;	
}

#bus tbody tr.altrow td {
	background: #efefef;
}

#bus tbody tr .s1 div {
	float: left;
	color: #FFF;
	width: 70px;
	text-align: center;
	background: #70c260;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #51a745;
}

#bus tbody tr .s2 div {
	float: left;
	color: #FFF;
	width: 70px;
	text-align: center;
	background: #eeb54a;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #bd8f3a;
}

#bus tbody tr .s3 div {
	float: left;
	color: #FFF;
	width: 70px;
	text-align: center;
	background: #df5458;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #8a1f11;
}

#bus tbody td.spacer {
	height: 10px;
}

/* @group District-Wide Notices */
#notices_band {
	font-size: 1.2em;
	margin: 0px auto;
	padding: 20px 0;
	/*padding-bottom: 40px;*/
	width: 100%;
	/*text-align: center;*/
	/*display: inline;*/
	background: url(images/notices_bg.jpg) repeat-x center top;
}
body.home #notices_band {
	border-bottom: 1px solid #3b621d;
}
#notices_band.emergency {
	background: url(images/notices_bg_emergency.jpg) repeat-x center top;	
}
#notices_band.emergency #notices_bandinner {
	/*display: block;*/
	/*width: 6;*/
	/*background:  url(images/main_top_emergency.gif?=0) repeat-x;*/
	/*border-bottom: 5px solid #9a0d0b;*/
	/*margin: 0 0 0px 0;*/
	/*padding: 15px;*/
}
#notices {
	width: 700px;
	margin: 0px auto;
	padding: 20px;
	border: 2px solid #d4b51e;
	background: #FFF url(http://www.wrpsdemo.ca/images/districtnotice_topbg.jpg?=0) no-repeat -120px 0;
}
#notices_band.emergency #notices {
	width: 700px;
	margin: 20px auto;
	padding: 20px;
	background-color: #FFF;
	border: 3px solid #882335;
}
#notices_band.emergency #notices {
	background: #FFF url(http://www.wrpsdemo.ca/images/districtnotice_topbg_emergency.jpg?=0) no-repeat center 0px;
}

#notices h2 {
	display: none;
}
#notices h3 {
	margin: 15px 0 20px 0;
	text-align: left;
	color: #b59b1a;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6em;
}

#notices_band.emergency #notices h3 {
	color: #a30b00;
	font-size: 18px;
	text-align: center;
	/*width: 500px;*/
	margin: 15px 0 20px 0;
	padding: 0;
	font-weight: bold;
}
#notices_article {
	/*display: block;*/
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
}
#notices_img {
	float: right;
	/*display: inline;*/
	margin: 0 15px 15px 15px;
	display: block;
}
.notices_clear {
	clear: right;
}
#notices img {
	/*float: right;*/
}
#notices p {
	text-align: left;
	font-size: 14px;
	line-height: 19px;
	/*width: 400px;*/
}
/* @end */

#main_column div.addthis_toolbox.addthis_default_style a.addthis_button_expanded {
 background: none;
}