/**************************************
 * THEME NAME: aardvark_pro
 *
 * Files included in this sheet:
 *
 *   aardvark_pro/aardvark.css
 *   aardvark_pro/ilp.css
 *   aardvark_pro/featuredstyle.css
 **************************************/

/***** aardvark_pro/aardvark.css start *****/

/**
  *  This is what makes the Aardvark unique
  *
  */



/***
 ***	Core: Body
 ***/

body {
	background: #00338d; //url('http://moodle.warwickschool.org/file.php/1/snow.png') repeat fixed right top;
	color:#4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
    font-size : 14px;
}

a:link,
a:visited {
    color:#008db0;
	text-decoration: none;
}

a:hover {
    color: #f12711;
	text-decoration: none;
	
}

a.dimmed:link,
a.dimmed:visited {
	color:#aaaaaa;
	text-decoration: none;

}
#pagesurround {
	border: 0px solid #ffffff;
	margin-left: auto; 
	margin-right: auto;
	max-width: 960px;
}

#page {
	border: 0px solid #ffffff;
	margin-left: auto; 
	margin-right: auto;
	max-width: 960px;
}

#pagelayout {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#layout-table {
	margin-top:0;
	padding-top:10px;
}

#layout-table #middle-column{
  vertical-align:top;
  padding-left:7px;
  padding-right:5px;
}

#layout-table #left-column{
  vertical-align:top;
  padding-left:4px;
  padding-right:0px;
}

#layout-table #right-column{
  vertical-align:top;
  padding-left:0px;
  padding-right:6px;
}


#content {
    background: #ffffff url(images/core/h2grad.jpg) top repeat-x; 
    margin-top:0;
	padding-top:10px;

}

hr {
	border-bottom:1px dotted #cccccc;
	border-top:1px solid #ffffff !important; 
	border-left:1px solid #ffffff !important; 
	border-right:1px solid #ffffff !important; 
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
	text-align: center;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	color: #505050;
}

.header {
	border: none !important;
	clear: both;
	}

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

/***
 ***	Core: Header
 ***/

#header {
	height: 100px;
background:#ffffff;
}

#logo { 
	background: url(images/header/logoopt.png) no-repeat left top;
	width: 100%;
	height: 100px;
	float: left;
	left: 0px;
} 

/***
 ***	Core: Footer
 ***/

#footer {
	background: #ffffff;
	margin-top: 0px;
	padding:10px;
}

#footer .footerlogos { 
	margin-top: 5px;
	border-top: 1px dotted #cccccc;
}

#footer .footerlogos ul li { 
	padding-left: 5px;
	padding-right: 5px;
	display: inline; 
	margin:2px;
}

#footer p {
	font-size : 10px;
	}

/***
 ***	Core: ProfileBlock
 ***/

#profileblock {

	float: right;
	text-align: right;
	max-width: 500px;
	right: 0px;


}

#profilepic {
	text-align:right;
	float: right;
	margin: 8px;
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
}

#profilelogin {
	text-align:right;
	width: 390px;
	margin-right: 0px;
	margin-top:6px;
	margin-bottom:0px;
	float: right;
}

#profilelogin ul li { 
	padding-left: 10px;
	padding-right: 0px;
	display: inline; 
	margin-right:0px;
}

.profilelogin .loginform { 
	width: 8em;
	margin-left:4px;
	display: inline; 
}

.profilelogin, .profilelogin a {
	color:#000000;
	text-decoration: none;
}

.profilelogin, .profilelogin a:hover {
	text-decoration:none;
}

#profilename {
	text-align:right;
	width: 390px;
	margin-right: 0px;
	margin-top:40px;
	margin-bottom:0px;
	float: right;
}

#profilename ul li { 
	padding-left: 10px;
	padding-right: 0px;
	display: inline; 
	margin-right:0px;
}

.profilename .loginform { 
width: 5em;
margin-left:4px;
display: inline; 
    font-size:0.8em;

}

.profilename, .profilename a {
	color:#000000;
    font-size:1.4em;
	letter-spacing: -2px;
	text-decoration: none;
	font-weight:bold;
	margin-right:2px;
}

.profilename, .profilename a:hover {
	text-decoration:none;
}

