@charset "utf-8";
/* CSS Document */

/* CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* END OF CSS RESET */


html {
	width: 100%;
	background: #1b1c20;
}

body {
	padding: 0 0 0 0;		margin: 0;
	width: 100%;
	background: #f7f7f7 url('../images/body-bg.png');
	overflow-x: hidden;
}

div#mass_wrapper {
	width: 100%;
	height: 100%;
	background: url('../images/top-bg.jpg') repeat-x top center;
}

div#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url('../images/shadow.png') top center no-repeat;
	padding: 0 15px;
}

div#header {
	background: #fff url('../images/header.jpg');
	border-bottom: solid 4px #87abff;
	width: 100%;	height: 144px;
}

a#home-link {
	width: 	550px;	height: 95px;
	position: absolute;
	margin: 0;
	background: url('../images/home-button.png') -999px no-repeat;	
}

a#home-link:hover {
	background: url('../images/home-button.png') 22px 10px no-repeat;	
}

div#splash {
	background: #000;
	width: 100%;	height: 296px;
}

div#splash > div {
	display: block;
	width: 320px; height: 100%;
	margin: 0;	padding: 0;
	background: #000;
	float: left;
	overflow: hidden;
}

div#splash > a {
	display: block;
	width: 320px;
	height: 44px;
	position: absolute;	z-index: 29;
	margin-top: 252px;
	background: #000;
	opacity: 0;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	filter: alpha(opacity=0);
}

div#splash > a:hover {
	background: #fec;
	opacity: 0.1;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";	filter: alpha(opacity=10);
}

a#middle {
	margin-left: 320px;
}

a#high {
	margin-left: 640px;
}

div#home {
	width: 925px;
	background: #fff url('../images/home-gradient.png') top repeat-x;
	padding: 0 0 60px 35px;
}

div#home > div#c1, div#home > div#c2, div#home > div#c3 {
	margin: 0 34px 0 0;
	height: 100%;
	float: left;
}

div#home > div#c1 {
	width: 270px;
	margin-right: 17px;
}

div#home > div#c2 {
	width: 322px;
	margin: 0 3px 0 0;
}

div#home > div#c2 > div#news.hslice {
	padding: 0 17px;
	
}

div#home > div#c3 {
	width: 282px;
	margin: 0 27px 0 0;
}

div#home > div > h1 {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 2.17em;
	height: 58px;
	text-align: center;
	background: url('../images/header-shadow.png') bottom center no-repeat;
	padding-top: 34px;
	color: #2c354b;
	margin: 0 auto 10px auto;
	width: 274px;
}

div#c1 > p > span.blocktext { /* Used for welcome text on homepage */
	font-size: 3.3em;
	float: left;
	margin: 0.28em 0.06em 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* FEATURED ITEMS */

div#c3 > a.featured {
	width: 265px;	height: 100px;
	display: block;
	float: right;
	margin: 0 0 15px 0;
	border: 2px #fff solid;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

div#c3 > a.featured:hover {
	border: 2px #333 solid;
	-moz-box-shadow: 1px 2px 15px #bcd;
}

/* END FEATURED ITEMS */


div.clear {
	clear: both;	
}

div.bottom-shadow {
	background: url('../images/bottom-shadow.png') bottom;
	height: 15px;
	clear: both;
}

div#breadcrumbs {
	position: absolute;
	width: 960px;	height: 40px;
	margin-top: -41px;
	line-height: 34px;
	color: #aeaeae;
	background: url('../images/bottom-shadow.png') bottom no-repeat;
	border-top: #eaeaea 1px dotted;
	clear: both;
	text-indent: 34px;
	clear: both;
}

div#breadcrumbs a {
	color: #aeaeae;
	text-decoration: none;
}

div#breadcrumbs > div.search {
	position: absolute;
	width: 266px;
	text-indent: 0;
	text-align: right;
	padding-top: 7px;
	margin-left: 667px;
}

div.search > form > input.search-input {
	color: #b4b4b4;	
	font-style: italic;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	height: 16px;
	width: 224px;
}

div.search > form > input.search-input:hover {
	color: #333;
}

div.search > form > input.search-input:focus {
	color: #333;
	font-style: normal;
}

div.search > form > input.search-button {
	width: 32px;	height: 18px;
	background: url('../images/search-icon.gif') center center no-repeat;
	border: none;
	outline: none;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

div.search > form > input.search-button:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

div.search > form > label {
	display: none;
}

div#content.search {
	background: url('../images/search_img1.png') 740px 30px no-repeat;
}

