@import "sidebar.css";
@import "calendar.css";
@import "subnav.css";
@import "masthead.css";

* {
	margin: 0;
	padding: 0; 
}

body {
	font: normal 12px/1.45 "Helvetica", Arial;
	background: white;
}

ul {
	list-style: none;
}

hr {
	visibility: hidden;
	clear: both;
}

a img {
	border: none;
}

#center {
	background: #FFFFFF;
	width: 735px;
	margin: 10px auto;
	border: 15px solid #d0d7e3;
}

#content {
	padding-top: 12px;
	background: transparent url(../images/backgrounds/content.png) top left repeat-x;
}

#main {
	height: auto !important;
	height: 625px;
	min-height: 625px;
	float: left;
	width: 500px;
	color: #25487d;
}

body.wide #main {
	margin-left: 35px;
	display: block;
	width: 650px;
}

#main a {
	color: #25487d;
	text-decoration: none;
	border-bottom: 1px solid #bccae8;
}

#main a:hover {
	color: #00000;
	text-decoration: none;
	border-bottom: 1px solid #25477c;
	background-color: #bccbe9;
}

#main h2 {
	margin-top: 30px;
	margin-bottom: 3px;
	color: #55729f;
	font-weight: bold;
	font-size: 12px;
}

#main h3 {
	margin: 0px 0 2px;
	color: #A2AFC7;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 30px;
}

#main h4 {
	margin: 0.5em 0 ;
	color: #25487d;
	clear: left;
}

#main img {
	margin: 3px 3px 0;
}

#main td img {
	margin: 0;
}

#main p {
	margin-bottom: 1em;
}

#main ul {
	list-style: none;
	padding-left: 1.5em;
	margin-bottom: 1em;
}

#main ul li {
	list-style: square;
}

#main ul li a {
	text-decoration: none;
	border-bottom-style: inherit;
	list-style: none;
}

#main ul li a:hover {
	list-style: none;
}

#main div.box {
	width: 260px;
	float: left;
	margin-bottom: 1em;
}

#main div.info {
	width: 170px;
	float: left;
}

#main div.info h4,
#main div.info ul {
	background: #d0d7e3;
	margin: 0 5px 3px 0;
	padding: 3px 0 3px 1em;
}

#main div.info ul {
	height: 70px;
	overflow: auto;
}

address {
	clear: both;
	width: 735px;
	text-align: center;
	font: normal 11px/2 Helvetica;
	color: #A2AFC7;
}

#footer  {
	text-align:center;
	width: auto;
	height: 30px;
	background-color: #A7AB51;    
}

#content>#footer {
	width: 735px;
}

#footer ul {
	margin: 0 auto;
	padding-top: 3px;
	width: 550px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: block;
	float: left;
	text-decoration: none;
	width: 80px;
	color: white;
	font: normal 11px/2.5 ;
	border: none;
	margin: 0px 10px;
}

#footer ul li s {
	float: left;
	text-decoration: none;
	color: #55729F;
}

#footer ul li a:hover {
	color: #d1d665;
}

#main div ul {
	list-style: none;
}

#main ul.reference li {
	padding-left: 20px;
	margin-bottom: 2px;
	background: transparent url(../images/icons/reference.gif) center left no-repeat;
}

#main ul.document li {
	padding-left: 20px;
	margin-bottom: 2px;
	background: transparent url(../images/icons/document.gif) center left no-repeat;
}


#main ul.dropdown li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 2px;
	background: transparent url(../images/icons/action_go.gif) center left no-repeat;
}

#main ul.dropdown li a {
	text-decoration: none;
}

#main ul.dropdown ul {
	font: normal 0.8em Arial;
	display: none;
	width: 120px;
	position: absolute;
	top: 1.2em;
	left: 25px;
	padding: 0.3em;
	z-index: 2000;
	background-color: #ffffff;
	border: 1px solid #d0d7e3;
}

#main ul.dropdown ul li {
	background: none;
	padding: 0;
}

#main ul.dropdown li.hover ul {
	display: block;
}

#main #viewbar {	
	margin: 0 2px;
	background: #D1D665 url(../images/backgrounds/viewbar.png) 1em center no-repeat;
	height: 36px;
	border-bottom: 1px solid #B5BE5D;
}

#main #viewbar #cat {
	float: left;
	margin: 8px 0px 0px 40px;
}

#main #viewbar #views {
	float: right;
	width: 60px;
	margin: 0;
}

