/**************************************
 * THEME NAME: ck_2
 *
 * Files included in this sheet:
 *
 *   ck_2/styles_color.css
 *   ck_2/a.css
 **************************************/

/***** ck_2/styles_color.css start *****/

/* Minimal Default Theme by Charles Kelly (http://www.manythings.org/tesl/moodle/)
 * Last update: March 21, 2008
 * Cleans up "standard" so that
 * most other themes will look good.
 */
 
/* Background */
body{
background-color:White;
color:Black;
}

/* Nav Bar, Sides of the lessons */
#course-view .section td.side,th.header,td.header,.navbar{
background-color:#eeeeee;
color:Black;
}

/* Título del sitio */
.headermain {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #00337B
}

/* Dates in Weekly Format */
#course-view .section .weekdates,
#course-view .weekscss .weekdates{
color:#888;
background-color:White;
}

/* Block Headers, Headings in Lessons, This week highlight color */
#course-view .weekscss .current,#course-view .current td.side,
.section h1,.section h2,.section h3,
.generaltable th.c0,.generaltable th.c1,.generaltable th.c2,.generaltable th.c3,.generaltable th.c4,th.header,td.header .left,.headingblock,.sideblock .header{
background-color:#888;
color:#ffa500;
}

/* Content should have white bg and black text for high contrast */
#course-view .section .content, .sideblock .content, .categoryboxcontent, .info, .loginbox, .generalbox, .userinfobox, .content{
background-color:#fff;
color:#000000;
}

.coursebox {
	/*background-image:url(gradient_orange.jpg);
	background-position:top;    
    background-repeat:repeat-x;*/
	background-color:#FFFFFF	
}

.info {
	background-image:url(gradient_blue_y.jpg);
	background-position:left;    
    background-repeat:repeat-y;
}

/* For Topic and Lesson Titles */
.summary{
font-size: 1.2em;
color:#444444;
font-weight: bold;
border-bottom: 1px dotted #000000;
}


/* CK Fix summary and headings within topics and weeks */
.summary{
font-size: 1.2em;
color:#333333;
font-weight: bold;
border-bottom: 1px dotted #000000;
}


.summary h2 {
font-family: Helvetica,Ariel;
color:#000000;
padding: 1px;
margin: 6px 30px;
font-size:1em;
padding-left: 6px;
}

.section h1 {
font-family: Helvetica,Ariel;
background-color: #eeeeee;
text-align: left;
border-left: 12px solid #222222;
border-bottom: 2px solid #222222;
padding: 8px;
padding-left: 6px;
}

.section h2 {
font-family: Helvetica,Ariel;
background-color: #eeeeee;
text-align: left;
border-left: 10px solid #444444;
border-bottom: 2px solid #444444;
padding: 5px;
padding-left: 6px;
}

.section h3 {
font-family: Helvetica,Ariel;
background-color: #eeeeee;
text-align: left;
border-left: 8px solid #666666;
border-bottom: 1px solid #666666;
padding: 2px;
padding-left: 6px;
font-size:1em;
}

.content .weekdates{
font-family: Helvetica,Ariel;
background-color:transparent;
text-align: left;
border: none;
}

.section h4 {
font-family: Helvetica,Ariel;
text-align: left;
margin: 1px;
font-size:1em;
padding-left: 6px;
}





/* Clean up Forums */

.forumheaderlist,
.forumpost {
border-color:#777;
}

.forumpost .content {
background: #fff;
}

.forumpost .left {
background:#eee; 
}

.forumpost .topic  {
background:#72a0cf;
color:#ffbb3d 
}

.forumpost .starter { 
background:#4777a7; 
}

.forumheaderlist .discussion .starter,
.forumheaderlist .discussion .replies
{
background:#ebebeb; 
border-color:#777;
}

.forumheaderlist .discussion .author,
.forumheaderlist .discussion .lastpost
{
background:#d5d5d5; 
border-color:#777;
}

.forumheaderlist td {
border-color: #777777;
}

