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

/***** alevels/styles.css start *****/

/* This is a customisable file for each theme.
   Main controls for layout and fonts are held
   in the Standard theme. Most of the changes 
   here are to the header and side-block 
   backgrounds and the colour scheme.
   
   Details of changes to original files are 
   stored in the general directory:
   
   g: -> e-learning -> Moodle ->
   Barking College Customisations */


#course-view li.activity.label, 
#site-index ul.section li.activity.label {
  clear:both; 
}

body {
	background-color:#FFFFFF;
	color:#333333;
	}

a:link, a:visited {
    color: #7E5B14;
}

a:hover {
    color: #990000;
}

/***
 *** Header
 ***/
 
#header-home {
  background-image:url(6FSliver.jpg);
  padding:0;
  height:92px;
}

#header {
  background-color:#C3A25D;
  height:52px;
}

.navbar {
  background-color:#D2CDBA;
  border-color:#666666;
}

/***
 *** Header Login
 ***/
  
#header-home .headermenu .logininfo {
	margin-top:37px;
	}

.headermenu .logininfo,
.headermenu .logininfo a {
	color:#FFFFFF;
	}

/***
 *** Central Column (doesn't alter sideblocks)
 ***/

#middle-column {
	font-size:small;
	}

#middle-column h1, #middle-column h2, #middle-column h3, #middle-column h4 {
  text-align: left;
  padding: 2px 5px 2px 5px;
  border-width: 1px;
  border-style: solid;
}

#middle-column h1 {
  background-color: #C6BDA8;
  border-color: #333333;
  color: #333333;
}

#middle-column h2 {
  background-color: #E3DFD4;
  border-color:#C6BDA8;
}
#middle-column h3 {
  border-color:#C6BDA8;
}
#middle-column h4 {
  border-color:#C6BDA8;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  background: url(sliver.gif) repeat-x;
  color:#FFFFFF;
  }
  
.sideblock .content a:link,
.sideblock .content a:visited,
.sideblock .content a:hover {
	color:#333333
}

/***
 *** Course
 ***/
 
#course-view .section .left {
  display:none
}

.weekdates {
	font-weight:bold;
	margin:5px;
	}
 
/***
 *** Accordion Colours
 ***/
  
.summary a:link,
.summary a:visited,
.summary a:hover {
 color:#FFFFFF;
 }
 
 tr#section-0 h3.summary {
  background-color: #A47B2A;
}
tr#section-1 h3.summary {
  background-color: #A47C2A;
}
tr#section-2 h3.summary {
  background-color: #A57D2D;
}
tr#section-3 h3.summary {
  background-color: #A67F2F;
}
tr#section-4 h3.summary {
  background-color: #A78030;
}
tr#section-5 h3.summary {
  background-color: #A88133;
}
tr#section-6 h3.summary {
  background-color: #A98336;
}
tr#section-7 h3.summary {
  background-color: #AA853A;
}
/***** alevels/styles.css end *****/

/***** alevels/ilp.css start *****/

/*
* @copyright &copy; 2007 University of London Computer Centre
* @author http://www.ulcc.ac.uk, http://moodle.ulcc.ac.uk
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package ILP
*/

/* General page setting */
#blocks-ilp-view div#content {padding-left: 10px; padding-right: 10px;}
#blocks-ilp-view table td{margin:3px; padding:5px; }
#blocks-ilp-view table.generalbox { width:99%; }
#blocks-ilp-view div.generalbox {margin:3px; padding:5px;}
#blocks-ilp-view div.generalbox h2 {margin:0; padding:0}

/* Add new post button */
div.addbox { text-align:center; margin:5px; }
div.addbox a { border: 1px solid #000; padding:5px; }

/* Comments box */
.ilpcenter { text-align:center; }
.ilpcomment { width:85%; text-align:left; font-size:0.8em; margin-top:3px; margin-bottom:3px; padding:3px; }
.ilpcomment .commands { font-size: 0.9em; padding-top: 0.5em; text-align:right; clear: both; }

/* Student Status Colours */
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; }

/* Use full-size profile image */
#blocks-ilp-view .userpicture { width: 100px; height: 100px; }

/* YUI Grid http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css */

ilp_post,.yui-t4 {margin:auto;text-align:left;width:99%;*width:99%;}
.ilp_post { margin:3px; }
.yui-t4 {border: 1px solid #ccc; padding:3px; }
.yui-b{position:relative;}
.yui-b{_position:static;}
.yui-main .yui-b{position:static;}
.yui-main{width:100%;}
.yui-t4 .yui-main {float:left;margin-right:-25em;}
.yui-t4 .yui-b{float:right;width:15.8456em;*width:15.50em;}
.yui-t4 .yui-main .yui-b{margin-right:16.8456em;*margin-right:16.55em;}
.yui-main .yui-b{float:none;width:auto;}
.yui-gd .yui-u{float:left;}
.yui-gd div.first{float:left;}
.yui-gd .yui-u{width:16%;margin-left:1.99%; }
.yui-gd .yui-u{width:80%;border-right:1px dashed #ccc;border-left:1px dashed #ccc; padding-left:2px;}
.yui-gd div.first{width:15%;border:none;}
.yui-gd div.first{margin-left:0;}

.yui-t4 .yui-b img.achieved {position: absolute; bottom:0; right:0}
.yui-t4 .yui-b ul {margin: 5px 0 5px 0; padding-left: 0; border: none;}
.yui-t4 .yui-b ul li { margin-left: 0; padding-left: 2px; border: none; list-style: none;}
.yui-t4 .yui-b ul li:before { content: "\0020 \0020 \0020 \00BB \0020"; }
.yui-t4 .yui-b .commands { font-size: 0.8em; padding-top: 0em; clear: both; }
.yui-t4 .yui-b form {display:inline;}
.yui-t4 .yui-b form select, .yui-t4 .yui-b form input {font-size:0.8em;}

.bd:after,.yui-gd:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.bd,.yui-gd{zoom:1;} /***** alevels/ilp.css end *****/


