/**************************************
 * THEME NAME: netspot
 *
 * Files included in this sheet:
 *
 *   netspot/styles_netspot.css
 **************************************/

/***** netspot/styles_netspot.css start *****/

/*******************************************************************

		Theme name: NetSpot
		Description: 3-column Moodle theme, made for NetSpot
		Author: Sonya Brown
		Version: 1.8
	
*******************************************************************/


body {
  background: url(pix/background.jpg) repeat-x top left;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}
  
table, td, th, li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
  background-color: #FFFFFF;
  margin: 40px 100px 40px 100px;
  padding: 8px;
  min-width: 960px;
}

#header-image {
  background: url(pix/header_bg.jpg) repeat-x top left;
  height: 66px;
}

#header-image-left {
  background: url(pix/header_left.jpg) no-repeat top left;
  height: 66px;
}

.navbar {
  background: url(pix/navbar_bg.jpg) repeat top left;
  color:#033067;
}

.navbar a:link,
.navbar a:hover,
.navbar a:visited {
  color:#033067;
}

h1, 
h2, 
h3, 
h4 { 
  color: #033067;
  padding: 0 0 6px 0;
}

.sideblock .header {
  padding: 5px;
}

.sideblock h2 {
  font-size: 13px;
}

a:link,
a:visited,
a:active {
  color:#CD9934;
  text-decoration: underline;
}

a:hover {
  color:#003366;
}

/***** netspot/styles_netspot.css end *****/

