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

/***** cym_metal/styles.css start *****/

/**
*  These are things that override what's in the STANDARD THEME
*	 Charles Kelly, November 7, 2006
*  Tested with Moodle 1.6.3
*  I wanted to make just a very few changes as concisely as I could to the "standard theme."
*  You can easily edit these 4 background colors and maintain the "standard" look.
*/


/**
* background color for main background
# example: #ffd = pale light yellow
* color of fonts set to black
*/

body {
background-color:#FFFFFF;
background-image:url(bg.gif);
background-repeat:no-repeat;
color:94cbff;
}

.clearfix {
  min-width: 0;
  /* overflow: hidden; */
}

/**
* background color for headings of blocks, etc.
# example: #fdf = light pink
*/


.generaltable th.c0,
.generaltable th.c1,
.generaltable th.c2,
.generaltable th.c3,
.generaltable th.c4,
th.header,
td.header .left,
.headingblock,
.sideblock .header {
background-color:#eee;
background-image:url(bg-titles.gif);
}

.headermenu {
	position: absolute;
  top: -20px;
  right: 0px;
  float:right;
  text-align:right;
  height: 130px;
}

/**
* background color for the nav bar
# example: #ffa = light yellow
*/

th.header,
td.header,
.navbar {
background-color:#94cbff;
}


/**
* background color for behind "content" text
# example: #fff = white
# The author's preference is to leave this one white.
*/

#course-view .section .content,
.sideblock .content,
.categoryboxcontent,
.courseboxcontent,
.info,
.loginbox,
.generalbox,
.userinfobox,

.content{
background-color:#fff;
}


/***
*** Modules: Forum (Some definitions above)
***/

.forumheaderlist,
.forumpost {
border-color:#777;
}

.forumpost .content {
background: #fff;
}

.forumpost .left {
background:#eee; 
}

.forumpost .topic  {
background:#bff; 
}

.forumpost .starter { 
background:#ffb; 
}

.forumheaderlist .discussion .starter,
.forumheaderlist .discussion .replies
{
background:#ffd; 
border-color:#777;
}

.forumheaderlist .discussion .author,
.forumheaderlist .discussion .lastpost
{
background:#dff; 
border-color:#777;
}

.forumheaderlist td {
border-color: #ffe;
}

.forumheader .author {
border-color: #ffe;
}
/***** cym_metal/styles.css end *****/

