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

/***** moltke2/styles.css start *****/

/* @override http://localhost/moodle19/theme/leatherbound/styles.php */

/********************************************************
**
** Theme name: Leatherbound
** Description: A custom theme for Moodle.
** Creation Date: 11/24/09
** Author: Patrick Malley
** Author URI: http://newschoollearning.com
**
** Customize, edit, poke, prod, and adapt to your needs.
**
*********************************************************/

body {
  background: #fff;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #AAAAAA;
}

body, td, th, li, p {
  line-height: 1.4;
  font-size: 0.95em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page {
  
}

.wrapper {
  margin: 10px 20px;
}

a:link,a:visited,
.tabrow1 a:link span {
  color: #BB0000;
}

a:hover,a:active,
.tabrow1 a:visited span {
  color: #251c17;
}

.breadcrumb a:link,
.breadcrumb a:visited {
color: #FFFFFF;
}

.breadcrumb a:hover,
.breadcrumb a:active {
color: #DDDDDD;
}

a img {
  border:none;
}

a:active {
  outline: none;
}

/* Header */

#headerblock {
  padding: 20px 0 15px 3%;
  float: left;
}

#header-home h1.headertitle {
  margin: 0;
  font-size: 1.8em;
  color: #fff;  
}

#header h1.headermain {
  color: #fff;
  margin: 20px 0 10px 3%;
}

.headertag {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #BB0000;
  line-height: 0.8;
}

.headermenu {
  margin: 10px 2.5% 0 0;
  color: #fff;
}

.headermenu a {
  color: #CCCCCC;
}

/* Navbar */

.navbar {
  border-width: 0 0 1px 0;
  border-color: #ddddd7;
  background-color: #F5F4F3;
  margin:0;
  padding: 5px 20px;
}

.navbar .navbutton {
  margin-top: 0;
}

/* Sideblocks */

.sideblock {
  margin-bottom: 20px;
}

.sideblock .header {
  border-width: 2px 0 0 0;
  border-color:#BB0000;
  background:#F5F4F3;
  padding: 4px 5px 5px;
}

.sideblock .title {
  
}

.sideblock .title h2 {
  color: #35251B;
  font-weight: normal;
  font-size: 1.2em;
}

.sideblock .content {
  background:none;
  border:none;
}

.sideblock .minicalendar th,
.sideblock .minicalendar td {
  font-size:0.9em;
}

#calendar .today,
.minicalendar .today {
border-color: #FF0000;
}

#calendar .event_course, 
.minicalendar .event_course,
.block_calendar_month .event_course {
background-color: #FFDFF7;
border-color: #FFDFF7 !important;
}

#calendar .event_user, 
.minicalendar .event_user, 
.block_calendar_month .event_user {
background-color: #D8EEFF;
border-color: #D8EEFF !important;
}

#left-column .hidden .header,
#right-column .hidden .header {
  border:none;
}

/* Courses */

h2.headingblock {
  border-width:0 0 1px 0;
  padding-bottom:2px;
  font-weight: normal;
  font-size: 1.2em;
  background: #F7F5F5;
  color: #251c17;
}

.coursebox {
  border-width:0 0 1px 0;
  padding-bottom:10px;
}

.categorybox {
  border:none;
}

#course-view #section-0 .side,
#course-view #section-0 .content {
  border:none;
}

#course-view .weekscss .current,
#course-view .current td.side {
  background:#990000 ;
  color: #FFFFFF;
}

.coursebox .info {
  width:44%;
}

.sitetopic {
  border:none;
}

/* Forum */

.forumpost {
  border: none;
}

.forumpost .left {
  background: #fff;
}

.forumpost .content {
  background: #F7F5F5;
  border: 1px solid #d9d8d4;
  padding: 5px;
}

.forumpost .topic {
  background: #dbd6c7;
  border-width: 0 0 1px 0;
  border-color: #BB0000;
}

.forumpost td.left {
  padding-right: 10px;
}

/* Users */

.userinfobox {
  border: none;
}

.userinfobox .content {
  background: #F7F5F5;
  border: 1px solid #d9d8d4;
}


/* Tables */

.generaltable {
  border-color:#d9d8d4;
}

