/* Normal style layout goes here - from pylit.css */

* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 600px;
}

#content {
    margin: 10px;
}

/* format the top banner area */
#header {
    width: 100%;
}

#logo {
    float: left;
    margin-left: 10px;
    margin-right: 25px;
    margin-top: 10px;
}

#title {
    font-family: times sans-serif;
    font-weight: bold;
    height: 135px;
}

#title #course {
    font-size: 15px;
}

#title #pagename {
    font-size: 40px;
    margin-top: 40px;
}

#navigation {
    margin: 20px 10px 10px 10px;
    border: 2px solid #d9d9d9;
    border-bottom: none;
    border-left: none;
    text-align: right;
}

#navigation span {
    border: 2px solid #d9d9d9;
    background-color: #fff0ff;
}

#navigation span a:hover {
    background-color: pink;
}

/* Content styling ------------------------------------------------*/

/* Left side box =======================*/
#left {
    float: left;
    width: 200px;
    padding: 5px;
}

#left #menu {
    background-color: lightblue;
    font-color: black;
    margin: 10px;
    padding: 10px;
    text-align: left;
}

#left ul {
    border: 1px solid black;

    padding: 20px;
    line-height: 150%
}

#left #menu #announcements {
    float: left;
    margin: 10px;
    padding: 10px;
    text-align: left;
}


/* Right side box ======================*/

#right {
    margin-left: 220px;
}

#right img {
    float: right;
}


#department {
    margin-bottom: 10px;
    font-size: 20px;
}

/* format the page footer */

#footer {
    text-align: center;
    font-size: 10px;
    color: red;
}

/* Basic page layout regions */

/* grouping blocks */

.section {
    margin: 0 auto;
    width: 600px;
    border: 1px solid black;
}

.section b {
    text-align: left;
}

.blocktext table {
    width: 578px;
    border-collapse: collapse;
}

.blocktext {
    margin: 0 auto;
    width: 575px;
}

.blocktext {
    padding: 10px;
}

.blocktext ol {
    list-style-type: decimal;
    margin-left: 30px;
}

.blocktext ul {
    margin-left: 30px;
}

/* Lecture table layout */

.lectures {
    margin 0 auto;
    width: 600px;
    border: 1px solid black;
}

.lectures table tbody td {
    border: 1px solid black;
}

.week {
    background-color: lightblue;
}

/* Normal wiki layout controle */

.instructor {
    margin-left: 10px;
    font-weight: bold;
    font-style: italic;
}

.comment {
    float: right;
    width: 200px;
    background-color: yellow;
}

.figcaption {
    text-align: center;
    font-weight: bold
    font-size: 10px;
    width: 200px;
}

.codetitle {
    font-weight: bold;
    background-color: red;
}

.code {
    margin: 20px;
    background-color: lightblue;
}

.rightfig {
    float: right;
}

.schedule {
    margin-top: 20px;
    margin-bottom: 20px;
}


#toc {
    margin: 0 0 20px;
    padding: 0;
}

.toclink {
    float: right;
    margin: 0;
    font-weight: bold;
    color: blue;
}


.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

#toc                     { background: #edf3fe; padding: .75em;}
#toc h4                  { margin-top: 0px; }
#toc ul                  { list-style: none; margin-left: 0; padding-left: 0; }
#toc li                  { padding-left: 0; display: block; }
#toc li.toclevel-2       { margin-left: 0.5em; }
#toc li.toclevel-3       { margin-left: 1.5em; }
#toc li.toclevel-4       { margin-left: 2.5em; }

#department {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

#schedule {
    margin: 0 auto;
    padding: 0px;
}

#schedule table {
    margin: 0;
}

#schedule table caption {
    font-weight: bold;
}

#instructor {
    margin: 0 auto;
    padding: 0px;
}

#instructor table {
    margin: 0;
}

#instructor table caption {
    font-weight: bold;
}


#lectures {
    padding: 10px;
}

#title {
    margin-bottom: 10px;
}


.scans {
    font-size: 12px;
}

.scans .level {
    width :80px;
}

.gradetable {
    margin: 0 auto;
    padding-top: 10px;
}

.lefttd {
    width: 180px;
}

#orientation {
    margin: 30px 50px;
    text-align: left;
    width: 600px;
}

#orientation ol {
    padding: 30px;
    margin: 0;
    list-style-type: decimal;
}

#orientation ol li {
    padding: 2px 0 2px 0;
}

#orientation ol ul {
    margin-left: 50px;
    padding: 0;
}

ol ul li {
    list-style-type: square;
}

/* Print page - override ==========================================*/
#page {
    background-color: yellow;
}

#logo {
    display: none;
}

#navigation {
    display: none;
}

#left {
    display: none;
}

#right {
    text-align: left;
    margin: 0 auto;
}

#title {
    text-align: center;
}

#course{
    font-size: 20px;
}

.rightfig {
    float: right;
}

#pagename {
    font-size: 30px;
    font-weight: bold;
}

