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

/***** JEVC_Discover/styles_JEVC_Discover.css start *****/

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


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

/***** JEVC_Discover/styles_JEVC_Discover.css start *****/

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

    Theme Name: Autumn 1.8
    Theme URL: http://newschoollearning.com/autumn18/
    Description: Autumn is a 3-column fluid-width theme for Moodle.
    Author: Patrick Malley
    Author URI: http://newschoollearning.com
    Version: 1.8
        
        
    Note: Customize, edit, poke, prod, and adapt to your needs. 
    Please leave credit where credit is due so that others may
    find the source for your site and adapt a suitable version for their
    own website.

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

*html #page { 
  height: 1%;
}



body {
  background: #eee url(pix/bg.gif) repeat fixed;
  color: #000;
  font-size: 1.0em;
  font-family: Arial, sans-serif;
}

#page {
  background-color: #fff;
  margin: 5px 5px 30px 5px;
  padding:8px 8px 24px 8px
}

/*JEC EDIT JM Changing Line:height*/

#page .content
{

    line-height:normal;
}
 /*END EDIT JM Line:height*/

/*JEC EDIT different font sizes had no line spacing in the center of the course content*/

#middle-column .section
{
    line-height:normal
}

/*END JEC EDIT jmacritchie 19/03/08 */

/*JEC EDIT JM 02.08 changed link colours to orange*/

a:link,a:visited
{
    color:#c60;
    font-weight:700;
}
/* EDIT END JM 02.08 */



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

a:hover {
  color: #853514;
}


p {
    margin-top:0;
}


/*Sideblocks------------------------------*/

/*.sideblock li .icon img,
.sideblock .list .c0 {
  display: none;
}*/

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

.sideblock .event {
  font-size: 1em;
  padding-top: 8px;
}

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

/* END Sideblocks---------------------------*/

h2 {
  color: #333;
  font-family:Arial, Verdana, sans-serif;
}

h3{ 
  font-size:12px;
}

/*Heading of Blocks----------------------------------*/

.sideblock h2 {
  font-size:1.1em;
  color: #fff;
}
/*END Heading for blocks ----------------------------*/

.generalbox {
  border:none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /*background: url(pix/autumn_gradient_lg.png) repeat-x top; EDIT JEC Summer 07 Removed Original Autumn Theme Gradiant Image   */
}

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

#page hr {
  display:none;
}
  

/*JEC EDIT to display the horizontal rule outwith the header and footer*/
#page #content hr {
  display:inline;
}
/*END JEC EDIT janerovertson 17/01/08 */



#header {
  height: 126px;
  background-image:url(pix/smallbanner_bg.jpg);
  background-repeat:repeat-x
}

#header .headerimg2 {  
  height: 126px;
  margin-bottom: 2px;
  background: url(pix/smallbanner.jpg) ;
  background-repeat:no-repeat;
}

#header-home {
  height: 126px;
}

#header-home  {
  height: 126px;
  margin-bottom: 2px;
  background-image:url(pix/smallbanner_bg.jpg);
  background-repeat:repeat-x;
  
}

#header-home .headerimg1 {

  height:126px;
  margin-bottom: 2px;
  background-image:url(pix/smallbanner.jpg);
  background-repeat:no-repeat;

}

.toptitle {
  font-family:Arial,"Tw Cen MT", sans-serif;
  color:#eee;
  margin: 30px 0px 0px 230px;
  font-weight: bold;
  font-size: 0.8em;
}

span.displaynone {
  display:none;
}

.headerbottom {
  height: 10px;
  background: url(pix/border1.gif) repeat-x top left;
}

.headertext, .headermenu a {
  color: #fff;
}

.headermenu {color:#fff}

.headermenu a:visited{color:#ddd}

.headermenu  a:hover{color:#ddd}

.navbar {
  background: #fff;
}

.headermain, .headertext {
  margin: 30px 0px 0px 230px;
  font-weight: bold;
  font-size: 0.8em;
  font-family: Arial, Verdana, sans-serif;
}

#header-home .headermenu {
  margin: 4px;
}

#header .headermenu {
  margin: 4px;
}

#header-home .logininfo {
  margin-bottom: 4px;
  color:#fff;
}

