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

/***** leadership_learning/leadership_learning.css start *****/

/******************************************************************

	Theme Name: CEL 1 (Architectural)
	Description: 3-column fluid-width theme for Moodle
	Author: Richard Lang
	Author URI: http://www.tintisha.net
	Version: 1.8
		
*******************************************************************/



body {
	background: #ffffff;
	color: #333333;
}

#page {
  background-color: #fff;
  margin: 0px; /*changed to 0 from 30 so scorm objects would fit*/
  padding: 0px;/*changed to 0 from 8 so scorm objects would fit*/
}

#page hr {
  display: none;
}

a:link,
a:visited {
  
  color: #5177b6; /*main link color*/
}

a.dimmed:link,
a.dimmed:visited {
  color: #9b9b9b;
}

a:hover {
  color: #5177b6;
}

p {
  margin-top:0;
}

.sideblock li .icon img,
.sideblock .list .c0 {
  display: block;
  
}

.sideblock li {
  line-height: 1.3em;
}

.sideblock .event {
  padding-top: 20px;
}

.sideblock .event .date,
.sideblock .event .date a {
  font-size: 0.8em;
  color: #555555;
}

h2 {
font-family: Verdana, Tahoma, Arial, Serif; /*font for 'no courses in this category'*/
font-weight: bold;
font-size:0.9em;/*doesnt effect cascading links*/
}

.sideblock h2  { /*sideblock header text, added font weight variable*/
	padding-left:4px;
	font-size:0.8em;
	color: #ffffff;
	font-weight:normal;
}

.generalbox { /*this is the top box on home page*/
  border:none;
  /*border-top: 1px solid #e1d2bd;*/
  border-bottom: 1px solid #194278; /*dark blue bottom line*/
  /*background: url(pix/generalbox_header.gif) repeat-x top;*/
  font-size:0.8em; /*added font size for fonts within general boxes (center)*/
  

}

.generalbox.sitetopic	{
  border:none;
  background: none;
}

#header {
  height: 90px;
}

#header-home {
  height: 182px; /*alters the distance of the topbg image from the top banners*/
}

#header-home .headerimg2 {
  height: 90px; /*height of top banner*/
  margin-bottom: 2px
}

#header-home .headerimg2,
#header {
  background: #4671b5 url(pix/topbg.gif) no-repeat top right; /*changed position of top banner from left to right*/
  margin-bottom: 2px;
}

#header-home .headerimg1 { /*main image banner*/
  height: 90px;
  margin-bottom: 3px;
  background: url(pix/banner.jpg) repeat-x bottom left;
}

.headerbottom {
  height: 10px;
  background: url(pix/border1.gif) repeat-x top left; /*diagonal striped line at bottom of page*/
  margin-top: 2px;
  padding: 5px; /*added padding to footer bar*/
}

.headermain, h1.headermain, .headermenu a {
  color: #ffffff;
  
}

.navbar {
  background: #4671b5;
  color: #cccccc; /*added color to avoid breadcrumbs being same color as page headings in body tag above*/
  font-size:0.8em;
  border:none;
  margin-bottom: 2px;
}

.headermain, h1.headermain {
	padding: 0px 10px 0 30px; /*changed from margin due to IE6 incompat* (top right bottom left/
	float: left; /*leadership learning header*/
	font-weight: normal;
	font-family: Georgia, Verdana, Arial, Serif;
	
}

#header-home .headermenu {
  margin: 4px;
    
}
.headermenu a {
	  color: #999999;
	  width: 100%;
	  /*removed display: block; from this section to avoid entire div tag link*/

}

.headermenu a:link { /* added seperate link color for login text at header*/
  color: #fff;
  text-decoration: none;
}
.headermenu a:hover { /* added seperate link color for login text at header*/
  color: #fff;
  text-decoration: underline;
}
.headermenu a:visited { /* added seperate link color for login text at header*/
  color: #fff;
  
}

#header .headermenu {
  margin: 10px 4px 0 0;
  float: left; /*float right added for login text on pages other than home*/
  
}

