
/* ***************************************
	RESET CSS
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background-color: white;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
img {
	border-width:0;
	border-color:transparent;
}
:focus {
	outline: 0 none;
}
ol, ul {
	list-style: none;
}
em, i {
	font-style:italic;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
strong, b {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}

/* Clearfix */
.clearfix:after,
.elgg-grid:after,
.elgg-layout:after,
.elgg-inner:after,
.elgg-page-header:after,
.elgg-page-footer:after,
.elgg-head:after,
.elgg-foot:after,
.elgg-col:after,
.elgg-image-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/* Fluid width container that does not wrap floats */
.elgg-body,
.elgg-col-last {
	display: block;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	
	/* IE 6, 7 */
	zoom:1;
	*overflow:visible;
}

.elgg-body:after,
.elgg-col-last:after {
	display: block;
	visibility: hidden;
	height: 0 !important;
	line-height: 0;
	overflow: hidden;
	
	/* Stretch to fill up available space */
	font-size: xx-large;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

/* ***************************************
 * MENUS
 *
 * To add separators to a menu:
 * .elgg-menu-$menu > li:after {content: '|'; background: ...;}
 *************************************** */
/* Enabled nesting of dropdown/flyout menus */
.elgg-menu > li { position: relative; }

.elgg-menu > li:last-child::after {
	display: none;
}

/* Maximize click target */
.elgg-menu > li > a { display: block }

/* Horizontal menus w/ separator support */
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	vertical-align: middle;
}

/* Allow inline image blocks in horizontal menus */
.elgg-menu-hz .elgg-body:after { content: '.'; }

/* Inline block */
.elgg-gallery > li,
.elgg-button,
.elgg-icon,
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	/* Google says do this, but why? */
	position: relative;

	display: inline-block;
}

/* ***************************************
	GRID
*************************************** */
.elgg-col {
	float: left;
}
.elgg-col-1of1 {
	float: none;
}
.elgg-col-1of2 {
	width: 50%;
}
.elgg-col-1of3 {
	width: 33.33%;
}
.elgg-col-2of3 {
	width: 66.66%;
}
.elgg-col-1of4 {
	width: 25%;
}
.elgg-col-3of4 {
	width: 75%;
}
.elgg-col-1of5 {
	width: 20%;
}
.elgg-col-2of5 {
	width: 40%;
}
.elgg-col-3of5 {
	width: 60%;
}
.elgg-col-4of5 {
	width: 80%;
}
.elgg-col-1of6 {
	width: 16.66%;
}
.elgg-col-5of6 {
	width: 83.33%;
}
/* <style> /**/

/* ***************************************
	Typography
*************************************** */
body {
	color: #333;
	/*font-size: 90%;
	line-height: 1.4em;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;*/
	font: 80%/1.45  "Lucida Grande", Verdana, sans-serif;
}

a {
	color: #b93d21;
}

a:hover,
a.selected { 	color: maroon;
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

pre, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 12px;

	background:#EBF5FF;
	color: #000;
	overflow:auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */

	white-space: pre-wrap;
	word-wrap: break-word; /* IE 5.5-7 */

}

pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}

code {
	padding:2px 3px;
}

.elgg-monospace {
	font-family: Monaco, "Courier New", Courier, monospace;
}

blockquote {
	line-height: 1.3em;
	padding: 10px 15px;
	margin: 0 0 15px 0;
	background: #E2F2FE;
	border: 1px solid #A1CBEA;
	border-radius: 3px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: rgba(39, 0, 5, 0.81);
	line-height: 1.5em;
	text-rendering: optimizelegibility;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

.elgg-heading-site, .elgg-heading-site:hover {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #FFF;
	text-shadow: 1px 1px 3px #333;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	text-decoration: none;
}
/* Push down headings without the class elgg-heading-main (e.g. logged out activity, friends, register) */
.elgg-main .elgg-head > h2 {
	display: inline-block;
	padding-top: 15px;
}

.elgg-heading-main {
	display: inline-block;
	max-width: 530px;
	margin-right: 10px;
}
.elgg-heading-basic {
	color: #0054A7;
	font-size: 1.2em;
	font-weight: bold;
}

.elgg-subtext {
	color: #666;
	font-size: 85%;
	line-height: 1.4em;
	font-style: italic;
}

.elgg-text-help {
	display: block;
	font-size: 85%;
	font-style: italic;
}

.elgg-quiet {
	color: #666;
}

.elgg-loud {
	color: #0054A7;
}

/* ***************************************
	USER INPUT DISPLAY RESET
*************************************** */
.elgg-output {
	margin-top: 10px;
}

.elgg-output dt { font-weight: bold }
.elgg-output dd { margin: 0 0 1em 1em }

.elgg-output ul, .elgg-output ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
.elgg-output ul {
	list-style-type: disc;
}
.elgg-output ol {
	list-style-type: decimal;
}
.elgg-output table {
	border: 1px solid #DCDCDC;
}
.elgg-output table td {
	border: 1px solid #DCDCDC;
	padding: 3px 5px;
}
.elgg-output img {
	max-width: 100%;
	height: auto;
}
/* <style> /**/

/* ***************************************
	Form Elements
*************************************** */
fieldset > div {
	margin-bottom: 15px;
}
fieldset > div:last-child {
	margin-bottom: 0;
}
.elgg-form-alt > fieldset > .elgg-foot {
	border-top: 1px solid #DCDCDC;
	padding: 10px 0;
}
label {
	font-weight: bold;
	color: #333;
	font-size: 110%;
}
label.elgg-state-disabled {
	opacity: 0.6;
}
input, textarea {
	border: 1px solid #DCDCDC;
	color: #666;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 7px 6px;
	width: 100%;
	border-radius: 3px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border: solid 1px #C2C2C2;
	background: #F0F0F0;
	/* We remove outlines from specific input types so we can leave the browser
	   defaults (like glows) for everything else */
	outline: 0 none;
}
.elgg-longtext-control {
	float: right;
	margin-left: 14px;
	font-size: 80%;
	cursor: pointer;
}
.elgg-input-access {
	margin: 5px 0 0 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 3px 0 0;
	padding: 0;
	border: none;
	width: auto;
}
.elgg-input-checkboxes.elgg-horizontal li,
.elgg-input-radios.elgg-horizontal li {
	display: inline;
	padding-right: 10px;
}
.elgg-form-account {
	margin-bottom: 15px;
}
.elgg-form-login, .elgg-form-account {
	max-width: 450px;
}

/* ***************************************
	FRIENDS PICKER
*************************************** */
.friends-picker-main-wrapper {
	margin-bottom: 15px;
}
.friends-picker-container h3 {
	font-size: 4em !important;
	text-align: left;
	margin: 10px 0 20px !important;
	color: #999 !important;
	background: none !important;
	padding:0 !important;
}
.friends-picker .friends-picker-container .panel ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
.friends-picker-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 720px;
}
.friends-picker {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 720px;
	height: auto;
	background-color: #DEDEDE;
	border-radius: 3px;
}
.friendspicker-savebuttons {
	background: #FFF;
	border-radius: 3px;
	margin:0 10px 10px;
}
.friends-picker .friends-picker-container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.friends-picker .friends-picker-container .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 730px;
	margin: 0;
	padding: 0;
}
.friends-picker .friends-picker-container .panel .wrapper {
	margin: 0;
	padding: 4px 10px 10px 10px;
	min-height: 230px;
}
.friends-picker-navigation {
	margin: 10px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #DCDCDC;
}
.friends-picker-navigation ul {
	list-style: none;
	padding-left: 0;
}
.friends-picker-navigation ul li {
	float: left;
	margin: 0;
	background: #FFF;
}
.friends-picker-navigation a {
	font-weight: bold;
	text-align: center;
	background: #FFF;
	color: #999;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 20px;
	border-radius: 3px;
}
.tabHasContent {
	background: #FFF;
	color: #333 !important;
}
.friends-picker-navigation li a:hover {
	background: #333;
	color: #FFF !important;
}
.friends-picker-navigation li a.current {
	background: #5097CF;
	color: #FFF !important;
}
.friends-picker-navigation-l, .friends-picker-navigation-r {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friends-picker-navigation-l a, .friends-picker-navigation-r a {
	display: block;
	height: 40px;
	width: 40px;
}
.friends-picker-navigation-l {
	right: 48px;
	z-index: 1;
}
.friends-picker-navigation-r {
	right: 0;
	z-index: 1;
}
.friends-picker-navigation-l {
	background: url("https://landing.athabascau.ca/_graphics/friendspicker.png") no-repeat left top;
}
.friends-picker-navigation-r {
	background: url("https://landing.athabascau.ca/_graphics/friendspicker.png") no-repeat -60px top;
}
.friends-picker-navigation-l:hover {
	background: url("https://landing.athabascau.ca/_graphics/friendspicker.png") no-repeat left -44px;
}
.friends-picker-navigation-r:hover {
	background: url("https://landing.athabascau.ca/_graphics/friendspicker.png") no-repeat -60px -44px;
}
.friendspicker-savebuttons .elgg-button-submit,
.friendspicker-savebuttons .elgg-button-cancel {
	margin: 5px 20px 5px 5px;
}
#friendspicker-members-table {
	margin: 10px 0 0;
	padding: 10px 10px 0;
}

/* ***************************************
	AUTOCOMPLETE
*************************************** */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}
.elgg-autocomplete-item .elgg-body {
	max-width: 600px;
}
.ui-autocomplete {
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	overflow: hidden;
	border-radius: 3px;
}
.ui-autocomplete .ui-menu-item {
	padding: 0px 4px;
	border-radius: 3px;
}
.ui-autocomplete .ui-menu-item:hover {
	background-color: #EEE;
}
.ui-autocomplete a:hover {
	text-decoration: none;
	color: #5097CF;
}
.ui-autocomplete a.ui-state-hover {
	background-color: #EEE;
	display: block;
}

/* ***************************************
	USER PICKER
*************************************** */
.elgg-user-picker-list li:first-child {
	border-top: 1px dotted #ccc;
	margin-top: 5px;
}
.elgg-user-picker-list > li {
	border-bottom: 1px dotted #ccc;
}
.elgg-user-picker.elgg-state-disabled > input,
.elgg-user-picker.elgg-state-disabled > label {
	display: none;
}
.elgg-user-picker-remove {
	cursor: pointer;
}

/* ***************************************
	DATE PICKER
**************************************** */
.ui-datepicker {
	display: none;

	margin-top: 3px;
	width: 208px;
	background-color: #FFF;
	border: 1px solid #0054A7;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.ui-datepicker-inline {
	box-shadow: none;
}

.ui-datepicker-header {
	position: relative;
	background: #5097CF;
	color: #FFF;
	padding: 2px 0;
	border-bottom: 1px solid #0054A7;
}
.ui-datepicker-header a {
	color: #FFF;
}
.ui-datepicker-prev, .ui-datepicker-next {
	position: absolute;
	top: 5px;
	cursor: pointer;
}
.ui-datepicker-prev {
	left: 6px;
}
.ui-datepicker-next {
	right: 6px;
}
.ui-datepicker-title {
	line-height: 1.8em;
	margin: 0 30px;
	text-align: center;
	font-weight: bold;
}
.ui-datepicker-calendar {
	margin: 4px;
}
.ui-datepicker th {
	color: #0054A7;
	border: none;
	font-weight: bold;
	padding: 5px 6px;
	text-align: center;
}
.ui-datepicker td {
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 2px;
	line-height: 1.2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #DCDCDC;
	color: #5097CF;;
	background: #FAFAFA;
}
.ui-datepicker-calendar .ui-state-hover {
	border: 1px solid #AAA;
	color: #0054A7;
	background: #EEE;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active.ui-state-hover {
	font-weight: bold;
	border: 1px solid #0054A7;
	color: #0054A7;
	background: #E4ECF5;
}

/* <style> /**/

/* **************************
	BUTTONS
************************** */
.elgg-button {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #FFF;
	width: auto;
	padding: 5px 12px;
	cursor: pointer;
	background: #8A2715 url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	border: 1px solid #111; /* Fallback */
	border: 1px solid rgba(0, 0, 0, 0.2);

	border-radius: 3px;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6);
}
a.elgg-button {
	padding: 6px 12px;
}