#header .logininfo {
  color:#fff;
   
}

.headermenu{
  color: #888888;
}

.breadcrumb li a {
  color: #000;
}

.breadcrumb .sep {
  padding: 0 6px;
  color: #333;
}

/*JEC EDIT Remove h2 header in centre block which contained the words SITE NEWS  (.course-1 actually references the front page)*/

body.course-1 h2.headingblock {
   display:none
}  
/*END JEC EDIT JMac 01/08 */

/*JEC EDIT Brings the centre box  almost inline with the top of the sideblocks */

body.course-1 .generalbox {
  border-width:0px;
  margin-bottom: 15px;
  padding-right:0px;
  padding:0px;
}
/*END JEC EDIT JMac 01/08 */

/*JEC EDIT Brings the centre box  completely inline with the top of the sideblocks */
body.course-1  .header .userpicture, body.course-1 .forumpost {
  margin-top:0px
} 
/*END JEC EDIT JMac 01/08 */

/*JEC EDIT Removes user picture from the forum posts on front page */
body.course-1  .header .userpicture, body.course-1 .forumpost .left{
  display:none;
} 
/*END JEC EDIT JMac 01/08 */


/*EDIT ORIGINAL AUTUMN THEME This code is for the frontpage and has been now added as intentarl styles inside the frontpage settings
    
.fronthead {
  font-size:1.3em;
  letter-spacing:0.04em;
}

div.frontblock {
  margin-top: 0px;
  margin-bottom: 25px;
  border: #DDD solid 1px;
  height:100%;
  font-size: 0.8em;
}


h1.frontblock {
  font-family: Arial, sans-serif;
  border: #DDD solid 1px;
  background-color:#8c1018;
  padding: 1px 10px;
  display: inline;
  position: relative;
  top: -0.5em;
  left: 8px;
  font-weight: bold;
  color:#FFFFFF
}
END EDIT ORIGINAL AUTUMN THEME*/


.sideblock .content {
  border: none;
  background: none;
  padding:4px 0px 0px 0px;
  font-size:0.85em;

/*border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height:1.5;*/
}


.sideblock .header {
 /*JEC EDIT Removes Red bullet point from side block header background: url(pix/redbullet.gif)
  no-repeat left; summer 07*/
  border:none;
  color:#fff;

  /*JEC EDIT JM 14.08 added padding to top of sideblocks*/
  padding-top: 4px;
  /*END JEC EDIT JM 02.08 changed link colours to orange*/     
  padding-left:2px;
  border-top: 1px solid #ddd;
  background-color:#3a3a3a
}

.sideblock .header a{
  color:#FFFFFF;
}

.sideblock .header a:visited {
  color:#FFFFFF;
}

.sideblock .header .commands {
  background-color:#FFFFFF
}

.sideblock .header .title {
  padding-left:6px;
}

.block_adminblock .header {
  font-family:Tahoma, Arial, Verdana, Serif;
  padding: 0 0 5px 20px;
  font-size:1.1em;
}

.sideblock {
 /*JEC EDIT changed colour of border to grey  - Summer 07*/
  border-bottom: solid 1px #ddd;
  background-color:#fff;
  /*JEC EDIT Removed background gradient and replaced with a solid colour - Summer 07 background: 
  url(pix/autumn_gradient.png) repeat-x top;*/
}


h2.headingblock {
  border: none;
  color:#000;
}


#course-view .weekscss .current,
#course-view .current td.side {
  background: #8d121f;
}

.forumheaderlist,
.generaltable th,
.generalbox th,
#course-index th,
.logtable th,
.generaltableheader th,
th.header,
#adminsettings fieldset  {
  background-color: #fff;
  border-top-color: #ddd;
  color:#000
}

