/* NAV MENU - START */
#nav {
	height:40px;
	background: #eac489;
	margin:0px 25px 0px 24px;
	padding: 0px 10px;
}

#nav ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0px;
	
}

#nav li {
	display: inline;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	
}

#nav li a {
	height:30px;
	display: block;
	float: left;
	background:#e49112;
	margin-right: 10px;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	
}
#nav li a.active{
	height:40px;
	background:#e49112;
}
/* NAV MENU - END */

/* GENERAL - START */
html *, body * {
	margin:0px;
	padding:0px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	text-align: justify;
	line-height: 25px;
}
html, body {
	height:100%; /* needed for container min-height */
	background-color: #4583c0;		
}
h1{
	font-size:28px;
	color:#e49112;
	font-style: italic;
	margin-bottom:10px;
}
h2{
	margin-top:10px;
	color:#78aeec;
	font-size:24px;
}
p{
	margin:10px 20px 10px 20px;
}
ul, ol {
	margin-left:50px;	
}
/* GENERAL - END */

/* CONTENT - START */
div#wrapper{
	width:1024px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	margin:auto;
	
}
div#content{
	margin:20px 25px 0px 24px;	
	padding:20px 40px;
/* 	border:1px solid blue; */

	
}
div#logoDiv{
	dmargin-bottom:20px;
	margin-left:24px;
	width:974px;
}

div#quicklinks{
	padding-top:5px;
	height:40px;	
	float:right;
	color:#e49112;
}
div#quicklinks a{
	color:#e49112;
}

/* CONTENT - END */

/* POSTS - START */
div.postlist{
}
div.post{
	clear:both;
	margin:0px 0px 30px 0px;
}
h2.postTitle{
	padding-bottom:5px;
	border-bottom: 2px dashed #D6D5D5;
}
h4.postMeta{
	margin:40px 20px 0px 20px;
	font-size: 11px;
}
h3.postDate {
	margin-top: -36px;
	margin-right:20px;
}
span.postMonth{
	display: block;
	float: right;
	width: 60px;
	margin-top:1px;
	padding: 5px 0;
	background: #D6D5D5;
	text-align: center;
	font-size: 11px;
}
span.postDay{
	display: block;
	float: right;
	clear: right;
	width: 60px;
	margin-bottom: 1px;
	padding: 10px 0;
	background: #EAEAEA;
	text-align: center;
	font-size: 24px;
}

div.postText{
	margin:0px;
	margin-left:30px;
	margin-right:100px;
	padding:0px;
}
p.postPar{
	margin:10px 0px 0px 0px;
	padding:0px;
}
/* POSTS - END */

/* COURSE INFO - START */
/* COURSE INFO - END */

/* LECTURES - START */
div#lectureList{
	padding-bottom:50px;
}
div.lecture{
	clear:both;
	margin:0px 0px 30px 0px;
}
h2.lectureTitle{
	padding-bottom:5px;
	border-bottom: 2px dashed #D6D5D5;
}
h4.lectureMeta{
	margin:40px 20px 0px 20px;
	font-size: 11px;
	visibility:hidden;
}
h3.lectureDate {
	margin-top: -36px;
	margin-right:20px;
}
span.lectureMonth{
	display: block;
	float: right;
	width: 60px;
	margin-top:1px;
	padding: 5px 0;
	background: #D6D5D5;
	text-align: center;
	font-size: 11px;
}
span.lectureDay{
	display: block;
	float: right;
	clear: right;
	width: 60px;
	margin-bottom: 1px;
	padding: 10px 0;
	background: #EAEAEA;
	text-align: center;
	font-size: 24px;
}

div.lectureText{
	margin:0px;
	margin-left:30px;
	margin-right:100px;
	padding:0px;
}
p.lecturePar{
	margin:0px;
	padding:0px;
}
div.iconDiv{
	text-align:center;
	width:150px;
	float:left;
	margin-bottom:40px;
}
a.iconLink{
}
img.icon{
	border:0px;
}
span.iconName{
	display:block;
	margin:0px;
	line-height:14px;
	font-size:11px;
	text-align:center;
}
/* LECTURES - END */

/* CALENDAR - START */

iframe.calendarIframe{
	border:0px;
}

/* CALENDAR - END */

