/**************************************
 * 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;
  color: #333;
}
.mainPage{
	margin: 5px auto;
	width: 995px;
}
.flashBanner{
	width: 995px;
	padding: 10px 0px 0px 0px;
}

.mainDiv{
	border: 2px solid #CCCCCC;
	border-top: 0px;
	width: 988px;
	padding: 5px;	
	background: #fff;
	margin-top: 0px;
}

#page {
	width: 980px !important;
	margin:0 auto;
	min-height: 550px;
}

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

#content {
  background:#fff;
}

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

.headingblockhome{
	margin: 0px 50px !important;
}
.sitetopic {
  border-color:#eee;
}

/* Header */

#wrapper {
  margin:0 5%;
}

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

#pictures {
  width:950px;
  margin:0 auto;
  /*padding:12px 12px 0;*/
  background:#fff;
}

/*TopMenu*/
.toplinks {
	color:#FFFFFF !important;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:27px;
	padding:5px 0 0;
	text-align:center;
	text-decoration:none;
	line-height: 1.0;
	width:100%;
	margin: 0px;
}
.toplinks:hover {
	background:transparent url(pix/topnav-bg-h.gif) repeat-x scroll left top;
	color:#FFFFFF;
}
.border {
	background:transparent url(pix/topnav-bg.gif) repeat-x scroll left top;
}
/* Navbar */

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

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

/* Sideblocks */

.sideblock {
	border: 1px solid #AC2D2D;
}

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

.block_course_summary .content {
  border-top-width:1px;
/*Because it doesn't have a header */
}

.coursebox .summary{
	font-size: 1.1em;
}
.coursebox .name a{
	font-size: 1.2em;
	font-weight: bold;
}

/*Content advanced style*/
h3#welcomeTitle{
	font-size: 16px; 
	color: #362E81;
	border-bottom: 1px dotted #362E81;
}
.coursebox .info {
	width: 95% !important;
	font-size: 14px !important;	
}
.coursebox .summary {
	width: 98% !important;
	padding: 0px !important;	
}
.editing .block_course_summary .content {
  border-top:none;
}

.topics tr.hidden{
	display: none;
	visibility: hidden;
}

/*Footer*/
#footer{
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

/* Course */

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

.coursebox .info {
  width:40%;
}

.coursebox .summary {
  width:50%;
}

.categorybox {
  border:none;
}

.activity a{
	font-size: 14px !important;
}

/* User */

.userinfobox {
  border:none;
}

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

/* Admin */

/* Messages */

.messages #page {
  margin:0;
}

/*Inner pages*/
.activity{
	font-size: 14px;
}
.activity h3{
	margin: 3px;
	font-size: 16px;
}
.activity a{
	font-size: 12px;
}


.border-faq {
	border:1px solid #AC2D2D;
	}

.border-faq-td {
	background:#E9E9E9;
	padding:10px;
	}

.header-faq {
	background:#AC2D2D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:0 0 0 15px;
	}

.border-faq-1 {
	border:1px solid #b3b2b2;
	background:#EBEBEB;
	padding:15px;
	}
	
	
.question {
	background:url(images/question.png) no-repeat 0px 2px;
	font-weight: bold;
	padding: 0px 0 5px 20px;
	line-height:19px;
	}

.answer {
	font-weight:normal;
	padding: 0px 0 5px 20px;
	line-height:19px;
	}/***** 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:#383084;
}

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

a:hover,
a:active {
  color:#42399b;
}

/* 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:#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:#191a5c url(pix/headerbg.png) repeat-x left bottom;
  padding:10px 0 10px;
  border-bottom:0px solid #679e42;
}

/* This sets the color of your site and course titles  that appear in your header of each page */
h1.headermain {
  color:#fff;
}

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

/* Sets the color of your tagline */

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

h2.headingblock {
    background: #AC2D2D;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 25px;
    text-decoration: none;
}

/* Sideblock link color */
.sideblock{
	border: 1px solid #ddd !important;
}
.sideblock a:link,
.sideblock a:visited {
  color:#333;
}

/* Sideblock link color while hovered over */

.sideblock a:hover,
.sideblock a:active {
  color:#679e42;
  text-decoration:none;
}

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

.sideblock .header {
    background: #AC2D2D url(images/arrow.gif) no-repeat scroll left center;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px 3px 22px;
    text-decoration: none;
}

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

/* Sets the color of sideblock titles */

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

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

/*Footer Style*/
#footer{
	width: 100%;
	background: #191A5C url(pix/footer.gif) repeat-x top left;
	color: #fff;
}
/***** simplicity/styles_color.css end *****/