.elgg-button-submit {
	background:  #8A2715 url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	/*none repeat scroll 0 0 #8A2715*/
    border: 1px solid #111;
    color: #FFFFFF;
    cursor: pointer;
   	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.elgg-button-submit:hover {
	background:  maroon url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	*text-decoration: none; 
	color: #FFF;	
	border: 1px solid #111;	
      font-weight: bold;
}

.elgg-button:hover,
.elgg-button:focus {
	background: maroon url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	*text-decoration: none; 
	color: #FFF;
	border: 1px solid #111;	
     font-weight: bold;
}
.elgg-button-submit.elgg-state-disabled {
	background: #999;
	border-color: #999;
	cursor: default;
}
.elgg-button-cancel {
	color: #FFF;
	background: #8A2715 url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	border: 1px solid #999;
}

.elgg-button-cancel:hover {
	color: #FFF;
	background: maroon url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	border: 1px solid #111;
     font-weight: bold;
}

.elgg-button-action:hover,
.elgg-button-action:focus {
	background: maroon url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	text-decoration: none;
	border: 1px solid #111;
     font-weight: bold;
}

.elgg-button-delete {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #111;
	background: maroon url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	text-shadow: 1px 1px 0px black;
}

.elgg-button-delete:hover,
.elgg-button-delete:focus {
	background: maroon url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	background-position: left 10px;
	text-decoration: none;
	border: 1px solid #111;	
     font-weight: bold;
}

.elgg-button-dropdown {
	padding:3px 6px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	position:relative;
	margin-left:0;
	color: white;
	border:1px solid #F8718A;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	
	/*background-image:url(https://landing.athabascau.ca/_graphics/elgg_sprites.png);
	background-position:-150px -51px;
	background-repeat:no-repeat;*/
}
.elgg-button-dropdown:hover,
.elgg-button-dropdown:focus,
.elgg-button-dropdown.elgg-state-active {
	color: #333;
	background: maroon url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
	text-decoration: none;
	font-weight: bold;
}
/* <style> /**/

/* ***************************************
	ICONS
*************************************** */


.elgg-icon {
	background: transparent url(https://landing.athabascau.ca/mod/au_theme/graphics/elgg_sprites.png) no-repeat left;
	width: 16px;
	height: 16px;
	margin: 0 2px;
}
.elgg-icon-arrow-left {
	background-position: 0 -0px;
}
.elgg-icon-arrow-right {
	background-position: 0 -18px;
}
.elgg-icon-arrow-two-head {
	background-position: 0 -36px;
}
.elgg-icon-attention:hover {
	background-position: 0 -54px;
}
.elgg-icon-attention {
	background-position: 0 -72px;
}
.elgg-icon-calendar {
	background-position: 0 -90px;
}
.elgg-icon-cell-phone {
	background-position: 0 -108px;
}
.elgg-icon-checkmark:hover {
	background-position: 0 -126px;
}
.elgg-icon-checkmark {
	background-position: 0 -144px;
}
.elgg-icon-clip:hover {
	background-position: 0 -162px;
}
.elgg-icon-clip {
	background-position: 0 -180px;
}
.elgg-icon-cursor-drag-arrow {
	background-position: 0 -198px;
}
.elgg-icon-delete-alt:hover {
	background-position: 0 -216px;
}
.elgg-icon-delete-alt {
	background-position: 0 -234px;
}
.elgg-icon-delete:hover {
	background-position: 0 -270px;
}
.elgg-icon-delete {
	background-position: 0 -252px;
}
.elgg-icon-download:hover {
	background-position: 0 -288px;
}
.elgg-icon-download {
	background-position: 0 -306px;
}
.elgg-icon-eye {
	background-position: 0 -324px;
}
.elgg-icon-facebook {
	background-position: 0 -342px;
}
.elgg-icon-grid:hover {
	background-position: 0 -360px;
}
.elgg-icon-grid {
	background-position: 0 -378px;
}
.elgg-icon-home:hover {
	background-position: 0 -396px;
}
.elgg-icon-home {
	background-position: 0 -414px;
}
.elgg-icon-hover-menu:hover {
	background: transparent url(https://landing.athabascau.ca/mod/au_theme/graphics/avatar_menu_arrows.png) no-repeat;
	background-position: right bottom;
}
.elgg-icon-hover-menu {
	background: transparent url(https://landing.athabascau.ca/mod/au_theme/graphics/avatar_menu_arrows.png) no-repeat;
	background-position: right bottom;
}
.elgg-icon-info:hover {
	background-position: 0 -468px;
}
.elgg-icon-info {
	background-position: 0 -486px;
}
.elgg-icon-link:hover {
	background-position: 0 -504px;
}
.elgg-icon-link {
	background-position: 0 -522px;
}
.elgg-icon-list {
	background-position: 0 -540px;
}
.elgg-icon-lock-closed {
	background-position: 0 -558px;
}
.elgg-icon-lock-open {
	background-position: 0 -576px;
}
.elgg-icon-mail-alt:hover {
	background-position: 0 -594px;
}
.elgg-icon-mail-alt {
	background-position: 0 -612px;
}
.elgg-icon-mail:hover {
	background-position: 0 -630px;
}
.elgg-icon-mail {
	background-position: 0 -648px;
}
.elgg-icon-photo {
	background-position: 0 -666px;
}
.elgg-icon-print-alt {
	background-position: 0 -684px;
}
.elgg-icon-print {
	background-position: 0 -702px;
}
.elgg-icon-push-pin-alt {
	background-position: 0 -720px;
}
.elgg-icon-push-pin {
	background-position: 0 -738px;
}
.elgg-icon-redo {
	background-position: 0 -756px;
}
.elgg-icon-refresh:hover {
	background-position: 0 -774px;
}
.elgg-icon-refresh {
	background-position: 0 -792px;
}
.elgg-icon-round-arrow-left {
	background-position: 0 -810px;
}
.elgg-icon-round-arrow-right {
	background-position: 0 -828px;
}
.elgg-icon-round-checkmark {
	background-position: 0 -846px;
}
.elgg-icon-round-minus {
	background-position: 0 -864px;
}
.elgg-icon-round-plus {
	background-position: 0 -882px;
}
.elgg-icon-rss {
	background-position: 0 -900px;
}
.elgg-icon-search-focus {
	background-position: 0 -918px;
}
.elgg-icon-search {
	background-position: 0 -936px;
}
.elgg-icon-settings-alt:hover {
	background-position: 0 -954px;
}
.elgg-icon-settings-alt {
	background-position: 0 -972px;
}
.elgg-icon-settings {
	display: none;
}
.elgg-icon-share:hover {
	background-position: 0 -1008px;
}
.elgg-icon-share {
	background-position: 0 -1026px;
}
.elgg-icon-shop-cart:hover {
	background-position: 0 -1044px;
}
.elgg-icon-shop-cart {
	background-position: 0 -1062px;
}
.elgg-icon-speech-bubble-alt:hover {
	background-position: 0 -1080px;
}
.elgg-icon-speech-bubble-alt {
	background-position: 0 -1098px;
}
.elgg-icon-speech-bubble:hover {
	background-position: 0 -1116px;
}
.elgg-icon-speech-bubble {
	background-position: 0 -1134px;
}
.elgg-icon-star-alt {
	background-position: 0 -1152px;
}
.elgg-icon-star-empty:hover {
	background-position: 0 -1170px;
}
.elgg-icon-star-empty {
	background-position: 0 -1188px;
}
.elgg-icon-star:hover {
	background-position: 0 -1206px;
}
.elgg-icon-star {
	background-position: 0 -1224px;
}
.elgg-icon-tag:hover {
	background-position: 0 -1242px;
}
.elgg-icon-tag {
	background-position: 0 -1260px;
}
.elgg-icon-thumbs-down-alt:hover {
	background-position: 0 -1278px;
}
.elgg-icon-thumbs-down:hover,
.elgg-icon-thumbs-down-alt {
	background-position: 0 -1314px;
}
.elgg-icon-thumbs-down {
	background-position: 0 -1296px;
}
.elgg-icon-thumbs-up-alt:hover {
	background-position: 0 -1332px;
}
.elgg-icon-thumbs-up:hover,
.elgg-icon-thumbs-up-alt {
	background-position: 0 -1368px;
}
.elgg-icon-thumbs-up {
	background-position: 0 -1350px;
}
.elgg-icon-trash {
	background-position: 0 -1386px;
}
.elgg-icon-twitter {
	background-position: 0 -1404px;
}
.elgg-icon-undo {
	background-position: 0 -1422px;
}
.elgg-icon-user:hover {
	background-position: 0 -1440px;
}
.elgg-icon-user {
	background-position: 0 -1458px;
}
.elgg-icon-users:hover {
	background-position: 0 -1476px;
}
.elgg-icon-users {
	background-position: 0 -1494px;
}
.elgg-icon-video {
	background-position: 0 -1512px;
}


.elgg-avatar > .elgg-icon-hover-menu {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	cursor: pointer;
	background: transparent url(https://landing.athabascau.ca/mod/au_theme/graphics/avatar_menu_arrows2.png) no-repeat left;
}

.elgg-ajax-loader {
	background: #FFF url(https://landing.athabascau.ca/_graphics/ajax_loader_bw.gif) no-repeat center center;
	min-height: 31px;
	min-width: 31px;
}

/* ***************************************
	AVATAR ICONS
*************************************** */
.elgg-avatar {
	position: relative;
	display: inline-block;
}
.elgg-avatar > a > img {
	display: block;
}
.elgg-avatar-tiny > a > img {
	width: 25px;
	height: 25px;

	/* remove the border-radius if you don't want rounded avatars in supported browsers */
	border-radius: 3px;

	background-clip:  border;
	background-size: 25px;
}
.elgg-avatar-small > a > img {
	width: 40px;
	height: 40px;

	/* remove the border-radius if you don't want rounded avatars in supported browsers */
	border-radius: 3px;

	background-clip:  border;
	background-size: 40px;
}
.elgg-avatar-medium > a > img {
	width: 100px;
	height: 100px;
}
.elgg-avatar-large > a > img {
	width: 200px;
	height: 200px;
}
.elgg-state-banned {
	opacity: 0.5;
}
/* <style> /**/


/* ***************************************
	PAGINATION
*************************************** */
.elgg-pagination {
	margin: 20px 0 10px;
	display: block;
	text-align: center;
}
.elgg-pagination li {
	display: inline;
	text-align: center;
	margin-left: -1px;
}
.elgg-pagination li:first-child a,
.elgg-pagination li:first-child span {
	border-radius: 3px 0 0 3px;
}
.elgg-pagination li:last-child a,
.elgg-pagination li:last-child span {
	border-radius: 0 3px 3px 0;
}
.elgg-pagination a,
.elgg-pagination span {
	display: inline-block;
	padding: 6px 15px;
	color: #444;
	border: 1px solid #DCDCDC;
}
.elgg-pagination a:hover {
	color: #999;
	text-decoration: none;
}
.elgg-pagination .elgg-state-disabled span {
	color: #CCC;
}
.elgg-pagination .elgg-state-selected span {
	color: #999;
}

/* ***************************************
	TABS
*************************************** */
.elgg-tabs {
	margin-bottom: 5px;
	border-bottom: 1px solid #DCDCDC;
	display: table;
	width: 100%;
	background: white;
}
.elgg-tabs li {
	float: left;
	border: 1px solid #DCDCDC;
	border-bottom: 0;
	background: #eee;
	margin: 0 0 0 5px;
	border-radius: 3px 3px 0 0;
}
.elgg-tabs a {
	text-decoration: none;
	display: block;
	padding: 4px 15px 6px;
	text-align: center;
	height: auto;
	color: #666;
	background: #DCDCDC;
}
.elgg-tabs a:hover {
	background: #DEDEDE;
	color: #444;
}
.elgg-tabs .elgg-state-selected {
	border-color: #DCDCDC;
	background: #FFF;
}
.elgg-tabs .elgg-state-selected a {
	position: relative;
	top: 1px;
	background: #FFF;
}

/* ***************************************
	BREADCRUMBS
*************************************** */
.elgg-breadcrumbs {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0 10px 1px 0;
	color: #BABABA;
}
.elgg-breadcrumbs > li {
	display: inline-block;
}
.elgg-breadcrumbs > li:after {
	content: "\003E";
	padding: 0 4px;
	font-weight: normal;
}
.elgg-breadcrumbs > li > a {
	display: inline-block;
	color: #999;
}
.elgg-breadcrumbs > li > a:hover {
	color: #0054a7;
	text-decoration: underline;
}
.elgg-main .elgg-breadcrumbs {
	position: relative;
	top: -1px;
	left: 0;
}

/* ***************************************
	TOPBAR MENU
*************************************** */
.elgg-menu-topbar {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	float: left;
}

.elgg-menu-topbar > li {
	float: left;
	height: 33px;
}

.elgg-menu-topbar > li > a {
	padding-top: 5px;
	color: #EEE;
	margin: 0 15px;
}

.elgg-menu-topbar > li > a:hover {
	color: #60B8F7;
	text-decoration: none;
}


.elgg-menu-topbar > li:hover {
	background-color: #B93D21;
}

.elgg-menu-topbar-alt {
	float: right;
}

.elgg-menu-topbar .elgg-icon {
	vertical-align: middle;
	margin-top: -1px;
}

.elgg-menu-topbar > li > a.elgg-topbar-logo {
	margin-top: 0;
	padding-left: 5px;
	width: 38px;
	height: 20px;
}

.elgg-menu-topbar > li > a.elgg-topbar-avatar {
	width: 18px;
	height: 18px;
	padding-top: 7px;
}

.elgg-menu-topbar .elgg-menu-item-usersettings a.au_theme_my_account {
	color: #8A2816;
}

.elgg-menu-topbar .elgg-menu-item-usersettings:hover a.au_theme_my_account {
	color: #FFF;
}


/* ***************************************
	SITE MENU
*************************************** */
.elgg-menu-site {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	float: left;
	left: 0;
	top: 0;
	position: relative;
	z-index: 1;
}
.elgg-menu-site > li {
	float: left;
}
.elgg-menu-site > li > a {
	color: #8A2816;
	padding: 14px 18px;
}
.elgg-menu-site > li > a:hover {
	text-decoration: none;
	background-color: #8A2816;
	color: #003368;
}
.elgg-menu-site > .elgg-state-selected > a{
	
	/* don't really want this */
	
}


.elgg-menu-site > li:hover > a {
	background-color: #8A2816;
	color: #FFF;
}
.elgg-menu-site > li > ul {
	position: absolute;
	display: none;
	background-color: #B93D21;
	border: 1px solid #DEDEDE; 
	text-align: left;
	margin-left: 0;
	width: 200px;
	border-radius: 0 0 3px 3px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);

}

/*
.elgg-menu-site > li:hover {
	display: block;
	background-color: #B93D21;
	color:white;
}
*/

.elgg-menu-site > li:hover > ul {
	display: block;
	background-color: #B93D21;	
	width: inherit;
}
/*
.elgg-menu-site > li > ul > li {
	background-color: #B93D21;
	color: white;
}

.elgg-menu-site > li > ul > li > a {
	background-color: #B93D21;
	color:white;
}
*/
.elgg-menu-site-more li {
	width: 180px;
}
.elgg-menu-site-more > li > a {
	padding: 10px 20px;
	background-color: #8A2816;
	color: #444;
}
.elgg-menu-site-more > li:last-child > a,
.elgg-menu-site-more > li:last-child > a:hover {
	border-radius: 3px;
	background-color: #8A2816;	
}
.elgg-menu-site-more > li.elgg-state-selected > a {
	/*don't like the selected state */
}
.elgg-menu-site-more > li > a:hover {
	background-color: #8A2816;
	color: #444;
}
.elgg-more {
	width: 182px;
}
.elgg-more > a:after {
	content: "\bb";
	margin-left: 6px;
}


/*
fix menus to show red/black rather than blue/white in menu manager
*/
.elgg-menu .elgg-child-menu > li:hover a{
	padding: 2px 8px;
	color: white;
	font-weight: bold;
	background-color: black;
}
.elgg-menu .elgg-child-menu > li a{
	padding: 2px 8px;
	color: white;
	font-weight: bold;
	border-top: 1px solid white;
	background-color: #B93D21;
}




/* ***************************************
	TITLE
*************************************** */
.elgg-menu-title {
	float: right;
	margin-top: -1px;
}
.elgg-menu-title > li {
	display: inline-block;
	margin-left: 4px;
}

/* ***************************************
	FILTER MENU
*************************************** */
.elgg-menu-filter {
	margin-bottom: 5px;
	border-bottom: 1px solid #DCDCDC;
	display: table;
	width: 100%;
}
.elgg-menu-filter > li {
	float: left;
	border: 1px solid #DCDCDC;
	border-bottom: 0;
	background:#DEDEDE;
	margin: 0 0 0 5px;
	border-radius: 3px 3px 0 0;
}
.elgg-menu-filter > li.elgg-state-selected a:hover {
	background: #DEDEDE;
	color: maroon;
}
.elgg-menu-filter > li > a {
	text-decoration: none;
	display: block;
	padding: 4px 15px 6px;
	text-align: center;
	height: auto;
	color: #666;
}
.elgg-menu-filter > li > a:hover {
	background: #DEDEDE;
	color: maroon;
}
.elgg-menu-filter > .elgg-state-selected {
	border-color: #DCDCDC;
	background: #FFF;
}
.elgg-menu-filter > .elgg-state-selected > a {
	position: relative;
	top: 1px;
	background: #FFF;
	color: maroon;
}

/* ***************************************
	PAGE MENU
*************************************** */


.elgg-menu-page {
	margin-bottom: 15px;
}
.elgg-menu-page a {
	display: block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: white;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 8px;
}

.elgg-menu-page a:hover {
	background-color: #b93d21;
	color: white;
	text-decoration: none;
}
.elgg-menu-page li.elgg-state-selected > a {
	background-color: #B93D21;
	color: white; 
}

.elgg-menu-page .elgg-child-menu {
	display: none;
	margin-left: 15px;
	background-color: #B93D21;	
	color:white;
}
.elgg-menu-page .elgg-child-menu > li > a {
	display: none;
	margin-left: 15px;
	background-color: #B93D21;
	color: white;	
}

.elgg-menu-page .elgg-menu-closed:before, .elgg-menu-opened:before {
	display: inline-block;
	padding-right: 4px;
}
.elgg-menu-page .elgg-menu-closed:before {
	content: "\002B";
}
.elgg-menu-page .elgg-menu-opened:before {
	content: "\002D";
}

/* ***************************************
	HOVER MENU
*************************************** */
.elgg-menu-hover {
	display: none;
	position: absolute;
	z-index: 10000;
	overflow: hidden;
	min-width: 180px;
	max-width: 250px;
	border: 1px solid #DEDEDE;
	background-color: #FFFFFF;
	color:white;
	border-radius: 0 3px 3px 3px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.elgg-menu-hover > li {
	border-bottom: 1px solid #ddd;
}
.elgg-menu-hover > li:last-child {
	border-bottom: none;
}
.elgg-menu-hover .elgg-heading-basic {
	display: block;
}
.elgg-menu-hover > li a {
	padding: 6px 18px;
}
.elgg-menu-hover a:hover {
	background-color: #B93D21;
	text-decoration: none;
}
.elgg-menu-hover-admin a {
	color: #FF0000;
}
.elgg-menu-hover-admin a:hover {
	color: #FFF;
	background-color: #FF0000;
}

/* ***************************************
	SITE FOOTER
*************************************** */
.elgg-menu-footer > li,
.elgg-menu-footer > li > a {
	display: inline-block;
	color: #999;
}
/* IE 8 fix */
.elgg-menu-footer > li:before {
	content: "\007C";
	padding: 0 6px;
}
.elgg-menu-footer > li:first-child:before {
	content: "";
	padding: 0;
}

.elgg-menu-footer-default {
	float: right;
}

.elgg-menu-footer-alt {
	float: left;
}

.elgg-menu-footer-meta {
	float: left;
}

/* ***************************************
	GENERAL MENU
*************************************** */
.elgg-menu-general > li,
.elgg-menu-general > li > a {
	display: inline-block;
	color: #999;
}

.elgg-menu-general > li:after {
	content: "\007C";
	padding: 0 6px;
}

/* ***************************************
	ENTITY AND ANNOTATION
*************************************** */
.elgg-menu-entity, .elgg-menu-annotation {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #AAA;
	line-height: 16px;
	height: auto;
}
.elgg-menu-entity > li, .elgg-menu-annotation > li {
	margin-left: 15px;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	color: #B93D21;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	display: block;
}
.elgg-menu-entity > li > span, .elgg-menu-annotation > li > span {
	vertical-align: baseline;
}

.elgg-menu-entity

/* ***************************************
	OWNER BLOCK
*************************************** */

.elgg-menu-owner-block li a {
	display: block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: white;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 8px;
}
.elgg-menu-owner-block-default li a {
	display: block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: white;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 8px;
}
.elgg-menu-owner-block li a:hover {
	background-color: #b93d21;
	color: white;
	text-decoration: none;
}
.elgg-menu-owner-block li.elgg-state-selected > a {
	background-color: #b93d21;
	color: white; 
}
/* ***************************************
	LONGTEXT
*************************************** */
.elgg-menu-longtext {
	float: right;
}

/* ***************************************
	RIVER
*************************************** */
.elgg-menu-river {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #AAA;
	line-height: 16px;
	height: 16px;
}
.elgg-menu-river > li {
	display: inline-block;
	margin-left: 5px;
}
.elgg-menu-river > li > a {
	color: #AAA;
	height: 16px;
}
.elgg-menu-river > li > a {
	display: block;
}
.elgg-menu-river > li > span {
	vertical-align: baseline;
}

/* ***************************************
	SIDEBAR EXTRAS (rss, bookmark, etc)
*************************************** */
.elgg-menu-extras {
	margin-bottom: 15px;
}
.elgg-menu-extras li {
	padding-right: 5px;
}

/* ***************************************
	WIDGET MENU
*************************************** */
.elgg-menu-widget > li {
	position: absolute;
	top: 8px;
	display: inline-block;
	width: 18px;
	height: 18px;
}
.elgg-menu-widget > .elgg-menu-item-collapse {
	left: 10px;
}
.elgg-menu-widget > .elgg-menu-item-delete {
	right: 10px;
}
.elgg-menu-widget > .elgg-menu-item-settings {
	right: 32px;
}

/*
	Action (title) menu
*/

li.elgg-menu-item-action-dropdown {
  position: relative;
  width: 108px;
  height: 25px;
}

.elgg-menu-item-action-dropdown .action-dropdown {
  position: absolute;
  width: 100px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 3px;
  border-radius: 5px;
/*  background-color: maroon; */
  background: #8A2715 url(https://landing.athabascau.ca/_graphics/button_graduation.png) repeat-x left 10px;
  color: white;
}

.elgg-menu-item-action-dropdown:hover .action-dropdown {
  border-bottom: 0px;
  border-radius: 5px 5px 0 0;
  border: none;
  background-color: #B93D21;
  color: white;
}

.elgg-menu-item-action-dropdown ul {
	position: absolute;
	display: none;
	width: 200px;
	margin-top: 24px;
	margin-left: -85px;
	border-radius: 5px;
	background-color: #B93D21;
	color: white;
}

.elgg-menu-item-action-dropdown:hover ul{
	display: block;
	z-index: 100;
}

.elgg-menu-item-action-dropdown ul li {
	text-decoration: none;
}

.elgg-menu-item-action-dropdown ul li:hover {

}

.elgg-menu-item-action-dropdown ul li a {
	display: block;
	text-decoration: none;
	background-image: none;
	background: transparent;
	text-shadow: none;
	border: 0;
	padding: 10px;
	color: white;
	font-size: 10pt;
}

.elgg-menu-item-action-dropdown ul li a:hover {
	text-decoration: none;
	background-image: none;
	background: transparent;
	text-shadow: none;
	border: 0;
	color: white;
	background-color: black;
	font-size: 10pt;
}


.elgg-menu-item-action-dropdown a span.elgg-icon-round-plus {
  vertical-align: top;
  margin-left: 15px;
}

.elgg-menu-item-action-dropdown:hover a span.elgg-icon-round-plus {
  background-position: 0 -864px;
}


/* ***************************************
			Tools Menu (topbar)
**************************************** */

.elgg-menu-item-tools ul {
	position: absolute;
	display: none;
	width: 200px;
}

.elgg-menu-item-tools:hover ul{
	display: block;
	z-index: 100;
}

.elgg-menu-item-tools ul li {
	border-top: 1px solid #FFF;
	background-color: #B93D21;
	padding: 3px 8px;
	padding-right: 10px;
	color: white;
	text-decoration: none;
}

.elgg-menu-item-tools ul li:hover {
	background-color: black;
}

.elgg-menu-item-tools ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
/* <style> /**/

/* ***************************************
	Modules
*************************************** */
.elgg-module {
	overflow: hidden;
	margin-bottom: 20px;
}

/* Aside */
.elgg-module-aside .elgg-head {
	border-bottom: 1px solid #DCDCDC;

	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Info */
.elgg-module-info > .elgg-head {
	background-color: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	box-shadow: inset 0 0 1px #FFFFFF;
}
.elgg-module-info > .elgg-head * {
	color: #444;
}

/* Popup */
.elgg-module-popup {
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	z-index: 9999;
	margin-bottom: 0;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.elgg-module-popup > .elgg-head {
	margin-bottom: 5px;
}
.elgg-module-popup > .elgg-head * {
	color: #0054A7;
}

/* Dropdown */
.elgg-module-dropdown {
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	border-radius: 0 0 3px 3px;
	display:none;
	width: 240px;
	padding: 20px;
	margin-right: 0;
	z-index: 100;
	position: absolute;
	right: 0;
	top: 100%;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}

/* Featured */
.elgg-module-featured {
	border: 1px solid #DCDCDC;
	border-radius: 3px;
}
.elgg-module-featured > .elgg-head {
	background-color: #F0F0F0;
	padding: 10px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
	box-shadow: inset 0 0 1px #FFFFFF;
}
.elgg-module-featured > .elgg-head * {
	color: #666;
}
.elgg-module-featured > .elgg-body {
	padding: 10px;
}

/* ***************************************
	Widgets
*************************************** */
.elgg-widgets {
	min-height: 30px;
	padding-top: 10px;

}
.elgg-widget-add-control {
	text-align: right;
	margin: 0 5px 15px;
}
.elgg-widgets-add-panel {
	padding: 10px;
	margin: 0 5px 15px;
	background: #DEDEDE;
	border: 2px solid #ccc;
}
.elgg-widgets-add-panel li {
	float: left;
	margin: 2px 10px;
	width: 200px;
	padding: 4px;
	background-color: #CCC;
	border: 2px solid #B0B0B0;
	font-weight: bold;
}
.elgg-widgets-add-panel li a {
	display: block;
}
.elgg-widgets-add-panel .elgg-state-available {
	color: #333;
	cursor: pointer;
}
.elgg-widgets-add-panel .elgg-state-available:hover {
	background-color: #BCBCBC;
}
.elgg-widgets-add-panel .elgg-state-unavailable {
	color: #888;
}

.elgg-module-widget {
	border: 1px solid #DCDCDC;
	margin: 0 10px 15px;
	position: relative;
	border-radius: 5px;
}
.elgg-module-widget:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.elgg-module-widget > .elgg-head {
	background-color: #F0F0F0;
	padding: 10px 0;
	height: auto;
	overflow: hidden;
	box-shadow: inset 0 0 1px #FFFFFF;
}
.elgg-module-widget > .elgg-head h3 {
	float: left;
	padding: 0 45px 0 30px;
	color: #666;
}
.elgg-module-widget.elgg-state-draggable .elgg-widget-handle {
	cursor: move;
}
a.elgg-widget-collapse-button {
	color: #C5C5C5;
}
a.elgg-widget-collapse-button:hover,
a.elgg-widget-collapsed:hover {
	color: #9D9D9D;
	text-decoration: none;
}
a.elgg-widget-collapse-button:before {
	content: "\25BC";
}
a.elgg-widget-collapsed:before {
	content: "\25BA";
}
.elgg-module-widget > .elgg-body {
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #DCDCDC;
}
.elgg-widget-edit {
	display: none;
	width: auto;
	padding: 10px;
	border-bottom: 1px solid #DCDCDC;
	background-color: #F9F9F9;
}
.elgg-widget-content {
	padding: 10px;
}
.elgg-widget-placeholder {
	border: 1px dashed #DEDEDE;
	margin-bottom: 15px;
}
/* <style> /**/

/* ***************************************
	Image Block
*************************************** */
.elgg-image-block {
	padding: 10px 0;
}
.elgg-image-block .elgg-image {
	float: left;
	margin-right: 8px;
}
.elgg-image-block .elgg-image-alt {
	float: right;
	margin-left: 8px;
}

.elgg-content .elgg-image-block{
	/*margin-left: -50px; */
}

/* ***************************************
	List
*************************************** */
.elgg-list {
	margin: 5px 0;
	clear: both;
}
.elgg-list > li {
	border-bottom: 1px solid #DCDCDC;
}
.elgg-item h3 a {
	padding-bottom: 4px;
}
.elgg-item > .elgg-subtext {
	margin-bottom: 4px;
}
.elgg-item .elgg-content {
	margin: 10px 5px 10px 0;
}
.elgg-content {
	clear: both;
	/*padding: 15px 70px 35px 70px;*/
}
.elgg-content.clearfix{
	clear: both;
	padding: 15px 70px 35px 70px;
}
/* ***************************************
	Gallery
*************************************** */
.elgg-gallery {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
.elgg-gallery td {
	padding: 5px;
}
.elgg-gallery-fluid > li {
	float: left;
}
.elgg-gallery-users > li {
	margin: 0 2px;
}

/* ***************************************
	Tables
*************************************** */
.elgg-table {
	width: 100%;
	border-top: 1px solid #DCDCDC;
}
.elgg-table td, .elgg-table th {
	padding: 4px 8px;
	border: 1px solid #DCDCDC;
}
.elgg-table th {
	background-color: #DDD;
}
.elgg-table tr:nth-child(odd), .elgg-table tr.odd {
	background-color: #FFF;
}
.elgg-table tr:nth-child(even), .elgg-table tr.even {
	background-color: #F0F0F0;
}
.elgg-table-alt {
	width: 100%;
	border-top: 1px solid #DCDCDC;
}
.elgg-table-alt th {
	background-color: #EEE;
	font-weight: bold;
}
.elgg-table-alt td, .elgg-table-alt th {
	padding: 6px 0;
	border-bottom: 1px solid #DCDCDC;
}
.elgg-table-alt td:first-child {
	width: 200px;
}
.elgg-table-alt tr:hover {
	background: #E4E4E4;
}

/* ***************************************
	Owner Block
*************************************** */
.elgg-owner-block {
	margin-bottom: 20px;
}

/* ***************************************
	Messages
*************************************** */
.elgg-message {
	color: #FFF;
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	opacity: 0.9;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
.elgg-state-success {
	background-color: #090;
}
.elgg-state-error {
	background-color: #F00;
}
.elgg-state-notice {
	background-color: #5097CF;
}
.elgg-box-error {
	margin-top: 10px;
	padding: 20px;
	color: #B94A48;
	background-color: #F8E8E8;
	border: 1px solid #E5B7B5;
	border-radius: 5px;
}

/* ***************************************
	River
*************************************** */
.elgg-list-river {
	margin-top: -10px;
}
.elgg-river-layout .elgg-list-river {
	border-top: 1px solid #DCDCDC;
}
.elgg-list-river > li {
	border-bottom: 1px solid #DCDCDC;
}
.elgg-river-item .elgg-pict {
	margin-right: 20px;
}
.elgg-river-timestamp {
	color: #666;
	font-size: 85%;
	font-style: italic;
	line-height: 1.2em;
}

.elgg-river-attachments,
.elgg-river-message,
.elgg-river-content {
	border-left: 1px solid #DCDCDC;
	margin: 8px 0 5px 0;
	padding-left: 8px;
}
.elgg-river-attachments .elgg-avatar,
.elgg-river-attachments .elgg-icon {
	float: left;
}
.elgg-river-attachments .elgg-icon-arrow-right {
	margin: 3px 8px 0;
}
.elgg-river-layout .elgg-input-dropdown {
	float: right;
	margin: 10px 0;
}
.elgg-river-comments-tab {
	display: block;
	background-color: #EEE;
	margin-top: 5px;
	width: auto;
	float: right;
	font-size: 85%;
	padding: 1px 8px;
	border-radius: 3px 3px 0 0;
}

.elgg-river-comments {
	margin: 0;
	border-top: none;
}
.elgg-river-comments li:first-child {
	border-radius: 3px 0 0;
}
.elgg-river-comments li:last-child {
	border-radius-bottomleft: 0 0 5px 5px;
}
.elgg-river-comments li {
	background-color: #EEE;
	border-bottom: none;
	padding: 4px 4px 4px 10px;
	margin-bottom: 2px;
}
.elgg-river-comments li .elgg-output {
	padding-right: 5px;
}
.elgg-river-comments .elgg-media {
	padding: 0;
}
.elgg-river-more {
	background-color: #EEE;
	border-radius: 3px;
	padding: 2px 4px;
	font-size: 85%;
	margin-bottom: 2px;
}

.elgg-river-item form {
	background-color: #EEE;
	padding: 6px;
	border-radius: 3px;
	height: auto;
}
.elgg-river-item input[type=text] {
	width: 78%;
}
.elgg-river-item input[type=submit] {
	margin: 0 0 0 10px;
}


/* **************************************
	Comments (from elgg_view_comments)
************************************** */
.elgg-comments {
	margin-top: 25px;
}
.elgg-comments > form {
	margin-top: 15px;
}

/* ***************************************
	Image-related
*************************************** */
.elgg-photo {
	border: 1px solid #DCDCDC;
	padding: 3px;
	background-color: #FFF;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	max-width: 100%;
	height: auto;
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags {
	font-size: 85%;
}
.elgg-tags > li {
	float:left;
	margin-right: 5px;
}
.elgg-tags li.elgg-tag:after {
	content: ",";
}
.elgg-tags li.elgg-tag:last-child:after {
	content: "";
}
.elgg-tagcloud {
	text-align: justify;
	margin-bottom: 5px;
}

/* <style> /**/

/* ***************************************
	PAGE LAYOUT
*************************************** */
/***** DEFAULT LAYOUT ******/
.elgg-page-default {
	min-width: 800px;
}
.elgg-page-default .elgg-page-header > .elgg-inner {
	max-width: 990px;
	margin: 0 auto;
	min-height: 65px;
}
.elgg-page-default .elgg-page-navbar > .elgg-inner {
	max-width: 990px;
	margin: 0 auto;
	height: auto;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;	
}
.elgg-page-default .elgg-page-body > .elgg-inner {
	max-width: 990px;
	margin: 0 auto;
}
.elgg-page-default .elgg-page-footer > .elgg-inner {
	max-width: 990px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 1px solid #DEDEDE;
}

/***** TOPBAR ******/
.elgg-page-topbar {
	background: #424242;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #000000;
	padding: 0 20px;
	position: relative;
	height: 32px;
	z-index: 9000;
	display: none;
}

/***** PAGE MESSAGES ******/
.elgg-system-messages {
	position: fixed;
	top: 32px;
	right: 20px;
	max-width: 500px;
	z-index: 2000;
}
.elgg-system-messages li {
	margin-top: 10px;
}
.elgg-system-messages li p {
	margin: 0;
}

/***** PAGE HEADER ******/
.elgg-page-header {
	padding: 5px 20px 10px;
	position: relative;
}
.elgg-page-header > .elgg-inner {
	position: relative;
}
/***** PAGE NAVBAR ******/
.elgg-page-navbar {
	padding: 0 20px;
	position: relative;
	background: transparent;

}
.elgg-page-navbar > .elgg-inner {
	position: relative;
	border-bottom: 1px solid #EBEBEB;
	background: #d2d2d2;
	
}

/* Header overrides */

a.elgg-heading-site img{
	float: left;
}

div.elgg-page-header div.headerlinks {
	display: inline-block;
	float: right;
	text-align: right;
	margin: 40px 20px 15px 0px;
	color: white;
}

div.headerlinks a, div.headerlinks a:hover {
	color: white;
}

div.headerlinks .highlight {
	background-color: red;
	font-style: italic;
}

div.headerlinks .guestloginform {
	display: none;
}

div.headerlinks .guestloginform input.login-textarea {
	width: 150px;
}



/***** PAGE BODY LAYOUT ******/
.elgg-page-body {
	padding: 0 20px;
	margin:0 auto;
	/*background: #d2d2d2 url(https://landing.athabascau.ca/mod/au_theme/graphics/background.png) repeat-x top left; */
}

.elgg-page-body > .elgg-inner {
	background: #ffffff;
	margin-left: 10px; 
}


.elgg-layout {
	min-height: 360px;
	height:100%;
}
.elgg-widgets {
	float: right;
}
.elgg-sidebar {
	position: relative;
	padding: 10px 25px 10px 5px;
	float: right;
	width: 19%;
	margin: 0;
	border-left: 1px solid #EBEBEB;
	background: #eeeeee;
	height: 100%;
}

.elgg-sidebar-alt {
	position: relative;
	padding: 20px 10px 10px 10px;
	float: left;
	width: 16.161616%;
	margin: 0 30px 0 0;
	border-right: 1px solid #EBEBEB;
	background: #eeeeee;
	height: 100%;
}
/* hack to make sidebar appear to extend to footer 
	note that it's a compromise - if the main area
	is short, there's a grey space below it.
*/

.elgg-layout-one-sidebar {
	width: 100%;
	min-height: 360px;
	background-color: #EEEEEE;
}

/* end hack */

/* indent a little for single column page */
.elgg-layout-one-column{	
	padding-left: 5px;
}	


.elgg-main {
	position: relative;
	min-height: 360px;
	padding: 12px 0 10px 0;
	background: white;
}
.elgg-main > .elgg-head {
	padding-bottom: 5px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
}
.elgg-layout-one-sidebar .elgg-main {
	float: left;
	width: 69%;
	/*margin-left: 10px;*/
	padding: 15px 35px 10px 30px;
	height: 100%;
}
.elgg-layout-two-sidebar .elgg-main {
	float: left;
	width: 50.101010%;
	margin-left: 10px;
	height: 100%;
}

/***** PAGE FOOTER ******/
.elgg-page-footer {
	color: #999;
	padding: 0 10px;
	position: relative;
	clear: both;
}

.elgg-page-footer a:hover {
	color: maroon;
}
/* <style> /**/

/* ***************************************
	MISC
*************************************** */
#login-dropdown {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#login-dropdown a {
	padding: 14px 18px;
}

/* ***************************************
	AVATAR UPLOADING & CROPPING
*************************************** */

#current-user-avatar {
	border-right: 1px solid #EBEBEB;
}
#avatar-croppingtool {
	border-top: 1px solid #DCDCDC;
}
#user-avatar-cropper {
	float: left;
}
#user-avatar-preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

/* ***************************************
	FRIENDS COLLECTIONS
*************************************** */

#friends_collections_accordian li {
	color: #666;
}
#friends_collections_accordian li h2 {
	border-radius: 3px;
	background: none repeat scroll 0 0 #F0F0F0;
	color: #444;
	cursor: pointer;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 10px;
}
#friends_collections_accordian li h2:hover {
	background-color: #E5E5E5;
}
#friends_collections_accordian .friends_collections_controls {
	float: right;
	font-size: 70%;
}
#friends_collections_accordian .friends-picker-main-wrapper {
	background: none repeat scroll 0 0 #FFF;
	display: none;
	padding: 0;
}

.clearfloat { 
	clear: both;
}

.hidden {
	display: none;
}

.centered {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.float {
	float: left;
}

.float-alt {
	float: right;
}

.link {
	cursor: pointer;
}

.elgg-discover .elgg-discoverable {
	display: none;
}

.elgg-discover:hover .elgg-discoverable {
	display: block;
}

.elgg-transition:hover {
	opacity: .7;
}

/* ***************************************
	BORDERS AND SEPARATORS
*************************************** */
.elgg-border-plain {
	border: 1px solid #eeeeee;
}
.elgg-border-transition {
	border: 1px solid #eeeeee;
}
.elgg-divide-top {
	border-top: 1px solid #CCCCCC;
}
.elgg-divide-bottom {
	border-bottom: 1px solid #CCCCCC;
}
.elgg-divide-left {
	border-left: 1px solid #CCCCCC;
}
.elgg-divide-right {
	border-right: 1px solid #CCCCCC;
}

/* ***************************************
	Spacing (from OOCSS)
*************************************** */
/* Padding */
.pan{padding:0}
.prn, .phn{padding-right:0}
.pln, .phn{padding-left:0}
.ptn, .pvn{padding-top:0}
.pbn, .pvn{padding-bottom:0}

.pas{padding:5px}
.prs, .phs{padding-right:5px}
.pls, .phs{padding-left:5px}
.pts, .pvs{padding-top:5px}
.pbs, .pvs{padding-bottom:5px}

.pam{padding:10px}
.prm, .phm{padding-right:10px}
.plm, .phm{padding-left:10px}
.ptm, .pvm{padding-top:10px}
.pbm, .pvm{padding-bottom:10px}

.pal{padding:20px}
.prl, .phl{padding-right:20px}
.pll, .phl{padding-left:20px}
.ptl, .pvl{padding-top:20px}
.pbl, .pvl{padding-bottom:20px}

/* Margin */
.man{margin:0}
.mrn, .mhn{margin-right:0}
.mln, .mhn{margin-left:0}
.mtn, .mvn{margin-top:0}
.mbn, .mvn{margin-bottom:0}

.mas{margin:5px}
.mrs, .mhs{margin-right:5px}
.mls, .mhs{margin-left:5px}
.mts, .mvs{margin-top:5px}
.mbs, .mvs{margin-bottom:5px}

.mam{margin:10px}
.mrm, .mhm{margin-right:10px}
.mlm, .mhm{margin-left:10px}
.mtm, .mvm{margin-top:10px}
.mbm, .mvm{margin-bottom:10px}

.mal{margin:20px}
.mrl, .mhl{margin-right:20px}
.mll, .mhl{margin-left:20px}
.mtl, .mvl{margin-top:20px}
.mbl, .mvl{margin-bottom:20px}/*************** FOOTER ****************/


div#au_spotlight-footer {
   width:100%;
   min-height: 100px;
   font-size: 90%;
}

div#au_spotlight-footer-content {
}