#header-home .logininfo {
  margin-bottom: 4px;
  font-size:0.7em;

  
  
}

.headermenu { /*you are logged in as language box*/
  color: #cccccc;
  font-size:0.6em;
  float: left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  
  
}

.breadcrumb li a {
  
  color: #ffffff;
}

.breadcrumb a:link { /* added seperate link color for login text at header*/
    font-size:100%;
  color: #fff;
  text-decoration: none;
}
.breadcrumb a:hover { /* added seperate link color for login text at header*/
  color: #fff;
  text-decoration: underline;
}
.breadcrumb a:visited { /* added seperate link color for login text at header*/
  color: #fff;
  
}
.breadcrumb .sep {
  padding: 0 6px;
  color: #ccc; /*breadcrumbs arrow color*/
  
}

.sideblock .content {
   border: none; /*block border*/
  background: none;
  padding-top: 15px; /*moves text in side block down*/
  padding-bottom: 10px;
  /*font-size:0.75em; /*calendar and sideblock text size including link size*/
  text-align:left;
  line-height: 1.2em;
}

.sideblock .header {
  border:none;
}

.sideblock .header .title {
  padding-top:6px;
  padding-left:4px; /*distance of plus/minus icon from left of sidebar*/

}

.block_adminblock .header {
 padding: 5px 0 5px 10px;
 font-size:0.8em;
 font-weight: normal;
 color: #fff;
 
 }

.sideblock {
  /*border-top: solid 1px #E1D2BD;*/
  border-bottom: solid 1px #194278;
  background: url(pix/cel_gradient.png) repeat-x top; /*main header background for sideblocks*/
  

}

h2.headingblock { /*available courses header title*/
  font-weight:bold;
  border: none;
  font-size:0.8em;
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #ffffff;/*changed to white from orange, so you no longer see current week highligh*/
}
.forumheaderlist {
  width: 70%;
  margin-left:auto;
  margin-right:auto;
  font-size:0.8em;
}
.forumheaderlist,
.generaltable th,
.generalbox th,
#course-index th,
.logtable th,
.generaltableheader th,
th.header,
#adminsettings fieldset  {
 /* background: url(pix/cel_gradient.png) repeat-x top;*/
  /*border-top-color: #194278;*/
}

.forumpost .starter {
  border-bottom: none;
  border-top:1px solid #194278; 
  background: url(pix/cel_gradient_lg.png) repeat-x top;
}

th.header {
/*	font-size: 0.8em;*/
	border-left:1px solid #fff;
	padding-top:4px;
	padding-bottom:4px;
}

.admin .generalbox {
	background-color:#fff;
	
}
.forumpost .starter,
.forumpost .content {
  border-left: 1px solid #194278;
  border-right: 1px solid #194278;
}

.forumpost .content {
  border-bottom: 1px solid #194278;
  font-size:0.8em;
  line-height: 1.2em;
}

.cell {
	background: none !important;
	word-wrap: break-word; /*solved problem with text not wrapping in column in IE6*/
}

.r1 {
	background-color:#ffffff !important; /*changed to white from grey for firefox table under roles*/
}

.sideblock .r0,
.sideblock .r1 {
	background: none !important;
	
}

.forumpost .left {
  background: none;
}

.forumpost {
  border: none;
}

.forumpost .commands,
.forumpost .link,
.forumpost .footer {
 /*131207   font-size: 0.9em;*/
}

#mod-forum-search .box {
	width:80%;
}

.addbloglink a {
	  border-color: #194278;
	  background: #cccccc;
	  border:1px solid;
	  padding:3px;
}

.addbloglink a:hover {
	  background: #cccccc;
	  text-decoration: none;
	  color:#fff;
	  border:1px solid #194278;
}

.forumpost .author {
	color: #555555;
}

#footer{
  background: #fff url(pix/border2.gif) repeat-x top;
  padding: 1em; /*added padding to footer bar*/

}

#footer .logininfo {
  float: right;
  margin-top: 1px;

 
}
#logininfo a{
font-size:0.8em;
}