#main #viewbar #views a {
	text-indent: -999em;
	overflow: hidden;
	float: left;
	display: block;
	width: 24px;
	height: 33px;
	margin: 1px;
}

#main #viewbar #views a#grid { background: transparent url(../images/generic/grid.png) no-repeat top left; }
#main #viewbar #views a#grid:hover { background: transparent url(../images/generic/grid_over.png) no-repeat top left; }
#main #viewbar #views a#list { background: transparent url(../images/generic/list.png) no-repeat top left; }
#main #viewbar #views a#list:hover { background: transparent url(../images/generic/list_over.png) no-repeat top left; }

#main #viewbar #scm-toolbar {
	display: none;
}

#main blockquote {
	background: #D0D7E3;
	font: italic 13px/1.5 Georgia ;
	margin: 1em 1em 1em 0;
	padding: 1em 1em 1em 3em;
	color: white;
}

#main table {
	width: 390px;

}

#main table td {
	width: 130px;
	padding: 0.5em;
	background: #D0D7E3;

}

#main #scm-toolbar table td {
	width: auto;
	background: transparent !important;
}

#main div.teacher {
	margin: 1em 10px 2em 0;
}

#main div.teacher img {
	float: left;
	margin: 3px;
	padding: 1px;
	border: 1px solid #c0c0c0;	
	width: 60px;
	height: 90px;
}

#main div.teacher ul {
	margin: 0;
	padding: 0;
}

#main div.teacher ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main div.teacher ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links {
	float:right;
	width: 120px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #D0D7E3;
}


div.blogonlypost {
	border-bottom: 1px solid #D0D7E3;

}

p#course_introduction {
	padding: 5px 10px;
	background-color: #D0D7E3;
	margin: 10px 0;
}

#main a.calendar {
	border: none;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url(../images/icons/calendar.gif) center left no-repeat;	
}

#main a.feed {
	text-decoration: none;
	border: none;
	padding-left: 20px;
	background: transparent url(../images/icons/feed.gif) center left no-repeat;
}


dl#course-list dt a {
	padding-left: 20px;
	border-bottom: none;
	background: transparent url(../images/icons/right-carat.png) center left no-repeat;
}

dl#course-list dt a.open {
	background: transparent url(../images/icons/down-carat.png) center left no-repeat;
}

dl#course-list dd {
	margin-bottom: 2em;
}

form div.row {
	display: block;
	width: 400px;
	margin-bottom: 1em;
}

form div.row label {
	width: 120px;
	float: left;

}

#main ul#alpha-nav { 
	margin: 0;
	padding: 0;
}

#main ul#alpha-nav li {
	list-style: none; 
	margin: 0 1em 0 0 ;
	padding: 0;
	float: left;
} 
div.list {
	clear:both;
}

div.art-boxes {
	clear: both;
	height: 220px;
	text-align: center;
}

div.art-box {
	border: 1px solid #dedede;
	width: 160px;	
	margin: 0 2px;
	height: 200px;
	float: left;
}

#main div.art-boxes ul  {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main div.art-boxes ul li {
	list-style: none;
}

div.liblinks {
	width: 500px;
	clear: both;
}

div.liblinks br {
	display: none;
}

div.liblinks a {
	padding: 10px;
	float: left;
	border: none !important;
}

dl.library-links dt a {
	padding-left: 20px;
	border-bottom: none;
	background: transparent url(../images/icons/right-carat.png) center left no-repeat;
}

dl.library-links dt a.open {
	background: transparent url(../images/icons/down-carat.png) center left no-repeat;
}

dl.library-links dd {
	margin-left: 1em;
}

div#library-photo {
  float: right;
  width: 290px;
  margin-left: 10px;
  margin-right: -10px;
  text-align: center;
}

div#library-photo img {
  width: 282px;
}

/*div#library_links {
	width: 200px;
	float: right;
}

div#library_links select {
	width: 200px;
	margin-bottom: 5px;
}*/

ul#form_navigation{ 
	list-style: none;
	height: 30px;
	margin: 0;
	padding: 0;
	}
	
	ul#form_navigation li {
		list-style: none;
		margin: 0 0.5em 0 0;
		padding: 0;
		font-size: 12px;
		
		float: left;
	} 
	
div.student a img {
	padding: 2px;
	border: 2px solid #D0D7E3;
}

div.student a:hover img { 
	padding: 2px;
	border: 2px solid #54719E;
}

div.student_name a p {
	text-decoration: none;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
}

div.student_name a:hover p {
	text-decoration: underline;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
}

ol {
	list-style-position: inside;
}
