/**************************************
 * THEME NAME: HTOLC
 *
 * Files included in this sheet:
 *
 *   HTOLC/styles_layout.css
 *   HTOLC/styles_fonts.css
 *   HTOLC/styles_color.css
 **************************************/

/***** HTOLC/styles_layout.css start *****/

/*******************************************************************
 styles_layout.css

 This CSS file contains all layout definitions like positioning,
 floats, margins, padding, borders etc.

 Styles are organised into the following sections:
  core
  forms
  header
  footer

  admin
  blocks
  blog
  calendar
  course
  doc
  grades
  login
  message
  question
  tabs
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/

body {
 border: 0px;
 margin: 0px;
}

#content, 
.navbar {
 padding: 0px;
 margin: 0px;
 border-style: solid;
 border-width: 0px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 width: 100%;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 0px;
  border-width: 1px;
  border-spacing: 5px;
  border-style: solid;	
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column {
  vertical-align:top;
  border-width: 1px;
  padding: 0px;
  border-style: solid;
  -moz-border-radius: 0px;
}

#layout-table #middle-column {
  padding: 6px;
}

.generalbox {
  margin-left: 0px;
  margin-right: 0px;
}

#intro.generalbox {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}

#content {
  padding-bottom: 15px;
} 


/***
 *** Forms
 ***/

/***
 *** Header
 ***/

#header, 
#header-home {
  margin: 0px;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  width: 100%;
  overflow: hidden;
}

#header-home {
  height: 88px;
}

#header {
  height: 46px;
}

.headermain {
  padding-top: 9px;
  padding-left: 180px;
}

#header h1.headermain:before { content: "#:" }

.navbar {
  border: none;
  background: none;
  border-style: solid;
  border-width: 1px;
  height: 28px;
  overflow: hidden;
}

.breadcrumb {
  padding: 8px;
  padding-top: 6px;
}

/***
 *** Footer
 ***/

#footer {
  padding: 0px;
  margin: 0px;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  width: 100%;
  text-align: right;
}

/***
 *** Filters
 ***/

/***
 *** Admin
 ***/

/***
 *** Blocks
 ***/

.sideblock .header {
  border: none;
  background: none;
  border-style: solid;
  border-width: 1px;
}

.sideblock .content {
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  padding: 8px;
}


.sideblock {
  margin-bottom: 0px;
  width: 100%;
}
.sideblock .content div.info {
  text-align:left;
}
.sideblock .head {
  border-bottom: 1px solid #eeeeff;
}

.sideblock li.post {
  border-bottom: 1px solid #eeeeff;
  background: #fffdfd;
}

/***
 *** Blogs
 ***/

/***
 *** Calendar
 ***/

/***
 *** Course
 ***/

/***
 *** Group
 ***/

/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

/***
 *** Login
 ***/

/***
 *** Message
 ***/

/***
 *** MyMoodle
 ***/

/***
 *** Question
 ***/

/***
 *** Logs
 ***/

/***
 *** Tabs
 ***/

/***
 *** User
 ***/

/***
 *** Modules: Assignment
 ***/

/***
 *** Modules: Chat
 ***/

/***
 *** Modules: Choice
 ***/

/***
 *** Modules: Data
 ***/

/***
 *** Modules: Forum
 ***/

/***
 *** Modules: Glossary
 ***/

/***
 *** Modules: Journal
 ***/

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

/***
 *** Modules: Quiz
 ***/

/***
 *** Modules: Resource
 ***/

#mod-resource-view .resourcepdf {
  padding-top: 0px;
}

.resourcepdf object {
  height: 400px;
  width: 100%;
}

/***
 *** Modules: Scorm
 ***/

/***
 *** Modules: Survey
 ***/

/***
 *** Modules: Wiki
 ***/

/***
 *** Modules: Workshop
 ***/

/***** HTOLC/styles_layout.css end *****/

/***** HTOLC/styles_fonts.css start *****/

/*******************************************************************
 styles_fonts.css

 This CSS file contains all font definitions like family, size,
 weight, text-align, letter-spacing etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  grades
  login
  message
  mymoodle
  question
  tabs
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/

body, 
table, 
td, 
th, 
li {
  font-family: Verdana, Arial;
  font-size: 12px;
  letter-spacing: 0.02em;
}

a:link,
a:visited, 
a:hover {
  text-decoration: none;
}
.categorylist .number {
  font-size:0.8em;
}
/***
 *** Header
 ***/