div#content.search > ul {
	margin: 0 0 15px 0;	
}

div#content.search > ul > li {
	line-height: 1.5em;
}

div#content.search > p.timetaken {
	color: #aaaaaa;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

div#breadcrumbs a:hover {
	color: #444;
	text-decoration: none;
}

div#footer {
	width: 100%;	height: 150px;
	background: #1b1c20;
}

div#footer-content {
	width: 960px;	height: 100%;
	margin: 0 auto;
	background: #222 url('../images/footer-bg.jpg') top no-repeat;
	color: #555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#footer-content > div {
	float: left;
	padding-top: 16px;
}

div#footer-content > div > p {
	font-size: 1.2em;
	color: #777;
	letter-spacing: -0.01em;
	padding: 0 0 25px 0;
}

div#footer-content > div > p > a {
	color: #777;
	letter-spacing: -0.05em;
}

div#footer-content > div > p > a:hover {
	color: #bbb;
}

div#footer-content > div > ul, div#footer-content > div > ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 1.6em;
}

div#footer-content a {
	color: #444;
	text-decoration: none;
	letter-spacing: -0.02em;
}

div#footer-content a:hover {
	color: #689;
	text-shadow: 0 0 22px #6792a9;
}

div#footer-content > div#f1 {
	width: 320px;
	padding-left: 34px;
}

div#footer-content > div#f2 {
	width: 192px;	
}

div#footer-content > div#f3 {
	width: 178px;	
}

div#footer-content > div#f4 {
	width: 227px;	
}


/* CONTENT */

div#content {
	width: 876px;
	padding: 36px 42px 90px 42px;
	background: #fff;
}

div#content > h2 {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 2.17em;
	padding: 15px 0 25px 0;
	color: #2c354b;
}

div#content > h3, div#staff_wrapper > h3 {
	padding: 10px 0 8px 1.5em;
	font-size: 1.25em;
	border-bottom: 2px solid #dde4f7;
	margin: 0 0 15px 0;
	font-variant: small-caps;
}

.right {
	float: right;
	margin-left: 30px;
	border: solid #bbc 1px;
	-moz-border-radius: 2px;
}

.left {
	float: left;
	margin-right: 30px;
	border: solid #bbc 1px;
	-moz-border-radius: 2px;
}

.indent {
	padding-left: 40px;	
}

.dim {
	color: #999;
	font-style: italic;
	padding: 0 0 10px 0;
}

.dim a {
	font-style: normal;
}

div.top-link {
	text-align: center;
	text-indent: 0;
	padding: 30px 0 0 0;
	font-size: 0.8em;
}

.serif {
	font-size: 1.25em;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
}

hr {
	margin: 28px 5px;
	border: solid 1px #e3e3e3;
}

div#content ul {
	list-style: inside;	
}

div#content ul li {
	padding: 0 0 8px 0;
	line-height: 1.6em;
}

div#content ul li > ul {
	padding: 10px 0 0 30px;
	list-style: square;
}

ol li {
	padding: 0 0 8px 0;
	line-height: 1.6em;

}




/* SUBMENU */

div#content > div#submenu {
	background: #fff;
	margin-right: -13px;
	width: 260px;
	padding: 10px 0 20px 25px;
	float: right;
}

div#submenu ul, div#submenu ul li, div#submenu ul li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#submenu > ul {
	background: #f8f8f8;
	width: 260px;
	border: solid #ddd 1px;
    -moz-border-radius: 4px;
	-moz-box-shadow: 1px 4px 25px #f6f6f6;
}

div#content > div#submenu > ul > li > a {
	display: block;
	width: 100%;
	line-height: 20px;
	border-bottom: dotted 1px #aaa;
	text-indent: 42px;
	font-size: 1.1em;
	text-decoration: none;
	color: #2a5ac4;
	padding: 10px 0;
}

div#content > div#submenu > ul > li.parent > a.parent {
	background: url('../images/submenu-plus.png') 18px 14px no-repeat;
}

div#content > div#submenu > ul > li.parent > a.parent:hover {
	background: #f3f3f3 url('../images/submenu-plus.png') 18px -17px no-repeat;
}

div#content > div#submenu > ul > li > a:hover {
	background: #f3f3f3 url('../images/submenu-arrow.png') 20px 16px no-repeat;
}

div#content > div#submenu > ul > li.currentpage > h3, div#content > div#submenu > ul > li.menuactive > a.menuactive {
	background: #eee url('../images/submenu-arrow.png') 20px -16px no-repeat;
	line-height: 20px;
	border-bottom: dotted 1px #aaa;
	color: #346;
	padding: 10px 0 10px 42px;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 0;
	width: 218px;
}