.homelink,
.sitelink {
  margin: 1em 0;
  clear: both;
}

.credits {
  text-align: center; /*created by text*/
  
}

.credits a {
	  color: #999999;
	  width: 100%;
	  /*removed display: block; from this section to avoid entire div tag link*/
	  font-size:0.7em /*added font size for bottom credit text*/
}

.credits a:hover {
  color: #666666;
  text-decoration: none;
}

.helplink {
  margin-top:10px;
  font-size:100%;
}

blockquote {
    margin:1em;
    padding:0 0 0 40px;  
    color:#666;
    background:url(pix/blockquote.gif) no-repeat left top;
}

ul.list, ul.list li, ul li {
	list-style-image: none;/*url(pix/db3.gif);*/
	/*padding-top: 3px;*/
}

.sideblock ul.list,
.sideblock ul.list li,
.sideblock ul.unlist li {
	list-style-image: none;
}

#course-view ul.section, 
#site-index ul.section, 
#course-view ul.section li, 
#site-index ul.section li { 
  list-style: none;
  
  
}

fieldset {
  border: #ccc solid 1px;
  margin-top:0;
  padding:6px;
}

legend{ /* legend is the small title box like the one when you create new account*/
  border: #ccc solid 1px;
  /*background:url(pix/cel_gradient.png ) repeat-x top;  */
  padding: 1px 10px;
	font: bold Georgia, Verdana, Arial, serif;
}

.profileeditor,
.logselectform {
	text-align: center;
}

.singlebutton {
	padding:4px;
}

.backup .generalbox {
	text-align: center;
}

table.files {
  border-bottom: 1px solid #e1d2bd;
}

.boxaligncenter {
	text-align: left !important;
}

.errorbox a {
	color:#fff;
}

button#searchform_button {
	margin:0;
}

#message-history #page,
#message-user #page,
body#message-user,
body#message-history,
body#message-messages,
body#message-index,
body#message-send,
#message-index #page,
body#course-info,
#course-info #page,
#help #page,
body#help,
body#mod-resource-view,
#mod-resource-view #page,
#mod-glossary-showentry #page,
#course-group #page,
body#course-group,
body#question-preview,
#question-preview #page,
body#mod-quiz-comment,
#mod-quiz-comment #page,
#mod-quiz-comment #footer {
  margin: 0 !important;
  background:#fff !important;
}

.glossarycontrol .helplink,
.message .helplink {
	float:none;
}

.message .credits,
#mod-resource-view .credits,
#help .credits{
	display:none;
}

#mod-resource-view .generalbox table.files{
	margin:auto;
	}
	
.loginpanel .helplink { 
 float:none; 
 
}
.sideblock .header .commands { /*added code to move icons in editing on mode down*/
margin-top: 10px;

}
.block_site_main_menu .footer select 

{

font-size: 0.8em;

}

.sideblock .header .hide-show img.hide-show-image {
 background-image: url(pix/t/switch_minus.gif) ;
 border: none;
 }

.sideblock.hidden .header .hide-show img.hide-show-image {
 background-image: url(pix/t/switch_plus.gif);
 border: none;
 }


.sideblock a:link {
  text-align:left;
}

.sideblock a:visited {
  text-align:left;
}
.activity a:link {
  text-align:left;
}

