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

/***** simplicity/styles.css start *****/

/******************************************************************

*	Theeme Name: Simplicity
*	Description: Simplicity is a fluid-width theme for Moodle.
*	Theme URL: http://newschoollearning.com/themes/simplicity
*	Support URL: http://newschoollearning.com/support
*	Author: Patrick Malley
*	Author URI: http://newschoollearning.com
*	Version: 20081020
*
* 	Note: Customize, edit, poke, prod, and adapt to your needs.
* 	However, do not share.  Unless other arrangements have been made,
*  	this style sheet (regardless of modification) remains the 
*  	property of NewSchool Learning and is licensed for use
*  	on a single installation of Moodle.  For questions, please
*  	contact the author at the above URI.  Enjoy.
 
*******************************************************************/

body {
  margin:0;
  padding:0;
  background:url(images/body.png) repeat-x 0 0;
}

body, table, td, th, li {
  font-family:Helvetica, Arial, Verdana, sans-serif;
  font-size:0.95em;
  line-height:1.4;
}

#page {
  margin:0 5%;
}

#site-index #page {
  width:800px;
  margin:auto;
}

#content {
  background:#fff;
}

h2.headingblock {
  border-width:0 0 3px 0;
  border-color:#ddd;
  padding-bottom:0;
  color:#333;
}

.sitetopic {
  background:url(gradient.gif) repeat-x 0 0;
  border-color:#eee;
}

/* Header */

#wrapper {
  margin:0 5%;
}

#rotater {
  background:url(gradient_b.gif) repeat-x 0 0;
}

#pictures {
  width:800px;
  margin:0 auto;
  padding:12px 12px 0;
  background:#fff;
}

/* Navbar */

.navbar {
  border:none;
  font-size:0.9em;
}

.breadcrumb .sep {
  font-size:0.9em;
}

/* Sideblocks */

.sideblock {
  
}

.sideblock .content li {
  line-height:1.6;
}

.block_course_summary .content {
  border-top-width:1px;


/*Because it doesn't have a header */
}

.editing .block_course_summary .content {
  border-top:none;
}

/* Course */

.coursebox {
  border-width:0 0 1px 0;
  padding-bottom:10px;
}

.coursebox .info {
  width:40%;
}

.coursebox .summary {
  width:50%;
}

.categorybox {
  border:none;
}

/* User */

.userinfobox {
  border:none;
}

.userinfobox td.content {
  border:1px dotted #aaa;
  background:#eee;
}

/* Admin */

/* Messages */

.messages #page {
  margin:0;
}/***** simplicity/styles.css end *****/


