/**************************************
 * THEME NAME: arktos
 *
 * Files included in this sheet:
 *
 *   arktos/arktos.css
 **************************************/

/***** arktos/arktos.css start *****/

/**
  *  Inherits from the standard theme, to make sure we don't miss any important CSS
  **/

html {
}

body {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif;
}

body.grade-report-grader, body.grade-report-user {
	background: url('headerbg.jpg') top left repeat-x;
}

#page {
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
}



/* Header ***************************************************************************/
#mainheader {
	background: #0d5184 url('headerbg.jpg') top left repeat-x;
	height: 120px;
	border: 0px none;
}
#mainheader #topleft {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 12px;
	left: 32px;
	background: url('pix/random/rotate.php') right no-repeat;
}

#mainheader #headertext {
	background: url('headertext.png') top left no-repeat;
	position: absolute;
	top: 30px;
	left: 152px;
	width: 520px;
	height: 50px;
}
#mainheader #headertextlogin {
	position: absolute;
	height: 54px;
	width: 572px;
	background: url('headertextlogin.png') top left no-repeat;
	left: 155px;
	top: 34px;
}
#mainheader ul#headerlinks {
	position: absolute;
	list-style: none;
	margin: 0;
	top: 89px;
	left: 160px;
	padding: 0;
	height: 30px;
	font-size: 14px;
}
#mainheader ul#headerlinks li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 0;
	vertical-align: middle;
}
#mainheader ul#headerlinks li a {
	display: inline-block;
	text-align: center;
	line-height: 24px;
	height: 24px;
	margin-top: 4px;
	padding: 0px 13px 0px 13px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: #fff;
	outline: none;
	border: solid 2px #888;
	border-bottom: solid 1px #555;
	vertical-align: middle;
	opacity: 0.50;
	filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60, FinishOpacity=35, Style=1)";
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;	
	color: #444;
}
#mainheader ul#headerlinks li a:hover {
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85, FinishOpacity=65, Style=1)";
	color: #111;
	line-height: 25px;
	height: 25px;
	margin-top: 3px;
	text-shadow: 0px 1px 5px #fff;
}

#mainheader ul#headerlinks li a:active {
	border-color: #fff;
	border-bottom: solid 1px #555;
	color: #000;
}

#mainheader ul#headerlinks li#current a {
	border: solid 2px #bbb;
	border-bottom: solid 1px #fff;
	background: #fff;
	vertical-align: text-bottom;
	height: 28px;
	line-height: 28px;
	margin-top: 1px;
	opacity: 1;
	filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	color: #000;
}
#mainheader ul#headerlinks li#current:hover a {
	background: #FFF no-repeat top right;
	border: solid 2px #da8;
	border-bottom: solid 1px #fff;
	-moz-box-shadow: 0px -4px 6px -1px rgba(0,0,0,0.4);
}

#mainheader a:active {
	outline: none;
}

#mainheader a:visited {
	outline: none;
}

div.navbar {
	background: url('navbar-gradient.jpg') top repeat-x;
	height: 1em;
	border: 0px none;
	color: #807067;
	padding: 3px 0 3px 0;
	width: 100%;
}

div.navbar .sep {
	color: #D8D1CE;
	margin-left: 4px;
}
div.navbar a {
	color: #807067;
	text-decoration: none;
}

div.navbar a:hover {
	color: #7c2705;
}

div.navbar div.headermenu {
	position: relative;
	top: -24px;
	left: -10px;
}

div.navbar div.headermenu div.logininfo {
	color: #aaa;
}

div.navbar div.headermenu div.logininfo a {
	color: #9ab;
}

div.navbar div.headermenu div.logininfo a:hover {
	color: #acf;	
}

div.navbar div.navbutton {
	margin-right: 5px;	
	position: absolute;
	right: 0;
}

div.navbar div.breadcrumb {
	margin-left: 5px;	
	float: left;
}