.activity a:visited {
  text-align:left;
}
#footer {
  font-size:0.7em;
}
.block_rss_client .link{
  font-size:100%;
  padding-top:10px;
}
.addcategory{
  text-align:center;
}
/* carried over from standard style sheet*/
#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
  text-align:left;
}
.helplink img {
  text-align: left;
  width: 17px;
  height: 17px;
}
img.iconsmall {
  vertical-align:middle;
  margin-right:1px;
  width:16px;
  height:16px;
  border:0px;
}
form.mform fieldset legend {
  font-weight: normal;
  color: #194278;
  margin-left: 0.5em;
}
.headerskip {
  position:absolute;
  right:20em;
/*  font-size:0.8em;*/
}
.navbar .navbutton {
  margin-top: 3px;
  float: right;
}
.navbar .navbutton a,
.navbar .menu {
font-family: Verdana, Tahoma, Arial, Serif;
color:#FFFFFF;
font-size:0.8em;*/
}
.navbar .navbutton a:hover,
.navbar .menu {
font-family: Verdana, Tahoma, Arial, Serif;
color:#FFFFFF;
font-size:0.8em;*/
}
.navbar .navbutton a:visited,
.navbar .menu {
font-family: Verdana, Tahoma, Arial, Serif;
color:#FFFFFF;
font-size:0.8em;*/
}
.reportlink {
  text-align:right;
  font-size:0.8em;
}
.sitelink {
  padding-top:1em;
}
#admin-roles-manage .buttons .singlebutton,
#admin-roles-override .buttons .singlebutton {
  display: inline;
  padding: 20px;
}
a.skip-block, .skip-block {
  visibility:hidden ;
  display:block;
  width:2em;
  height:0px;
  font-size:0em;
}
.sideblock .skip-block {
  height:4px;
}
.skip-block-to {
  font-size:1px;
}
.sideblock .header, .sideblock h2.header {
  text-align: left; /*moves both expand square and text left or right*/
  border-width: 0px;
  border-style: solid;
  border-bottom: none;
}
.sideblock .header .hide-show {
  float:left;
  border: none;
}

.sideblock .header .hide-show img.hide-show-image {
  height:16px;
  width:16px;
  border:none;
  
}
.sideblock .header .commands {
  margin-top: 0.3em;
  clear: both;

}
.sideblock .content div.info {
 /* text-align:center;*/
}
.block_messages .content {
  text-align:left;
 /* font-size:0.75em;*/
  padding-top:5px;
}
.block_search_forums .invisiblefieldset {
  display: inline;
}
.activitydate, .activityhead {
  margin-top: 10px;
  text-align:left;
 /*131207   font-size:0.9em;*/
  
}
.section_add_menus {
  text-align:right;
  padding: 0px 0 0 6px;  
  padding-bottom: 10px;
}
.rolelink{
font-weight:bold;
font-size:0.8em;
}
.coursebox .summary {
  float: right;
  text-align:left;
  font-size: 0.75em;
  width: 48%;
  padding:5px;
}
.coursebox .info {
  float: left;
  text-align:left;
  width: 48%;
  padding:5px;
  font-size: 0.75em;
  }
  .categorylist {
  width:90%;
  /*margin-left:auto;*/
  margin-right:auto;
}
.categorypicker {
  font-size: 0.75em;
  text-align:center;
  padding-bottom:10px;
}
#coursesearch,
#coursesearch2 {
  font-size:0.8em;
  text-align:center;
}
.loginbox {
  margin-top:15px;
  margin-bottom:15px;
 /* border:1px solid;*/
  width:50%;
  margin-left:25%;
  overflow:hidden;
}
.tabrow0 {
  text-align: center;
  width:100%;
  padding:0 0 1.75em 0;
  margin:0;
  list-style:none;
  line-height:1.8em;
 /* font-size: 84%;*/
}
.tabrow0 div,
.tabrow0 ul {
  position: absolute;
  left: 0;
  top: 2.0em;
  width: 100%;
  margin: 0;
  padding: 0.25em 0;
  list-style: none;
  border-top: 1px solid #aaa;
  line-height: normal;
  background: transparent url(pix/tab/tabrow1.gif) repeat-x center left;
 /*font-size: 90%;*/
}
ul.tabrow1 li a,
ul.tabrow1 li a:link,
ul.tabrow1 li a:visited {
  color:#666666;
 /* font-size: 110%;*/
}
.forumaddnew,
.forumnodiscuss,
.noticeboxcontent {
  text-align:center;
  font-size: 10px; /*added font size for (no news has been posted yet)*/
}
#mod-forum-view .forumcontrol .subscription {
  font-size:0.7em;
  line-height:14pt;
  float: right;
  text-align:right;
  white-space: nowrap;
}
.mod-resource .popupnotice {
    font-size:0.8em;
  text-align:center;
  margin:40px;
}
.questiontext {
 /* font-size:1em;*/
}