#tag-management-list th,
#participants th,
.quizattemptsummary th,
.course-report-outline th,
#admin-report-security-index th,
#admin-roles-override th,
#admin-roles-assign th,
#admin-blocks th,
#admin-modules th,
#grade-edit-scale-index th,
#enrol th,
#course-category th,
.editcourse th,
#admin-roles-allowoverride th,
#admin-roles-manage th,
#admin-roles-allowassign th,
#mod-wiki-index th,
#mod-survey-index th,
#mod-scorm-index th,
#mod-resource-index th,
#mod-glossary-index th,
#mod-data-index th,
#mod-chat-index th,
#mod-choice-index th,
#mod-assignment-index th,
#mod-lesson-index th,
#mod-quiz-index th,
#admin-user th,
.user-grade th,
.logtable th,
.mod-forum .generaltable th,
.forumheaderlist th,
.results th {
  border-bottom:2px solid #BB0000;
  padding:2px 4px;
  background: #dbd6c7;
}


#participants td,
.quizattemptsummary td,
.course-report-participation td,
.course-report-outline td,
#admin-report-security-index td,
#admin-roles-override td,
#admin-roles-assign td,
#admin-blocks td,
#admin-modules td,
#grade-edit-scale-index td,
#enrol td,
#course-category td,
.editcourse td,
#admin-roles-allowoverride td,
#admin-roles-allowassign td,
#admin-roles-manage td,
#admin-user td,
#tag-management-list td,
#mod-wiki-index td,
#mod-survey-index td,
#mod-scorm-index td,
#mod-resource-index td,
#mod-quiz-index td,
#mod-lesson-index td,
#mod-glossary-index td,
#mod-data-index td,
#mod-chat-index td,
#mod-choice-index td,
#mod-assignment-index td,
.mod-forum .generaltable td,
.forumheaderlist td {
  border-width:0 1px 0;
  border-color:#ddd !important;
  border-style: solid;
}

.forumheaderlist .discussion .starter {
  background:none;
}

.quizattemptsummary .r1 .cell,
.course-report-participation .r1 .cell,
#admin-report-security-index .r1 .cell,
#admin-roles-override .r1 .cell,
#admin-blocks .r1 .cell,
#admin-modules .r1 .cell,
#grade-edit-scale-index .r1 .cell,
#enrol .r1 .cell,
#admin-roles-allowoverride .r1 .cell,
#admin-roles-allowassign .r1 .cell,
#admin-roles-manage .r1 .cell,
#admin-roles-assign .r1 .cell,
#admin-user .r1 .cell,
#tag-management-list .r1 .cell,
#mod-wiki-index .r1 .cell,
#mod-survey-index .r1 .cell,
#mod-scorm-index .r1 .cell,
#mod-quiz-index .r1 .cell,
#mod-lesson-index .r1 .cell,
#mod-glossary-index .r1 .cell,
#mod-data-index .r1 .cell,
#mod-chat-index .r1 .cell,
#mod-choice-index .r1 .cell,
#mod-assignment-index .r1 .cell,
.mod-forum .generaltable .r1 .cell,
.forumheaderlist .r1 {
  background:#F7F5F5;
}

#moltke-header {
background: #BBBBBB url(images/sprite1.png) repeat-x scroll 0 -306px;
height: 180px;
}

#header {
height: 142px;
}

#logo-title {
float: left;
height: 142px;
margin: 0 10px 0 0;
overflow: hidden;
padding-left: 20px;
}

#top-right {
float: right;
margin: 10px 2.5% 0 0;
color: #666666;
}

.breadcrumb ul {
height: 18px;
line-height: 18px;
}

.breadcrumb {
padding: 7px 20px;
color: #DDDDDD;
}

#page2 {
background: transparent url(images/bgright.png) repeat-y scroll right !important;
padding-right: 16px;
}

#page1 {
background: transparent url(images/bgleft.png) repeat-y scroll left !important;
padding-left: 16px;
}

#page0 {
background-color: #EBEBEB;
padding: 0 20px;
}

#page-inner {
background-color: #FFFFFF;
}

#gotomoltke {
float: left;
font-size: 0.95em;
}

#moltkehome {
padding: 3px 15px;
background: #F9F9F9;
border-bottom: 1px solid #CCCCCC;
}

#moltkehome a{
color: #333333;
font-size: 0.8em;
}

#moltkehome .sep{
color:#BBBBBB;
}

#user-index #participants .c0,
.userpicture,
#moodle_picture,
#user-index .navbar h2 {
display: none;
}/***** moltke2/styles.css end *****/


