/**************************************
 * THEME NAME: ewananga_blue
 *
 * Files included in this sheet:
 *
 *   ewananga_blue/fw_layout.css
 *   ewananga_blue/fw_color.css
 *   ewananga_blue/fw_fonts.css
 **************************************/

/***** ewananga_blue/fw_layout.css start *****/

/* Core */

body {
    margin: 5px;
}
p {
	line-height: 1.4em;
	margin-top: 0;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

h1, h2, h3, h4 {
  text-align: left;
}

h1 {
  padding: 6px;
}

h2 {
  padding: 4px;

}

h3 {
  padding: 3px;

}

#layout-table #left-column, #layout-table #right-column {
    border: 1px solid;
    padding: 0px;
}

#left-column .hidden .header, #right-column .hidden .header {
border-bottom-style:dashed;
border-bottom-width:1px;
}


#content {
clear:both;
}
  
h1, h2, h3, th.header {
  border-width: 1px;
  border-style: solid; 
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}

input, select {
  padding: 0px;
}
#layout-table #middle-column{
  vertical-align:top;
  padding-left:6px;
  padding-right:6px;
  padding-top: 0;
}
.sitetopic {
  padding:4px;
  margin: 0px;
}

.generaltable {
  border-width:0px; 
}

.generalbox {
  border-width:0px; 
  border-style:solid;
  padding: 0 5px;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

.clearfix { 
 min-width: 0; 
 /* overflow: hidden; */ 
}

.clearfix:after {
  /* content: "<!-- -->";  */
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/***
 *** Header
 ***/

#header-home {
  /* padding:1em 0.5em; */
  height:85px;
  border-width:0;
  border-style:solid;
}

#header {
  height:85px;
  border-width:0;
  border-style:solid;
}

.headermain, h1.headermain {
  float:left;
  margin:0%;
  padding:0%;
  border-width: 0px;
}

.headermenu {
  float:right;
  text-align:right;
  padding-right: 14px;
}

.navbar {
  width:100%;
  padding:3px 0.5em;
  border-width:0px;
/*  border-style:solid; */
}

div.navbar {
  width: auto;
}

table.navbar {
  width: 100%;
}

.navbar .navbutton form {
  float: left;
}

.navbar .navbutton {
  margin-top: 3px;
}

.navbar .breadcrumb {
  float:left;
  margin:0.2em 0em;
}

.breadcrumb ul {
  padding:0%;
  margin:0%;
  text-indent:0%;
  list-style:none;
}
.breadcrumb li {
  display:inline;
  color: #fff;
}
.breadcrumb li a {
  color:#01689A;
}


.navbar .navbutton,
.navbar .menu {
  float:right;
}

#footer .navbar {
  margin-top: 4em;
}


/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 40px;
}

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}


/***
 *** Footer
 ***/
 
#footer {
  text-align:left;
  margin-top: 5px;
  margin-bottom: 0px;
}

 
#footer p.helplink {
 margin-bottom: 0px;
}


/***
 *** Blocks
 ***/
.sideblock, .sideblock .header, .sideblock .content  {
  border-width: 0px;
 }


.sideblock .header h2 {
  border-width: 0px;
  padding-top: 4px;
 }

.sideblock .header .hide-show-image {
 padding-top: 4px;
}
 
.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** Calendar
 ***/
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 
 
 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

table.minicalendar tr.weekdays th {
   border-style: none;
}

table.minicalendar tr td.day {
  border-style: solid;
  border-width: 1px;
}

table.minicalendar tr.weekdays th abbr {
  border-style: none;

  }

table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}


/***
 *** Course
 ***/
 
.headingblock {
  border-width:1px;
  border-style:solid;
  padding:5px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 7px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}

#course-view .section td.content ul.section.img-text {
	line-height: 22px;
}

.coursebox .info .name {
  padding-bottom: 5px;
  }

.tabrow0 { 
   padding-top: 4px; 
} 
/***** ewananga_blue/fw_layout.css end *****/

/***** ewananga_blue/fw_color.css start *****/

/* Core */

body {
  background-color: #FFFFFF; /* white */
}

a:link {
    color: #2798BD;
}

a:visited {
    color:#2798BD;
}

a:hover {
    color: #990000;
}

a.dimmed:link, a.dimmed:visited {
  color:#AAAAAA; /* grey */
}

h1 {
  background-color: #CCCCCC;  /* light grey-green */
  border-color: #333333;  /* dark brown */
  color: #333333; /* dark brown */
}

h2 {
  background-color: #AAAAAA; /* grey */
  border-color:#333333; /* dark brown */
  color:#FFFFFF;  /* white */
}

h2.headingblock.header  {
	background: url(pix/grad/gradient_h.jpg);

}


h3 {

  border-color:#CCCCCC; /* light grey-green */

}

h4 {

  border-color:#CCCCCC; /* light grey-green */

}





th {

    background-color:#E3DFD4; /* light grey */



}



th.header,

td.header,

div.header {

  background-color: #AAAAAA; /* dark grey*/



}



th.header {

  border-color: #CCCCCC; /* light grey-green */

}