#profileoptions {
	text-align:right;
	width: 390px;
	margin-right: 0px;
	margin-top: 0px;
}

#profileoptions ul li { 
	padding-left: 10px;
	padding-right: 0px;
	display: inline; 
	margin-right:0px;
}

.profileoptions {
	background-color: transparent;
	color:#000000;
	text-decoration: none;
	letter-spacing: 0px;
}

.profileoptions, .profileoptions a {
	background-color: transparent;
	color:#000000;
}

.profileoptions a:hover {
	background-color: transparent;
	text-decoration:underline;
}



/***
 ***	Core: Menubar Date
 ***/
 
#aardvark_menu_date a {
	float:right;
        border-bottom:5px solid #c6daff;
	padding: 16px 5px 0 17px;
	height:30px;
	color: #ffffff;
	text-decoration:none;
	background:#99add0;/* url('images/menu/dategrad.jpg') repeat-x top center;*/
}

#aardvark_menu_date a:hover {
	color: #ffffff;
	border-bottom:5px solid #fb0911;
	text-decoration:none;
	background:#00338d; /* url('images/menu/hovergrad.jpg') repeat-x top center;*/
	}


/***
 ***	Core: YUI Menubar
 ***/


.yuimenubar /* Entire bar */ {
	background:#99add0;/* url('images/menu/menugrad.jpg') repeat-x top center;*/
	border-bottom: 5px solid #c6daff;
	height:46px;
	margin:0;
	}

.yuimenu /* Sub container */ {
	background-color: #00338d;
	z-index: 10000;
	}

.yuimenu a {
	text-decoration: none;
	background-color: #00338d;
	font-size : 0.9em;
	}

a.yuimenubaritemlabel /* Bar item link */ {
	padding: 16px 15px 0px 17px;
	height:30px;
	color: #fff;
	}

a.yuimenuitemlabel /* Sub item link */ {
	padding: 4px 24px;
	border-bottom:1px solid #828282;
	border-left:1px solid #0070a6;
	border-right:1px solid #0070a6;
color:#ffffff;	
}

.yuimenubar li.first-of-type .yuimenubaritemlabel {
	border-width:0; /* No border on the first bar item link */
	}

.yuimenubaritem-hassubmenu /* Add down arrow to bar item */ {
	}

.yuimenuitem-hassubmenu /* Add right arrow to sub item */ {
	background: #00338d url(images/menu/menuitem_submenuindicator_selected.png) right center no-repeat;
	}
	
a.yuimenuitemlabel-hassubmenu {
	background: none;
	}

/* Selected MenuItem */

li.yuimenubaritem-selected /* Bar menu item */ {
	background:#00338d; /*url('images/menu/hovergrad.jpg') repeat-x top center; */
border-bottom:5px solid #fb0911;	
}

li.yuimenuitem-selected  /* Sub menu item */ {
	color: #fff
	}

a.yuimenubaritemlabel-selected, /* Bar menu item link selected */ {
	text-decoration: none;
	color: #fff;
	}

a.yuimenuitemlabel-selected  /* Sub menu item link selected */ {
	text-decoration: none;
	color: #007EBA;
	background-color: #c6daff;
	}

.yuimenubaritem-hassubmenu-selected /* Change down arrow on bar item */ {
	}

.yuimenuitem-hassubmenu-selected /* Change right arrow on sub item */ {
	background: #ffffff url(images/menu/menuitem_submenuindicator.png) right center no-repeat;
	}

a.yuimenuitemlabel-hassubmenu-selected {
	background: none;
	}

/***
 ***	Core: NavBar
 ***/

.navbar {
    background:#ffffff;     
	border-top:0px;
	border-bottom:solid 1px gray;
	border-left:0px;
	border-right:0px;
}


/***
 ***	Core: Side Block (the left and right bits)
 ***/

.sideblock {
	border:1px solid #dedede;
	background: #ffffff;
	}
	
.sideblock a {
	text-decoration: none;
	font-size: 12px;
	}
	 
#left-column .sideblock .header {
	background: url(images/sideblocks/leftrib.png) no-repeat left top;
	height: 56px;
	width: 100%;
	position: relative;
	left:-20px;
	top: 10px;
	}
	
