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

/***** health_fitness/styles.css start *****/

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

/********************************************************
**
** Theme name: Health & Fitness
** Description: A custom theme for Moodle.
** Creation Date: 01/21/10
** Author: Patrick Malley
** Author URI: http://newschoollearning.com
**
** Customize, edit, poke, prod, and adapt to your needs.
** However, do not steal. 
**
*********************************************************/

body {
  background: #fff;
  margin: 0;
  padding: 0;
}

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

#page {
  
}

.wrapper {
  margin: 0 5%;
}

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

a:hover,a:active,
.tabrow1 a:visited span {
  text-decoration: none;
  color: #4064b1;
}

a img {
  border:none;
}

a:active {
  outline: none;
}

p {
  margin: 0 0 1em;
}
/* Header */

#header-home,
#header {
  background: #00101f url(images/header.jpg) no-repeat 50% 0;
}

h1.headermain,
.headermenu {
  float: none;
}

h1.headermain {
  position:absolute;
  top:-10000px
}

.header-top {
  background: url(images/headermenu.png) repeat-x 0 0;
  padding: 12px;
}

.headermenu {
  color: #eee;
}

.headermenu a:link,
.headermenu a:visited {
  color: #fff;
}

.headermenu a:hover {
  color: #eee;
}

.logo-space {
  padding: 20px 15px 50px;
}

/* Navbar */

table#nav {
  width: 100%;
}

table#nav td {
  padding: 0;
}

table#nav td.date {
  text-align: right;
  font-size: 0.8em;
}

.navbar {
  border: none;
  font-size: 0.9em;
  padding-left: 20px;
}

/* Content */

.grad {
  background: #eee url(images/grad.jpg) repeat-x 0 0;
}

#site-index #content {
 padding: 35px 0;  
}

#layout-table {
  margin: 0;
}

/* Sideblocks */

.sideblock {
  background: url(images/sideblock.jpg) no-repeat 0 100%;
  padding-bottom: 25px;
  width: 210px !important;
}

.sideblock .header {
  border:none;
  background: #e6e6e6 url(images/sideblock-h.png) no-repeat 0 0;
}

.block_login {
  background: url(images/login.jpg) no-repeat 0 100%;
  padding-bottom: 25px;
  width: 210px !important;
}

.block_login .header {
  border:none;
  background: url(images/login-h.png) no-repeat 0 0;
}

.sideblock .title {
  padding: 10px;
}

.sideblock .title h2 {
  font-weight: normal;
  font-size: 1.2em;
  padding:0;
}

.sideblock .content {
  background:#e6e6e6;
  border-width: 0 1px 0 1px;
  border-color: #d5d5d5;
  padding:0 10px 0;
}

.block_login .content {
  background:#e7ddc4;
  border-width: 0 1px 0 1px;
  border-color: #c7bda0;
  padding:0 10px 0;
}

.block_login #login .fld {
  margin: 0 10px;
}

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

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

.hide-show-image {
  display: none;
}

.block_course_summary,
.block_course_summary .content,
.block_course_summary .header {
  background: none;
  color: #000;
  text-shadow: 0.1em 0.1em 0.1em #fff;
  border: none;
}

.sideblock #login_password,
.sideblock #login_username {
  width: 5em;
  padding: 3px 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.sideblock .minicalendar {
  border: none;
}

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

.sideblock .post .head {
  margin-top: 0;
  padding-top: 10px;
}

#calendar-view .sideblock,
#calendar-view .sideblock .header {
  background: none;
}
/* Courses */

h2.headingblock {
  border-width:0;
  padding-bottom:2px;
  background: url(images/underline.jpg) repeat-x 0 100%;
}

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

.categorybox {
  border:none;
}

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

#course-view .section td.spacer {
  background: url(images/underline.jpg) repeat-x 0 50%;
}

#course-view .weekscss .current,
#course-view .current td.side,
#course-view .current td.content {
  background: #fefde2;
}

#course-view .hidden td.side,
#course-view .hidden td.content {
  background: #f5f5f5;
}

.coursebox .info {
  width:44%;
}

.sitetopic {
  border:none;
  padding: 0;
}

.sitetopic h2, .sitetopic h1 {
  margin-top: 0;
}

/* Forums */

.forumpost {
  border: none;
}

.userinfobox .side,
.forumpost .picture {
  background: #eee url(images/forum.jpg) no-repeat 100% 0;
  padding-right: 20px;
}

.forumpost .side {
  background: #eee;
  border-right: 3px solid #ccc;
}

.forumpost .topic {
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #ccc;
  background: #fff;
  padding: 5px 10px;
}

.forumpost .topic .author {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  color: #777;
  font-style: italic;
}

.forumpost .topic .subject {
  font-weight: normal;
  font-size: 1.25em;
  color: #777;
}

.forumpost .starter .subject {
  color: #000;
  background: #fff;
}

.forumpost .content {
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #ccc;
  background: #fff url(images/forum-content.png) repeat-x 0 100%;
  padding: 10px;
}