div#au_spotlight-footer p {
}


div#au_spotlight-footer-left {
	width: 26%;
	float: left;
	padding: 2%;
}

div#au_spotlight-footer-main {
	width: 36%;
	float: left;
	padding: 2%;
}

div#au_spotlight-footer-right {
	width: 26%;
	float: left;
	padding: 2%;
}


@media screen and (max-width: 1100px) {
	div#au_spotlight-footer-left {
		width: 200px;
	}
	div#au_spotlight-footer-main {
		width: 400px;
	}
	div#au_spotlight-footer-right {
		width: 200px;
	}
}

@media screen and (max-width: 800px) {
	div#au_spotlight-footer-left {
		width: 200px;
	}
	div#au_spotlight-footer-main {
		width: 240px;
	}
	div#au_spotlight-footer-right {
		width: 200px;
	}
}
	
@media screen and (max-width: 640px) {
	div#au_spotlight-footer-left {
		width: 100%;
		float: none;
		border-bottom: 2px dotted #000080;
	}
	div#au_spotlight-footer-main {
		width: 100%;
		float: none;
		border-bottom: 2px dotted #000080;
	}
	div#au_spotlight-footer-right {
		width: 100%;
		float: none;
	}
}


.extendafriendclear {
	clear:both;
	height: 1px;	
}

