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

/***** simplicity2/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-color: #fff;
  color: #333333;
  height:100%;
}

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

#page {
/*  margin:0 5%;*/
  width:900px;
  margin:auto;
}

#site-index #page {
/*  width:900px;
  margin:auto;*/
}

#content {
  background:#fff;
}

#site-index .headingblock {
  margin: 0;
  padding: 10px;
  background-color: #3281BA;
  border: 0;
}

h2.headingblock {
  color:#3281BA;
}


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

/* Header */

#wrapper {
  margin: 0;
  /*margin:0 5%;*/
  /*background:transparent url(http://www.itconline.com.br/images/ads/banner_institucional1.jpg) no-repeat scroll center center;*/
  /*height:96px;*/
  height: 80px;
  /*float: right;*/
  padding: 10px;
  position: absolute;
  right: 0;
}

.headermenu {
  color: #416f91 !important;
}

#header-bar {
  height: 24px;
  background: transparent url(/pix/top-bar-bg.png) 0 0 repeat-x;
}
#header-bar .bar-title {
  height: 24px;
  background: transparent url() center center no-repeat;
}

.headermain, h1.headermain {
  font-size: 1.2em;
  float: none;
  padding: 5px 5px 0 5px;
}

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

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

#footer {
  background-color: #eaeaea;
  border-top: 1px solid #ddd;
  margin: 40px 0 0 0;
}
#footer .content {
  padding: 10px;
  color: #666;
}
#footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: #0171b3;
  padding: 2px;
  margin-bottom:10px;
}

/* Navbar */

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

.breadcrumb {
  font-weight: normal;
}

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

/* Sideblocks */

.sideblock {
  width: 180px;
}

.sideblock .header {
}

.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: 10px 0;
  margin: 0;
}

.coursebox .parent-name {
  font-size: 0.85em;
  color: #666666;
}

.coursebox .info {
  width:370px;
  padding: 0 5px 5px 10px;
}

.coursebox .img-info {
  float: left;
  width: 100px;
  height: 100px;
}

.coursebox .name a:link, .coursebox .name a:active, .coursebox .name a:visited {
  font-size: 1.3em;
  text-decoration: none;
  font-weight: bold;
}

.coursebox .name a:hover {
  text-decoration: underline;
}

.coursebox .summary {
  width:auto;
  font-size: 1.0em;
  float: none;
  padding: 0;
}

.coursebox .btn-info a {
  width: 156px;
  height: 30px;
  background: transparent url(/itc-content/images/btn_disciplina.png) no-repeat;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
}
.coursebox .btn-info a:hover {
  text-decoration: none;
}

.discipline-title {
  font-weight: bold;
  font-size: 1.4em;
  color: #ff6600;
  padding: 0 0 5px 0;
}

.coursebox .teachers {
  display: none;
}

.categorybox {
  border:none;
}

#course-view .section td.content {
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#course-view .activity.resource span, #course-view .activity.quiz span {
  font-size: 1.1em;
}

#course-view .section .activity.resource {
  padding: 0 10px;
}

/*#course-view .section .activity.resource.apostila {
  padding: 10px;
}*/

#course-view .section-0 .activity.resource {
  padding: 0.2em 0;
}

#course-view .section .resource-link {
  width: 355px;
  display: inline-block;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}

#course-view .section.dis .resource-link {
  width: auto;
  display: block;
}

#course-view .section .activity.resource.apostila .resource-link {
  width: auto;
  display: block;
}

#course-view .section .resource-content {
  float: right;
  padding-top: 5px;
}

#course-view .section .resource-content a {
  width: 117px;
  height: 30px;
  background: transparent url(/itc-content/images/btn_aula.png) no-repeat;
  color: #fff;
  text-align: center;
  line-height: 30px;
 
  font-size: 1.1em;
  display: block;
}
#course-view .section .resource-content a:hover {
  text-decoration: none;
}

/* User */

.userinfobox {
  border:none;
}

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

