/**************************************
 * THEME NAME: wyketaupemenu
 *
 * Files included in this sheet:
 *
 *   wyketaupemenu/gradients.css
 *   wyketaupemenu/styles_color.css
 *   wyketaupemenu/taupe.css
 **************************************/

/***** wyketaupemenu/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient_taupe.png);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient_taupe.png);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/***** wyketaupemenu/gradients.css end *****/

/***** wyketaupemenu/styles_color.css start *****/

/***** wyketaupemenu/styles_color.css end *****/

/***** wyketaupemenu/taupe.css start *****/

/*******************************************************************
 taupe.css
 All css settings for the Wyke Taupe colour scheme
5C3F84 Wyke Indigo
A085C5 Wyke Indigo Light
CFC1E1 Wyke Indigo Very Light
BDAD8F Wyke Taupe Proper
DDD5C6 Wyke taupe Light
E8E2D9 Wyke Taupe Very Light
EFEBE4 Wyke Taupe Very Very Light
F7F5F1 Wyke Taupe Very Very Very Light
ADDB00 Wyke Lime 
CFFF2C Wyke Lime Light
D85035 Wyke red
F2AB50 Wyke Orange
F6C78A Wyke Orange Light
FBE3C3 Wyke Orange Very Light
2A3A3A Wyke Charcoal
0088CE Wyke Blue
55C5FF Wyke Blue Light
A5E0FF Wyke Blue Very Light
D9F2FF Wyke Blue Very very Light
FFFF66
*******************************************************************/
/*  Set body background to white and font colour to Wyke Indigo*/
body {
  font-size:100%; /* Tried reducing font-size to 80% but didn't look right, so resorted to setting block sizes to .80em - seemed to work better 05Nov2009 AJN*/
  background-color:#FFFFFF  ; /* Was E8E2D9  */
  color:#5C3F84;
}
h1, h1.headermain , h2, h2,headermain{
  color:#5C3F84;
}
a:link,
a:visited {
  color:#0088CE; /* Wyke Blue */
}
a:hover {
  color:#D85035; /* Wyke Red */
}

.navbar {
	border-color:#ADDB00;  /* Wyke Green */
}
/***
 WykeMod 10Mar2008 AJN reduce side block margins to get more in the space
 set margin bottom to -0.5 
 ***/
.sideblock {
  font-size:0.80em;
  margin-bottom:0.1em; /* was 1.0em */
  width: 100%;
}
/*  Set block background to white and border to Wyke Lime*/
.sideblock .content {
  border-color: #ADDB00; 
  background-color:#FFFFFF; /* Was E8E2D9  */
  padding: 4px;
}
.courseboxes {
  font-size:0.80em;
  border-color: #ADDB00; 
}
.coursebox {
  border-color: #ADDB00; 
}
/* remove display of (course) icons in course list - reducing clutter 05Nov2009 AJN
See http://moodle.org/mod/forum/discuss.php?d=46350
*/
#left-column .sideblock li .icon img {
	display:none;
}
#right-column .sideblock li .icon img {
	display:none;
}
/* reduce font size of course lists and background to Wyke Taupe Very Light*/
#left-column .list{
  /*font-size:0.75em;*/
  font-family:Arial;
  background: #FFFFFF; /* Was E8E2D9  */
  color:#000000;
}
#right-column .list{
  /*font-size:0.75em;*/
  font-family:Arial;
  background: #FFFFFF; /* Was E8E2D9  */
  color:#000000;
}
/*Middle column set to Wyke Taupe Very Very Light*/
#middle-column {
  font-size:0.80em;
  background-color: #FFFFFF;  /* Was EFEBE4  */
}
/* Set sidebars in course content*/
#course-view .section td.side {
  background-color: #F7F5F1 ;  /* Was DDD5C6  */
}
/*Current Topic side bars set to Wyke Indigo Light*/
#course-view .current td.side {
  background: #ADDB00    ; /* Was A085C5  */
}
/*Hidden Topic  side bars set to Wyke taupe Proper*/
#course-view .hidden td.side {
  background: #BDAD8F; /* Was BDAD8F  */
}
table.minicalendar {
	/*font-size:0.70em;*/
	border-collapse:separate;
	border-spacing:1px !important;
	border-style:solid;
	border-width:1px;
	margin:10px auto;
	padding:2px;
	width:95%;
}

.buttonsimulate {
	font-weight:bold;
	font-size:0.95em;
	background-color: #E8E2D9          ;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7F5F1            ;
	border-right-color: #ADDB00   ;
	border-bottom-color: #ADDB00;
	border-left-color: #F7F5F1          ;
}
.buttonhighlight {
	font-weight:bold;
	font-size:0.95em;
	background-color: #F6C78A           ;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7F5F1            ;
	border-right-color: #ADDB00   ;
	border-bottom-color: #ADDB00   ;
	border-left-color: #F7F5F1          ;
}

/* Old Stuff


/*  Attempt to put Wyke Liome border around all topics - Does not work in IE 6,7 or 8; OK in FF */
/*
#middle-column .main{
  border-color: #ADDB00; 
  border-style:solid; 
  border-width:5px; 
}
*/

/*  Another Attempt to put Wyke Liome border around all topics - Does not work in IE 6,7 or 8; OK in FF */
/*
#course-view  .main  {
  background-color:#FFFFFF ;  
  border-style:solid; 
  border-color:#000000; 
  border-width:0px; 
}
*/


/*  Set Normal Topic side bars to Wyke taupe Light 
#course-view .section td {
  border-color:#FFFFFF;
  border-width:1px; 
}


#course-view .current  {
  border-color: #ADDB00; 
  border-style: solid; 
  border-width: 2px; 
  background: #FFFFFF; 
}
*/


/*
* ilptarget and ilpconcern
*/

#blocks-ilp-view div#content {margin-left: 20px;}
#blocks-ilp-view table td{margin:3px; padding:5px; }
#blocks-ilp-view table.generalbox { width:99%; }
table#ilptarget, table#ilpconcern { width: 85%; }
table#ilptarget .commands, table#ilpconcern .commands { font-size: 0.8em; padding-top: 0em; text-align:right; clear: both; }
table#ilptarget .commands form, table#ilpconcern .commands form{ display:inline; }
table#ilptarget .commands form select, table#ilptarget .commands form input, table#ilpconcern .commands form select, table#ilpconcern .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.ilpconcernfooter { text-align:right; margin:0; font-size: 0.8em; }
.targetcenter, .ilpconcerncenter { text-align:center; }
.targetcomment, .ilpconcerncomment { width:85%; text-align:left; font-size:0.8em; margin-top:3px; margin-bottom:3px; padding:3px; }
.targetcomment .commands, .ilpconcerncomment .commands { font-size: 0.9em; padding-top: 0.5em; text-align:right; clear: both; }
th.date {width:70px; text-align:center}
th.teacher {width:100px;}
h1.status-0, h2.status-0, h3.status-0, span.status-0 { color: #00984b; }
h1.status-1, h2.status-1, h3.status-1, span.status-1 { color: #ff7e00; }
h1.status-2, h2.status-2, h3.status-2, span.status-2 { color: #ff0000; }
span.status-0, span.status-1, span.status-2 { font-weight:bold; }
.ilpconcerntatus-0 { background-color: #00984b; }
.ilpconcerntatus-1 { background-color: #ff7e00; }
.ilpconcerntatus-2 { background-color: #ff0000; }/***** wyketaupemenu/taupe.css end *****/

