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

/***** ibp/styles.css start *****/

/* @override http://www.moodle.ibp.uk.com/theme/ibp/styles.php */

/* @override http://localhost/ibpmoodle/htdocs/theme/ibp/styles.php */

/***** ibp/styles.css start *****/

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

styles.css

 Styles are organised into the following sections:
  core
  forms
  header
  footer

  admin
  blocks
  blog
  calendar
  course
  doc
  grades
  login
  message
  notes
  mymoodle
  question
  tabs
  tags
  user

  various modules

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

/* IBP Colours

Dark Purple: #3d0675
Light Purple: #eee7f3
Teal: #015077
Blue: #2172b1
Light Purple: #795ba1
Light Purple 2; #c3add4
Light Purple 3; #eee7f3

*/

/* @group Core */

body {
	background: #f8f8f8 url(images/diagonal-gray.png);
	color: #444;
	font-size: 100%; /* Default font size 16px */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.125em; /* Standard line-height 18px */
	min-width: 1000px;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
  color: #43049b;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.dimmed:link,
a.dimmed:visited {
	text-decoration: none;
}

#page-container {
	background: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: 0px 3px 6px #888;
	-webkit-box-shadow: 0px 3px 5px #888;
	box-shadow: 0px 3px 5px #888;
	margin: 10px auto 20px;
	padding: 0 10px;
	min-width: 1000px;
	width: 93%;
}

table#layout-table {
	clear: both;
	width: auto;
}

#layout-table #left-column,
#layout-table #right-column {
}

#layout-table #middle-column {
  padding: 0 20px;
}

#content {
  background: #fff;
  clear: both;
  height: auto !important;
  margin-top: 10px;
  width: 100%;
}

#course-content {
  width: 100%;
}

.generalbox {
    background: transparent; 
	border: 0px;
}

/* @end */

/* @group Header */

#header {
	background: #fff url(images/header-right.png) no-repeat right 20px;
	padding-top: 10px;
}

#header h2.site-title {
  border: 1px solid #ddd;
  color: #2b0f50;
  float: left;
  font-size: 1.8em;
  line-height: 1.5em;
  margin: 0;
  margin-left: 40px;
  margin-top: 5px;
  padding: 15px;
  text-align: center;
  width: 125px;
  -moz-box-shadow: 0px 1px 3px #888;
  -webkit-box-shadow: 0px 1px 3px #888;
  box-shadow: 0px 1px 3px #888;
  text-shadow: 1px 1px 0px #fff;
}

.breadcrumb .sep, #admin-report-unittest-index .sep {
  color: #77c418;
}

img.header-logo {
  padding: 5px 0 0 35px;
}

/* @group Mainmenu */

.menubar {
	background: #e6dafe;
	clear: both;
	height: 34px;
	float: right;
	margin-bottom: 10px;
	margin-top: 27px;
	width: 100%;
}

.menubar ul {
	background: #fff;
	float: right;
	height: 34px;
	margin: 0;
	padding: 0;
}

.menubar ul li {
  float: left;
  height: 34px;
  list-style: none;
}

.menubar ul a {
	color: #ffffff;
	display: block;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 5px;
	padding: 8px 14px;
	text-decoration:none;
	background-color: #2b0f52;
}

.menubar ul li.intro {
  background: #fff url(images/lightpurple-arrow-right.png) right no-repeat;
  margin-right: -8px;
  padding-right: 16px;
  z-index: 0;
}

.menubar ul li.intro span {
  background: #e6dafe;
  color: #280e4d;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  padding: 8px 14px;
  padding-right: 18px;
  margin: 0px;
}

.menubar ul li.first {
  background: url(images/darkpurple-arrow-left.png) left no-repeat;
  padding-left: 12px;
}

.menubar ul li.first a {
  background: #2b0f52;
}

.menubar ul li.first:hover {
  background: url(images/green-arrow-left.png) left no-repeat;
}

.menubar ul li:hover a {
  background: #73c800;
}

.menubar ul a:hover	{	
	background-color: #73CA20;
	color: #ffffff;
}

/* @end */

