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

/***** garden/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:#BBCFE7;
	background-image:url(bg.jpg);
	color:#000;
	background-repeat: no-repeat;
	background-position: top center;
}


/**
* 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:#BBCFE7;
background-image:url(bg-titles.jpg);
color:#FFFFFF;
}
.headermain{
	font-size: 14px;
	color:#003366;
}

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

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

.sitetopiccontent,
.sitetopic .section{
background-color:transparent;
}
/**
* 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:transparent;
}


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

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

.forumpost .content {
background-color:#BBCFE7;
}

.forumpost .left {
background:#eee; 
}

.forumpost .topic  {
background-color:#BBCFE7;
}

.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;
}
/***** garden/styles.css end *****/

