/**************************************
 * THEME NAME: simplicity
 *
 * Files included in this sheet:
 *
 *   simplicity/styles.css
 *   simplicity/styles_color.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 {
  width:94%;/* was 800px */
  margin:0 auto;
}

#site-index #page {
  width:94%;/* was 800px */
  margin:0 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 */
#header-home,
#header-home #wrapper {
  height:193px;
}
#header-home #wrapper,
#header #wrapper {
  position:relative;
  margin:0 3%;
}
#hdr_left {
  position:absolute;
  top:0;
  left:0;
  z-index:100;
}
div.headermenu {
  position:absolute;
  top:0;
  right:0;
  width:492px;
  height:193px;
  z-index:90;
}
/* Sub-Page Header */
#header {
  position:relative;
  height:97px;
}
#header h1.headermain {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:300px;
  height:97px;
  z-index:100; 
}
#header .headermenu {
  display:block;
  position:absolute;
  top:0;
  right:0;
  width:400px;
  height:97px;
  z-index:90;
}

/* shade beneath header */
#hdrshade {
    display:block;
    height:20px;
    width:100%;
}

/* Navbar */

.navbar {
  border:none;
  font-size:0.9em;
  margin-bottom:15px;
}

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

/*
 * FOOTER
 */
#ve_ftr {
	display:block;
	position:relative;
	width:100%;
	height:47px;
	clear:both;
}
#ve_ftr_inner1 {
	display:block;
	position:absolute;
	right:3%;
	bottom:0;
	left:3%;
	font-size:10px;
	line-height:20px;
}
#ve_ftr #ve_copyright {
	float:right;
	text-align:right;
}
#ve_ftr #ve_validation {
	float:left;
}
#page {
  min-height:100%;
}
body,
html {
  min-height:100%;
}/***** simplicity/styles.css end *****/

/***** simplicity/styles_color.css start *****/

/* Use this file to alter your colors */

/* Edit the color values below to change your link font colors */

a:link,
a:visited,
div.tabtree ul li ul li a span {
  color:#333399;/*#4e7732;*/
}

/* Edit the color value below to change your link font colors when hovered over. */

a:hover,
a:active {
  color:#333399;/*#679e42;*/
  text-decoration:underline;
}

/* Edit the following color value to change the font color of H1, H2, and H3 elements placed in the "topic section" of the front page. */

.sitetopic h2,
.sitetopic h3,
.sitetopic h4 {
  border-bottom:1px dotted #ddd;
  margin-top:0;
  color:#333399;/*#578638;*/
}

/* Edit the hex code in the "border-bottom" line below to change the color of the header bottom border. And, of course, the background hex will alter the background image color */

#header-home,
#header {
  background-color:#292929;
  background-image:url(images/bydistance/header_bg.jpg);
  background-repeat:repeat-x;
  padding:0;
  /* border-bottom:4px solid #333399; */
}

/* This sets the color of your site and course titles  that appear in your header of each page */
h1.headermain {
  color:#fff;
}
#header {
  background-image:url(images/bydistance/header_bg_small.jpg);
}
#header h1.headermain {
  background-image:url(images/bydistance/header_left_small.jpg);
  background-repeat:no-repeat;
  font-size:18pt;
  line-height:normal;
  color:#FFFFFF;
  text-shadow:#262626 1px 1px 10px;/* safari only */
}

/* This sets the color of span items in your course or site titles. This is further explained in README.html */

h1.headermain span {
  color:#bbb;
}

/* Sets the color of "You are logged in as ..." text */
.headermenu {
  color:#ddd;
  background-repeat:no-repeat;
  background-position:top right;
}
#header-home .headermenu {/* index page header */
  background-image:url(images/bydistance/header_right.jpg);
}
#header .headermenu { /* sub-page header */
  background-image:url(images/bydistance/header_right_small.jpg);
}

/* Sets the color of your tagline */

h2.headertag {
  float:left;
  margin:0;
  font-size:0.8em;
  clear:both;
  color:#ccc;
  line-height:1em;
}

/* shade beneath header */
#hdrshade {
    background-image:url(images/bydistance/header_bg_fade.jpg);
    background-repeat:repeat-x;
}


/* breadcrumb */
.navbar {
  background-color:#EEEEEE;
  border: 1px dotted #aaa;
}

/* Sideblock link color */

.sideblock a:link,
.sideblock a:visited {
  color:#333;
}

/* Sideblock link color while hovered over */

.sideblock a:hover,
.sideblock a:active {
  color:#333399;/*#679e42;*/
  text-decoration:underline;
}

/* You can alter the color and border of the sideblocks here */

.sideblock .header {
  border-width:1px 1px 0 1px;
  background:#f3f3f3;
  border-style:dotted;
  border-color:#aaa;
  padding:5px;
}

.sideblock .content {
  border-width:0 1px 1px 1px;
  background:#f3f3f3;
  border-style:dotted;
  border-color:#aaa;
  padding:5px;
  line-height:1.5;
}

/* Sets the color of sideblock titles */

.sideblock .title h2 {
  font-size:1.2em;
  border-bottom:1px dotted #aaa;
  color:#333399;/*#578638;*/
}

/* This will change the color of "selected" weeks or topics in course view */

#course-view .weeks .current td.side,
#course-view .topics .current td.side {
  background:#466c2d;
  color:#fff;
}

/* Sets the color of fieldset titles (legends) in profile, admin, etc. */

legend {
  background:url(gradient.jpg) repeat-x 0 0;
  border:1px solid #ddd;
  color:#466c2d;
  padding:1px 4px
}

/* Determines the color of forum list header background color */

.forumheaderlist th {
  background:#679e42;
  border-bottom:1px solid #000;
}

.coursebox /* courses on main page */
{
  border:1px solid #DDDDDD;
}
.block_course_summary .content /* front page description block at top right... */
{
  border:1px dotted #aaa;
}

/* sub-page title text */
#header h1.headermain div#shadow {
  display:inline;
  color:#FFFFFF;
  text-shadow:1px 1px 10px #262626;/* safari only :( */
}
/*
 * FOOTER
 */
#ve_ftr {
	background-color:#FFFFFF;
	background-image:url(images/bydistance/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	color:#EEEEEE;
}/***** simplicity/styles_color.css end *****/