.navbar {
  background: #eaffd7;
  border: none;
  color: #333;
  font-size: 0.9em;
  width: auto; 
  -moz-box-shadow: 0px 1px 3px #888;
  -webkit-box-shadow: 0px 1px 3px #888;
  box-shadow: 0px 1px 3px #888;
  margin: 0px 3px 10px 3px;
  padding: 5px 10px 5px 15px;
}

.navbar a {
	color: #000;
}

.navbar a:hover {
	color: #66c717;
	text-decoration: none;
}

#header .logininfo {
	background: #fff;
	color: #000;
	padding: 5px;
}

#header .logininfo a {
	color: #43049b;
}

/* @end */

/* @group Footer */ 

#footer {
	border-top: 1px dotted #aaa;
	padding: 20px 10px 10px;
}

#footer div.logininfo {
	float: left;
}

#footer img.iiplogo {
	clear: right;
	float: right;
	margin-top: 10px;
	padding: 0;
}

#footer a.link-to-top {
	clear: none;
	float: right;
	font-size: 0.8em;
	background: url(images/arrow-purple-link-up.gif) left no-repeat;
	padding-left: 15px;
}

div#extrainfo {
	color: #888;
	clear: left;
	float: left;
	font-size: 0.84em; /* 10px */
	text-align: left;
	width: 580px;
}

/* @end */

/* @group Admin */

/* Make the admin section look a bit better */

#adminsettings fieldset {
  background: none;
  border: 1px solid #ddd;
}

.admin .generalbox {
  border-color:#BBBBBB;
  background-color:#f8f8f8;
}

.block_admin_tree.sideblock .link.current {
  background-color: #fff;
  text-decoration: underline;
}

/* @end */

/* @group Blocks */

.sideblock {
  min-width: 200px;
}

.sideblock .header, .sideblock h2.header { 
  background: #eee;
  border: 2px solid #eee;
  font-size: 1.0em;
  padding: 8px 0px 8px 8px;
}

.sideblock .header .hide-show-image {
  margin-right: 0.8em;
}

.sideblock .content {
  background-color: #fff; 
  border: 2px solid #eee;
}

#left-column .hidden .header,
#right-column .hidden .header
{
  border-bottom: 2px dotted #c3add4;
}

/* @end */

/* @group Calendar */

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

table.minicalendar {
  border: none; 
}

#calendar .today,
.minicalendar .today {
  border: 1px solid; 
}

/* @end */

/* @group Course */

#course-view .section td.content {
  border: none; 
  border-bottom: 1px solid #ddd; 
}

#course-view .section td.side {
  border: none; 
  border-bottom: 1px solid #ddd; 
}

.headingblock, h2.headingblock {
  display: none; /* important - removes 'topic outline' headings from courses */
}

.coursebox {
  border-color: #eee;
}


#rollover1
{
  display: block;
  width: 250px;
  height: 250px;
  background: url("http://www.moodle.ibp.uk.com/file.php/1/images/sqa.png") no-repeat 0 0;
	float: right;
}

#rollover1:hover { 
  background-position: 0 -250px;
}

#rollover1 span{
  display: none;
}

#rollover2
{
  display: block;
  width: 250px;
  height: 250px;
  background: url("http://www.moodle.ibp.uk.com/file.php/1/images/sq2.png") no-repeat 0 0;
	float: left;
}

#rollover2:hover { 
  background-position: 0 -250px;
}

#rollover2 span{
  display: none;
}

#rollover3
{
  display: block;
  width: 250px;
  height: 250px;
  background: url("http://www.moodle.ibp.uk.com/file.php/1/images/sqc.png") no-repeat 0 0;
	float: right;
}

#rollover3:hover { 
  background-position: 0 -250px;
}

#rollover3 span{
  display: none;
}

#rollover4
{
  display: block;
  width: 250px;
  height: 250px;
  background: url("http://www.moodle.ibp.uk.com/file.php/1/images/sqd.png") no-repeat 0 0;
	float: left;
}

#rollover4:hover { 
  background-position: 0 -250px;
}

#rollover4 span{
  display: none;
}


/* @end */
/***** ibp/styles.css end *****/



/***** ibp/styles.css end *****/


