/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1{
  text-align: center;
  color: #666;
}

.doNotDisplay{
  display: none;
}

hr {
    color: #c0c0c0;
    background-color: #c0c0c0;
    height: 1px;
    border: 0;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
        text-align: left;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

ul {
	margin-left: 3em;
}

#proj1 table{
  border: solid #000 0px;
  margin-left:auto; 
  margin-right:auto;
}

#proj1 td { 
    padding: .1em;
    border: solid #000 0px;
}

/*
ul li {
  padding: .1em 0;
}
*/
ol {
	margin-left: 3em;
}

ol li {
}

li.check
{
  list-style-image:  url(../img/ok.png)
}

a {
	text-decoration: underline;
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

tr.shaded{
  background-color: #eee;
}


/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
        min-height: 100px;
}

/* Post */

.post {
}

.post .title {

	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title h2{
	background: url(images/img10.gif) no-repeat right top;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

/* Header */

#header {
	width: 920px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #CAE646 url(images/img01.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	width: 350px;
	height: 50px;
	position: absolute;
}

#logo h1 {
	float: left;
	padding: 0 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
     
}

#content pre{
	font-size: 110%;
}

/* Content > Main */

#main {
	float: left;
	width: 660px;
	padding-left: 20px;
	font-size: 1.2em;
}

#main .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
}
/* Content > Main > Welcome */

#welcome{
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
	font-size: 1.2em;
}

#sidebar .boxed .content p {
	font-size: 1.2em;
}

/* Content > Sidebar > Login */

#info {
}

#info form {
}

#info fieldset {
	border: none;
}

#info legend {
	display: none;
}

#info label {
	display: block;
}

#info input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 20px;
	display: none;
}

#sidebar2 .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Content > Syllabus */

#page_body {
    font-size: 120%;
}

#page_body h1 {
    color: #3C74E6;
    margin-bottom: .5em;
}

#page_body h2 {
    color: #3C74E6;
    font-weight: bold;
    border-bottom: 1px dotted #666;
    margin-bottom: .5em;
}

#page_body p {
/*    padding: 0 0 0 5px;*/
    text-align: left;
}

#page_body pre {
    font-size: 115%;
}

#page_body code {
    font-size: 110%;
}


#page_body .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
}

#page_body .boxed .title .curved {
	background: url(images/img10.gif) no-repeat right top;
}



/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

#timestamp { 
   text-align: center;
   margin: 0 auto; 
   width: 980px;
}

#schedule { 
  text-align: center;
}

#schedule table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

 
#schedule td, #schedule th {
  border: 1px solid #c0c0c0;
  padding: 8px ;
  font-size: 1.10em;
}


#schedule th {
  font-weight: bold; 
  background: #3c74e6 url(images/img06.gif) repeat-x scroll 0% 0%; 
  color:#FFF;
}   

#schedule p {
  text-align: left;
  font-size: 1.15em;
}

.prompt {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 5px 2px 5px;
	color: #333333;
	background-color: #f3f3f3;
	border: 1px dotted #808080;
}

dd{
  line-height: 1.5em;
  margin-left: 3em;
}

dt{
  font-family: "Courier New", Courier, mono;	
  font-size: 1.1em;
  font-weight: bold;
}

#indent table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  border-collapse: collapse;
}

#indent td, #indent th {
  border: 1.5px solid #c0c0c0;
  font-size: 1.15em;
  padding: .5em  1.5em .5em 2em;
  vertical-align: top;
}

#indent th {
  text-align: center;
  background: #3c74e6 url(images/img06.gif) repeat-x scroll 0% 0%; 
  color:#FFF;
  padding: .5em;
}   

div.figure {
/*    margin: .5em 5%;
    padding: 0.5em;
*/
}

div.figure p {
    text-align: center;
    font-style: italic;
}

div.figure img {
    border: 0;
}

div.color {
    background-color: #ccccff;
    border: none;
    padding-left: 1em;
    padding-top: .08em;
    width: 900px;
}

pre {
     font-family: monospace;
}

.lab {
   color: blue;
}

.important {
   color: red;
}

#thanksgiving {
   color: sienna;
}