div#content > div#submenu > ul > li.menuactive > a.menuactive {
	background: #eee url('../images/submenu-plus.png') 18px -17px no-repeat;
}


div#content > div#submenu > ul > li > ul > li > a {
	display: block;
	width: 100%;
	line-height: 30px;
	border-bottom: dotted 1px #aaa;
	text-indent: 63px;
	font-size: 1em;
	text-decoration: none;
	color: #2a5ac4;
}

div#content > div#submenu > ul > li > ul > li > a:hover {
	background: #f5f5f5 url('../images/submenu-arrow.png') 42px 11px no-repeat;
}

div#content > div#submenu > ul > li.menuactive > ul > li {
	background: #fbfbfb;
}


div#content > div#submenu > ul > li.menuactive > ul > li > h3 {
	display: block;
	width: 100%;
	line-height: 30px;
	border-bottom: dotted 1px #aaa;
	text-indent: 63px;
	color: #000;
	font-weight: normal;
	background: url('../images/submenu-arrow.png') 43px 11px no-repeat;
}

div#content > div#submenu > ul > li:last-of-type > a, div#content >  div#submenu > ul > li:last-of-type > h3, div#content >  div#submenu > ul > li:last-of-type {
	border: none;	
}

th {
	background: #356;
	color: #fff;
}


/* MENU */

div#menu {
	position: absolute;
	margin: 104px 0 0 348px;
	width: 635px;
	height: 80px;
	background: url('../images/menu.png') top left no-repeat;
	z-index: 50;
}


/* TOP DROPDOWN MENU */

.sf-menu {
	padding: 22px 0 0 62px;
	font-size: 1.4em;
	font-weight: normal;
}

ul.sf-menu > li > a, ul.sf-menu > li.current > a {
	display: block;
	font-weight: normal;
    cursor: pointer;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			9.02em; /* left offset of submenus need to match (see below) */
	line-height: 1.2em;
}

.sf-menu a[title='Discover the best kept educational secret in Kelowna'] + ul {
	width: 12.8em;
}

.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu > li > ul > li > a {
	display:		block;
	position:		relative;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-2px;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			9.02em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}

.sf-menu a {
	color: #c9d8fb;
	text-transform: uppercase;
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 0.0em;
	padding: 0.75em 0.85em;
	text-decoration: none;
}

.sf-menu > li.menuactive > a.menuactive {
	color: #fff;
	background: url('../images/menu-active.png') bottom center no-repeat;
}

.sf-menu li {
}
.sf-menu li li {
	background:		#1c212d;
}
.sf-menu li li a {
	border-bottom:		1px solid #333;	
	border-left: 1px solid #444;
	border-right: 1px solid #222;
	text-transform: none;
	color: #9da2ac;
	letter-spacing: normal;
	padding: .65em 1em;
	font-weight: bold;
}

.sf-menu li li a.menuactive {
	color: #fff;
}

.sf-menu li li a:hover {
	text-shadow: 1px 1px 16px #b3ccd9;
	color: #fff;
}

.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color: #fff;
}

/*** shadows for all but IE6 ***/

.sf-shadow ul {
	background:	url('../images/menu_shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* NEWS MODULE */

div.NewsSummary {
	padding: 0 0 14px 0;
	margin-bottom: 18px;
	border-bottom: 1px dotted #cde;
}

div.news div.NewsSummary {
	padding: 0 0 16px 0;
	margin-bottom: 25px;
}

div.NewsSummary > div.NewsSummaryLink {
	padding: 5px 0 10px 0;
}

div.NewsSummary > div.NewsSummaryLink > a {
	font-size: 1.3em;
	color: #06B;
	text-decoration: none;
	display: block;
	line-height: 1.5em;
}

div.NewsSummary > div.NewsSummaryLink > a:hover {
	color: #49E;
	text-decoration: none;
}

div.NewsSummary > div.NewsSummarySummary {
	padding: 0 0 18px 0;
}

div.NewsSummary > div.NewsSummaryMorelink {
	text-align: right;
	color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.NewsSummary > div.NewsSummaryMorelink > div.NewsSummaryPostdate {
	float: left;
	color: #aaa;
}

div.NewsSummary > div.NewsSummaryContent, div.NewsSummary > div.NewsSummarySummary {
	line-height: 1.5em;	
}


div.NewsSummary > div.NewsSummaryMorelink > a {
	color: #888;
	text-decoration: none;
	font-style: italic;
	padding: 0 2px;
}

div.NewsSummary > div.NewsSummaryMorelink > a:hover {
	color: #000;
}

div#c2 > p.page {
	text-align: center;	
	text-transform: uppercase;
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
}

div#c2 > p.page > a {
	text-decoration: none;
	font-weight: bold;
	color: #369;
	font-size: 1.1em;
}

div#c2 > p.page > a:hover {
	color: #953;
}