.sideblock .title {
  padding-bottom: 3px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.sideblock.hidden .title {
  border-bottom: 0;
}

.block_accessibility .header .title,
.block_admin .header .title,
.block_activity_modules .header .title,
.block_calendar_upcoming .header .title,
.block_search_forums .header .title,
.block_calendar_month .header .title,
.block_site_main_menu .header .title,
.block_news_items .header .title,
.block_messages .header .title,
.block_participants .header .title,
.block_online_users .header .title,
#inst18.block_html .header .title,
#inst48.block_html .header .title,
.block_recent_activity .header .title {
  padding-left: 34px;
  min-height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.block_site_main_menu .header .title { background: transparent url(/theme/simplicity2/images/ico-menu.png) 0 0 no-repeat; }
.block_messages .header .title { background: transparent url(/theme/simplicity2/images/ico-mensagens.png) 0 0 no-repeat; }
.block_news_items .header .title { background: transparent url(/theme/simplicity2/images/ico-noticias.png) 0 0 no-repeat; }
.block_calendar_month .header .title { background: transparent url(/theme/simplicity2/images/ico-calendario.png) 0 0 no-repeat; }
.block_search_forums .header .title { background: transparent url(/theme/simplicity2/images/ico-busca.png) 0 0 no-repeat; }
.block_calendar_upcoming .header .title { background: transparent url(/theme/simplicity2/images/ico-agenda.png) 0 0 no-repeat; }
.block_activity_modules .header .title { background: transparent url(/theme/simplicity2/images/ico-atividades.png) 0 0 no-repeat; }
.block_admin .header .title { background: transparent url(/theme/simplicity2/images/ico-admin.png) 0 0 no-repeat; }
.block_accessibility .header .title { background: transparent url(/theme/simplicity2/images/ico-acessibilidade.png) 0 0 no-repeat; }
.block_recent_activity .header .title { background: transparent url(/theme/simplicity2/images/ico-atividades-recentes.png) 0 0 no-repeat; }
.block_participants .header .title { background: transparent url(/theme/simplicity2/images/ico-participantes.png) 0 0 no-repeat; }
.block_online_users .header .title { background: transparent url(/theme/simplicity2/images/ico-online.png) 0 0 no-repeat; }
#inst18.block_html .header .title { background: transparent url(/theme/simplicity2/images/ico-ajuda.png) 0 0 no-repeat; }
#inst48.block_html .header .title { background: transparent url(/theme/simplicity2/images/ico-down.png) 0 0 no-repeat; }
/* Admin */

.section_add_menus {}
.section_add_menus select { width: 150px; }

.block_accessibility #colourchange { display: none; }

/*span.commands { float: right; }*/

.block_adminblock {}
.block_admin_tree {
  border: 2px solid #A4BA90 !important;
}
.block_admin_tree .header, .block_adminblock .header {
  background-color: #E6FCD2 !important;
}
.block_admin_tree .content, .block_adminblock .content {
  background-color: #E6FCD2 !important;
}

.admin .generalbox {
  background-color:#EEEEEE;
  border-color:#BBBBBB;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

table.minicalendar { background-color: #fff; margin: 0 auto; }
table.minicalendar th { border: 0px solid #ccc; background-color: #00609C; color:#fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 1px; }
table.minicalendar td.dayblank { background-color: #efefef; }

/* Messages */

.messages #page {
  margin:0;
}

#left-column .hidden .header, #right-column .hidden .header {
  border: 0;
}

#calendar .today, .minicalendar .today {
  -moz-border-radius: 2px;
  background-color: #9fc6e2;
  border-color: #318bbc;
}

h1.main, h2.main, h3.main, h4.main, h5.main, h6.main {
  text-align: left;
  margin: 2px 0;
}

.block_admin_tree.sideblock .link.current {
  background-color:#AFE77A;
}

#adminsettings fieldset {
  background-color:#EEEEEE;
  border: 1px solid #83B3D2;
  color:#000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#textresize .outer, #colourchange .outer {
  border:0;
}

#textresize .outer *, #colourchange .outer * {
}

.download-box {}
.download-box .download-thumb {
  text-align: center;
}
.download-box .download-thumb img {
  border: 1px solid #ddd;
}

.loginbox {
  width: 80%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
#first_login h2 { font-weight: normal; }
#first_login .b_str { color: #2076b3; }
#first_login .i_str { font-size: 0.85em; font-style: italic; }

.loginbox .loginform .form-input input[type=text], .loginbox .loginform .form-input input[type=password] {
  width: 150px;
}

input[type=button], input[type=submit], button {
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 1.2em;
  padding: 2px 4px;
  background: #efefef url(/theme/simplicity2/images/grad_blue.png) 0 0 repeat-x;
  color: #fff;
  
  margin: 0 2px;
}
input[type=button].hover, input[type=submit].hover, button.hover {
  background: #efefef url(/theme/simplicity2/images/grad_blue_hover.png) 0 0 repeat-x;
}

input[type=text], input[type=password], select, textarea {
  border: 1px solid;
  border-left-color: #646464;
  border-top-color: #666;
  border-right-color: #cbcbcb;
  border-bottom-color: #ccc;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  font-size: 0.85em;
  padding: 2px;
}


/* Accessibility */
#save.outer { border: 0; }

.mform fieldset {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}


#course-view #section-0 .summary {
  font-size: 1.3em;
  font-weight: bold;
  color: #000000;
  padding: 10px;
  margin: 0;
  background-color: #ffffff;
}


#course-view .section.main {
  font-size:0.95em;
  line-height:1.2em;
}