/* Tables */

.generaltable {
  border-color:#d9d8d4;
}

#attempts th,
#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:1px solid #ddd;
  padding:2px 4px;
  background: #fff url(images/gradient.png) repeat-x 0 100%;
}


#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;
}

table#attempts tr.r0 td.cell {
  background: #fff;
}

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

#participants .r1 .cell,
.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:#f7f7f7;
}

/* Calendar */

#calendar .maincalendar,
.calendar #calendar .sidecalendar .sideblock {
  border: none;
}

/* Misc */

#intro {
  background: #f5f5f5;  
}

#mod-forum-view .subscription {
  margin-bottom: 15px;
}

legend {
  border: 1px solid #eee;
  padding: 2px 7px;
  background: url(images/gradient.png) repeat-x 0 100%;
}

fieldset {
  background: #f9f9f9;
}

fieldset.invisiblefieldset,
fieldset.hidden {
  background: none;
}

#attempts {
  font-size: 13px;
  margin-top: 15px;
}

#attempts .status div.s0 {
  background: #fdfcc6;
}

/* Footer */

#footer {padding-bottom:25px;}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/

.qmmc .qmdivider {
  display:block;
  font-size:1px;
  border-width:0px;
  border-style:solid;
  position:relative;
  z-index:1;
}

.qmmc .qmdividery {
  float:left;
  width:0px;
}

.qmmc .qmtitle {
  display:block;
  cursor:default;
  white-space:nowrap;
  position:relative;
  z-index:1;
}

.qmclear {
  font-size:1px;
  height:0px;
  width:0px;
  clear:left;
  line-height:0px;
  display:block;
  float:none !important;
}

.qmmc {
  position:relative;
  zoom:1;
  z-index:10;
}

.qmmc a, .qmmc li {
  float:left;
  display:block;
  white-space:nowrap;
  position:relative;
  z-index:1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li {
  float:none;
}

.qmsh div a {
  float:left;
}

.qmmc div {
  visibility:hidden;
  position:absolute;
}

.qmmc .qmcbox {
  cursor:default;
  display:inline-block;
  position:relative;
  z-index:1;
}

.qmmc .qmcbox a {
  display:inline;
}

.qmmc .qmcbox div {
  float:none;
  position:static;
  visibility:inherit;
  left:auto;
}

.qmmc li {
  z-index:auto;
}

.qmmc ul {
  left:-10000px;
  position:absolute;
  z-index:10;
}

.qmmc, .qmmc ul {
  list-style:none;
  padding:0px;
  margin:0px;
}

.qmmc li a {
  float:none;
}

.qmmc li:hover>ul {
  left:auto;
}

#qm0 ul {
  top:100%;
}

#qm0 ul li:hover>ul {
  top:0px;
  left:100%;
}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/

#qm0 {
  width:auto;
}

/*"""""""" (MAIN) Items""""""""*/

#qm0 a {
  padding:7px 20px 7px 20px;
  background-color:transparent;
  text-decoration:none;
  text-align:left;
  font-weight: bold;
}

/*"""""""" (MAIN) Hover State""""""""*/

#qm0 a:hover,
#qm0 li:hover>a {
  text-decoration:none;
}

/*"""""""" (SUB) Container""""""""*/

#qm0 div, #qm0 ul {
  padding:0 0 5px;
  margin:0px 0px 0px 0px;
  border-top: none !important;
  font-size: 0.95em;
}

/*"""""""" (SUB) Items""""""""*/

#qm0 div a, #qm0 ul a {
  padding:4px 40px 4px 20px;
  z-index:103;
}

/*"""""""" (SUB) Hover State""""""""*/

#qm0 div a:hover,
#qm0 ul li:hover>a,
body #qm0 div .qmactive,
body #qm0 div .qmactive:hover {
  text-decoration:none;
}

/* Might screw with stuff, but is creating overlap issues with my menu */

.tabrow0 .here a:link,
.tabrow0 .here a:visited,
.tabrow0 .here a.nolink {
  z-index:0;
}

#navigation {
  background: #eee;
}
#qm0 a { /* color of links and border in main dropdown */
  color:#333;
  font-weight: normal;
}

#qm0 a.last { /* should be same as border color above */
}

#qm0 a:hover, /* main dropdown bar link hover */
#qm0 li:hover>a, /* same as above for pure CSS */
body #qm0 .qmactive, /* main dropdown active */
body #qm0 .qmactive:hover { /* main dropdown active too */
  background: #001020;
  color: #fff; /* link hover color in main bar */
}

#qm0 div,
#qm0 ul { /* Submenu dropdown box */
  background:#001020;
}

#qm0 div a, 
#qm0 ul a { /* Submenu dropdown link font color */
  color: #fff;
}

#qm0 div a:hover,
#qm0 ul li:hover>a,
body #qm0 div .qmactive,
body #qm0 div .qmactive:hover { /* Submenu dropdown link hover and active font and background */
  background:#2f4a7b;
  color:#fff;
}

/***** health_fitness/styles.css end *****/


