/* Based on wordpress theme subtle, by gluedideas 
 *  With tidbits from: http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
*/

html,body {
 height:100%;
 margin:0;
 padding:0;
 background-color: #F3F3EB;
}

#background-wrapper {
  position: absolute;
  text-align: center;
  height:100%;
  width:100%;
}
#background {
  position:relative;
  margin: 0 auto;
  width:860px;
  height:100%;
  background-image:url(images/back_content1.gif);
  background-repeat: repeat-y;
}
#container {
    min-height: 100%;
    position: relative;
}
#header-w {
 background-image: url(images/back_header.gif); 
 background-repeat: repeat-x;
 text-align: center;
}

#header {
	width: 860px;
	height: 145px;
	position: relative;
    
    background-image: url(images/header_plain.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    
    margin: 0 auto; 
 }

#menu { 
 background-image: url(images/header_menu_plain.jpg);
 background-repeat: no-repeat;
}

#menu .page_item a {
	background-image: url(images/back_menu.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#menu .current_page_item a {
	background-image: url(images/back_menu_selected.gif);
	background-position: center top;
	background-repeat: repeat-x;
}



#main-w {
 background-image: url(images/back_content1.gif);
 background-repeat: repeat-y;
 width: 860px;
 margin: 0 auto; 
 padding-bottom: 140px;
}

#main {
    padding: 20px 40px;
}

#footer-w {
 background-image: url(images/back_footer.gif); 
 background-repeat: repeat-x;
 position: absolute;
 bottom: 0;
 margin-top:-140px;
 width:100%;
}

#footer {
	width: 860px;
	height: 140px;
	position: relative;
    
    background-image: url(images/footer.jpg); 
    background-position: center top;
    background-repeat: no-repeat;
    
    margin: 0 auto; 

}

#menu {
	display: block;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	height: 45px;
	position: absolute;
	bottom: -1px;
}

html>body #menu {
	bottom: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	height: 45px;
	line-height: 30px;
}

#footer_title {
	padding: 0px;
    padding-top: 40px;
	margin: 0px 0px 0px 40px;
	line-height: 40px;
}




/*------------------------*/
.style-content {
    text-align:left;
}
#title {
margin:0 40px;
padding:25px 0 0;
}
h1 {
font-size:250%;
line-height:100%;
}

/* Color ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

a, a:link {
	color: #bb6f02;
}

a:hover, a:active {
	color: #e58802;
}

#header, #footer {
	color: #FFFFFF;
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #FFFFFF;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #DDDDDD;
}


/* Typography ------------------------------------------------------ */

body {
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 9pt;
	line-height: 150%;
	color: #382e1f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.06em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
    font-weight: bold;
}

#tagline {
	font-size: 120%;
}

#tagline {
	margin: 0px 40px;
}

.style_content {
	position: relative;
	margin: 0px auto;
	text-align: left;
}

#copyright_notice p {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	line-height: 60px;
    font-size: 70%;
}

#logos {
	position: relative;
	display: inline;
	padding: 0px;
	margin: 10px 40px 0px 0px;
	float: right;
	vertical-align: middle;
}

#logos img {
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}




/*-----------------------------------------------*/
.sec {
    border-top: 1px solid #DDDDDD;
    margin-bottom: 1em;
    /*clear:both;*/
    vertical-align: top;
}

div.announce {
    z-index: 1;
    position:relative;
    min-width: 33%;
    width: 33%;
    float:right;
    background-color: orange;
    margin: 1em;
    padding-left: 1em;
    padding-right: 1em;
    border-width: 1px;
    border-style:solid;
    border-color:grey;
}

.sec_last {
    border-bottom: 1px solid #DDDDDD;
}

div.sec-title {
  width: 150px;
  padding: 0px;
  text-align: right;
  position: relative;
  float: left;
}

div.sec-content {
  padding-left: 170px;
  position: relative;
}



.sec-content p {
    line-height: 130%;
}

p.sec-title {
    line-height: 130%;
    font-weight: bold;
}

p.todo {
    color: red;
}

table {
   width: 98%;
   margin: 1%;
   border-collapse: collapse;
}
table tr,th, td {
    padding: 3px;
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: black;
}
table.schedule th {
    background: maroon;
    color: white;
}
tr.lecture {
    background-color: #fff;
}
tr.lecture-alt {
    background-color: #ddd;
}
tr.no-class {
    background-color: #ccff33;
}

tr.topic {
    background-color:#777;
    color: white;
}

tr.exam {
    background-color: turquoise;
}

table.schedule td {
    text-align: center;
}

span.date {
    color: red;
}

table.review td.desc {
    font-style:italic;
}

.paper-title {
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}
