/** main branding **/

h1#brand a {
  background: transparent url( community.gif ) no-repeat center center;
}

h3#gallery-brand {
  background: #FFFFFF url( community.gif ) no-repeat scroll left top;
}

#header {
  background-image: url( banner.jpg );
}

div#editor-section {
  padding: 3px 5px 2px 5px;
  background-image: url( hand-with-remote.jpg );
  background-repeat: no-repeat;
}

/** HTN-specific page navigation **/

#pageNav ul {
  background-color: #ECE8DF;
  border-bottom: 1px dotted #005695;
  border-left: 1px dotted #005695;
  border-right: 1px dotted #005695;
  height: 17px;
  list-style-image: none;
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 7px;
  margin-top: -87px;
  padding: 5px;
  position: absolute;
  width: 563px;
}

#pageNav ul li {
  display: inline;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

#pageNav ul li a {
  font-weight: bold;
  padding: 3px;
}

#pageNav ul li.active a, #pageNav ul li a:hover {
  background-color: #165B8A;
  color: #FFFFFF;
}

/** hide errors on HTN **/
div.error {
  display: none;
  visibility: hidden;
}

/** move current user outside to the right (because of banner conflict) **/
div#currentUser {
  right: -210px;
}

/** sidebar **/

#sidebar div.customSidebox h3 {
  font-weight: bold;
  font-size: 1.2em;
  color: #2F4757;
}

#sidebar div.customSidebox {
  background-color: #F6F3EE;
  font-size: 1.1em;
  margin-bottom: 6px;
  margin-right: 3px;
}

#sidebar div.customSidebox div.ii {
  padding: 10px;
  margin-bottom: 10px;
  color: #2F4757;
}

/** header styles **/

#header_ad {
  padding-top: 0px;
}

/** random styles **/
p.copy {
  text-align: justify;
  font-size: 1.1em;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2.pageHeading {
  font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
  background-color: #ECE8DF;
  color: #2F4757;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  margin-bottom: 0.3em;
  margin-left: -2px;
}

.dashedline {
  border: 1px dotted #BBBBBB;
  margin-bottom: 4px;
  margin-top: 4px;
}

div.newsModule {
  background-color: #ECE8DF;
}

h1.title {
  margin-bottom: 0;
  margin-top: 35px;
}
