h1
{
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

h2, h3
{
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
}

h3
{
  font-size: 14px;
}

p  /*  Default */
{
  margin: 10px 0;
}

p.teaser
{
  color: #444;
  font-style: italic;
  font-weight: bold;
}

em
{
  color: #215979;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

img#counter
{
  display: none;
}

div.product
{
  float: left;
  width: 33%;
  text-align: center;
}

div.product img
{
  display: block;
  width: 160px;
  margin: 20px auto;
}

img.zoom
{
  display: block;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid grey;
}

small
{
  font-size: 13px;
}

div#roof
{
  width: 100%;
  height: 25px;
  background: transparent url(images/roof.jpg) repeat-x center center;
}

div.triangles
{
  width: 900px;
  height: 10px;
  margin: 0 auto;
  background: transparent url(images/triangles.gif) repeat-x center center;
  border: none;
}

#menu hr,
#footer hr
{
  clear: both;
  width: 800px;
  margin: 25px auto;
  border-top: 4px dashed #f90;
}

a, a:visited
{
  color: blue;
}

/********************
  Index
********************/

ul.list
{
  list-style-type: none;
  list-style-image: url(images/bullet.png);
  list-style-position: outside;
  margin-left: 24px;
}

ul.list li
{
  /*background: transparent url(images/bullet.png) no-repeat center left;*/
}

ol
{
  list-style-position: outside;
  margin-left: 24px;
}

ol li
{
  padding: 1px 0;
  color: #f90;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

ol li p
{
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

ul#tools
{
  display: block;
  width: 100px;
  margin: 0 auto;
}

ul#tools li
{
  display: block;
  float: left;
  width: 100px;
}

ul#tools li a
{
  display: block;
  width: 100px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 11px;
}

/********************
  Schedule
********************/

div#tab2-content h1
{
  padding-left: 25px;
  text-align: left;
}

table#schedule
{
  width: 100%;
}

table#schedule tr
{
  background-color: white;
}

table#schedule td
{
  font-weight: normal;
}

table#schedule th
{
  padding: 5px 0;
}

table#schedule th.col1,
table#schedule td.col1
{
  width: 100px;
  padding-left: 25px;
}

table#schedule th.chan,
table#schedule td.chan
{
  padding-left: 25px;
}

table#schedule tr td
{
 padding-top: 5px;
 padding-bottom: 5px;
}

/********************
  Schedule Search
********************/

div#tab1-menu form h1 /* align elements */
{
  margin: 0;
}

div#tab1-menu form div
{
  display: block;
  float: right;
  width: 380px;
}

div#tab1-menu form div input
{
  margin: 0 5px;
  padding: 1px;
  border: 1px solid black;
}

div#tab1-menu form div #submit
{
  padding: 1px;
  font-weight: bold;
  border: 1px solid black;
}

div#search-content
{
  width: 850px;
  margin: 0 auto;
}

table#schedule th
{
  text-align: left;
}

div#search-content .odd
{
  background-color: #e4e4e4;
}

/********************
  Production
********************/

table#class-schedule
{
  margin: 10px 0;
}

table#class-schedule tr.greyout td
{
  color: gray;
  text-decoration: line-through;
}

table#class-schedule tr.spacer td
{
  background-color: transparent;
  border: none;
}

table#class-schedule th
{
  padding: 5px;
  text-align: left;
  font-weight: bold;
  background-color: #f90;
  border: 2px solid #444;
}

table#class-schedule td
{
  padding: 1px 10px;
  background-color: white;
  border: 2px solid #444;
}

/********************
  501(c)3
********************/


ul.simple
{
  list-style-type: none;
}

ul.simple li
{
  margin-left: 0;
  padding: 1px 0;
}

ul.links
{
  margin: 15px 0;
  list-style-type: none;
}

ul.links li
{
  margin: 5px 0;
  padding-left: 20px;
  background: transparent url(images/link-icon.png) no-repeat center left;
}

ul.docs
{
  margin: 15px 0;
  list-style-type: none;
}

ul.docs li
{
  margin: 5px 0;
  padding-left: 20px;
  background: transparent url(images/docs-icon.gif) no-repeat center left;
}

ul.bullets
{
  list-style-type: disc;
  list-style-position: outside;
}

ul.bullets li
{
  margin-left: 20px;
  padding: 1px 0;
}

/********************
  Sidebar Layout
********************/

div.sidebar
{
  clear: both;
  float: right;
  width: 400px;
  margin-bottom: 50px;
}

/*  Sidebar-blob */

div.sidebar-blob,
div.sidebar-blob2
{
  clear: both;
  float: right;
  width: 350px;
  background: transparent url(images/sidebar.png) no-repeat top right;
}

div.sidebar-blob2
{
  color: white;
  background: transparent url(images/sidebar2.png) no-repeat top right;
}

div.sidebar-blob img,
div.sidebar-blob2 img
{
  display: block;
  padding: 10px 0;
}

div.sidebar-blob h2,
div.sidebar-blob h3,
div.sidebar-blob2 h2,
div.sidebar-blob2 h3
{
  margin: 10px 20px 0 50px;
}

div.sidebar-blob p,
div.sidebar-blob2 p
{
  margin: 10px 20px 0 50px;
}

div.sidebar-blob ul.simple,
div.sidebar-blob2 ul.simple
{
  list-style-type: none;
  margin: 10px 20px 0 50px;
}

div.sidebar-blob ul.simple li,
div.sidebar-blob2 ul.simple li
{
  padding: 1px 0;
}

div.sidebar-blob-end,
div.sidebar-blob2-end
{
  clear: both;
  float: right;
  width: 350px;
  height: 20px;
  margin-bottom: 10px;
  background: transparent url(images/sidebar.png) no-repeat bottom right;
}

div.sidebar-blob2-end
{
  background: transparent url(images/sidebar2.png) no-repeat bottom right;
}

/*  Sidebar-links */

div.sidebar-links
{
  clear: both;
  float: right;
  width: 350px;
  margin: 0 0 50px 50px;
}

div.sidebar-links p
{
  margin: 15px 0 0 30px;
}

div.sidebar-links p a
{
  padding-left: 20px;
  background: transparent url(images/docs-icon.gif) no-repeat center left;
}

div.sidebar-links p a img
{
  vertical-align: middle;
}

p.footnote
{
  font-size: 80%;
  padding-left: 25px;
}