div.navbar div.headermenu div.navigation {
	float: right;
	margin-top: -8px;
}

/* Footer ***************************************************************************/
#footer {
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 12px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e4e4e4;
	background: #f5f5f5;
	text-align: center;
}

#footer a {
	display: inline-block;
	text-align: center;
	padding: 0 35px 0 35px;
	color: #aaa;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	outline: none;
}

#footer a:hover {
	color: #222;
}

#footer a:active {
	color: #999;
}

#footer p {
	color: #ccc;
	font-size: 0.8em;
	margin: 2px 0 0 0;
}
/* Misc ***************************************************************************/

#content {
	clear: both;
}


/* Custom Blocks ********************************************************************/


/* Color Scheme of Standard Moodle Stuff ***************************************************************************/

#content a {
	color: #415280;
	text-decoration: none;
}

#content a:hover {
	color: #40343F;
	text-decoration: underline;
}

#content a.imglink:hover {
	border: 0px none;
}

#content a.imglink.opeffect:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.sideblock {
}

.sideblock .header {
	background: #000000 url('pix/sideblock-header.jpg') top repeat-x;
	color: #E1EBF4;
	border-color: #97A6AE;
	padding: 6px 4px 7px 6px;
}

.sideblock h2 {
	font-size: 1.0em;
	letter-spacing: -0.1pt;
	text-shadow: 0px 1px 6px #014;
}

.sideblock .header .commands {
}

div.header div.bt div {
	display: none;
}

td#left-column div.wrap div.bt div {
	display: none;
}

td#right-column div.wrap div.bt div {
	display: none;
}

.sideblock .content {
	border-color: #97A6AE;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-bottom-left-radius: 4px;
	-webkit-bottom-right-radius: 4px;
}

.sideblock.hidden {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.sideblock .header .hide-show img.hide-show-image {
  background: url('pix/t/switch_minus.gif') no-repeat bottom;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('pix/t/switch_plus.gif') no-repeat bottom;
}

.generaltable th {
	background-color: #d7dff1;
	border: solid #465a73 1px;
	-moz-border-radius: 0px;
}

table.userinfobox {
	background-color: #ffffff;
	border: solid #ccc 2px;
	margin-bottom: 18px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow: 0px 2px 10px #e6e6e6;
	-webkit-box-shadow: 0px 2px 12px #eaeaea;
}

.box {
	background-color: #ffffff;
}

.generalbox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.box.clearer {
	background: none;
}

div.clearer {
	height: 1px;
	clear: both;
}

#intro.generalbox {
	width: 64%;
}

.admin .generalbox {
	background-color: #f8f8f8;
	border-color: #d4d4d4;
}

.categorybox {
	border: solid #eee 1px;
	padding: 10px 0 14px 0;
	width: 80%;
	margin: 0 auto;
}

.coursecontent, .topics {
	background-color: #ffffff;
}

.headingblock {
	display: none;
}

.activity a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#course-view .section td.side {
}

.errorbox {
	color: #E61000;
	font-weight: bold;
}

.boxaligncenter {
	border-color: #eee;
	border-style: solid;
	border-width: 2px;
	padding: 16px;
}

form#options div table tbody tr td {
	padding: 4px 10px 4px 10px;
}

div.reportlink {
	padding: 6px;
}

div.reportlink a {
	padding-left: 22px;
	background: url('pix/small_blue_arrow.png') left no-repeat;
}

div#content div.groupselector {
	padding-left: 6px;
}

div.notifyproblem {
	width: 80%;
	margin: 0 auto;
	color: #FF0000;
	background-color:#FFFFFF;
	border: solid 1px #ddd;
	font-weight: bold;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

.groupmanagementtable td {
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.forumpost .topic .subject {
}

	/* Assignment Module Styles */

body.mod-assignment div#intro {
	background-image: url('pix/hand_box.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 86px;
}

body.mod-assignment div#content div form fieldset {
	border: solid #ddd 2px;
	padding: 10px 24px 24px 130px;
	background: #ffffff url('pix/add.jpg') 16px no-repeat;
	font-weight: bold;
	color: #002255;
}

body.mod-assignment div#content div form fieldset div fieldset {
	background: none;
	border: none;
}

