/**************************************
 * THEME NAME: VLE_Middleware
 *
 * Files included in this sheet:
 *
 *   VLE_Middleware/aardvark_liteheaded.css
 **************************************/

/***** VLE_Middleware/aardvark_liteheaded.css start *****/

/**
  *  this is what makes the aardvark-lite unique
  *
  */


/***
 ***	core: body
 ***/

body {
	behavior: url("csshover3.htc"); 
	background: url(images/core/backgroundtop1.png) center top;
	background-repeat: no-repeat;
	background-color:#fff;
	font-family: arial, helvetica, sans-serif;
    font-size : 14px;
}

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



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

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

}

#page {
	
	margin-left: auto; 
	margin-right: auto;
	max-width: 1190px;
	min-width: 1190px;
	padding-left: 5px;
	padding-right: 5px;
}

#pagelayout {
	width:auto 0;
	margin-left:auto;
	margin-right:auto;
	margin:top;
}


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

#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:; 
    margin-top: 0;
    padding-top: 10px;

}

hr {
	border-bottom:1px dotted gray;
	border-top:0px;
}

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

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background: #ffffff url(images/core/h2grad.jpg) top repeat-x; 
	border-top: #ff6600 1px dotted;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	color: #ff6600;
}

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

/***
 ***	core: header
 ***/

#header, #header-home {
	height: 155px;
	background: ;
}

#logo { 
	background: ;
	width: 100%;
	height: 140px;
	float: left;
	left: 0px;
} 

/***
 ***	core: footer
 ***/

#footer {
	background: url(images/footer/background.png) repeat-x;
	margin-top: 0px;
	padding:0px;
	border-top: #ff6600 1px dotted;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	height: 200px;
	
}

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

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



#footer .helplink {
	padding-left: 300px;
	padding-top: 0px;
}

#footer .logininfo {
	padding-left: 300px;
	padding-top: 20px;
	
}

#footer p.copyright { 
	padding-left: 300px;
	padding-top: 7px;
	margin: 0; 
	font-size: 0.8em; 
}

/***
 ***	core: profileblock
 ***/

#profileblock {
        margin: 0;
        padding: 0;
margin-top: 20px;
	float: right;
	text-align: right;
	width: 700px;
	height: 100px;
display: none;
}

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


#profilename {
	text-align:right;
	width: 450px;
	height: 30px;
	margin-top: 13px;
    margin-right: 5px;
	padding-top: 20px;
	float: right;
	font-size: 2em;
}

#profilename a:link, #profilename a:visited {
        color: #ff2c00;
        text-decoration: none;
}

#profilename a:hover, #profilename a:active {
	color: #222121;
	text-decoration: none;
}

#profileoptions {	
	width: 450px;
	height: 25px;
	padding: 0;
	margin-top: 8px;
	float: right;
}

#profileoptions a:hover, #profileoptions a:active {
	color: #ff2c00;
}


#profileoptions ul {
	float: right;
	text-align: right;
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none; 
}

#profileoptions li
{
	display: inline;
	margin: 0 5px;
	text-transform: capitalize;
	font-weight: bold;
} 


#profileoptions #submit { 
	background-color: transparent; 
	background-image:url('images/header/login.png');
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left top;
	border-width: 0;
	width: 62px;
	height: 25px;
	font-size: 1em;
	padding-bottom: 6px;
	color: #FFF;
	font-weight: bold;
}

#profileoptions #submit:hover { 
	background-color: transparent; 
	background-image:url('images/header/hover.png');
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left top;
	border-width: 0;
	width: 62px;
	height: 25px;
	font-size: 1em;
	padding-bottom: 6px;
	color: #FFF;
	font-weight: bold;
}

#profileoptions .loginform {
	padding-right: 1px; 
	margin: 0;
}

#profileoptions .loginform input {
	width: 5em;
}

#profileoptions .loginform label {
	color: #ff2c00;
}