.extendafriendcollectionlist {
	width: 170px;
	float: left;
	padding: 5px;	
}

.extendafriend_form {
	width: 600px;
	margin: 0 auto;
}

#extendafriend_rtags {
	width: 500px;
}/*-------------------------------
EMBED VIDEO
-------------------------------*/

.videoembed_video {
  padding: 0; 
  margin:0 0 10px 10px;
  overflow: hidden;
  align: center;
}
.collapsable_box_content .thewire-post .videoembed_video {
  	margin: 10px 0 0 5px;
	position:relative;
    float:left; 
}
.collapsable_box_content .thewire-post .note_text{
	overflow:visible;
}
.aga-user-stats{

	width: 55%;
	position: relative;
	display: inline-block;	
}

.aga-user-stats-alt{
	float: none;
	width: 40%;
	display: inline-block;	
	margin: 0px 1px 0px 5px; 
}.au_socialshare_footer{
	clear:left;
	display:block;
	/*background-color:#FFFFFF;*/
	padding-top: 10px;
	border-top: 1px dotted black;
	margin-top: 5px;
	padding: 10px;
	font-size:smaller;
	text-align: center;
}

#social_share_privacy{
	margin-left: auto;
	margin-right: auto;
}

/*.dummy_btn {
	width:px;
	margin-bottom: 10px;
	top: 15px;
	left: -20px;
}
*/
li.settings_info{
	margin-left: 50px;
	padding: 44px;
	background-color: navy;
}

.social_share_privacy_area.line .mail a {
	display: inline-block;
	min-width: 43px;
	height: 20px;
	padding-right: 10px;
}

/* <style> */
/* ***************************************
	Profile
*************************************** */
.profile {
	float: left;
	margin-bottom: 15px;
}
.profile .elgg-inner {
	border: 1px solid #DCDCDC;
	border-radius: 3px;
}
#profile-details {
	padding: 15px;
}

/* fix for profile manager */
#profile-details .pll {
	
	width:100%;	
}
#custom_fields_userdetails {
	width: 100%;
}


/*** ownerblock ***/
#profile-owner-block {
	float: left;
	border-right: 1px solid #DCDCDC;
	padding: 15px;
	clear:none;
}
#profile-owner-block .large {
	margin-bottom: 10px;
}
#profile-owner-block a.elgg-button-action {
	margin-bottom: 4px;
	display: table;
}
.profile-admin-menu {
	display: none;
}
.profile-admin-menu-wrapper a {
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 16px;
}
.profile-admin-menu-wrapper:before {
	content: "\00BB";
	float: left;
	padding-top: 1px;
}
.profile-admin-menu-wrapper li a {
	color: #FF0000;
	margin-bottom: 0;
}
.profile-admin-menu-wrapper a:hover {
	color: #000;
}
/*** profile details ***/
#profile-details .wire-status {
	margin-top: 10px;
	width: 80%;
}
#profile-details .odd {
	border-bottom: 1px solid #DCDCDC;
	margin: 0;
	padding: 5px 0;
}
#profile-details .even {
	border-bottom: 1px solid #DCDCDC;
	margin: 0;
	padding: 5px 0;
}
.profile-aboutme-title {
	margin: 0;
	padding: 5px 4px 2px 0;
}
.profile-aboutme-contents {
	padding: 0;
}
.profile-banned-user {
	border: 1px solid red;
	padding: 4px 8px;
	border-radius: 3px;
}

/* Blog Plugin */

/* force tinymce input height for a more useful editing / blog creation area */
form#blog-post-edit #description_parent #description_ifr {
	height:400px !important;
}
.elgg-icon-bookmark {
	background: transparent url(https://landing.athabascau.ca/mod/bookmarks/graphics/bookmark.gif);
}/********************************
The Wire
*********************************/
#thewire-textarea {
	height: 40px;
	padding: 6px;
}
#thewire-characters-remaining {
	text-align: right;
	float: right;
	font-weight: bold;
	color: #333333;
}
.thewire-characters-remaining {
	color:#333333;
	border:none;
	font-size: 100%;
	font-weight: bold;
	padding:0 2px 0 0;
	margin:0;
	text-align: right;
	background: white;
}
.thewire-characters-remaining-warning {
	color: #D40D12 !important;
}
.thewire-parent {
	margin-left: 40px;
}

#dashboard-info {
	border: 2px solid #dedede;
	margin-bottom: 15px;
}
.embed-wrapper {
	width: 730px;
	min-height: 400px;
	margin: 20px 15px;
}
.embed-wrapper h2 {
	color: #333333;
	margin-bottom: 10px;
}
.embed-wrapper .elgg-item {
	cursor: pointer;
}

/* ***************************************
	EMBED TABBED PAGE NAVIGATION
*************************************** */
.embed-wrapper .elgg-tabs a:hover {
	color: #666;
}

.embed-wrapper p {
	color: #333;
}
.embed-item {
	padding-left: 5px;
	padding-right: 5px;
}
.embed-item:hover {
	background-color: #eee;
}
.file-photo {
	text-align: center;
	margin-bottom: 15px;
}
.file-gallery-item {
	text-align: center;
	width: 165px;
}
.groups-profile > .elgg-image {
	margin-right: 20px;
}
.groups-stats {
	margin-top: 10px;
}
.groups-stats p {
	margin-bottom: 2px;
}
.groups-profile-fields div:first-child {
	padding-top: 0;
}

.groups-profile-fields .odd,
.groups-profile-fields .even {
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 0;
	margin-bottom: 0;
}

.groups-profile-fields .elgg-output {
	margin: 0;
}

#groups-tools > li {
	width: 48%;
	min-height: 200px;
	margin-bottom: 40px;
}

#groups-tools > li:nth-child(odd) {
	margin-right: 4%;
}

.groups-widget-viewall {
	float: right;
	font-size: 85%;
}

.groups-latest-reply {
	float: right;
}

.elgg-menu-groups-my-status li a {
	color: #444;
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 0;
}
.elgg-menu-groups-my-status li a:hover {
	color: #999;
}
.elgg-menu-groups-my-status li.elgg-state-selected > a {
	color: #999;
}

/* ***************************************
	Likes
*************************************** */
.elgg-likes {
	width: 345px;
	position: absolute;
}

.elgg-menu .elgg-menu-item-likes-count {
	margin-left: 3px;
}

.messageboard-input {
	height: 100px;
}

.messages-container {
	min-height: 200px;
}
.message.unread a {
	color: #D40005;
	font-weight: bolder;
}
.messages-buttonbank {
	text-align: right;
}
.messages-buttonbank input {
	margin-left: 10px;
}

/*** message metadata ***/
.messages-owner {
	float: left;
	width: 20%;
	margin-right: 2%;
}
.messages-subject {
	float: left;
	width: 55%;
	margin-right: 2%;
}
.messages-timestamp {
	float: left;
	width: 14%;
	margin-right: 2%;
}
.messages-delete {
	float: left;
	width: 5%;
}
/*** topbar icon ***/
.messages-new {
	color: #FFF;
	background-color: #FF0000;
	border-radius: 10px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
	position: absolute;
	text-align: center;
	line-height: 14px;
	top: 4px;
	left: 26px;
	min-width: 16px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
}

#notificationstable td.namefield {
	width:250px;
	text-align: left;
	vertical-align: middle;
}
#notificationstable td.namefield p {
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;
	padding:5px 0 5px 0;
}
#notificationstable td.namefield p.namefieldlink {
	margin:5px 0 0 0;
}
#notificationstable td.namefield a img {
	float:left;
	width:25px;
	height:25px;
	margin:5px 10px 5px 5px;
}
#notificationstable td.emailtogglefield,
#notificationstable td.smstogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.spacercolumn {
	width:30px;
}
#notificationstable td {
	border-bottom: 1px solid #DCDCDC;
	padding: 6px 0;
}
#notificationstable td.emailtogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.emailtogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.emailtogglefield a.emailtoggleOff {
	background: url(https://landing.athabascau.ca/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(https://landing.athabascau.ca/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(https://landing.athabascau.ca/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(https://landing.athabascau.ca/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right -37px;
}
.notification_friends,
.notification_personal,
.notifications_per_user {
	margin-bottom: 25px;
}