body.mod-assignment div#content div form fieldset p {
	padding: 0 0 0 0;
	text-align: left;
}

body.mod-assignment div#content div form fieldset input {
	font-weight: bold;
}

body.mod-assignment div#content div#online.boxwidthwide {
	padding: 0 0 0 20px;
	background: none;
	border: none;
}

body.mod-assignment div#content div#online.boxwidthwide form {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


	/* Quiz Module Styles */

body.mod-quiz div#intro {
	background-image: url('pix/quiz.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding: 12px 95px 12px 20px;
}

div.quizattempt input {
	font-size: 16px;
	padding: 6px 10px 6px 10px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

div.quizinfo {
	color: #880000;
}

table#overview-options {
	border: solid 2px #aaa;
}

#mod-quiz-attempt div#timer {
	opacity: 0.3;
	filter: alpha(opacity=30);
	left:auto;
	padding:0;
	position:fixed;
	right:10px;
	top:10px !important;
	font-size:0.8em;
}

#mod-quiz-attempt div#timer:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

body.mod-quiz sup, body.mod-quiz sub {
	font-size: 0.7em;
}

	/* Forum Module Styles */

body.mod-forum div#intro {
	padding: 14px 90px 14px 24px;
	background: #ffffff url('pix/forum.jpg') right no-repeat;
	border-width: 2px;
	margin-top: 24px;
}

body.mod-forum div.indent {
	margin-left: 0px;
}

#mod-forum-view .subscription {
	display: block;
	position: relative;
	text-align: right;
	white-space: nowrap;
	padding: 5px;
	margin: 0;
}

table.forumpost {
	width: 99%;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;
}

table.forumheaderlist {
	width: 99%;
	background: #fdfdfd;
	margin: 0 auto;
}

table.forumheaderlist td {
	padding: 5px;
}

table.forumheaderlist thead tr th {
	background: #888;
	color: #ddd;
	padding: 7px 5px 7px 5px;
}

	/* File Management Styles */

body#files-index div#page div#content table {
}

body#files-index div#page div#content table form#dirform {
	background-color: #FFFFFF;
	border: solid 2px #ddd;
	padding: 0 15px 6px 15px;
	margin-bottom: 6px;
	width: 100%;
}

body#files-index div#page div#content table form#dirform div {
	width: 100%;
}

body#files-index div#page div#content table form#dirform table.files {
	width: 100%;
}

body#files-index div#page div#content table form#dirform table.files th {
	background-color: #e8edf7;
	border: solid #465a73 1px;
}

body#files-index div#page div#content table form#dirform table.files tbody td {
	border: solid 1px #f4f4f4;
	padding: 4px 8px 4px 8px;
}

body#files-index div#page div#content table form#dirform table.files tbody td.checkbox input {
	padding: 0 0 0 0;
}

	/* Adding new Resource or Activity */

form.mform fieldset {
	background-color: #ffffff;
	padding-right: 12px;
	padding-bottom: 25px;
}

form.mform fieldset.hidden {
	background: none;
}

form.mform fieldset.hidden div.fitem input#id_submitbutton {
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

form.mform fieldset.hidden div.fitem input#id_submitbutton2 {
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form.mform fieldset.hidden div.fitem input#id_cancel {
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

form.mform fieldset.hidden div.fitem fieldset.felement {
	background: none;
}


/* LOGIN PAGE **************************************************************************************************/

div.loginbox {  
    border: #B09B89 solid 3px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 0px 5px 28px #d0d0d0;
	-webkit-box-shadow: 0px 5px 28px #ddd;
	background: #fff url('pix/login/login-gradient.jpg') bottom repeat-x;
	padding: 0 0 15px 0;
	min-width: 800px;
}

