/**************************************
 * THEME NAME: mwjc
 *
 * Files included in this sheet:
 *
 *   mwjc/user_styles.css
 **************************************/

/***** mwjc/user_styles.css start *****/

/* Mabuweb Manfred Burkardt 20091030 */
/* Styles per a mwjc moodle theme    */

/* Fixed width: 960px; */
#page 
{
  width:960px;
}

body
{
	background-color: #FFFFFF;
}

body, table, td, th, li {
  font-family:Arial,Verdana,Helvetica,sans-serif;
  font-size:14px;
}
a:link, a:visited
{
  color: #434C6D;
}
a:hover
{
  color: #FF9900;
}


.navbar 
{
  border-width:0;
  background:url(images/navbar.jpg) repeat-x;
  color: #FFFFFF;
  font-size:0.8em;
  padding-top:3px;
  height:30px;
}
.navbutton select,
.navbutton fieldset,
.navbutton input
{
	font-size:11px;
	border-width: 0px; 
	margin: 0 5px 0 5px;
	padding: 0 1px 0 1px;
}

.headermenu a:link,
.headermenu a:visited,
.navbar a:link,
.navbar a:visited
{
  color: #FFA431;
}


.navbar .breadcrumb 
{
  color: #FFFFFF;
  margin:0 0;
}
.navbar .navbutton,
.headermenu 
{
  color: #FFFFFF;
  margin-top:0px;
}
.headermenu 
{
  background:url(images/navbar.jpg) repeat-x;
  z-index:1000;
}

#header, #header-home {
  background-image: url(images/capcalera.jpg);
  background-repeat: no-repeat;
  background-position: right;
  height: 70px;
  min-height: 70px;
  margin-bottom:1px;
}
h2.headingblock{
	padding: 3px 0px 3px 20px;
	font-size:1em;
  background: #A2A2A2 url(images/bloc.jpg) repeat-x;
  border-width: 0;
  color: #434C6D;	
}
.sideblock .content
{
	border: 1px solid #434C6D;
	border-top-width: 0px;
}

.sideblock .header {
  background: #A2A2A2 url(images/bloc.jpg) repeat-x;
  border-width: 0;
  color: #434C6D;
  padding: 2px 0px 2px 20px;
}

/* -------------------- */
/* Nom sota navbar      */
/* -------------------- */
.nombre_curso
{
  color: #434C6D;
	font-weight:bold;
	padding-bottom: 5px;	
}

/* -------------------- */
/* FOOTER               */
/* -------------------- */
.sitelink {
  padding-top:0.5em;
  padding-bottom:0.5em;
}
#footer 
{
  margin-top:10px;
}
#footer .direccion
{
	font-size:0.75em;
	line-height:1.5em;
}
.footer_menu
{
	width:100%;
  border-width:0;
  background:url(images/navbar.jpg) repeat-x;
  font-size:0.8em;
  padding-top:3px;	
  clear:both;
  height: 30px;
}
.footer_menu a:link,
.footer_menu a:visited
{
  color: #FFFFFF;
}
.footer_menu li {
  float:left;
  padding:0 50px 0 0px;
}
.footer_menu ul 
{
  list-style-image:none;
  list-style-type:none;
  margin: 0;
  padding:0;
  margin-left: 200px;
}

.coursebox .info {
float:left;
padding:5px;
text-align:left;
width:38%;
}
.coursebox .info .name{
  font-weight:bold;
}
.coursebox .summary {
float:right;
padding:5px;
text-align:left;
width:58%;
}
/* -------------------- */
/* block FMC dreta home */
/* -------------------- */
#inst66.sideblock .content
{
  border-width: 0 0 0 0 ;	
}
#inst66.sideblock .header
{
  background: transparent none no-repeat;
}

/* -------------------------------------------------------- */
/* ocultem recursos en el curs-1 si no estem en modo edició */
/* -------------------------------------------------------- */
body.course-1 ul.section li.activity.resource
{
  display: none;
}
/* -------------------------------------------------------- */
/* ocultem llegenda del calendari lateral                   */
/* -------------------------------------------------------- */
.block_calendar_month .filters,
.block_calendar_month .eventskey
{
  display: none;
}


body.course-1.editing ul.section li.activity.resource
{
  display: block;
}

.headermenu .logininfo{
  font-size:1em;
}
.headermenu .logininfo a{
  font-size:1.2em;
  font-weight: bold;
}
#footer .logininfo{
  font-size:0.9em;
}
#footer .logininfo a{
  font-weight: bold;
}/***** mwjc/user_styles.css end *****/