#course-view .topics .current td.side, #course-view .topics .current td.side {
  background-color: #00669C;
}

#course-view .topicscss .section, #course-view .section td.side {
  background-color: #efefef;
}

#course-view .section .spacer {
  height: 10px;
}

#course-view .section .activity {
  font-size: 1.1em;
}
#section-0 .summary-data li a span {
  font-size: 1.1em !important;
}
#section-0 .summary-data .activity.quiz {
  border-bottom: 0px !important;
}

#course-view .section .summary-week {
  background-color: #c0c0c0;
  padding: 10px;
}
#course-view .section.current .summary-week {
  background-color: #ff6600;
  padding: 10px;
}

#course-view .section .summary-week .summary-cmds {
  float: right;
}

#course-view .section .summary-week .summary-toggle {
  float: right;
  width: 16px;
  height: 16px;
  background: transparent url(../../fugue/chevron-collapse.png) 0 0 no-repeat;
  cursor: pointer;
}
#course-view .section .summary-week .summary-toggle.toggle-on {
  background: transparent url(../../fugue/chevron.png) 0 0 no-repeat;
}

#course-view .section .summary-week .summary {
  display: inline;
  color: #fff;
  font-size: 1.3em;
}

#course-view .section .weekdates {
  color: black;
  text-align: right;
  font-size: 1.3em;
  padding-right: 10px;
  display: inline;
}

#course-view .section .week-content ul {
}

#course-view .section .week-content ul li {
  padding: 10px;
}

#course-view .section .activity.label {
  font-size: 1.2em;
  font-weight: bold;
  color: #444;
  border-bottom: 1px solid #ddd;
}

#course-view .section.dis {
  color: #999;
}

#course-view .section.dis .activity.label {
  color: #999;
}

#course-view .section .activity.quiz {
  border-bottom: 1px solid #ddd;
}

.summary-image {
  width: 100px;
  height: 100px;
  float: left;
}

.summary-data {
  padding: 10px;
  float: left;
}

#course-view .section .summary-data .activity {
  padding:0.2em 0;
}

/***** simplicity2/styles.css end *****/

/***** simplicity2/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:#00669C;
}

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

a:hover, a:active {
  color:#1D5675;
}

/* 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 solid #ddd;
  margin-top:0;
  color:#00609C;
}

/* 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: #fff url(/pix/top-bg.png) 0px 0px repeat-x;
  border-bottom:2px solid #fff;
  height: 96px;
  /*padding: 10px 0 0 150px;*/
}

#header-home .itc-logo, #header .itc-logo { margin: 0 5%; float: left; }
#header-home .itc-logo img, #header .itc-logo img { width: 329px; height: 96px; }

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

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

h1.headermain span {
  color:#666;
}

/* Sets the color of "You are logged in as ..." text */
.headermenu {
  color:#666;
}
.headermenu a {
  color: #ff9900;
}

/* Sets the color of your tagline */

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

/* Sideblock link color */

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

/* Sideblock link color while hovered over */

.sideblock a:active {
  /*color:#00609C;*/
  text-decoration:none;
}
.sideblock a:hover {
  text-decoration: underline;
}

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

.sideblock {
  background: #eee url(/theme/simplicity/images/sb-bg.png) 0 0 repeat-x;
  border: 1px solid #d4d4d4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.sideblock .header {
/*  border-width:2px 2px 0 2px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-radius-topleft: 3px;
  -webkit-border-radius-topright: 3px;
  background:#f6f6f6;
  border-style:solid;
  border-color:#dfdfdf;
*/
  border: 0;
  padding:5px;
}

.sideblock .content {
/*
  border-style:solid;
  border-color:#dfdfdf;
  border-width:0 2px 2px 2px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-radius-bottomleft: 3px;
  -webkit-border-radius-bottomright: 3px;
  background:#f6f6f6;
*/
  border: 0;
  background: transparent none;
  padding:5px;
  line-height:1.5;
}

/* Sets the color of sideblock titles */

.sideblock .title h2 {
  font-size:0.95em;
  color:#00609C;
}

/* 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:#00669C;
  padding:1px 4px
}

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

.forumheaderlist th {
  background:#00609C;
  border-bottom:1px solid #000;
}/***** simplicity2/styles_color.css end *****/