div.loginpanel {
	padding: 15px 0 0 0;
}

div.signuppanel {
	padding: 15px 0 0 0;
}

.loginbox h2 {
	letter-spacing: 1px;
	margin: 4px 0 -10px 0;
}

.loginbox .loginform .form-input input {
	width: 125px;
}

input#username, input#password {
	background-color: #003366;
	background-image: url('pix/login/form_back.jpg');
	color: #ffffff;
	height: 25px;
	width: 150px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	border: solid #88ccFF 2px;
	letter-spacing: -0.02em;
	text-indent: 0.3em;
	font-size: 18px;
	font-weight: bold;
}

input#password {
	letter-spacing: -0.06em;
}

#gologinbutton {
	position: absolute;
	margin: -33px 0 0 6px;
	height: 65px;
	font-size: 15px;
	font-weight: bold;
	width: 70px;

}

.loginbox .loginform .form-label {
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	width: 38%;
}

.loginpanel .loginsub .desc {
	font-size: 1.2em;
}

div.signuppanel div.subcontent p {
	font-size: 1.2em;
}

a.password_center {
	padding-left: 15px;
	background: url('lock.png') left no-repeat;
}



/* QUIZ SPECIFICS ********************************************************************************************/

.que {
	background-color: #ffffff;
	padding: 14px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.24em;
}

.answer {
	margin: 0 0 0 16px;
	font-family: "Times New Roman", Times, serif;

}

.que .c0 {
	background: none;
	font-family: "Times New Roman", Times, serif;
}

.que .c1 {
	background: none;
	font-family: "Times New Roman", Times, serif;
}

.que .r0 {
	background: #ecf7e6;
	font-family: "Times New Roman", Times, serif;
}

.que .r1 {
	background: #f6fcf3;
	font-family: "Times New Roman", Times, serif;
}

div.que div.content div.ablock div.feedback, div.que div.content div.generalfeedback {
	background-color: #e7ffda;
	padding: 16px 16px 12px 20px;
	border: #2F9304 dashed 2px;
	margin: 36px 0 10px auto;
	width: 80%;
}

.que .control {
	width: 24px;
	vertical-align: middle;
}

span.anun {
	margin-right: 10px;
	color: #888888;
}

div.grading div {
	padding: 2px 2px 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
}

table.answer, div.ablock {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.qtext a img.texrender {
	padding-bottom: 2px;
}


/* MIDDLE COLUMN SHADOWS AND BOX CORNERING ***************************************/

td#left-column {
	padding-top: 8px;
}

td#right-column {
	padding-top: 8px;
}


td#middle-column div.bt  div {
  background-position: 100% 0;
  right: -13px;
}
td#middle-column div.bt {
  background-position: 0 0;
  left: -13px;
  margin: 0 13px 0 0;
}
td#middle-column div.bb  div {
  background-position: 100% 100%;
  right: -13px;
}
td#middle-column div.bb {
  background-position: 0 100%;
  left: -13px;
  margin: 0 13px 0 0;
}
td#middle-column div.bt  div {
  background-image: url('pix/box.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  height: 12px;
  left: -13px;
  position: relative;
  width: 13px;
}
td#middle-column div.bt {
  background-image: url('pix/box.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  margin: 0 0 0 13px;
  height: 12px;
  background-color: transparent;
}
td#middle-column div.i1 {
  background-image: url('pix/borders.png');
  background-repeat: repeat-y;
  background-position: 0 0;
  background-color: transparent;
  padding: 0 0 0 12px;
}
td#middle-column div.i2 {
  background-image: url('pix/borders.png');
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: 100% 0;
  background-color: transparent;
  padding: 0 12px 0 0;
}
td#middle-column div.i3 {
  background-color: #FFFFFF;
  padding: 0 10px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #FFFFFF;
}
td#middle-column div.bb div {
  background-image: url('pix/box.png');
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: transparent;
  height: 12px;
  left: -13px;
  position: relative;
  width: 13px;
}
td#middle-column div.bb {
  background-image: url('pix/box.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  margin: 0 0 0 13px;
  height: 12px;
  background-color: transparent;
}
td#middle-column div.bt div {
  z-index: 10;
}