.forumheader .author {
border-color: #777777;
}


fieldset.clearfix {
  background-color: #fcfcfc;
}
legend.ftoggler{
  background-color: #fcfcfc;
  padding:3px;

}

/* FORMULARIO ACCESO */
#login_username{
width: 150px;
border-style: solid; border-width: 1px; border-color: #ffa500;
}
#login_password {
width: 150px;
border-style: solid; border-width: 1px; border-color: #ffa500;
}

#username{
width: 100px;
border-style: solid; border-width: 1px; border-color: #ffa500;
background-color: #d3e0ee;
}
#password {
width: 100px;
border-style: solid; border-width: 1px; border-color: #ffa500;
background-color: #d3e0ee;
}

/* ENLACES */
a:link {
	color:#0042ff;	
}

a:visited {
	color:#0042ff;	
}

a:hover {
	text-decoration: none; color:#ffa500;	
}

th.header a:link {
	color:#FFA500;	
}

th.header a:visited {
	color:#FFA500;	
}

.c3 a:hover {
	text-decoration: none; color:#FFFFFF;	
}
/***** ck_2/styles_color.css end *****/

/***** ck_2/a.css start *****/

/* 
 * Easy-to-Change Colors Template by Charles Kelly
 * http://www.manythings.org/tesl/moodle
 * March 22, 2008
 *
 ***** Instructions
 *
 * You can easily change places that say "background-color" or "color."
 * The word "color" refers to the color of the text font.
 * The word "background-color" refers to what's behind the text.
 *
 * For colors, you can use the X11 color names or HEX.
 * Reference = http://en.wikipedia.org/wiki/Web_colors#X11_color_names
 * If you use HEX, don't forget the #.
 * If you use words, of course there is no #.
 *
 * Colons (:) and semi-colons (;) are important. Don't delete them.
 *
 ****/


/****** Background
 *
 * It's best to only use a (not-so-dark) background-color that 
 * allows blue links to be visible.
 */

body{

    background-color: #F9F9F9;
    color: Black;

}


/****** Nav Bar, Sides of the lessons
 *
 * It's best to only use a (not-so-dark) background-color that 
 * allows blue links to be visible.
 */
 

#course-view .section td.side,th.header,td.header,.navbar,.header{

    background-color: #336699;
    color: #ffb400;

}

/*.header {
	background-image:url(gradient_orange.jpg);
	background-position:inherit;    
    background-repeat:repeat-x;
}*/

.navbar {
	background-image:url(gradient_blue.jpg);     
    background-position:top;    
    background-repeat:repeat-x;
} 
 


/****** Block Headers, Headings in Lessons, This week highlight color
 *
 * If you use a dark "background-color,"
 * then the text "color" should be White.
 *
 * If you use a light "background-color,"
 * then the text "color" should be Black.
 *
 * If you make the "background-color" too dark,
 * then the editing icons in the blocks will be
 * difficult for teachers to see.
 */
 
#course-view .weekscss .current,
.section h1,.section h2,.section h3,
.generaltable th.c0,.generaltable th.c1,.generaltable th.c2,.generaltable th.c3,.generaltable th.c4,th.header,td.header .left,.headingblock, .sideblock .header{

    background-color: #336699;
    color: #ffb400;
    border-color:#4a85c0;

}

#course-view .section td.side {
	background-color: #839BB3;
}

/* Columnas laterlaes de tema actual de una asignatura */
#course-view .current td.side{
  background-color: #ffb400;
  color: #336699;
  border-color: #336699;
}

/* Tabla contenido de tema actual de una asignatura */
#course-view .current td.content{
	border-color: #336699;
}


/****** Content of Blocks
 * 
 * It's best to only use a (not-so-dark) background-color that 
 * sallow blue links to be visible.
 */
 
.sideblock {
	background-color: #f2f7fc;	
} 

.sideblock .content {

    background-color: #f2f7fc;
    border-color:#4a85c0;

}/***** ck_2/a.css end *****/

