/**************************************
 * 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: #ccc;}

/* NAVIGATION */

.navbar {
	background: url('');
	border:0px;
	}
	
/* HEADER */

.headermenu, .headermenu a:link, .headermenu a:visited {
	color:#fff;
}

#header, #header-home {
	background:url('header_bg.png');
	color:#fff;
}


/* TEXT */

h2 {
	color:#000;
	}
a:link, a:visited{
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#00f;
}

/* BLOCKS */

.headingblock {
	color:#fff;
	}
.header, .header a:link, .header a:visited, .header h2 {
	color:#fff;
	}
.commands {
	background: #fff;
	border:0px;
}
.header .commands, .header .title .commands {
	background: none;
}
/* COURSE */

.content {
	background-color:#fff;
	}
.coursebox {
	background-color:#fff;
	}
.generalbox {
	background-color:#fff;
}
/* FORMS */

.mform {
	background:#eee;
}
.loginbox {
	background:#fff;
}
#responseform {
	background:#fff;
}

/* FORUMS */

.header .topic{
	background:#333;
}
.forumheaderlist {
	background:#fff;
}
.author a:link, .author a:visited {
	color: #fff;
}
.forumheaderlist .author a:link, .forumheaderlist .author a:visited {
	color: #000;
}/***** darkMoodle11/styles_color.css end *****/

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

/* MAIN */

body {
	margin:0px;
	padding:0px;
}

#content {
	margin-left:10px;
	margin-right:10px;
}

/* HEADER */

#header, #header-home {
	height:54px;
	margin:0px;
	padding:0px;
}

#header img, #header-home img{
	vertical-align:middle;
}

.headermenu {
	padding-top:5px;
	padding-right:10px;
}

/* BLOCKS */

.commands {
	padding-top:4px;
	margin-bottom:-4px;
	margin-left:-4px;
	margin-right:-4px;
}
.sideblock .content {

border-top:0px;

/* FORMS */

#mform1 {
	padding: 5px;
}/***** darkMoodle11/styles_layout.css end *****/