#header .headermain {
  font-weight: bold;
  font-size: 15px;
}


/***
 *** Footer
 ***/

/***
 *** Admin
 ***/

/***
 *** Blocks
 ***/

.block_messages .content .listentry, 
.block_online_users .content .listentry,
.block_activeusers .content .listentry {
  font-size: 0.9em;
}

.sideblock .head {
  font-size: 0.75em;
}

/***
 *** Blogs
 ***/

/***
 *** Calendar
 ***/

td.day, .weekdays th {
  font-size: 0.9em;
}

/***
 *** Course
 ***/
.coursebox .teachers li {
  font-size:0.9em;
}

/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

/***
 *** Login
 ***/

/***
 *** Logs
 ***/

/***
 *** Message
 ***/

/***
 *** MyMoodle
 ***/

/***
 *** Question
 ***/

/***
 *** Tabs
 ***/

/***
 *** User
 ***/

/***
 *** Modules: Assignment
 ***/

/***
 *** Modules: Chat
 ***/

/***
 *** Modules: Choice
 ***/

/***
 *** Modules: Forum
 ***/

.forumheaderlist .discussion .author,
.forumheaderlist .discussion .lastpost, {
  font-size: 0.8em;
}
/***
 *** Modules: Glossary
 ***/

/***
 *** Modules: Journal
 ***/

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

/***
 *** Modules: Quiz
 ***/

/***
 *** Modules: Resource
 ***/

/***
 *** Modules: Scorm
 ***/

/***
 *** Modules: Survey
 ***/

/***
 *** Modules: Wiki
 ***/

/***
 *** Modules: Workshop
 ***/

/***
 *** Phpinfo display
 ***/
/***** HTOLC/styles_fonts.css end *****/

/***** HTOLC/styles_color.css start *****/

/*******************************************************************
 styles_color.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 Styles are organised into the following sections:

  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  login
  message
  question
  tabs
  user

  various modules

*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color: #0000FF;
}

a:hover {
  color: #FF0000;
}

body {
  background-color: ButtonFace;
  color: #000;
}

#content, .navbar {
  border-bottom-color: ButtonShadow;
  border-top-color: ButtonHighlight;
  background-color: ButtonFace;
}

#layout-table {
  border-color: ButtonFace;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column {
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  background-color: ButtonFace;
}

#layout-table #middle-column {
  background-color: white;
}

form.mform fieldset, 
.generalbox {
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.sitetopic,
.categorybox {
  border-color: ButtonFace;
}

/***
 *** Header
 ***/

#header, 
#header-home 
{
  border-bottom-color: ButtonShadow;
  background-color: #ECE9D8;
}

#header {
  background-color: #ECE9D8;
}

.headermain {
  color: #660000;
}

#header .logininfo  
{
  color: #800000;
}

.breadcrumb ul li a:link, 
.breadcrumb ul li a:visited {
  color: black;
}

.breadcrumb ul li a:hoover {
  color: red;
}

/***
 *** Footer
 ***/

#footer {
  border-top-color: ButtonHighlight;
  background-color: ButtonFace;
}


.navbar {
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background-color: ButtonFace;
}

/***
 *** Admin
 ***/

/***
 *** Blocks
 ***/

.sideblock .header {
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background-color: ButtonFace;
}

#left-column .hidden .header, 
#right-column .hidden .header {
  border-bottom-color: ButtonShadow;
}

.sideblock .content {
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background-color: white;
}

/***
 *** Blogs
 ***/

/***
 *** Calendar
 ***/

/***
 *** Course
 ***/

/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

/***
 *** Login
 ***/

/***
 *** Message
 ***/

/***
 *** Question
 ***/

/***
 *** Logs
 ***/

/***
 *** Tabs
 ***/

/***
 *** User
 ***/

/***
 *** Modules: Chat
 ***/

/***
 *** Modules: Choice
 ***/

/***
 *** Modules: Forum
 ***/

/***
 *** Modules: Glossary
 ***/

/***
 *** Modules: Journal
 ***/

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

/***
 *** Modules: Quiz
 ***/

/***
 *** Modules: Resource
 ***/

/***
 *** Modules: Scorm
 ***/

/***
 *** Modules: Survey
 ***/

/***
 *** Modules: Wiki
 ***/

/***
 *** Modules: Workshop
 ***/

/***** HTOLC/styles_color.css end *****/

