/**************************************
 * THEME NAME: dosideas
 *
 * Files included in this sheet:
 *
 *   dosideas/gradients.css
 *   dosideas/dosideas.css
 **************************************/

/***** dosideas/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** dosideas/gradients.css end *****/

/***** dosideas/dosideas.css start *****/

h1 {
   color: #2C68A6;
}

body {
  background-color: #EFF2F3;
  color:#000;
  font-size: 1em;
}


body, table, td, th, li {
  font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
  color: #555555;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  font-weight:normal;
  color: #555555;
}

h1 {
  font-weight:normal;
  font-size:1.9em;
  color: #555555;
}

h2 {
  font-weight:normal;
  font-size:1.6em;
  color: #555555;
}
h3 {
  font-weight:normal;
  font-size:1.3em;
  color: #555555;
}
h4 {
  font-weight:normal;
  font-size:1.2em;
  color: #555555;
}

.headingblock {
  font-weight: normal;
}

h2.headingblock {
  font-size: 1.6em;
  color: #666666;
}


.forumpost .topic .subject {
  font-weight: normal;
  color: #555555;
}

.clearfix {
   color: #555555;
   font-weight: normal;
/*   font-size: 0.95em; */
}

.sitelink {
    display:none;
}


td.side {
	vertical-align: top;
	font-size: 4em;
	color: rgb(210,210,210);
	padding: 0px 18px 0px 0px;
	text-align: right;
}


a:link,
a:visited {
  color: #2C68A6;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

a:hover {
}

div#page {
   padding: 10px;
   border-color: #d7d7d7;
   border-width: 0px 1px;
   border-style: solid;
   background-color: #FFFFFF;
}

div#page hr {
   border-width: 0px 0px 1px 0px;
}

.coursebox .summary { 
   font-size: 1em;
}

.sideblock .content {
   -moz-border-radius-bottomleft: 8px;
   -moz-border-radius-bottomright: 8px;
}

.forumpost {
   -moz-border-radius-bottomleft: 8px;
   -moz-border-radius-bottomright: 8px;
}

.categorybox, .categoryboxcontent, .coursebox {
   -moz-border-radius-bottomleft: 8px;
   -moz-border-radius-bottomright: 8px;
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topright: 8px;
}

/** El icono que aparece en la lista de cursos, que indica si pueden acceder invitados */
.accessicon {
   visibility: hidden;
}

/** Bloques laterales */
.sideblock {
   -moz-border-radius-bottomleft:8px;
   -moz-border-radius-bottomright:8px;
   -moz-border-radius-topleft:8px;
   -moz-border-radius-topright:8px;
   border:1px solid #DDDDDD;
   margin-bottom: 1em;
}

.sideblock .header, .sideblock h2 {
   font-size: 1.2em;
   font-weight: normal;
   background-image: none;
   border-style: none;
}

.sideblock .content {
   font-size:1em;
   border-style: none;
   padding: 12px 12px;
}

.sideblock .header {
   padding: 12px 12px;
}

.sideblock .header .hide-show-image { 
   visibility: hidden;
}/***** dosideas/dosideas.css end *****/