#left-column .hidden .header, #right-column .hidden .header {

  border-color:#CCCCCC; /* light grey-green */

}





#layout-table #left-column, #layout-table #right-column {

    background-color: #F6F9FE; /* light blue */
    /* background-color: #FEF9F6; - light pink */

    border-color:#CCCCCC; /* light grey-green */

}



.generalbox {

  border-color:#CCCCCC; /* light grey-green */
  background-color:#FFFFFF; /* white */

}



.generaltable,

.generaltable td {

  border-color:#CCCCCC; /* light grey-green */

  /* background-color:#FFFFFF;  /* white */

}



/* .generaltable .r0 td.cell.c0 {

 background-color:#CCCCCC;  /*  grey */

} */



.generaltable .r0 {

 background-color:#F6F9FE; /* light blue */

}



.generaltable .r1 {

 background-color:#F1EFEB; /* light grey */

}



.generaltable .r1 td.cell.c0 {

border-color:#CCCCCC;  /* light grey-green */

/* background-color:#E3DFD4; */

}



.navbar {

border-color:#AAAAAA; /* grey */

height: 25px; 

background: url(pix/grad/bg_bread.jpg) repeat-x;

}



.sitetopiccontent {

  border-color:#CCCCCC;  /* light grey-green */

  background-color:#FFFFFF;  /* white */

}



.highlight {

  background-color:#CCCCCC; /* light grey-green */

}



.highlight2 {

  color:#CCCCCC;  /* light grey-green - highlight missing terms in forum search */

}



/***

 *** Roles

 ***/



.rolecap .inherit.capdefault, .rolecap .allow.capdefault {

  background-color:#E3DFD4; /* light grey */

}



#admin-roles-override .capcurrent {

  background-color:#E3DFD4; /* light grey */

}



/***

 *** Header

 ***/



#header-home, #header {

  background-color: #FFFFFF;  /* white */

  border-color: #AAAAAA; /* grey */

}



h1.headermain {

  background-color: transparent;

}



/***

 *** Login

 ***/





.loginbox,

.loginbox.twocolumns .loginpanel,

.loginbox .subcontent {

  border-color:#AAAAAA; /* grey */

}



.loginbox .content {

  border-color:#CCCCCC; /* light grey-green */

}



/***

 *** Blocks

 ***/



.sideblock .content {

   background-color:#F6F9FE; /* light blue */

}



.sideblock .header, .sideblock .header h2 {

 background: url(pix/grad/gradient_h.jpg) repeat-x;
 background-color:#E3DFD4;  /* light grey */
 color: #01689A;
 font-family: arial,helvetica,sans-serif;
 font-size: 1em;

}



.sideblock hr {

  color:#CCCCCC; /* light grey-green */

  /*background-color:#F6F9FE;  /* light blue */

}



.sideblock .footer {
  border-top-color:#CCCCCC; /* light grey-green */
}



.sideblock .content .post .head,.sideblock .content .post .head .name {
  color: #000000;   /* black */
  font-weight: bold;
  padding-bottom: 2px;
  }
.date {
  font-weight: normal;
  color: #666;
  float: left;
  padding-right: 5px;
}
.titlebar { /*for minimal template */
	border-right: 1px solid #FFFFFF;  /* white */
	padding-right: 5px;
	width:100px; 
}

.sidemenu {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin:0px;
	margin-right:25px;
	width: 170px;
}
	
.sidemenu p{
	text-align:left;
	font-size: 0.9em;
	padding-top:0px;
	padding-left:7px;
	padding-bottom:0px;
	padding-right:0px;
    margin-top: 0em; 
    margin-bottom: 4px; 
	margin-left:0px;
	margin-right:0px;
	}
			
p.sidemenutitle { 
    font-size: 1.25em; 
    color: #FFFFFF;   /* white */
	background-color: #33CCFF; /* light-blue */
    font-weight:bold;
    text-align:left;
	padding-top:1px;
	padding-left:7px;
	padding-bottom:1px;
	padding-right:0px;
    margin-top: 0em;
    margin-bottom: 4px; 
	margin-left:0px;
	margin-right:5px;
}



/***

 *** Calendar

***/

 

#calendar .maincalendar,

#calendar .sidecalendar,

#calendar .maincalendar .event {

  border-color: #CCCCCC; /* light grey-green */

}



#calendar .maincalendar table.calendarmonth th {

  border-color: #CCCCCC; /* light grey-green */

}





table.calendarmonth tr td {

   border-color:#CCCCCC; /* light grey-green */

} 



table.minicalendar {

  border-color:#CCCCCC; /* light grey-green */

}



table.minicalendar tr.weekdays th {

  background-color:#F6F9FE; /* light blue */

  border-color:#CCCCCC; /* light grey-green */

  }



table.minicalendar tr td.day {

   border-color:#CCCCCC; /* light grey-green */

  }

  

table.minicalendar tr td.weekend {

  border-color:#CCCCCC; /* light grey-green */

  color: red;

  }

  

#calendar .today,

.minicalendar .today {

  border-color:#000000 !important; /* black */

}

  

