/**************************************
 * THEME NAME: workforce-learning
 *
 * Files included in this sheet:
 *
 *   workforce-learning/utenn_foot.css
 *   workforce-learning/user_styles.css
 **************************************/

/***** workforce-learning/utenn_foot.css start *****/

#footer {
  position: relative;
}

#footer .copyright {
  font-size: 0.8em;
  position: absolute;
  left: 8px;
  bottom: 8px;
  margin: 0;
  padding: 0;
}

#footer ul#utenn_links {
  font-size: 0.8em;
  list-style: none;
  position: absolute;
  right: 8px;
  bottom: 8px;
  margin: 0;
  padding: 0;
}

#footer ul#utenn_links li {
  float: left;
  padding: 0 5px;
}/***** workforce-learning/utenn_foot.css end *****/

/***** workforce-learning/user_styles.css start *****/

body {
background-color: #FAFAFA;
}

a:link {
	color:#535353;
        font-weight:bold;
        font-size: .9em;
}

a:visited {
	color:#535353;
        font-weight:normal;
        font-size: .9em;
}

a:hover {
     color:#666666;
     text-decoration:underline;
}

.categorylist .category.name {
	font-size: 1em;
}

.sideblock h2 {
      font-size:0.9em;
      font-weight:bold;
      color:#333333;
}

//topic headings in course

h2.headingblock {
      font-size:1.1em;
      font-weight:bold;
      color:#333333;
}

//topic headings and summary text in course

#course-view .section td.content .summary  {
	font-size: 1em;
        color:#F9A13A;
}

//replaces logo.gif as banner on front page and throughout site

.header-home .clearfix h1.headermain {
       background-image: url('http://extol.tennessee.edu/workforce-learning/theme/workforce-learning/banner_workforce-learning_final.png');
}/***** workforce-learning/user_styles.css end *****/