#languageoptions {
	width: 450px;
	padding-top: 55px;
	float: right;
	margin-right: 20px;
	display: none;
}


/***
 ***	core: aardvark menu
 ***/
 

.dropdown_menu {
	position: relative;
}

#aardvark_liteheaded_menu {
	background:;
	background-position: left;
	background-repeat:  no-repeat;
	height: 40px;
	clear: both;
    margin: 0;
    padding: 0;
	padding-left: 200px;
	width: 810px;
	
}	

#aardvark_liteheaded_menu ul {
    background: url('images/menu/seperator.png');
	background-repeat: no-repeat;
	background-position: right;
	float: left;
    list-style: none;
	padding: 0;
	margin: 0;
	list-style: none;

}
#aardvark_liteheaded_menu ul li {
	float: left;
	height: 35px;
	white-space: nowrap;
	z-index: 1;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 80%;
}

#aardvark_liteheaded_menu ul li a {
	display: block;
	height: 25px;
	margin-left: 0px;
	padding: 10px 15px 0 15px;
	color: #fff;
}
	
#aardvark_liteheaded_menu ul li a:hover {
	color: black;
	background: #ff2c00 ;
}

#aardvark_liteheaded_menu ul ul {
	padding:0px;
	margin:0;
	list-style:none;
	position:absolute;
	left:-2px;
	display:none;
	top: 35px;
	z-index: 1000;
}

#aardvark_liteheaded_menu ul li:hover ul {
        display: block;
}

#aardvark_liteheaded_menu ul li ul li {
	float: left;
	clear: both;
	margin: 0;
	padding-top: 1px;
	height: 15px;
	width: 130px;
	font-size: 100%;
	border: 1px solid #fff;
}

#aardvark_liteheaded_menu ul li ul li a {
	display: block;
	text-align: center;
	background-color: #fff;
	color: #333;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-transform: none;
	
}

#aardvark_liteheaded_menu ul li ul li.select {
        color: #ff2c00;
        background: #000000 ;
        text-decoration: none;
        text-transform: capitalize;
        text-align: left;
        font-weight: bold;
}

#aardvark_liteheaded_menu ul li ul li.select .submenu_title {
	padding-left: 5px;
	
}


#aardvark_liteheaded_menu ul li ul li a:link,
#aardvark_liteheaded_menu ul li ul li a:visited {
        background-color: #2f2f2f;
        text-decoration: none;
        color: #ffffff;
}

#aardvark_liteheaded_menu ul li ul li a:hover,
#aardvark_liteheaded_menu ul li ul li a:active {
	background: #ff2c00;
        text-decoration: none;
        color: #000000;
}


/***
 ***	core: navbar
 ***/

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

/***
 ***	core: side block
 ***/

.sideblock {
	color:#ff6600;
	border: #969696 1px solid	!important;
  	background: #ffffff url('images/sideblocks/sidegrad.jpg') repeat-x !important;
}

.sideblock .content {
	color:#555555;
	padding: 4px;
	border: 0px;
}

.sideblock .header {
  	background: transparent !important;

}

.sideblock .header h2 {
	padding-top: 4px;
  	background: transparent !important;
	text-align: left #000000;
font-size: 80%;
 }

.sideblock .header .hide-show-image {
	padding-top: 4px;
}
 
.sideblock .footer {
	border:0px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:0.85em;
	text-align: left;
}

.sideblock .header, .sideblock .header h2 {
	color: #000000;
	font-size:0.95em;
	border: 0px;
  	background: transparent !important;
}



.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
	color: #555555;
	
}

/***
 ***	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 #dbdbdb;
}

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

/***
 ***	modules: forum
 ***/

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

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

.forumpost .picture,
.forumpost .topic {
	background:#c0deed 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:#def2ba !important;
	background-color:#def2ba;
}

#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;
  }/***** VLE_Middleware/aardvark_liteheaded.css end *****/