.pages-nav a {
	color: #444;
}
.pages-nav.treeview ul {
	background-color: transparent;
}
.pages-nav.treeview a.selected {
	color: #999;
	background: none;
}
.pages-nav.treeview .hover {
	color: #999;
}
/* Reported Content */
.elgg-icon-report-this {
	background: url(https://landing.athabascau.ca/mod/reportedcontent/graphics/icon_reportthis.gif) no-repeat left top;
}

/**********************************
Search plugin
***********************************/
.elgg-search-header {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.elgg-search input[type=text] {
	width: 200px;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	background-color: white;
	background-position: 2px -916px;
	color: #b93d21;
	position: absolute; right: 1px;
}
.elgg-search input[type=submit] {
	display: none;
}
.search-list li {
	padding: 5px 0 0;
}
.search-heading-category {
	margin-top: 20px;
	color: #666;
}

.search-highlight {
	background-color: #BBDAF7;
}
.search-highlight-color1 {
	background-color: #BBDAF7;
}
.search-highlight-color2 {
	background-color: #A0FFFF;
}
.search-highlight-color3 {
	background-color: #FDFFC3;
}
.search-highlight-color4 {
	background-color: #CCC;
}
.search-highlight-color5 {
	background-color: #08A7E7;
}
@media (max-width: 600px) {

	.elgg-search-header input[type=text]{
		position: relative; right: 1px;
		
	}
}

#twitter_widget {
	margin:0 10px 0 10px;
}
#twitter_widget ul {
	margin:0;
	padding:0;
}
#twitter_widget li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	overflow-x: hidden;
	border: 2px solid #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#twitter_widget li span {
	color:#666666;
	background:white;
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	padding:5px;
	display:block;
}
p.visit_twitter a {
	background:url(https://landing.athabascau.ca/mod/twitter/graphics/twitter16px.png) left no-repeat;
	padding:0 0 0 20px;
	margin:0;
}
p.twitter_username .input-text {
	width:200px;
}
.visit_twitter {
	background:white;
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	padding:2px;
	margin:0 0 5px 0;
}
#twitter_widget li > a {
	display:block;
	margin:0 0 0 4px;
}
#twitter_widget li span a {
	display:inline !important;
}/* TinyMCE */
.elgg-page .mceEditor table.mceLayout {
	border: 1px solid #CCC;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.elgg-page table.mceLayout tr.mceFirst td.mceToolbar,
.elgg-page table.mceLayout tr.mceLast td.mceStatusbar {
	border-width: 0px;
}
.mceButton {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mceLast .mceStatusbar {
	padding-left: 5px;
}

.login-as-topbar {
	height: 18px;
}

.login-as-arrow {
	vertical-align: top;
	color: white;
	font-weight: bold;
}

.login-as-arrow:hover {
	color: white;
}

.image_slider_settings > div {
	display: none;
}

.image_slider_settings > label {
	cursor: pointer;
}

.widgets_image_slider {
	width: 100%; /* important to be same as image width */
	position: relative; /* important */
	overflow: hidden; /* important */
	float: left;
}

.widgets_image_slider_content {
	width: 100%; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	list-style-image: none !important;
}

.widgets_image_slider_image {
	float: left;
	position: relative;
	display: none;
	width: 100%;
}

.widgets_image_slider_image span {
	position: absolute;
	width: 100%;
	
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
}

.widgets_image_slider_image span div {
	padding: 10px 13px;
}

.widgets_image_slider_image span strong {
	font-size: 14px;
}

.widgets_image_slider_content .top {
	top: 0;
	left: 0;
}

.widgets_image_slider_content .bottom {
	bottom: 0;
	left: 0;
}

.widgets_image_slider_content .left {
	top: 0;
	left: 0;
	width: 180px !important;
}

.widgets_image_slider_content .right {
	right: 0;
	bottom: 0;
	width: 180px !important;
}.widgets_rss_feed_item {
	margin-bottom: 5px;
}

.widgets_rss_feed_timestamp {
	color: #AAAAAA;
}

.widgets_rss_feed_timestamp:hover {
	cursor: help;
}

.widgets_rss_feed_item_image {
	float: right;
	max-height: 60px;
	max-width: 60px;
	border: 1px solid #AAAAAA;
	padding: 3px;
	margin: 2px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;	
}/* lightbox */
#widget_manager_widgets_select {
	margin: 0;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_wrapper {
	margin-bottom: 5px;
	border: 1px solid transparent;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_wrapper:hover {
	border: 1px solid #CCCCCC;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions {
	float: right;
	padding: 6px;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions li {
	list-style: none;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions li.elgg-state-available span,
#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions li.elgg-state-unavailable input {
	display: none;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions .submit_button {
	margin: 5px 0;
}

#widget_manager_widgets_search {
	float: right;
    margin-top: -2px;
}

#widget_manager_widgets_search input {
	padding: 0;
	margin: 0;
	font-size: 100%;
	height: 100%;
}

.elgg-module-widget a.widget-manager-widget-title-link {
	width: auto;
}

.widget_manager_hide_header_admin > .elgg-head {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.elgg-module-widget.widget_manager_disable_widget_content_style > .elgg-body,
.widget_manager_hide_header > .elgg-body {
	border-top: 0px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style {
	background: none;
	padding: 0px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style .elgg-widget-content {
	padding: 0px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style > .elgg-head {
	border: 2px solid #DEDEDE;
}

.elgg-menu-widget .elgg-menu-item-fix {
	right: 45px;
}

.elgg-icon-widget-manager-push-pin {
	background: url("https://landing.athabascau.ca/_graphics/elgg_sprites.png") no-repeat scroll 0px -738px transparent;
}

.widget-manager-fix.fixed > .elgg-icon-widget-manager-push-pin {
	background-position: 0px -720px;
}

#widget-manager-multi-dashboard {
	background: #CCC;
}

#widget-manager-multi-dashboard-tabs {
	position: absolute;
	top: 20px;
}

.widget-manager-multi-dashboard-tabs-edit {
	display: none;
	vertical-align: middle;
}

.widget-manager-multi-dashboard-tab:hover > a {
	padding-right: 5px;
}

.widget-manager-multi-dashboard-tab:hover .widget-manager-multi-dashboard-tabs-edit {
	display: inline-block;
	margin-left: 5px;
}

#widget-manager-multi-dashboard-tabs .widget-manager-multi-dashboard-tab-active {
	border-color: #666666;
}
#widget-manager-multi-dashboard-tabs .widget-manager-multi-dashboard-tab-hover {
	border-color: #333333;
}

.widget-manager-groups-widgets-top-row {
	width: 100%;
	min-height: 0px !important;
}

.widget-manager-groups-widgets-top-row-highlight {
	min-height: 50px !important;
}
#calendarmenucontainer {
	position:relative;
	left: 25px;
}

ul#calendarmenu li {
	float: left;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-bottom: 1px solid #969696;
	background-color: #F5F5F5;
}


ul#calendarmenu li.sys_calmenu_last {
	border-right: 1px solid #969696;
}

ul#calendarmenu li a {
	text-decoration: none;
	padding: 4px 12px;
	float: left;
}

ul#calendarmenu li a:hover, ul#calendarmenu li.sys_selected a{
	text-decoration: none;
	padding: 4px 12px;
	float: left;
	color: #FFFFFF;
	background: #3874B7;
}

td.ui-datepicker-unselectable {
	background-color: #FFFFFF !important;
	color: #888888 !important;
}

#my_datepicker .week-highlight a {
	text-decoration: none;
	color: #FFFFFF;
	background: #3874B7;
}

.river_object_event_calendar_create {
	background: url(https://landing.athabascau.ca/mod/event_calendar/images/river_icon_event.gif) no-repeat left -1px;
}
.river_object_event_calendar_update {
	background: url(https://landing.athabascau.ca/mod/event_calendar/images/river_icon_event.gif) no-repeat left -1px;
}
#event_list {
	width:510px;
	margin:0;
	float:left;
	padding:5px 0 0 0;
}
#event_list .search_listing {
	border:2px solid #cccccc;
	margin:0 0 5px 0;
}

.events {
	min-height: 300px;
}

div.event_calendar_agenda_date_section {
	margin-bottom: 10px;
}

.event_calendar_agenda_date {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
}

th.agenda_header {
	font-weight: bold;
}

td.event_calendar_agenda_time {
	width: 120px;
}

.event_calendar_agenda_title a {
	font-weight: bold;
}

td.event_calendar_agenda_title {
	width: 180px;
}

.event_calendar_agenda_venue {
	margin-bottom: 5px;
}

.event_calendar_paged_month {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform:uppercase;
}

td.event_calendar_paged_date {
	width: 80px;
}
td.event_calendar_paged_time {
	width: 60px;
}
td.event_calendar_paged_title {
	width: 280px;
}

td.event_calendar_paged_calendar {
	padding-left: 30px;
}

table.event_calendar_paged_table {
	width:100%;
	border-collapse:collapse;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#bfbfbf;
	margin-bottom: 5px;
}

table.event_calendar_paged_table td {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#bfbfbf;
}

table.event_calendar_paged_table th {
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:9pt;
	color:#183e76;
	background-color:#ececec;
	font-weight:bold;
	text-transform:none;
	padding:3px 3px 3px 3px;
}

.event-calendar-personal-calendar-toggle-wrapper {
	width: 100%;
	margin-bottom: 30px;
}

.event-calendar-personal-calendar-toggle {
	float: right;
}

li.event-calendar-filter-menu-show-only {
	border:0;
	padding-top:.4em;
	background:#fff;
	margin:0 -.3em 0 1.5em;
}

.event-calendar-compressed-date {
	width: 150px !important;
	margin-right: 10px;
}

.event-calendar-medium-text {
	width: 500px !important;
}

.event-calendar-edit-form-block label {
	float: left;
	width: 105px;
	margin-top: 5px;
}

.event-calendar-edit-form-other-block .mceLayout,
.event-calendar-edit-form-other-block .mce-tinymce  {
	float:none;
	clear:both;
	width: 100% !important;
}

.event-calendar-edit-form-share label {
	float:none;
	clear:both;
	width: 100% !important;
}

.event-calendar-edit-form {
	background-color: #FFFFFF;
}

.event-calendar-edit-form-block {
	width: 98%;
	background-color: #DDDDDD;
	border-width:1px;
	border-style:solid;
	border-color:#bfbfbf;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}

.event-calendar-repeating-wrapper {
	padding: 0;
	margin-top: 5px;
}
.event-calendar-repeating-unselected {
	font-size: 16px;
	font-weight: bold;
	color: #DDDDDD;
	background-color: #AAAAAA;
	border: 1px solid #444444;
	padding: 5px;
	width: 25px;
	text-align: center;
	display: inline-block;
	margin: 0;
}

.event-calendar-repeating-unselected:hover {
	text-decoration: none;
}

.event-calendar-repeating-selected {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	width: 25px;
	text-align: center;
	display: inline-block;
	margin: 0;
}

.event-calendar-repeating-selected:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.event-calendar-edit-form-schedule-block ul.elgg-vertical li {
	display: block !important;
	clear: both;
}

.event-calendar-edit-form-block ul.elgg-vertical li label {
	font-weight: normal;
	width: 500px;
}

.event-calendar-edit-form-block h2 {
	font-size: 18px;
	color: #000000;
}

.event-calendar-edit-date-wrapper, .event-calendar-edit-all-day-date-wrapper {
	clear: both;
	margin-left: 20px;
	display: none;
}

.event-calendar-edit-reminder-wrapper {
	margin-top: 10px;
	display: none;
}

.event-calendar-edit-form-membership-block, .event-calendar-edit-form-share-block {
	display: none;
}

.event-calendar-description {
	display: none;
}

.event-calendar-edit-bottom {
	clear: both;
	margin-bottom: 5px;
}

.event-calendar-date-selected {
	background-color: #DDDDFF;
}

.event-calendar-repeat-section {
	padding-top: 15px;
	clear: both;
}
/*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}
	
.fc-view {
	width: 100%;
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcf8e3;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
	font-weight: bold;
	}
	
/* icon (for jquery ui) */
	
.fc-button .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
	z-index: 8;
	}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
	z-index: 9;
	}
	 
.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
	
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; background: white; border: 1px solid #CCCCCC; }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

.ui-multiselect-checkboxes .ui-state-hover {
	background: #CCCCCC;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
.custom_fields_more_info {
	width: 16px;
	height: 16px;
	margin: 0 2px 0 5px;
	display: inline-block;
	vertical-align: top;
	background: transparent url(https://landing.athabascau.ca/_graphics/elgg_sprites.png) 0 -486px;
	cursor: pointer;
}
.custom_fields_more_info:hover {
	background-position: 0 -468px;
}

.custom_fields_more_info_text {
	display:none;
}

#custom_fields_more_info_tooltip {
	position:absolute;
	border:1px solid #333333;
	background:#e4ecf5;
	color:#333333;
	padding:5px;
	display:none;
	width: 250px;
	line-height: 1.2em;
	font-size: 90%;
	z-index:20000;
}/* widgets */
#widget_profile_completeness_container {
	border: 1px solid #AAAAAA;
	position: relative;
}

#widget_profile_completeness_progress {
	position: absolute;
	line-height: 20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#widget_profile_completeness_progress_bar {
	background: #00FF00;
	height: 20px;
}

#custom_fields_userdetails.ui-accordion {
	margin-bottom: 10px;
}

#custom_fields_userdetails .ui-accordion-header {
	color: #666666;
	background: #EEEEEE;
	border: 2px solid #DEDEDE;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px;
}

#custom_fields_userdetails .ui-accordion-content {
	border-style: solid;
	border-color: #DEDEDE;
	border-width: 0 2px 2px 2px;
	padding: 5px 5px 0px;
}

#custom_fields_userdetails .ui-accordion-header:hover {
	border-color: #CCCCCC;
}

#custom_fields_userdetails .ui-accordion-header .ui-icon {
	margin-top: 1px;
	background: url(https://landing.athabascau.ca/mod/profile_manager/graphics/accordion.png) no-repeat -16px 0;
	width: 16px;
	height: 16px;
	float: left;
}

#custom_fields_userdetails .ui-accordion-header:hover .ui-icon{
	background-position: -32px 0;
}

#custom_fields_userdetails .ui-accordion-header.ui-state-active .ui-icon {
	background-position: 0 0;
}

/* non_editables */
.hidden_non_editable {
	display: none;
}

/* profile type */
.custom_profile_type_description {
	display: none;
}

.datepicker_hidden{
	display: none;
}

/* fix for max-height multi-select drop down*/
.ui-dropdownchecklist-dropcontainer {
	max-height: 150px;
}
/* end fix */

.profile_manager_profile_edit_tab_content,
li.custom_fields_edit_profile_category {
	display: none;
}

/* registration form */
.elgg-form-register {
	max-width: 100%;
}

.profile_manager_register_input_container {
	white-space:nowrap; /* required for outlining in IE7 */
}

.profile_manager_register_input_container > input {
	padding-right: 25px;
}

/* extra explicit for IE7 */
.elgg-icon.profile_manager_validate_icon {
	margin-left: -22px;
    margin-top: 8px;
    position: absolute;
    display: none;
}

.elgg-icon.profile_manager_validate_icon_loading {
	background-image: url(https://landing.athabascau.ca/mod/profile_manager/graphics/loading.gif);
	display: inline-block;
	
}
.elgg-icon.profile_manager_validate_icon_valid {
	background-position: 0 -126px;
	display: inline-block;
}

.elgg-icon.profile_manager_validate_icon_invalid {
	background-position: 0 -252px;
	display: inline-block;
}

/* register form */
.elgg-form-register .mandatory > label:after {
	content: "*";
}

/* registration field */
#profile_manager_register_left {
	float: left;
	width: 450px;
}

#profile_manager_register_right {
	float: right;
	width: 450px;
}

#profile_manager_register_right > fieldset {
	margin-top: 10px;
}

/* registration form mandatory fields */

.profile_manager_register_missing {
	border: 1px solid red !important;
}

/* Account Username Change */
.profile-manager-account-change-username.elgg-state-active {
	display: none;
}

#profile_manager_username {
	position: relative;
}

.elgg-icon-profile-manager-loading,
.elgg-icon-profile-manager-valid,
.elgg-icon-profile-manager-invalid {
	position: absolute;
	right: 5px;
	top: 8px;
	display: none;
}

.elgg-icon-profile-manager-loading {
	background-image: url(https://landing.athabascau.ca/mod/profile_manager/graphics/loading.gif);
}

.elgg-icon-profile-manager-valid {
	background-position: 0 -126px;
}

.elgg-icon-profile-manager-invalid {

	background-position: 0 -252px;
}

/* End Account Username Change */
#group_tools_group_membershipreq .search_listing:hover {
	border-color: #333333;
}