.smalltext {
/*  font-size:0.6em;*/
}
.foundthat,
.preferthat {
  width:10%;
  white-space: nowrap;
}
.qnummiddlecell {
  width:10px;
  vertical-align:middle;
}
/* styles carried over from standard/styles_fonts.css */
body, table, td, th, li {
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:100%;
  /*letter-spacing:0.02em;*/
}
h1 {
  font-size:1.2em;
}

h2 {
  font-size:1em;
  
}
h3 {
  font-size:0.9em;
}
h4 {
  font-size:0.8em;
}
.files .file {
  font-size: 0.8em;
}

.files .folder {
  font-size: 0.8em;
}
.breadcrumb {
  font-weight:bold;
}
.logininfo,
#header-home .headermenu font {
 font-size:100%;
 }
.sideblock .header, .sideblock h2 {
  /*display:inline; /*added to stop block title dropping onto next line*/
  /*font-size:0.9em;*/
  font-weight: normal;
}
.sideblock .content {
  font-size:0.9em;*/
  line-height:1.2em;
}
.sideblock .content .message {
font-size:0.8em
}
.sideblock .header .commands {
  font-size:0.8em;
}

.sideblock .footer {
  font-size:0.8em;
  text-align: left;
}

.sideblock .head,
.sideblock .info,
.sideblock .event {
/*  font-size: 0.9em;*/
}
.block_messages .content .listentry,
.block_online_users .content .listentry {
/*  font-size:0.9em*/
}
.blogpost .audience {
  font-size: 0.8em;
}

.blogpost .tags {
  font-size: 0.8em;
}
#course-view .section {
font-size:0.9em;
line-height:1.2em;
}
.activitydate, .activityhead {
/*  font-size:0.9em;*/
}
.weeklydatetext {
  font-size:0.8em;
  font-weight:bold;
}

.coursebox .info {
 font-size:0.8em; /*reduced text size from 1em*/
}

.coursebox .teachers,
.coursebox .cost {
/*  font-size:0.9em;*/
}

.coursebox .summary {
  font-size:0.8em;*/
}

