/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  color: #22f; /* NTC was #930; */
}
a:visited {
  color: #78f; /* NTC was #630; */
}
/* tried inserting a background image into the header with this
header {
  background-image: url(hip_embossed_litegrey.png);
  background-repeat: no-repeat;
}
but it didn't work.  However, of all things, the following did work! */
body {
  padding: 5em 0 0 3em; /* LTR */
/*  background-image: url(background.png);
  background-repeat: repeat-x; */
/*  background-image: url(hip_embossed_litegrey.gif); */
  background-image: url(bkgd.gif);
  background-repeat: no-repeat;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  border-top: 1px solid gray; /* NTC was 10px solid gray; */
}
ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/
#main {
  width: 500px;
}
#sidebar-left {
  border-right: 1px solid gray; /* LTR */
}
#sidebar-right {
  border-left: 1px solid gray; /* LTR */
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 3em; /* NTC was 2em */
  font-weight: bold;
  padding-top: .75em;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #22f; /* NTC was #aaa; */
}
#header .title a:hover {
  color: #78f;
}
#header .site-slogan {
  margin-top: 0.0em; /* NTC was -0.1em; */
  font-size: 1.0em; /* NTC was 0.8em; */
}
/* NTC this just clutters the header
#header {
   background: url(/sites/default/themes/xchameleon/hip_embossed_litegrey.gif) no-repeat 0em -10em;
}
*/
#navlist {
  font-size: 1.0em; /* NTC primary menu? ; was 0.8em; */
}
#subnavlist {
  margin-top: 0.5em; /* NTC was absent */
  font-size: 1.0em; /* NTC secondary menu; was 0.8em; */
}
ul.links li {
  border-left: 1px solid #000; /* LTR */
}
ul.links li.first {
  border-left: none; /* LTR */
}
.node .title {
  font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  text-decoration: underline;
}
div.links {
  margin: 1em 0 3em 0;
  text-align: right; /* LTR */
}
.comment .content, .block .content, .menu {
  font-size: 1.0em; /* NTC was 0.9em; */
}
.block {
  padding-bottom: 1em;
}
.block .title {
  font-size: 1em;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #eee;
}
div.admin-panel h3 {
  background-color: #999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
