/**************************************
 * THEME NAME: darkMoodle11
 *
 * Files included in this sheet:
 *
 *   darkMoodle11/gradients.css
 *   darkMoodle11/styles_color.css
 *   darkMoodle11/styles_layout.css
 **************************************/

/***** darkMoodle11/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.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** darkMoodle11/gradients.css end *****/

/***** darkMoodle11/styles_color.css start *****/

/* darkMoodle 1.1
	Redesigned from the ground up for Moodle 1.9
	It links with the standard theme in order to be as compatible as possible 
	
	Changelog
	
	20110419 - Bugfix for .headerforumlist .author link, white on white background.
*/
	
/* MAIN */
	
	
body {background: #fff;}

/* NAVIGATION */

.navbar {
	background: url('gradient.png');
	border-top:1px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
/*	border:1px;*/
	}
	
/* HEADER */

.headermenu, .headermenu a:link, .headermenu a:visited {
	color:#0;  /*  you are logged in as */
}

.frontpageheader {
	color:#FFFFFF;
	}
	

#header, #header-home {
	background:url('header_bg.png');
	color:#0;
}

#topheader {
background:url('topheader_bg.png');
color:#36579A;
}


/* TEXT */

h2 {
	color:#000;
	}
a:link, a:visited{
	color:#36579A;
	text-decoration:none;
}
a:hover {
	
	text-decoration: underline;
}

/* BLOCKS */

.headingblock {
	color:#0;
	}
.header, .header a:link, .header a:visited, .header h2 {
	color:#0;
	}
.commands {
	background: #fff;
	border:0px;
}
.header .commands, .header .title .commands {
	background: none;
}
 
.sideblock .header {
  background:url('gradient.png');
  background-colour: #9967fe;
  border:#CBCBCB;
}


/* COURSE */

.content {
	background-color:#fff;
	}
.coursebox {
	background-color:#fff;
	}
.generalbox {
	background-color:#fff;
}

#course-view .section td.content {



border-left: 0 none;

border-right: 0 none;

border-style: solid none;

border-width: 1px 0;

padding: 5px;

}

 
#course-view .weekscss .section, #course-view .section td {
 


border-color: #DDDDDD;
 
}




/* FORMS */

.mform {
	background:#eee;
}
.loginbox {
	background:#fff;
}
#responseform {
	background:#fff;
}






/* FORUMS */
.header {
 background:#FFFFFF
 }
 
 .forumheaderlist {
 background:#FFFFFF
 }
 
 .topic{
	background:#FFFFFF;
}

.forumpost .starter {
  background:#EEEFF4;
}

.forumheaderlist,
.forumpost {
  border-color:#EEEFF4;
}


.author a:link, .author a:visited {
	color: #000;
}
.forumheaderlist .author a:link, .forumheaderlist .author a:visited {
	color: #fff;
}
/***** darkMoodle11/styles_color.css end *****/

/***** darkMoodle11/styles_layout.css start *****/

/* MAIN */

body {
	margin:0px;
	padding:0px;
}

#content {
	margin-left:10px;
	margin-right:10px;
}


/*  TOPIC OUTLINE  */
#course-view .headingblock {
 display:none;
}



/* HEADER */

#header, #header-home {
	height:54px;
	margin:0px;
	padding-left:25px;
	
}

#header img, #header-home img{
	vertical-align:middle;
}

.headermenu {
	padding-top:5px;
	padding-right:10px;
	
	
}

.frontpageheader {
	padding-left:25px;
	height:34px;
	margin-top:20px;
}

/* removes the 'jump to' box */
.headermenu .navigation {
display: none;
}

/* removes the assignment / target details from my moodle page */

.my .coursebox .assignment { display: none; }
.my .coursebox .chat { display: none; }
.my .coursebox .target { display: none; }
.my .coursebox .concerns { display: none; }


/* BLOCKS */

.commands {
	padding-top:4px;
	margin-bottom:-2px;
	margin-left:-4px;
	margin-right:-4px;
}
.sideblock .header {
	border-top:1px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	padding-top:4px;
	margin-bottom:4px;


}

.sideblock .content {

	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;

/* FORMS */

#mform1 {
	padding: 5px;
}

/***** darkMoodle11/styles_layout.css end *****/