.group_tools_widget_group_members .usericon {
	float: left;
	margin: 0 5px 5px 0;
}

#group_tools_group_invite_users,
#group_tools_group_invite_email,
#group_tools_group_invite_csv {
	display: none;
	margin-bottom: 10px;
}

#group_tools_group_invite_users .group_tools_group_invite_autocomplete_result,
#group_tools_group_invite_email .group_tools_group_invite_autocomplete_email_result {
	border: 1px solid transparent;
}

#group_tools_group_invite_users .group_tools_group_invite_autocomplete_result img,
#group_tools_group_invite_email .group_tools_group_invite_autocomplete_email_result img {
	vertical-align: middle;
}

#group_tools_group_invite_users .group_tools_group_invite_autocomplete_result .elgg-icon,
#group_tools_group_invite_email .group_tools_group_invite_autocomplete_email_result .elgg-icon {
	vertical-align: text-top;
	margin-left: 10px;
	display: none;
	cursor: pointer;
}

#group_tools_group_invite_users .group_tools_group_invite_autocomplete_result:hover,
#group_tools_group_invite_email .group_tools_group_invite_autocomplete_email_result:hover {
	border-color: #cecece;
}

#group_tools_group_invite_users .group_tools_group_invite_autocomplete_result:hover .elgg-icon,
#group_tools_group_invite_email .group_tools_group_invite_autocomplete_email_result:hover .elgg-icon {
	display: inline-block;
}

#group_tools_group_invite_autocomplete_autocomplete_results,
#group_tools_group_invite_autocomplete_email_autocomplete_results {
	margin-top: 10px;
}

#group_tools_mail_member_options input[type=button] {
	margin-right: 5px;
}

#group_tools_mail_member_selection {
	display: none;
}

#group_tools_status_open {
	color: green;
}

#group_tools_status_closed {
	color: orange;
}

.group-tools-highlight {
	border: 1px solid red;
}

#friends_toggle {
	z-index: 1;
}

.group-tools-suggested-groups .elgg-item {
	width: 33%;
	text-align: center;
}

.group-tools-suggested-groups .elgg-item:hover {
	background: #EFEFEF;
}

.group-tools-suggested-groups .elgg-item h3 {
	padding-bottom: 5px;
}
.group-tools-suggested-groups .elgg-item > div {
	padding: 10px;
}

.elgg-icon-invisible-group {
	background: transparent url(https://landing.athabascau.ca/mod/group_tools/_graphics/invisible_group2.png) no-repeat left;
	vertical-align: top;
}

#group-tools-related-groups-form input.elgg-input-autocomplete {
	width: 80%;
}.widget_group_news_navigator {
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
	text-align: center;
}

.widget_group_news_navigator > span {
	border: 1px solid #CCCCCC;
	cursor: pointer;
	padding: 2px 4px;
	margin: 0 2px;
}

.widget_group_news_navigator > span.active,
.widget_group_news_navigator > span:hover {
	background: #CCCCCC;
}

.widget_group_news_navigator > span.active {
	cursor: auto;
}.blog_tools_blog_image {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CECECE;
}

.blog-tools-blog-image-master {
	margin: 0;
	padding: 0;
	border: none;
}

.blog-tools-blog-image-master img {
	width: 100%;
}

.blog-tools-full-owner {
	border: 1px solid #4690D6;
	background: #E4ECF5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#blog-tools-full-related .elgg-body > div {
	float: left;
	width: 50%;
}

#blog-tools-full-related .elgg-image-block {
	padding: 0;
	margin: 0 10px 10px 0;
	height: 100px;
	overflow: hidden;
}

#blog-tools-full-related .elgg-image-block:hover {
	background: #E4ECF5;
}

.blog_tools_info_wrapper p.tags,
.blog_tools_info_wrapper p.categories {
	display: inline-block;
}

.blog_tools_info_wrapper p.tags,
.blog_tools_info_wrapper p.blog_tools_categories_no_tags {
	margin: 0 0 7px 5px !important;
}

.blog_tools_info_wrapper .blog_post_icon {
	margin: 0 5px 0 0;
}

.blog_tools_widget_items_container > ul.elgg-list-entity > li.elgg-item {
	display: none;
}

.blog_tools_widget_items_container .groupicon {
	float: left;
	margin-right: 20px;
}

.blog_tools_widget_items_navigator {
	padding-top: 5px;
	text-align: center;
}

.blog_tools_widget_items_navigator > span {
	border: 1px solid #CCCCCC;
	cursor: pointer;
	padding: 2px 4px;
	margin: 0 2px;
}

.blog_tools_widget_items_navigator > span.active,
.blog_tools_widget_items_navigator > span:hover {
	background: #CCCCCC;
}

.blog_tools_widget_items_navigator > span.active {
	cursor: auto;
}

.blog-tools-river-item .blog_tools_blog_image {
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	float: left;
}
.elgg-module-tidypics-album,
.elgg-module-tidypics-image {
	width: 161px;
	text-align: left;
	margin: 5px 0;
}
.elgg-module-tidypics-image {
	margin: 5px auto;
}

.tidypics-gallery-widget > li {
	width: 69px;
}
.tidypics-photo-wrapper {
	position: relative;
}

.tidypics-heading {
	color: #0054A7;
}
.tidypics-heading:hover {
	color: #0054A7;
	text-decoration: none;
}

.tidypics-input-thin {
	width: 120px;
}

#tidypics-sort li {
	width:153px;
	height:153px;
	cursor: move;
}

.tidypics-river-list > li {
	display: inline-block;
}

.tidypics-photo-item + .tidypics-photo-item {
	margin-left: 7px;
}

.tidypics-gallery > li {
	padding: 0 9px;
}

.tidypics-album-nav {
	margin: 3px 0;
	text-align: center;
	color: #aaa;
}

.tidypics-album-nav > li {
	padding: 0 3px;
}

.tidypics-album-nav > li {
	vertical-align: top;
}

.tidypics-tagging-help {
	position: absolute;
	left: 35%;
	top: -40px;
	width: 450px;
	margin-left: -125px;
	text-align: left;
}

.tidypics-tagging-select {
	position: absolute;
	max-width: 200px;
	text-align: left;
}

.tidypics-tag-wrapper {
	display: none;
	position: absolute;
}

.tidypics-tag {
	border: 2px solid white;
	clear: both;
}

.tidypics-tag-label {
	float: left;
	margin-top: 5px;
	color: #666;
}

#tidypics-uploader {
	position:relative;
	width:540px;
	min-height:20px;
}

#uploader {
	text-shadow: none;
}

.poll_post h3 {
	font-size: 150%;
	margin:0 0 10px 0;
	padding:0;
}
.poll_post h3 a {
	text-decoration: none;
}
.poll_post p {
	margin: 0 0 5px 0;
}
.poll_input-poll-choice {
	width: 90%;
}
.poll_progress_indicator {
	width:200px;
	padding: 5px;
}
.poll_progressBarContainer {
	height:12px;
	width:100%;
	border: 1px #00B0E4 solid;
	padding: 0;
	margin: 0;
}
.poll_progressBarContainer img {
	height: 12px;
	vertical-align: top;
}
.poll_filled-bar {
	background-color: #00B0E4;
	height: 12px;
}
.poll_widget-title {
	margin-bottom: 10px;
}
.poll_closing-date-open {
	color: green;
}
.poll_closing-date-closed {
	color: red;
}
.poll_users-voted {
	padding: 0px 5px;
}
.poll_vote-label {
	cursor: pointer;
}
.poll_vote-label:hover {
	color: red;
}
.bitly-wrapper {
	text-align: right;
}

#bitly-input {
	padding: 3px;
}.editablecomments_form {
	display: none;
	padding: 15px 0;
}

a.editablecomments_toggle {
	cursor: pointer;
}

.elgg-river-item form.elgg-form-editablecomments-edit {
	height: auto;
}.file-tools-icon-tiny {
	width: 20px;
	height: 20px;
}

.elgg-menu-file-tools-folder-breadcrumb > li:after {
	padding: 0 4px;
	content: ">";
}

#file_tools_list_files_container {
	position: relative;
	min-height: 50px;
}

#file_tools_list_files_container .elgg-ajax-loader {
	background-color: white;
	opacity: 0.85;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#file_tools_list_files .ui-draggable,
.file-tools-file.ui-draggable {
	cursor: move;
	background: white;
}

#file-tools-folder-tree .file-tools-tree-droppable-hover {
	border: 1px solid red;
}

#file-tools-multi-form .uploadify-queue-item {
	max-width: 100%;
}.pftn_list_title { padding: 5px 10px; }
#pages-tools-export-form {
	width: 250px;
	height: 150px;
}

#pages-tools-navigation {
	overflow-x: auto;
}

#pages-tools-navigation .pages-tools-wrap {
	white-space: normal;
}

.pages-tools-unpublished {
	color: red;
}.activity_tabs_table tr td {
  padding: 2px 6px;
  vertical-align: middle;
}

.activity_tabs_table tr.odd {
  background-color: #e4e4e4;
}

#profile-owner-block .profile-action-menu a.activity-tabs-user-hover {
  display: none;
}
#group_layout_editpanel table.draggable_group_widget {
	width:200px;
	background: #cccccc;
	margin: 10px 0 0 0;
	vertical-align:text-top;
	border:1px solid #cccccc;
}

#group_layout_editpanel table.draggable_group_widget h3 {
	word-wrap:break-word;/* safari, webkit, ie */
	width:140px;
	line-height: 1.1em;
	overflow: hidden;/* ff */
	padding:4px;
}

#group_layout_editpanel img.more_info {
	background: url(https://landing.athabascau.ca/_graphics/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#group_layout_editpanel img.drag_handle {
	background: url(https://landing.athabascau.ca/_graphics/icon_customise_drag.gif) no-repeat top left;
	cursor:move;
}
#group_layout_editpanel img {
	margin-top:4px;
}

#group_layout_editpanel #rightcolumn_widgets {
	background: #DEDEDE;
}

#colorpicker_container {
	display: none;
	width: 100%;
}

#background_container {
	display: none;
}

#colorpicker_container label{
	text-align: center;
	display: block;
}

.farbtastic {
	margin: 0 auto;
}

a.thickbox {
	display: none;
}

#leftcolumn_widgets a.thickbox,
#middlecolumn_widgets a.thickbox {
	display: block;
}

.group_custom_layout_widget_settings{
	display:none;
}
.bookmark-tools-icon-tiny {
	width: 20px;
	height: 20px;
}

.elgg-menu-bookmark-tools-folder-breadcrumb > li:after {
	padding: 0 4px;
	content: ">";
}

#bookmark_tools_list_bookmarks_container {
	position: relative;
}

#bookmark_tools_list_bookmarks_container .elgg-ajax-loader {
	background-color: white;
	opacity: 0.85;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#bookmark_tools_list_bookmarks .ui-draggable,
.bookmark-tools-bookmark.ui-draggable {
	cursor: move;
	background: white;
}

#bookmark-tools-folder-tree .bookmark-tools-tree-droppable-hover {
	border: 1px solid red;
}

#createrssimportform {
	display: none;
	padding: 25px;
	background-color: #ececec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
}

.rssimport_form_hidden, #rssimport_nothing_to_report, #rssimport_control_box {
	display: none;	
}

.rssimport_center {
	text-align: center;	
}

.rssimport_clear {
	height: 1px;
	clear: both;	
}

.rssimport_content {
	display: none;
}

.rssimport_control {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 25px;
}

.rssimport_control_item {
	width: 150px;
	float: left;
}
	
.rssimport_copyright_warning {
	padding: 15px;
	border: 1px solid red;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;	
}


.rssimport_feedwrapper {
	padding: 20px;	
}

.rssimport_form_control {
	display: inline-block;	
}

.rssimport_form_control input[type="submit"] {
	margin: 5px;
}

.rssimport_history_item {
	margin: 10px;
	padding: 15px;
	border: 2px solid #666666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white;	
}

.rssimport_history_item a{
	display: inline-block;
	margin: 6px;	
}

.rssimport_item.rssimport_blacklisted {
	background-color: #f2f2f2;
	border: 1px solid #c3c3c3;
}

.rssimport_item.rssimport_blacklisted a{
	color: #848484;	
}
	
a.rssimport_listing {
	display: block;
	float: left;
	width: 140px;
	padding: 4px;
	margin: 1px 1px 0 1px; 	
}

a.rssimport_deletelisting {
	display: inline-block;
	float: right;
	padding: 4px;
	color: red;
	margin: 1px 1px 0 1px;
}

.rssimport_listitem {
	background-color: white;	
}

#rssimport_updateform {
	display: none;	
}

.rssimport_blog_title {
	margin: 20px 0px;
}

.rssimport_item {
	padding: 5px;
	padding-bottom: 20px;
	background-color: white;
	margin-top: 20px;
  border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  overflow: auto;
}

.rssimport_item table {
	width: 100%;	
}

.rssimport_item table tr td{
	vertical-align: top;
	padding: 10px;	
}


.rssimport_rsslisting_controls {
	width: 300px;
	float: left;	
}

.pagelinks.rssimport_pagelink {
	display: inline-block !important;
	margin-top: -3px !important;	
}

.rssimport_view_controls {
	margin-bottom: 30px;	
}

.viewImported, .viewIgnored, .viewHistory {
	width: 130px;
	text-align: center;
	padding: 5px 10px;
	background-color: white;
	margin: 0 20px 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 	
}

.rssimport_title {
  margin-bottom: 5px;
}

.rssimport-excerpt-toggle {
  cursor: pointer;
}
.profileiconaccess {
  margin-top: 30px;
  margin-bottom: 15px;
}

.profileiconaccess-throbber {
  display: inline-block;
  width: 33px;
  height: 33px;
}

.profileiconaccess-form {
  display: inline-block;
  padding-left: 5px;
}
.messages-filetransfer-selectwrapper {
  padding: 5px;
  border: 1px solid #cccccc;
  max-height: 120px;
  overflow: auto;
}ul.elgg-menu-owner-block-z-au_subgroups {
  margin-top: 20px;
  margin-bottom: 20px;
}

.au_subgroups_group_icon {
  display: inline-block;
  position: relative;
}

.au_subgroups_group_icon span.au_subgroup {
  display: block;
  position: absolute;
  right: 0;
}


.au_subgroups_subtext {
  padding-top: 5px;
}


/** move to subgroup of another **/
.au-subgroups-throbber {
  background-image: url('https://landing.athabascau.ca//_graphics/ajax_loader_bw.gif');
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 35px;
}

.au-subgroups-search {
  width: 150px;
}

.au-subgroups-search-results {
  width: 500px;
  border: 2px solid #E4E4E4;
  float: right;
}

.au-subgroups-result-col {
  width: 250px;
  float: left;
}

.au-subgroups-parentable {
  background-color: white;
  cursor: pointer;
  border-top: 1px solid black;
}

.au-subgroups-parentable:hover {
  background-color: #FAFFA8;
}

.au-subgroups-non-parentable {
  cursor: not-allowed;
  background-color: #cccccc;
  border-top: 1px solid black;
}

.au-subgroups-non-parentable a,
.au-subgroups-non-parentable a:hover {
  color: #454545;
  text-decoration: none;
  cursor: not-allowed;
}