/* ASGN - START */
div#asgnList{
	display:block;
	margin-bottom:100px;
}
div.asgn{
	clear:both;
	margin:0px 0px 30px 0px;
}
h2.asgnTitle{
	padding-bottom:5px;
	border-bottom: 2px dashed #D6D5D5;
}
h4.asgnMeta{
	margin:40px 20px 0px 20px;
	font-size: 11px;
	visibility:hidden;
}
h3.asgnDate {
	margin-right:20px;
}
span.asgnMonth{
	display: block;
	float: right;
	width: 60px;
	margin-top:1px;
	padding: 5px 0;
	background: #D6D5D5;
	text-align: center;
	font-size: 11px;
}
span.asgnDay{
	display: block;
	float: right;
	clear: right;
	width: 60px;
	margin-bottom: 1px;
	padding: 10px 0;
	background: #EAEAEA;
	text-align: center;
	font-size: 24px;
}

div.asgnText{
	margin-top:10px;
	margin-left:30px;
	margin-right:100px;
}
div.asgnImg{
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}
p.asgnPar{
}
div.asgnIconDivs{
	
}
div.asgnIconDiv{
	text-align:center;
	width:250px;
	float:left;
	padding:5px;
	margin-bottom:40px;
}
a.asgnIconLink{

}
img.asgnIcon{
	border:0px;
}
span.asgnIconName{
	display:block;
	margin:0px;
	line-height:14px;
	font-size:11px;
	text-align:center;
	width:100px;
}
div.asgnIconContainer{	
	text-align:center;
	dborder:1px solid red;
	width:40%;
}
h4.dueTitle{
	margin-top:-55px;
	margin-left:110px;
}
/* ASGN - END */

/* RESOURCES - START */
div.resourceList{
	
}
div.resourceCategory{
	
}
h2.resourceCategoryTitle{
	padding-bottom:5px;
	border-bottom: 2px dashed #D6D5D5;
}
div.resourceSubcategory{

}
h3.resourceSubcategoryTitle{
	font-size:16px;
	cursor:pointer;
}
h3.resourceSubcategoryTitleVisible{
	font-size:16px;
	cursor:pointer;
}
div.resourceItem{
	border:1px solid #D6D5D5;
	margin:5px;
	padding:5px;
	display:none;
}
div.resourceVisible{
	border:1px solid #D6D5D5;
	margin:5px;
	padding:5px;
}
a.resourceItemLink{

}
div.resourceItemDescription{

}

/* RESOURCES - END */

/* STAFF - START */
#staff{
	margin:auto;
	dclear:both;
	dheight:100%;
}
#heads{
	margin:0 auto;
	width:500px;
}
#professor{
	text-align:center;	
	float:left;
	margin:10px;
}
.staffTitle{
	text-align:center;
}
.taDiv > h3
{
	text-align:center;
}
#headta{
	float:left;
	margin:10px;
	
}
#utas{	
	dborder:1px solid red;
	margin:0 auto;
	width:650px;
	clear:both;
}
.taDiv{
	
	width:200px;
	height:250px;
	padding:5px;
	border:1px solid gray;
	text-align:center;
	margin:5px auto;
	dsfloat:left;
}
/* STAFF - END */

.b { 
	font-weight: bold; 
	font-family: Courier, monospace;
}
.code{
	font-family:"Courier New", Courier, monospace;
	color:#369;
}
pre.code{
	margin:0px 50px;	
	padding:20px;
	background:#D9DCFD;
}
/** Links Page **/
/*
#links { font-size: 80%; }
.link {
   border: 1px solid #000;
   padding: .3em .5em;
   width: 100%;
   margin: 0 0 .3em;
}

.link a.name {
   font-size: 1em;
   color: #73B61C;
   border: 0 none;
}

.link .desc, .link .types {
   padding: .3em 0 0 1em;
   border-top: 1px solid #D5D7DB;
   margin: .3em 0 0 .3em;
}

.link p {
   padding: 0;
   margin: 0;
}

div.linkType {
   margin: 0 0 2em;
   padding: 0 0 2.3em;
   border-bottom: 4px dotted #D5D7DB;
   width: 765px;
}

.center { text-align: center; }
.center { margin: 0 auto; }

.indent { text-indent: 2em; }

.b { font-weight: bold; }

ul.override
{
	margin: .5em 0 .5em 1em;
	padding-left: 1em;
	list-style-type: disc;
}
*/