#course-recent h2.main { /*text when you view recent activity*/
  font-size:0.8em;
}
body#doc-contents h1 {
  font-size: 0.8em;
}
/* styles caried over from standard/styles_layout*/
#left-column .hidden .header,
#right-column .hidden .header
{
  /*border-bottom-width: 1px;*/
  border-bottom-style: none;
}
.helplink img {
  text-align: left;
  width: 17px;
  height: 17px;
}
img.iconsmall {
  vertical-align:middle;
  margin-right:1px;
  width:16px;
  height:16px;
  border:0px;
}
form.mform fieldset legend {
  font-weight: normal;
  color: #194278;
  margin-left: 0.5em;
}
.headerskip {
  position:absolute;
  right:20em;
/*  font-size:0.8em;*/
}
.navbar .navbutton a,
.navbar .menu {
font-family: Verdana, Tahoma, Arial, Serif;
color:#FFFFFF;
font-size:0.8em;*/
}
.navbar .navbutton a:hover,
.navbar .menu {
font-family: Verdana, Tahoma, Arial, Serif;
color:#FFFFFF;
font-size:0.8em;*/
}
.navbar .navbutton a:visited,
.navbar .menu {
font-family: Verdana, Tahoma, Arial, Serif;
color:#FFFFFF;
font-size:0.8em;*/
}
.reportlink {
  text-align:right;
  font-size:0.8em;
}
#admin-roles-manage .buttons .singlebutton,
#admin-roles-override .buttons .singlebutton {
  display: inline;
  padding: 20px;
}
a.skip-block, .skip-block {
  visibility:hidden ;
  display:block;
  width:2em;
  height:0px;
  font-size:0em;
}
.sideblock .header, .sideblock h2.header {
  text-align: left; /*moves both expand square and text left or right*/
  border-width: 0px;
  border-style: solid;
  border-bottom: none;
}
.sideblock .content div.info {
 /* text-align:center;*/
}
.block_messages .content {
  text-align:left;
 /* font-size:0.75em;*/
  padding-top:5px;
}
.block_search_forums .invisiblefieldset {
  display: inline;
}
.activitydate, .activityhead {
  margin-top: 10px;
  text-align:left;
 /*131207   font-size:0.9em;*/
  
}
.section_add_menus {
  text-align:right;
  padding: 0px 0 0 6px;  
  padding-bottom: 10px;
}
body#course-index #middle-column .editcourse .count {
  text-align:center;
  
}
.coursebox .summary {
  float: right;
  text-align:left;
  font-size: 0.75em;
  width: 48%;
  padding:5px;
}
.coursebox .info {
  float: left;
  text-align:left;
  width: 48%;
  padding:5px;
  font-size: 0.75em;
  }
  .categorylist {
  width:90%;
  /*margin-left:auto;*/
  margin-right:auto;
}
.categorypicker {
  font-size: 0.75em;
  text-align:center;
  padding-bottom:10px;
}
#coursesearch,
#coursesearch2 {
  font-size:0.8em;
  text-align:center;
}
.loginbox {
  margin-top:15px;
  margin-bottom:15px;
 /* border:1px solid;*/
  width:50%;
  margin-left:25%;
  overflow:hidden;
}
.tabrow0 {
  text-align: center;
  width:100%;
  padding:0 0 1.75em 0;
  margin:0;
  list-style:none;
  line-height:1.8em;
 /* font-size: 84%;*/
}
.tabrow0 div,
.tabrow0 ul {
  position: absolute;
  left: 0;
  top: 2.0em;
  width: 100%;
  margin: 0;
  padding: 0.25em 0;
  list-style: none;
  border-top: 1px solid #aaa;
  line-height: normal;
  background: transparent url(pix/tab/tabrow1.gif) repeat-x center left;
 /*font-size: 90%;*/
}
ul.tabrow1 li a,
ul.tabrow1 li a:link,
ul.tabrow1 li a:visited {
  color:#666666;
 /* font-size: 110%;*/
}
.forumaddnew,
.forumnodiscuss,
.noticeboxcontent {
  text-align:center;
  font-size: 10px; /*added font size for (no news has been posted yet)*/
}
.mod-resource .popupnotice {
    font-size:0.8em;
  text-align:center;
  margin:40px;
}
.questiontext {
 /* font-size:1em;*/
}

.smalltext {
/*  font-size:0.6em;*/
}
/*misc addons*/
.block_search_forums .searchform{
text-align:left;
font-size:0.8em;
}
.block_news_items .content{
font-size:0.8em;
}
.block_calendar_upcoming .post{
font-size: 0.8em;
}
.block_course_list .content{
font-size:0.8em;
}
block_html{
font-size:0.8em;
}
/*styles carried over from moodle/blocks/login/styles.php*/
.block_login .logintable {
  text-align:left;
}

.block_login .loginform {
  display:inline;
}


.block_login .loginform .c1 input {
width: 125px;  
}

.block_login .loginform .c1 {
  margin:0.3em 0.8em;
  text-align:left;
  display:block;
}

.block_login .loginform div.c1.btn {
  text-align:left;
}
/*styles from mod/scorm/styles.css*/
#mod-scorm-player .structurelist {
 /* list-style-type: none;*/
  text-indent:-4ex;
  font-size: small;
    }
#mod-scorm-view .structurelist  {
  list-style-type: none;
  white-space: nowrap;
  
}
#mod-scorm-player #scormnav {
  font-size: 0.8em;
  float: right;
  right: 5px;
  top: 0px;
}
.structlist  {
  list-style-type: none;
  white-space: nowrap;
  font-size: small;
  padding-top:0px;
}/***** leadership_learning/leadership_learning.css end *****/