div.sitetopic div.bt, .sitetopic div.bb, .sitetopic div.i1, .sitetopic div.i2, .sitetopic div.i3 {
}

div.box div.bt, .box div.bb, .box div.i1, .box div.i2, .box div.i3 {
}

td#middle-column div.generalbox div.bt, td#middle-column div.generalbox div.bt div, td#middle-column div.generalbox div.bb div, td#middle-column .generalbox div.bb, td#middle-column .generalbox div.i1, td#middle-column .generalbox div.i2, td#middle-column .generalbox div.i3 {
	background: none;
	border: none;
}

td#middle-column tr.separator {
  background-image: none;
  height: 1.5em;
  border: none 0px;
}
fieldset.clearfix {
  background-image: url('pix/bottom_shadow_to_top.png');
  background-repeat: repeat-x;
  background-position: center bottom;
}

ul.block_textbook_list li a.btlchapter span {
	-moz-box-shadow: 2px 4px 16px #999;
	-webkit-box-shadow: 2px 4px 16px #999;
}

/* Hidden Links ***********************************************************************/

#content a.dimmed {
	color: #bfbfcc; 
}

/* HOMEPAGE SPLASH ********************************************************************/

#moodle_splash {
	background: url('http://www.onlineschool.ca/images/moodle/splash/rotate.php') center center no-repeat;
	width: 100%;
	height: 280px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
}


#moodle_splash #moodle_splash_fade {
	background: url('http://www.onlineschool.ca/images/moodle/fade_dark.png') center center no-repeat;
	width: 100%;	height: 280px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

#moodle_splash_fade span {
	display: inline-block;
	position: relative;
	margin: 242px auto 0 auto;
	height: 38px;		line-height: 42px;
	padding: 0 30px;
	background: #fff;
	-moz-box-shadow: 0px 1px 12px #000;
	-webkit-box-shadow: 0px 1px 12px #000;
	color: #333;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: -1px;
	cursor: default;
}

/* Braden's images in some course pages e.g. Bible 9 **********************************/
.ctimage {
	float: right;
	width: 200px;
	border: 1px solid #999999;
	padding: 5px;
	color: black;
	text-align: center;
	font-size: 10px;
}
.ctimage img {
	display: block;
	border: 0px none;
}

/* Nice lists ***************************************/
ul.pptlist {
	font-family: Corbel, Arial, sans-serif;
	font-size: 14pt;
	list-style-type: square;
	color: #F0AD00;
}
ul.pptlist li {
	margin-bottom: 10px;
}
ul.pptlist span, ul.pptlist ul span, ul.pptlist ul ul span {
	color: black;
}
ul.pptlist ul {
	color: #60B5CC;
	list-style-type: square;
	font-size: 12pt;
}
ul.pptlist ul ul {
	color:#6BB76D; 
	list-style-type: square;
	font-size: 12pt;
}

/* OVERLAY */

a#overlay_wow {
	display: block;
	position: absolute;
	width: 200px;
	height: 110px;
	background: url('wow-topright.png') 0px 0px no-repeat;
	top: 0px;
	right: 0px;
	z-index: 80;
	outline: none;
	border: none;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a#overlay_wow:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* Language Menu */

form#chooselang {
	position: absolute;
	right: 0;
	top: 25px;
}

form#chooselang div select#chooselang_jump {
	width: 204px;
	font-size: 1.15em;
}

/* GRADEBOOK NON-BLINDNESS */

table#user-grades td.grade span.gradevalue, table#user-grades tr.avg td.cell, table#fixed_column tr.avg th.header {
	font-size: 1.2em;	
}/***** arktos/arktos.css end *****/