.forumpost .starter {
  border-bottom: none;
  color:#FFFFFF;
  border-top:1px solid #ddd;
  background: url(pix/red-header.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 #ddd;
  border-right: 1px solid #ddd;
}

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

.cell {
    background: none !important;
}

.r1 {
    background-color:#efe8dd !important;
}
.sideblock .r0,
.sideblock .r1 {
    background: none !important;
}

.forumpost .left {
  background: none;
}

.forumpost {
  border: none;
}

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

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

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

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

.forumpost .author {
  color: #555555;
  padding-top:5px
}

#footer {
  background: #fff url(pix/border2.gif) repeat-x top;
}

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

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

.credits {
  text-align: center;
  margin-top: -1.5em;
}

.credits a  {
  color: #ddd;
  width: 100%;
     
}

.credits a:visited {
  color: #ddd;
  width: 100%;
}
      
.credits p {
  color: #ddd;
  font-size:0.9em;}
     
.credits a:hover {
  color: #b96d00;
  text-decoration: none;
}

.helplink {
  float: left;
  margin-top:3px; 
}



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: url(pix/db3.gif);
    padding-top: 3px;
    
}*/

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



/*JEC EDIT RH and JM 22.04.08 Added bullet points in Lables by removeing this peice of code

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



END EDIT RH and JM 22.04.08*/

/*JEC EDIT unordered list to have square bullet points JR 23.04.08*/
ul {list-style: square;}
/*END EDIT JR 23.04.08*/

fieldset {
  border: #DDD solid 1px;
  font-size: 0.95em;
  margin-top:0;
  padding:6px;
}

legend{
  border: #DDD solid 1px;
  background:url(pix/autumn_gradient.png ) repeat-x top;  
  padding: 1px 10px;
  font: bold Arial, Verdana, serif;
  color:#fff;
}

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

/*JEC EDIT poll styles*/

.vote {
  font-size: 14px;
  margin-top: -7px;}

.vote legend {
  color: #ffffff;
  background: #3a3a3a;
  padding: 3px 2px 3px 10px;
  font-weight: bold; 
  font-size:16px;
  margin-left:-15px;
  width:98%;}
    
.vote p {
    margin-top: 12px;
    margin-bottom: 6px;
}
/*JEND EC EDIT poll styles JRob 01/08*/

/*JEC EDIT ilp styles*/

#blocks-plp-view div#content {margin-left: 20px;}
#blocks-plp-view table td{margin:3px; padding:5px; }
#blocks-plp-view table.generalbox { width:99%; }
table#targets .commands, table#concerns .commands { font-size: 0.8em; padding-top: 0em; text-align:right; clear: both; }
table#targets .commands form, table#concerns .commands form{ display:inline; }
table#targets .commands form select, table#targets .commands form input, table#concerns .commands form select, table#concerns .commands form input, form#student_status select, form#student_status input{ font-size:0.8em; }
div.addbox { text-align:center; margin:5px; }
div.addbox a { border: 1px solid #000; padding:5px; }
p.targetfooter, p.concernsfooter { text-align:right; margin:0; font-size: 0.8em; }
.targetcenter, .concernscenter { text-align:center; }
.targetcomment, .concernscomment { width:85%; text-align:left; font-size:0.8em; margin-top:3px; margin-bottom:3px; padding:3px; }
.targetcomment .commands, .concernscomment .commands { font-size: 0.9em; padding-top: 0.5em; text-align:right; clear: both; }
h1.status-0, h2.status-0, h3.status-0 { color: #00984b; }
h1.status-1, h2.status-1, h3.status-1 { color: #ff7e00; }
h1.status-2, h2.status-2, h3.status-2 { color: #ff0000; }
.concernstatus-0 { background-color:#68fbb1; }
.concernstatus-1 { background-color:#ffb164; }
.concernstatus-2 { background-color: #fd6e6e; }
.ilpbox {
	border: 1px solid #333333;
} 

/* END JEC EDIT 110808 ibruce  */


/***** JEVC_Discover/styles_JEVC_Discover.css end *****/

/***** JEVC_Discover/styles_JEVC_Discover.css end *****/