div#c2 > p.page > span {
	text-transform: lowercase;
	font-style: italic;
}

/* NEWS DETAIL PAGES */

div.news > div.NewsSummary {
	width: 575px;	
}

div#content.news {
	padding-bottom: 90px;	
}

div#content.news > div#NewsPostDetailDate {
	float: right;
	color: #aaa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

div#content.news > h3#NewsPostDetailTitle {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	padding: 20px 0 20px 0;
	color: #06B;
}

div#content.news > div#NewsPostDetailSummary {
	line-height: 1.5em;
	color: #666;
	padding: 0 0 20px 0;
}

div#content.news > div#NewsPostDetailContent {
	line-height: 1.7em;
	padding: 0 0 30px 0;
}

div#content.news > div#NewsPostDetailPrintLink {
	float: right;
}

div#content.news > div#NewsPostDetailReturnLink > a {
	background: url('../images/arrow_back_small.png') 0 0 no-repeat;
	padding-left: 18px;
	position: relative;
	left: -25px;
}

/* GALLERY STUFF */

div#content ul.picturelist {
	list-style: none;	
}

ul.picturelist > li.thumb {
	float: left;
}

ul.picturelist > li.thumb > a {
	display: block;
	width: 159px;
	height: 120px;
	border: solid 2px #444;
	margin: 0 12px 20px 0;
	text-align: center;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 1px 2px 10px #bbb;
}

ul.picturelist > li.thumb > a > img {
	min-width: 160px;
	min-height: 120px;
}

ul.picturelist > li.thumb > a:hover {
	border: solid 2px #F50;
	-moz-box-shadow: 1px 4px 15px #aaa;
	-webkit-box-shadow: 1px 4px 14px #aaa;
}

/* PORTAL PAGES */

div#splash > img.splash_img {
	float: left;
}

div#splash > div#submenu {
	width: 260px;
	height: 264px;
	padding: 32px 40px 0 32px;	margin: 0;
	background: #000;
	float: right;
	font-size: 1.3em;
}

div#splash > div#submenu > div#drillmenu > ul {
	padding-top: 10px;
}

.drillmenu li a { /*menu links*/
	display: inline-block;
	color: #aaa;
	text-decoration: none;
	padding: 6px 0 6px 18px;
}

.drillmenu li a.currentpage { /*active link*/
	color: #fff;
	text-shadow: 1px 1px 14px #e3f0f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url('../images/submenu-arrow-portal.png') left no-repeat;
}

.drillmenu li a:hover { /*menu links*/
	color: #fff;
	text-shadow: 1px 1px 14px #e3f0f4;
}

li.backcontroltitle { /*style of top level menu title*/
	background: black;
	color: white;
	padding: 4px;
	font-weight: bold;
	color: #666;
	display: none;
}

li.backcontrol { /*style of back button control that gets added to the top of each sub UL*/
	color: white;
	font-weight: bold;
	padding: 4px;
	cursor: hand;
	cursor: pointer;
	line-height: 36px;
}

#drillcrumb { /*custom, user defined DIV that contains breadcrumb trail*/
	margin-bottom: 5px;
	font: bold 13px Verdana;
}

#drillcrumb a { /*custom element*/
	color: darkred;
}

div#marquee div.pointer {
	cursor: e-resize;
}

div#marquee {
	width: 100%;
	height: 30px;
	border-top: solid 1px #999;
	margin-bottom: -25px;
}

div#marquee div ul li {
	display: inline-block;
	color: #777;
	line-height: 29px;
	padding-right: 20em;
}

/* NAV BOXES */

/* SPECIFICS */

div#content a[target='_blank'] {
	background: url('../images/icon-external-link.png') right no-repeat;
	padding-right: 14px;
}

div#submenu a[target='_blank'] {
	background-image: none;
	padding-right: 0px
}

div#submenu a[target='_blank'] > span, div#drillmenu a[target='_blank'], .sf-menu li a[target='_blank'] > span {
	background: url('../images/icon-external-link.png') right no-repeat;
	padding-right: 17px;
}

div#content a[href$='pdf'] {
	background: url('../images/icon-pdf.png') right no-repeat;
	padding-right: 18px;
}