#right-column .sideblock .header {
	background: url(images/sideblocks/rtrib.png) no-repeat right top;
	height: 56px;
	width: 100%;
	position: relative;
	right: -12px;
	top: 10px;
	}
	
.sideblock h2 {
	font-size: 15px;
	font-weight:normal; 
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 3px;
	}
	
#left-column .sideblock h2 {
	padding-left: 7px;
	}
	
#right-column .sideblock h2 {
	position: relative;
	text-align: right;
	right: 10px;
	}
	
.sideblock .content {
	border: none !important;
	}
	 
.sideblock .commands {
	background: url(images/sideblocks/commandsB.png) !important;
	border: 1px solid #ffffff;
	padding: 10px;
	padding-top: 6px;
	}



/***
 ***	Core: Course (the middle bit)
 ***/

.coursebox {
	background: #ffffff;
	border: 0px;    
	margin-bottom: 0px;
	margin-right: 2px;
}

body#site-index .headingblock,
body#course-view .headingblock {
	margin-bottom: 0px;
}

.section {
	background: #ffffff;
}

#course-view .section td.content {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #dfdfdf;
}

#course-view .section td.side {
  border-width:0px;
}

/***
 ***	Modules: Forum
 ***/

.forumpost {
	border: 0px;    
	width: auto;
	overflow:none;
}

.forumpost .left {
	background:#ffffff url('images/forum/leftpost.png') no-repeat top left;
}

.forumpost .picture,
.forumpost .topic {
	background:#ebebeb url('images/forum/forumheader.png');
	border:0px;
}

.forumpost .topic a:link,
.forumpost .topic a:visited {
}

.forumpost img {
  max-width: 100%;
}

/***
 ***	Modules: Calendar
***/

/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#cff689 !important;
  background-color:#cff689;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#c6dfeb !important;
  background-color:#c6dfeb;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#feffc2 !important;
  background-color:#feffc2;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#d9c6e2 !important;
  background-color:#d9c6e2;
}

table.minicalendar tr td.weekend {
  color: red;
  }
  
  #calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#cff689 !important;
  border-bottom-color:#cff689 !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
  border-top-color:#FF9966 !important;
  border-bottom-color:#FF9966 !important;
}

#calendar .duration_course0,
.minicalendar .duration_course0 {
  border-top-color:#FF9966 !important;
  border-bottom-color:#FF9966 !important;
}

#calendar .duration_course1,
.minicalendar .duration_course1 {
  border-top-color:#0099FF !important;
  border-bottom-color:#0099FF !important;
}

#calendar .duration_course2,
.minicalendar .duration_course2 {
  border-top-color:#FFFF00 !important;
  border-bottom-color:#FFFF00 !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#FBBB23 !important;
  border-bottom-color:#FBBB23 !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
  border-top-color:#A1BECB !important;
  border-bottom-color:#A1BECB !important;
}

#calendar .weekend,
.minicalendar .weekend {
  color:red;
}

/***** aardvark_pro/aardvark.css end *****/

/***** aardvark_pro/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 */
.addbox {
	float:left;
    position:relative;
	left:50%;
}

.ilpadd {
	float:right;
}

.addbox a.button, .ilpadd a.button {
    background: transparent url('ilp/addbox_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.addbox a.button {
	position:relative;
	left:-50%;
}

.addbox a.button span, .ilpadd a.button span {
    background: transparent url('ilp/addbox_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 24px;
}

.addbox a.button:active, .addbox a.button:hover,
.ilpadd a.button:active, .ilpadd a.button:hover  {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.addbox a.button:active span, .addbox a.button:hover span,
.ilpadd a.button:active span, .ilpadd a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 24px; /* push text down 1px */
} 

/* 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;} /***** aardvark_pro/ilp.css end *****/

/***** aardvark_pro/featuredstyle.css start *****/

#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #99add0; 
	height:250px; overflow:hidden;
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; height:250px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; text-decoration:none;
	color:#333;  background:#fff; 
	line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#c6daff; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/featured/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#99add0; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px; 
	background: url('images/featured/transparent-bg.png'); 
width:400px;
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:1.2em; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/***** aardvark_pro/featuredstyle.css end *****/