.au_subgroups_group_icon-topbar {
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.au_subgroup_icon-topbar {
  color: white;
  bottom: 0px;
  background: url(https://landing.athabascau.ca/mod/au_subgroups/graphics/iconbg.png);
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding: 3px;
  text-align: center;
  font-size: px;
}

.au_subgroups_group_icon-tiny {
  width: 25px;
  height: 25px;
  overflow: hidden;
}

.au_subgroup_icon-tiny {
  color: white;
  bottom: 0px;
  background: url(https://landing.athabascau.ca/mod/au_subgroups/graphics/iconbg.png);
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding: 3px;
  text-align: center;
  font-size: 2px;
}

.au_subgroups_group_icon-small {
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.au_subgroup_icon-small {
  color: white;
  bottom: 0px;
  background: url(https://landing.athabascau.ca/mod/au_subgroups/graphics/iconbg.png);
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding: 3px;
  text-align: center;
  font-size: 5px;
}

.au_subgroups_group_icon-medium {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.au_subgroup_icon-medium {
  color: white;
  bottom: 0px;
  background: url(https://landing.athabascau.ca/mod/au_subgroups/graphics/iconbg.png);
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding: 3px;
  text-align: center;
  font-size: 10px;
}

.au_subgroups_group_icon-large {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.au_subgroup_icon-large {
  color: white;
  bottom: 0px;
  background: url(https://landing.athabascau.ca/mod/au_subgroups/graphics/iconbg.png);
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding: 3px;
  text-align: center;
  font-size: 12px;
}

.au_subgroups_group_icon-master {
  width: 550px;
  height: 550px;
  overflow: hidden;
}

.au_subgroup_icon-master {
  color: white;
  bottom: 0px;
  background: url(https://landing.athabascau.ca/mod/au_subgroups/graphics/iconbg.png);
  width: 100%;
  border-left: 0;
  border-right: 0;
  padding: 3px;
  text-align: center;
  font-size: 12px;
}

#canvas {
	display: block;
  width: 500px;
  height: 500px;
	padding: 0;
	border: 0;
	overflow: visible;
  margin: 0 auto;
}

#canvas svg {
    width: 500px;
    height: 500px;
    display: block;
    border: 1px black solid;
    -webkit-user-select: none;
    cursor: crosshair;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

#canvaswrapper {
    overflow: visible;
}

#canvascolours {
    width: 26px;
    display: inline-block;
	vertical-align: top;
}

#canvascolours [data-colour] {
    width: 18px;
    height: 18px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px black solid;
}

#realcanvas {
	display: none;
}

#linewidths {
	display: block;
}

.miniColors-triggerWrap {
	margin-left: 25px;
}

#save, #reset {
	display: block;
	width: 150px;
	text-align: center;
	padding: 10px 25px;
	margin: 0 auto;
	color: white;
	background-color: blue;
	border: 2px solid black;
	border-radius: 8px;
}

#colorSelector {
  width: 120px;
  margin: 0 auto;
}

.draw-sidebar {
  text-align: center;
}

#colorSelector-sample {
  display: inline-block;
  margin-left: 5px;
  height: 15px;
  width: 15px;
  background-color: #000000;
  vertical-align: middle;
}

#lineWidth-sample {
  display: inline-block;
  margin-left: 5px;
}

.elgg-form-draw-file input[name=container_guid] + div {
  display: none;
}
.elgg-tabs .tabbed-profile-add {
  background-color: #0054A7;
}

.elgg-tabs .tabbed-profile-add a:hover {
  background: none repeat scroll 0 0 #3387CA;
  border-radius: 3px;
}

.elgg-tabs .tabbed-profile-edit {
  display: none;
}

.elgg-tabs li:hover .tabbed-profile-edit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.elgg-tabs li a.tabbed-profile {
  display: inline-block;
}

.tabbed_profile_iframe_height {
  width: 60px;
}

li.tabbed-profile-sortable, li.tabbed-profile-sortable a {
  cursor: move;
}

li.tabbed-profile-sortable a span.tabbed-profile-edit {
  cursor: pointer;
}/* User support button */
#user-support-button {
	background: transparent url(https://landing.athabascau.ca/mod/user_support/_graphics/button_bg.png) top right repeat-y;
	border-color: #B6B6B6;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	
	font-size: 16px;
    font-weight: bold;
    position: fixed;
    padding: 4px 2px 4px 4px;
    line-height: 18px;
    text-align: left;
    width: 18px;
    z-index: 10000;
}

#user-support-button a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 16px;
	padding-bottom: 20px;
	text-align: center;
}

#user-support-button a:hover {
	color: #000;
}

.user-support-button-help-center {
	background: transparent url(https://landing.athabascau.ca/mod/user_support/_graphics/help_center/helpcenter16_gray.png) no-repeat scroll right bottom;
}

.user-support-button-help-center.elgg-state-active {
	background-image: url(https://landing.athabascau.ca/mod/user_support/_graphics/help_center/helpcenter16.png)
}

/* Help Center */
.user-support-help-center-popup {
	width: 650px;
	margin: 0px;
}

#user_support_help_center_help {
	max-height: 250px;
	overflow-x: hidden;
}
.elgg-menu-site .elgg-child-menu {
	
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;   

	min-width: 100%;
    left: -1px;
    position: absolute;
}
.elgg-menu-site .elgg-child-menu a {
 	background-color: white;
    color: #555555;
    font-weight: bold;
    height: 20px;
    padding: 3px 13px 0;
    white-space: nowrap;
}

.elgg-menu-site .elgg-child-menu > li:last-child > a {   
    -webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;   
}

.elgg-menu-site .elgg-child-menu a:hover {
	text-decoration: none;
	background: #4690D6;
	color: white;
}

.menu_builder_add_link{
	text-align: center;
}

.elgg-menu-site > li.elgg-menu-item-menu-builder-add > a,
.elgg-menu-site > li.elgg-menu-item-menu-builder-edit-mode > a,
.elgg-menu-site > li.elgg-menu-item-menu-builder-switch-context > a,
.elgg-menu-site > li.elgg-menu-item-menu-builder-add:hover > a,
.elgg-menu-site > li.elgg-menu-item-menu-builder-edit-mode:hover > a,
.elgg-menu-site > li.elgg-menu-item-menu-builder-switch-context:hover > a {
	background: none;
	padding-left: 3px;
	padding-right: 3px;
	
	 -webkit-box-shadow: 0px 0px;
	-moz-box-shadow: 0px 0px;
	box-shadow: 0px 0px;  
}

.menu-builder-edit-menu-item {
	display: none;
	vertical-align: top; 
}

.elgg-menu-site li:hover > a > .menu-builder-edit-menu-item {
	display: inline-block;
	margin-left: 10px;
}

.menu-builder-context-logged-out li,
.menu-builder-context-logged-in-normal .menu-builder-access-0,
.menu-builder-access--5 {
	display: none;
}

.menu-builder-context-all li,
.menu-builder-context-logged-out .menu-builder-access-2,
.menu-builder-context-logged-out .menu-builder-access--5 {
	display: list-item;
}

.elgg-menu-item-menu-builder-switch-context,
.elgg-menu-item-menu-builder-add,
.elgg-menu-item-menu-builder-edit-mode {
	display: list-item !important;
}
form#set-post-edit #description_parent #description_ifr {
	height:400px !important;
}

.au-sets-bookmark-icon {
  background-image: url(https://landing.athabascau.ca/mod/au_sets/graphics/bookmark.png);
  background-position: 0 0;
}

.au-sets-unpin-overlay {
  display: inline-block;
  float: right;
  padding: 4px;
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  margin: 0 3px;
}

.au-sets-selector {
  position: absolute;
  width: 250px;
  min-height: 50px;
  background-color: white;
  border: 1px solid black;
  color: black;
  border-radius: 5px;
  padding: 4px;
  box-shadow: 5px 5px 2px #888;
  z-index: 9999;
}

.au-set-result:hover {
  cursor: pointer;
  background-color: #FAFFA8;
}

.au-set-result.au-set-result-pinned {
  cursor: not-allowed;
  background-color: #cccccc;
}

.au-set-result.au-set-result-pinned a,
.au-set-result.au-set-result-pinned a:hover,
.au-set-result.au-set-result-pinned h4 {
  cursor: not-allowed;
  color: #454545;
  text-decoration: none;
}


.elgg-button.au-sets-selector-close {
  display: inline-block;
  margin-top: 4px;
  float: right;
}

.au-sets-selector-close-top {
  display: inline-block;
  float: right;
}

.au-sets-throbber {
  background-image: url('https://landing.athabascau.ca//_graphics/ajax_loader_bw.gif');
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 35px;
}

.au-set {
  background-color: white;
}

.au-set .au-set-title-menu {
  margin-top: -35px;
  margin-bottom: 5px;
}

.au-set-widgets-wrapper {
  clear: both;
}

.au-sets-widget-wrapper {
  float: right;
}

.au-sets-item-search-results {
  margin-top: 5px;
  max-height: 150px;
  overflow-y: auto;
}

.au-set-item-preview {
  padding: 4px;
  border-bottom: 1px dashed #cccccc;
  cursor: pointer;
}

.au-set-item-preview:hover {
  background-color: #FAFFA8
}

.au-sets-pinboard-help {
  padding-bottom: 10px;
}

/* Widget moving mods */
.au-sets-display-placeholder {
  height: 100px;
  border: 1px dashed #cccccc;
}

/* hide display on select widgets */
.au-sets-widgets .elgg-module-widget.au-sets-hide-style .elgg-head {
  display: none;
}

.au-sets-widgets .elgg-module-widget.au-sets-hide-style .elgg-body {
  border: 0;
}

.au-set-widgets .elgg-module-widget.au-sets-hide-style {
  background-color: transparent;
}

.au-sets-widget-editable {
  position: relative;
  padding-bottom: 30px;
}

.au-sets-edit-background {
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 5%;
  text-align: center;
  padding: 10px 0px 10px 0px;
  border: 2px dashed #cccccc;
}

/*  Layout Preview  */
#au-set-layout-preview {
  width: 410px;
  float: right;
}

.au-sets-preview-wrapper {
  float: left;
  width: 150px;
  min-height: 50px;
  border: 1px solid black;
  background-color: #cccccc;
  padding: 5px;
  text-align: center;
  margin: 4px;
  cursor: pointer;
}

.au-sets-preview-wrapper.selected {
  border: 2px solid red;
  background-color: white;
  margin: 3px;
}

.au-sets-preview,
.au-sets-widget-view {
  float: right;
  background-color: #333333;
  border: 1px solid white;
  min-height: 50px;
  text-align: center;
  color: white;
}

.au-sets-widget-view {
  min-height: 0;
}

/* make the preview lighter if selected */
.au-sets-preview-wrapper.selected .au-sets-preview {
  background-color: #676767;
}

.au-sets-widget-width-1 {
  width: 1%;
}

.au-sets-widget-width-2 {
  width: 2%;
}

.au-sets-widget-width-3 {
  width: 3%;
}

.au-sets-widget-width-4 {
  width: 4%;
}

.au-sets-widget-width-5 {
  width: 5%;
}

.au-sets-widget-width-6 {
  width: 6%;
}

.au-sets-widget-width-7 {
  width: 7%;
}

.au-sets-widget-width-8 {
  width: 8%;
}

.au-sets-widget-width-9 {
  width: 9%;
}

.au-sets-widget-width-10 {
  width: 10%;
}

.au-sets-widget-width-11 {
  width: 11%;
}

.au-sets-widget-width-12 {
  width: 12%;
}

.au-sets-widget-width-13 {
  width: 13%;
}

.au-sets-widget-width-14 {
  width: 14%;
}

.au-sets-widget-width-15 {
  width: 15%;
}

.au-sets-widget-width-16 {
  width: 16%;
}

.au-sets-widget-width-17 {
  width: 17%;
}

.au-sets-widget-width-18 {
  width: 18%;
}

.au-sets-widget-width-19 {
  width: 19%;
}

.au-sets-widget-width-20 {
  width: 20%;
}

.au-sets-widget-width-21 {
  width: 21%;
}

.au-sets-widget-width-22 {
  width: 22%;
}

.au-sets-widget-width-23 {
  width: 23%;
}

.au-sets-widget-width-24 {
  width: 24%;
}

.au-sets-widget-width-25 {
  width: 25%;
}

.au-sets-widget-width-26 {
  width: 26%;
}

.au-sets-widget-width-27 {
  width: 27%;
}

.au-sets-widget-width-28 {
  width: 28%;
}

.au-sets-widget-width-29 {
  width: 29%;
}

.au-sets-widget-width-30 {
  width: 30%;
}

.au-sets-widget-width-31 {
  width: 31%;
}

.au-sets-widget-width-32 {
  width: 32%;
}

.au-sets-widget-width-33 {
  width: 33%;
}

.au-sets-widget-width-34 {
  width: 34%;
}

.au-sets-widget-width-35 {
  width: 35%;
}

.au-sets-widget-width-36 {
  width: 36%;
}

.au-sets-widget-width-37 {
  width: 37%;
}

.au-sets-widget-width-38 {
  width: 38%;
}

.au-sets-widget-width-39 {
  width: 39%;
}

.au-sets-widget-width-40 {
  width: 40%;
}

.au-sets-widget-width-41 {
  width: 41%;
}

.au-sets-widget-width-42 {
  width: 42%;
}

.au-sets-widget-width-43 {
  width: 43%;
}

.au-sets-widget-width-44 {
  width: 44%;
}

.au-sets-widget-width-45 {
  width: 45%;
}

.au-sets-widget-width-46 {
  width: 46%;
}

.au-sets-widget-width-47 {
  width: 47%;
}

.au-sets-widget-width-48 {
  width: 48%;
}

.au-sets-widget-width-49 {
  width: 49%;
}

.au-sets-widget-width-50 {
  width: 50%;
}

.au-sets-widget-width-51 {
  width: 51%;
}

.au-sets-widget-width-52 {
  width: 52%;
}

.au-sets-widget-width-53 {
  width: 53%;
}

.au-sets-widget-width-54 {
  width: 54%;
}

.au-sets-widget-width-55 {
  width: 55%;
}

.au-sets-widget-width-56 {
  width: 56%;
}

.au-sets-widget-width-57 {
  width: 57%;
}

.au-sets-widget-width-58 {
  width: 58%;
}

.au-sets-widget-width-59 {
  width: 59%;
}

.au-sets-widget-width-60 {
  width: 60%;
}

.au-sets-widget-width-61 {
  width: 61%;
}

.au-sets-widget-width-62 {
  width: 62%;
}

.au-sets-widget-width-63 {
  width: 63%;
}

.au-sets-widget-width-64 {
  width: 64%;
}

.au-sets-widget-width-65 {
  width: 65%;
}

.au-sets-widget-width-66 {
  width: 66%;
}

.au-sets-widget-width-67 {
  width: 67%;
}

.au-sets-widget-width-68 {
  width: 68%;
}

.au-sets-widget-width-69 {
  width: 69%;
}

.au-sets-widget-width-70 {
  width: 70%;
}

.au-sets-widget-width-71 {
  width: 71%;
}

.au-sets-widget-width-72 {
  width: 72%;
}

.au-sets-widget-width-73 {
  width: 73%;
}

.au-sets-widget-width-74 {
  width: 74%;
}

.au-sets-widget-width-75 {
  width: 75%;
}

.au-sets-widget-width-76 {
  width: 76%;
}

.au-sets-widget-width-77 {
  width: 77%;
}

.au-sets-widget-width-78 {
  width: 78%;
}

.au-sets-widget-width-79 {
  width: 79%;
}

.au-sets-widget-width-80 {
  width: 80%;
}

.au-sets-widget-width-81 {
  width: 81%;
}

.au-sets-widget-width-82 {
  width: 82%;
}

.au-sets-widget-width-83 {
  width: 83%;
}

.au-sets-widget-width-84 {
  width: 84%;
}

.au-sets-widget-width-85 {
  width: 85%;
}

.au-sets-widget-width-86 {
  width: 86%;
}

.au-sets-widget-width-87 {
  width: 87%;
}

.au-sets-widget-width-88 {
  width: 88%;
}

.au-sets-widget-width-89 {
  width: 89%;
}

.au-sets-widget-width-90 {
  width: 90%;
}

.au-sets-widget-width-91 {
  width: 91%;
}

.au-sets-widget-width-92 {
  width: 92%;
}

.au-sets-widget-width-93 {
  width: 93%;
}

.au-sets-widget-width-94 {
  width: 94%;
}

.au-sets-widget-width-95 {
  width: 95%;
}

.au-sets-widget-width-96 {
  width: 96%;
}

.au-sets-widget-width-97 {
  width: 97%;
}

.au-sets-widget-width-98 {
  width: 98%;
}

.au-sets-widget-width-99 {
  width: 99%;
}

.au-sets-widget-width-100 {
  width: 100%;
}


/** Dropdown Styles **/

.elgg-menu .elgg-menu-item-entitymenu-dropdown .entitymenu-dropdown {
  padding: 3px;
  border-radius: 5px;
}

.entitymenu-dropdown.active span.elgg-icon-round-plus {
  background-position: 0 -864px;
}

.elgg-menu .elgg-menu-item-entitymenu-dropdown a.entitymenu-dropdown {
  text-decoration: none;
}