div.selection-box-container {
	padding-top: 15px;
}

a.selection-box {
	display: block;
	width: 442px;
	border: #DFE7EA 1px solid;
	padding: 8px 20px 14px 106px;
	font-size: 1.1em;
	margin: 20px 0;
	cursor: pointer;
	color: #444;
	background-color: #fcfdfe;
	text-decoration: none;
	-moz-border-radius: 3px;
	min-height: 75px;
	line-height: 0.9em;
}

a.selection-box > img {
	background: url('http://www.onlineschool.ca/images/resources/shadow.png') top left no-repeat;
	border: 0px solid #eee;
	position: absolute;
	margin: 0 16px 0 -92px;
	padding: 7px 7px 7px 7px;
}

a.selection-box > h2 {
	color: #002255;
	padding: 12px 0;
	margin: 0;
	border: none;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.04em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.selection-box > p {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.8em;
	display: inline;
}

a.selection-box:visited {
	text-decoration: none;
	color: #444;
}

a:hover.selection-box {
	border: #7ab2e2 1px solid;
	color: #222;
	background: #f6f9fe url('http://www.onlineschool.ca/images/header/hover-bg.jpg') top left repeat-x;
	text-decoration: none;
	-moz-box-shadow: 0px 2px 25px #dcdcf8;
	-webkit-box-shadow: 0px 2px 22px #e2eafa;
}

a:hover.selection-box > h2 {
	color: #0033bb;
}

a:hover.selection-box > img {
	border: 0px solid #c6def8;
	background: url('http://www.onlineschool.ca/images/resources/shadow.png') 0px -80px no-repeat;
}

table.newsletters {
	background: #ccc;	
}

table.newsletters td {
	background: #fbfbfb;
	padding: 12px;
}

p + table.newsletters {
	margin-top: 25px;
}


/* STAFF LIST */

div#staff_wrapper > div {
	border: solid #eee 1px;
	padding: 8px 12px 8px 8px;
	width: 410px;
	-moz-border-radius: 3px;
	display: inline-block;
	margin: 0 4px 10px 0;
}

div#staff_wrapper > div > img {
	float: left;
	margin-right: 10px;
	-moz-box-shadow: 0px 1px 7px #aaa;
	-webkit-box-shadow: 0px 1px 7px #bbb;
}

div#staff_wrapper > div br.clear {
	clear: left;
}

div#staff_wrapper > div > h4 {
	padding: 6px 0 10px 0;
	font-size: 1.2em;
}

div#staff_wrapper > div > h4 > span {
	font-weight: normal;
	font-style: italic;
	color: #777;
	font-size: 0.75em;
	padding-top: 0.5em;
	display: block;
}

div#staff_wrapper > div > h4 > a {
	background: url('../images/icon-email.png') right no-repeat;
	padding-right: 22px;
	text-decoration: none;
}

div#staff_wrapper > h3 {
	padding-top: 30px;
	font-size: 1.6em;
}

div#staff_wrapper > div.top-link {
	width: 100%;
	border: none;
	text-align: center;
}


/* TYPE STUFF */

body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}

p {
	line-height: 1.7em;	
}

p + p {
	padding-top: 1em;
}

a {
	color: #06C;
}

div#content a.selection-box[href$='pdf'], a.selection-box[target='_blank'] {
	background-image: none;
	padding-right: 0;
}

a:hover {
	color: #C52;
}

div#content p + h3 {
	margin-top: 2em;	
}

div#content ul + h3, div#content ol + h3 {
	margin-top: 1.5em;	
}

div#content p + ul, div#content p + blockquote, div#content p + ol {
	margin-top: 18px;	
}

blockquote {
	padding-left: 50px;	
}

p + table {
	margin-top: 15px;	
}


/* TEACHER CORKBOARD TEMPLATE */

div#mass_wrapper div#wrapper div#content h2.teacher {
	font-family: "Comic Sans MS", cursive;	
	font-style: normal;
	color: #059;
}

div#corkboard {
	width: 880px;
	height: 589px;
	background: #bc936b url('../images/corkboard.jpg') no-repeat;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

div#corkboard div {
	position: absolute;
	overflow-y: auto;
}

div#corkboard div.note1 {
	margin: 140px 0 0 85px;
	width: 190px;
	height: 200px;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}

div#corkboard div.note2 {
	margin: 125px 0 0 344px;
	width: 216px;
	height: 216px;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}

div#corkboard div.note3 {
	margin: 140px 0 0 615px;
	width: 198px;
	height: 200px;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
}