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

/***** sohamsa/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:#ff6;
	font-family: Georgia, "Times New Roman", Sanskrit99, Mangal;
	color:#333;
}



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

.headingblock, .sideblock .header {
	background-color:#9f9;
}



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

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



/**
  * 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, .feedback, .feedbackby, .generaltable, .reporttable, .coursebox, .groupinfobox, .entrybox, .wikiexportbox, .categorylist{
    background-color:#fff;
}



/***
 *** Modules: Forum
 ***/

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

.forumpost .content {
  background: #fff;
}

.forumpost .left {
  background:#eee; 
}

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

.forumpost .starter {
  background:#ffa; 
}



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

/***** sohamsa/styles.css end *****/