.elgg-menu-item-entitymenu-dropdown ul {
  display: none;
}

#entitymenu-dropdown-menu {
  position: absolute;
  display: inline-block;
  padding: 4px;
  background-color: white;
  z-index: 1500;
  border-radius: 5px;
  border: 2px solid #B93D21;
  min-width: 80px;
}

#entitymenu-dropdown-menu ul li {
  list-style-type: none;
}

ul.elgg-menu-entity {
  height: auto;
}
.elgg-output-container{
    margin: 9px 0 !important;
    font-size: 85%;
    line-height: 1.2em;
    font-style: italic;
}

.AU_anonymous_comments_warning {
	width: 300px;
	float: right;
	margin: 15px;
	padding: 10px;
	border: 2px solid red;
	background-color: #EFACAC;
	color: black;
	font-weight: bold;	
}

#AU_anonymous_comments_name_field {
	width: 200px;	
}

#AU_anonymous_comments_email_field {
	width: 200px;	
}
.generic_comment.unreviewed {
	background-color: #F7EDED;
	border: 1px solid red !important;
	padding: 15px;
	margin: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.generic_comment.mc_notice {
	color: red;
	font-weight: bold;	
	padding-bottom: 15px;
	margin-top: 10px;
}

.generic_comment_icon {
	display: block;
	width: 40px;	
}

.moderate_options {
	margin-top: 15px;	
}

.mc_moderation_control {
	float: left;
	width: 180px;
	padding: 5px;	
}

.mc_clear_div {
	height: 1px;
	clear: both;	
}
.eligo_subfield {
	background-color: #e9e9e9;
	margin: 4px 8px;
	padding: 3px;
	border-radius: 5px;
}
.tabtextinput {
	width: 290px;
  z-index: 9999;
}


.elgg-widget-instance-tabtext, .elgg-widget-instance-tabtext .elgg-body {
  overflow: visible;
}.elgg-related-items-list{
	width:100%;
	padding-top:7px;
	text-align:center;
}

.elgg-related-item:hover > a{
	color:#555555;
}

.elgg-related-item > a:hover{
	text-decoration: none;
}

.elgg-related-items {
	border-top: 1px solid #777;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top:10px;
}

.elgg-related-item {
	cursor: hand; 
	cursor: pointer;
	border-radius:4px;
	margin: 2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	display:inline-table;
	overflow:auto;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
    text-align:left;	
	overflow:hidden;
	position:relative;
	padding:6px;
   
}

.elgg-related-item > a{
	font-weight:bold;
}

.elgg-related-item:hover{
	background-color:#eeeeee;
}

.elgg-related-item-icon, .elgg-related-items-all-link{
	float:right;
}

.elgg-related-item-subtype{
	position:absolute;
	bottom:1px;
	right:1px;
}

.elgg-related-tags{
	position:absolute;
	bottom:0px;
}

.elgg-related-items-title-icon{
	width:32px;
	height:32px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
}

.elgg-related-items-title{
	font-size: 1.4em;
	font-weight:bold;
	display: inline-block;
}

.elgg-related-item-icon img, .elgg-related-item-icon
 {
     width: 62px;
     height: 62px;
 }.elgg-river-layout .elgg-form-thewire-add .elgg-input-access {
	float: none;
}

.thewire-tools-widget-access {
	max-width: 200px;
}/* AU group notice */

.au-group-notice{

	background:white;
	border: 1px solid black;
	border-radius: 10px;
	padding:5px

}

.au-group-notice-blurb{
	display:block;
}


.au-group-notice-blurb-inner {
	display: none;
}

.au-group-notice-toggle {
	float:right;
	font-style: italic;
}.comment_trackerWrapper {
	background:white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:10px;
	margin:0 10px 10px 10px;}
	
#topic_posts .comment_trackerWrapper {
	margin: 0;}
	
#topic_posts .comment_trackerWrapper form {
	margin: 0;
	padding: 0;}/* allow tinymce to extend beyond the confines of a narrow widget */
.elgg-widget-instance-free_html, .elgg-widget-instance-free_html .elgg-body {
  overflow: visible;
}/* <style> /**/

/* ******************
	main site stuff
*********************/

body {
	margin:0 auto;
	padding:0;
	background: #d2d2d2 url(https://landing.athabascau.ca/mod/au_theme/graphics/background.png) repeat-x top left; 
}



/* Fluid width container that does not wrap floats */
.elgg-body,
.elgg-col-last {
	display: block;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	
	/* IE 6, 7 */
	zoom:1;
	*overflow:visible;
}

/* Header overrides */

a.elgg-heading-site img{
	float: left;
	position: relative; top: -6px;
}

div.elgg-page-header div.headerlinks {
	display: inline-block;
	float: right;
	text-align: right;
	margin: 40px 20px 15px 0px;
	color: #FFF;
}

div.headerlinks a, div.headerlinks a:hover {
	color: #FFF;
}

div.headerlinks .highlight {
	background-color: red;
	font-style: italic;
}

div.headerlinks .guestloginform {
	display: none;
}

div.headerlinks .guestloginform input.login-textarea {
	width: 150px;
}



/* Footer */

#footerLogo {
	display: inline-block;
	float: right;
	padding-top: 16px;
}

#footer_links {
	float: left;
	width: 750px;
	padding-top: 14px;
}

#footer_links .elgg-menu-footer-default {
	float: right;
	text-transform: uppercase;
	color: #000000;
	font-size: 80%;
}

#footer_links .elgg-menu-footer-default a{
	color: #B93D21;
}



/* ***************************************
	MISC
*****************************************/
#dashboard-info {
	border: 1px solid #DCDCDC;
	margin: 0 10px 15px;
}
.elgg-sidebar input[type=text],
.elgg-sidebar input[type=password] {
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
}
.elgg-module .elgg-list-river {
	border-top: none;
}
.elgg-module .elgg-list {
	margin-top: 0;
}


/* ***************************************
	TOPBAR MENU DROPDOWN
*****************************************/
/*
.elgg-menu-item-au-logo {
	background: url(https://landing.athabascau.ca/mod/au_theme/graphics/logotopbar_notext.png) no-repeat;
}
*/
.elgg-topbar-dropdown {
	padding-bottom: 8px; /* forces button to reach bottom of topbar */
}
.elgg-menu-topbar > li > .elgg-topbar-dropdown:hover {
	color: #EEE;
	cursor: default;
}
.elgg-menu-topbar-alt ul {
	position: absolute;
	display: none;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	text-align: left;
	top: 33px;
	margin-left: -100px;
	width: 180px;

	border-radius: 0 0 3px 3px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.elgg-menu-topbar-alt li ul > li > a {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #FFF;
	color: #444;
}
.elgg-menu-topbar-alt li ul > li > a:hover {
	background-color: #F0F0F0;
	color: #444;
}
.elgg-menu-topbar-alt > li:hover > ul {
	display: block;
}
.elgg-menu-item-account > a:after {
	content: "\bb";
	margin-left: 6px;
}
/* ***************************************
	RESPONSIVE
*****************************************/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.elgg-button-nav {
	display: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #FFF;
	float: left;
	padding: 14px 18px;
}
.elgg-button-nav:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #B93D21;
}
.elgg-button-nav .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 22px;
}
.elgg-button-nav .icon-bar + .icon-bar {
	margin-top: 3px;
}

/* deal with tinymce in widget context 
	
	makes the text area fit to the container in widgets
*/


.elgg-widget-edit .mceToolbar td {
	    display:table-row;
	    float: left;
}
	
.elgg-widget-edit .mceToolbar td:nth-of-type(11){
   		clear: left;
}


@media only screen and (min-width: 800px) {
    table.mceLayout, textarea.richEditor {
       width: 100% !important;
    }
}

@media (max-width: 1030px) {
	.elgg-menu-topbar-default > li:first-child a {
		margin-left: 0;
	}
	.elgg-menu-topbar-alt > li > a.elgg-topbar-dropdown {
		margin-right: 0;
	}
	.elgg-page-footer {
		padding: 0 20px;
	}
}
@media (max-width: 880px) {
	.elgg-page-default {
		min-width: 0;
	}
	.elgg-layout-one-sidebar .elgg-main {
		width: 96%;
		padding: 1% 2% 1% 2%;
	}
	.elgg-layout-two-sidebar .elgg-main {
		width: 100%;
	}
	.elgg-layout-one-sidebar {
		width: 100%;
		float: left;
	}
	.elgg-layout-two-sidebar {
		width: 100%;
		float: left;
	}
	.elgg-sidebar {
		border-left: none;
		border-top: 1px solid #DCDCDC;
		width: 100%;
		float: left;
		padding: 27px 0 20px 0;
		margin: 0 0 10px 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.elgg-sidebar-alt {
		display: none;
	}
	.elgg-menu-footer {
		float: none;
		text-align: center;
	}
	.elgg-river-item input[type=text] {
		width: 100%;
	}
	.elgg-river-item input[type=submit] {
		margin: 5px 0 0 0;
	}
	/***** CUSTOM INDEX ******/
	.elgg-col-1of2 {
		width: 100%;
	}
	.prl {
		padding-right: 0;
	}
	/***** WIDGETS ******/
	.elgg-col-1of3,
	.elgg-col-2of3,
	#elgg-widget-col-1,
	#elgg-widget-col-2,
	#elgg-widget-col-3,
	#elgg-widget-col-4,
	#elgg-widget-col-5
	#elgg-widget-col-6 {
		width: 100%;
		min-height: 0 !important;
	}
	.elgg-module-widget {
		margin: 0 0 15px;
	}
	.custom-index-col1 > .elgg-inner,
	.custom-index-col2 > .elgg-inner {
		padding: 0;
	}
}

@media (min-width: 727px) {
	.elgg-nav-collapse {
		display: block !important;
	}
}
@media (max-width: 726px) {

	.elgg-page-header > .elgg-inner h1 {
		padding-top: 10px;
	}
	.elgg-heading-site, .elgg-heading-site:hover {
		font-size: 1.6em;
	}
	.elgg-button-nav {
		cursor: pointer;
		display: block;
	}
	.elgg-nav-collapse {
		clear: both;
		display: none;
		width: 100%;
	}
	#login-dropdown a {
		padding: 10px 18px;
	}
	.elgg-menu-site {
		float: none;
		position: absolute;
	}
	.elgg-menu-site > li > ul {
		position: relative; /*menu fix */
		display: block;
		left: 0;
		margin-left: 0;
		border: none;
		box-shadow: none;
		/*background: none; */
	}
	.elgg-more,
	.elgg-menu-site-more li,
	.elgg-menu-site > li > ul {
		width: auto;
	}
	.elgg-menu-site ul li {
		float: none;
		margin: 0;
	}
	.elgg-more > a {
		border-bottom: 1px solid #294E6B;
	}
	.elgg-menu-site > li {
		border-top: 1px solid #294e6c;
		clear: both;
		float: none;
		margin: 0;
		width: 180px;
	}
	/*menu builder fix */
	.elgg-menu-site > li  ul {
		top:0;
		background-color: maroon;
	}
	
	#elgg-nav-collapse li {
		background-color: maroon;
	}
	
	.elgg-menu-site > li:first-child {
		border-top: none;
	}
	.elgg-menu-site > li > a {
		padding: 10px 18px;
	}
	.elgg-menu-site-more > li > a {
		color: #FFF;
		/*background: none;*/
		padding: 10px 18px 10px 10px;
	}
	.elgg-menu-site-more > li:last-child > a,
	.elgg-menu-site-more > li:last-child > a:hover {
		border-radius: 0;
	}
	.elgg-menu-site-more > li.elgg-state-selected > a,{
		
		/*do nothing */
	}
	.elgg-menu-site-more > li > a:hover {
		background-color: #B93D21;
		color: #FFF;
	}
	/* fixes for menu builder */
	
	
	.elgg-menu .elgg-child-menu {
		display:none;
		position:relative;
	}
/*	.elgg-menu .elgg-child-menu > li{
		position: relative;
		display: block;
	
	} */
	.menu-builder-access-0,.menu-builder-access-1,.menu-builder-access-2, .menu-builder-access-3,
	.menu-builder-access-4, .menu-builder-access-5 {
		position:absolute;
		background-color: grey;
		clear:both;
		display:block;
		width: 180px;
	}

	/* tinymce fixes */
	table.mceLayout, textarea.tinyMCE {
	    width: 100% !important;
	}
	.mceToolbar td {
	    display:table-row;
	    float: left;
	}
	.mceToolbar td:nth-of-type(11){
   		clear: left;
	}
	/*widget manager fixes */
	.widget_manager_widgets_lightbox_wrapper {
		width:50%;
	}
	
}


@media (max-width: 600px) {
	.groups-profile-fields {
		float: left;
		padding-left: 0;
	}
	#profile-owner-block {
		border-right: none;
		width: auto;
	}
	#profile-details {
		display: block;
		float: left;
	}
	#groups-tools > li {
		width: 100%;
		margin-bottom: 20px;
	}
	#groups-tools > li:nth-child(odd) {
		margin-right: 0;
	}
	#groups-tools > li:last-child {
		margin-bottom: 0;
	}
	.elgg-menu-entity, .elgg-menu-annotation {
		margin-left: 0;
	}
	.elgg-menu-entity > li, .elgg-menu-annotation > li {
		margin-left: 0;
		margin-right: 15px;
	}
	.elgg-subtext {
		float: left;
		margin-right: 15px;
	}
}


/* feedback form for feedback plugin */
#feedBackContent h1 {
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
    color: white;
    background-color: maroon;
    font-style: none;
    font-family: default;
    text-shadow: none;
    text-decoration: none;
}

#feedbackSuccess {
  padding: 5px;
  border: 1px solid #555555;
  background-color: #cecece;
  border-radius: 5px;
}


.yellowbackground {
 background: #FFF8C8;
}

/* temp workaround for broken video embedding */
.videoembed_video:after {
 display:block;
 font-size: x-small;
 font-style: italic;
 font-color: grey;
 content:"If you see a this text and/or a blank space instead instead of a video, please enable untrusted (blocked) video for this page in your browser. See https://landing.athabascau.ca/pages/view/534365 for details. Alternatively, copy the source link shown above. ";
}
embed:after{
 content: attr(src);
 font-size:0.8em;
 font-weight:bold;
 display:block;}
embed:before{
 display:block;
 content: "Your browser has blocked this video from playing:";
 font-size:0.9em;
 font-weight:bold;}
#translation_editor_language_table th,
#translation_editor_plugin_list th {
	font-weight: bold;
}

#translation_editor_language_table .translation_editor_flag,
#translation_editor_language_table .translation_editor_enable {
	width: 1%;
	text-align: center;
}

#translation_editor_plugin_list th,
#translation_editor_plugin_list td {
	text-align: center;
	white-space: nowrap;
}

#translation_editor_plugin_list .first_col {
	text-align: left;
	width: 100%;
}

#translation_editor_site_language {
	color: gray;
	margin-left: 10px;
}

#translation_editor_custom_keys_translation_info {
	color: gray;
}

.translation_editor_translation_complete {
	color: green;
}

.translation_editor_translation_needed {
	color: red;
}

.translation_editor_translation_table textarea {	
	height: 70px;
}

.view_mode_active {
	font-weight: bold;
} 

.translation_editor_translation_table tr{
	display: none;
}

.translation_editor_translation_table tr.first_row th{
	font-weight: bold;
}

.translation_editor_translation_table tr.first_row th span{
	font-weight: normal;
}

.translation_editor_translation_table tr.first_row,
.translation_editor_translation_table tr[rel='missing']{
	display: table-row;
	<!-- 
	display: inline-block;
	-->
}

.translation_editor_plugin_key {
	float: right;
	width: 16px;
	height: 16px;
	background: url(https://landing.athabascau.ca/mod/translation_editor/_graphics/key.gif) no-repeat;
}

.translation_editor_translation_table {
	margin-bottom: 20px;
}
	
.translation_editor_translation_table pre {
	white-space: normal;
	margin-bottom: 5px;
}

.translation_editor_translation_table td{
	white-space: nowrap;
}

.translation_editor_translation_table .first_col {
	width: 33px;
}

#translation_editor_search_form td {
	width: 100%;
	white-space: nowrap;
}
