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

/***** SkillsUSANC/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:#eee;
    color:#000;
	background-image:url(http://skillsusanc.org/home_files/Cloth-3.jpg);
}


/**
  * 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,
.generaltable th.c5,
th.header,
td.header .left,
.headingblock,
.sideblock .header {
background-color:#810000;
color:#fff;
//background-image:url(bg-titles.gif);
}

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

.generaltable th.c0 a:link,
.generaltable th.c1 a:link,
.generaltable th.c2 a:link,
.generaltable th.c3 a:link,
.generaltable th.c4 a:link,
.generaltable th.c5 a:link,
th.header a:link,
td.header .left a:link,
.headingblock a:link,
.sideblock .header a:link,
.generaltable th.c0 a:visited,
.generaltable th.c1 a:visited,
.generaltable th.c2 a:visited,
.generaltable th.c3 a:visited,
.generaltable th.c4 a:visited,
.generaltable th.c5 a:visited,
th.header a:visited,
td.header .left a:visited,
.headingblock a:visited,
.sideblock .header a:visited{
  color:#000;
}



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

th.header,td.header, .navbar {
  background-image: url(/moodle/theme/standard/gradient.jpg);  
  background-color:#ccc;
}

th.header,td.header{
  background-image: url(/moodle/theme/standard/gradient.jpg);  
  color:#000;
}



/**
  * 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
 ***/

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

.forumpost .content {
  background: #fff;
}

.forumpost .left {
  background:#eee; 
}


.forumpost .topic {
  background:#dff; 
  border-bottom-color: #777;
}

.forumpost .starter {
  background:#ffa; 
}


.forumheaderlist .topic,
.forumheaderlist .author,
.forumheaderlist .replies,
.forumheaderlist .lastpost
{
    background-color:#557;
    color:#fff;
}

.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;
}

/***** SkillsUSANC/styles.css end *****/