/* colors for calendar events */

#calendar .event_global,

.minicalendar .event_global,

.block_calendar_month .event_global {

  border-color:#2EBA0E !important;    /* bright-green */

  background-color:#2EBA0E;   /* bright-green */

}



#calendar .event_course,

.minicalendar .event_course,

.block_calendar_month .event_course {

  border-color:#FF9966 !important; /* bright-red */

  background-color:#FF9966;   /* bright-red */

}



#calendar .event_group,

.minicalendar .event_group,

.block_calendar_month .event_group {

  border-color:#FBBB23 !important; /* orange */

  background-color:#FBBB23; /* orange */

}



#calendar .event_user,

.minicalendar .event_user,

.block_calendar_month .event_user {

  border-color:#A1BECB !important; /* blue-grey */

  background-color:#A1BECB; /* blue-grey */

}



.cal_popup_fg {

  background-color:#F6F9FE; /* light blue */

}



.cal_popup_bg {

  border-color:#CCCCCC; /* light grey-green */

  background-color:#F6F9FE; /* light blue */

}





/***

 *** Course

 ***/



.headingblock {

  border-color:#CCCCCC; /* light grey-green */

}



.coursebox {

  border-color:#CCCCCC; /* light grey-green */

  background: #F6F9FE; /* light blue */

}



.coursebox .info {

 background: #EDEAE4; /* light grey */

}



.categoryboxcontent,

.courseboxcontent {

  border-color:#CCCCCC; /* light grey-green */

  background: #FFFFFF;  /* white */

}



.categorybox .category,

.categorybox .category {

  border-color: #CCCCCC; /* light grey-green */

}



#course-view .section.main .content {

  border-color: #CCCCCC; /* light grey-green */

  background-color: #FFFFFF;  /* white */

}



#course-view .section.main .side {

  border-color: #CCCCCC; /* light grey-green */

  background-color: #FFFFFF;  /* white */

}



#course-view .current .right.side,

#course-view .current .left.side {

  background-color: #CCCCCC; /* light grey-green */

}



#course-view .section.hidden .content,

#course-view .section.hidden .side {

  border-color:#CCCCCC; /* light grey-green */

 }



/***

 *** Tabs

 ***/



.tabs .side {

  border-color: #CCCCCC; /* light grey-green */

}

.tabrow td {

  background:url(pix/tab/left.gif) top left no-repeat;

}

.tabrow td .tablink {

  background:url(pix/tab/right.gif) top right no-repeat;

}

.tabrow td:hover {

  background-image:url(pix/tab/left_hover.gif);

}

.tabrow td:hover .tablink {

  background-image:url(pix/tab/right_hover.gif);

}

.tabrow .last span {

  background:url(pix/tab/right_end.gif) top right no-repeat;

}

.tabrow .selected {

  background:url(pix/tab/left_active.gif) top left no-repeat;

}

.tabrow .selected .tablink {

  background:url(pix/tab/right_active.gif) top right no-repeat;

}

.tabrow td.selected:hover {

  background-image:url(pix/tab/left_active_hover.gif);

}

.tabrow td.selected:hover .tablink {

  background-image:url(pix/tab/right_active_hover.gif);

}



/***

 *** Modules: Forum

 ***/



.forumheaderlist,

.forumpost {

  border-color:#CCCCCC; /* light grey-green */

}



.forumpost .content {

  background: #F6F9FE; /* light blue */

}



.forumpost .left {

  background:#F6F9FE;  /* light blue */

}



.forumpost .topic {

  border-bottom-color: #CCCCCC; /* light grey-green */

}



.forumpost .starter {

  background:#F6F9FE;  /* light blue */

}



.forumheaderlist .discussion .starter {

  background:#F6F9FE;  /* light blue */

}



.forumheaderlist td {

  border-color: #CCCCCC; /* light grey-green */

}



.sideblock .post .head {

  color:#F6F9FE; /* light blue */

}



.forumthread .unread {

  background: #F6F9FE; /* light blue */

}

#mod-forum-discuss .forumpost {

  background: none;

}



#mod-forum-discuss .forumpost.unread .content {

  border-color: #CCCCCC;  /* light grey-green */

} 



#mod-forum-discuss .forumthread .unread {

} 



#mod-forum-index .unread {

}



/***

 *** User

 ***/



.userinfobox {

 border-color: #CCCCCC; /* light grey-green */

}



.userinfobox .side {

 background-color: #EDEAE4; /* light grey */

}



.userinfobox .content {

 background-color: #F6F9FE; /* light blue */

}/***** ewananga_blue/fw_color.css end *****/

/***** ewananga_blue/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li, input, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
}

body {
    margin : 5px;
}

li {
    padding-bottom: 3px;
}

th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size:1.15em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #01689A;
    font-size: 1em;
}


.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:12px;
    text-align: left;
    padding-top: 5px;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:0.7em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

.coursebox .info .name {
  font-weight: bold;
  font-size: 1.2em;
}

span.arrow {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.arrow_button input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}
/***** ewananga_blue/fw_fonts.css end *****/


