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

/***** ck_a_color_a_day_for_31_days/a.css start *****/

/* 
 * Theme by Charles Kelly
 * http://www.manythings.org/tesl/moodle
 * March 26, 2008
 */

/* Background */
body{
background-color:#fff;
}

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

#header-home,#header {
padding-right:4px;
padding-left:6px;
}

#footer{
padding-top:6px;
padding-bottom:4px;
}

/* This Week */
#course-view .weekscss .current ,
#course-view .current td.side  {
border-left:2px solid black;
border-right:2px solid black;
}


.sideblock .content {
background-color:#f7f7f7;
}

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

.summary h2 {
color:#000000;
background-color: #eee;
padding: 1px;
margin: 6px 30px;
font-size:1em;
padding-left: 6px;
}

.section h1,.section h2,.section h3 {
font-family: Helvetica,Ariel;
background-color: #eeeeee;
border-left: 5px solid #444;
border-bottom: 1px solid #444;
padding: 1px;
padding-left: 6px;
}

.content .weekdates{
background-color:transparent;
text-align: right;
border: none;
}

/***** ck_a_color_a_day_for_31_days/a.css end *****/

