/* $Id: weblinks.css,v 1.5 2008/07/17 16:31:40 nancyw Exp $ */
/**
* @file
*   Style sheet for the Weblinks module.
*/

.weblinks-pagedesc {
  display: block;
  border: 1px ridge black;
  text-align: center;
}

.weblinks-info {
  font-style: italic;
  font-size: 89%;
  margin-left: 2em;
}

.weblinks-radios .form-item label.option {
  float: left;
  margin-right: 1.5em;
}

.weblinks-radios .form-item .description {
  clear: both;
}

.block-weblinks {
  font-size: 89%;
}

h2.weblinks, h3.weblinks {
  margin-top: 1em;
  font-weight: bold;
}

h2.weblinks img, h3.weblinks img {
  margin-right: 1em;
  float: left; 
}

li.weblinks {
  clear: both;
}

li.weblinks-item a {;
  font-size: 110%;
  font-weight: bold;  
}

li.weblinks-item .description {
  margin: 0 0 0 2em;
  font-size: 109%;
  line-height: 100%;
  color: #000000;
}

.item-list ul .weblinks {
  margin-left: 2em;
}

.weblinks-cat-desc p {
  font-size: 125%;
  color: #222222;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

.weblinkCat fieldset.collapsible {
  border: 1px ridge #896969;
}

.weblinkCat {
  clear: both;
}

.weblinkCat-depth-1 fieldset legend {
  font-size: 89%;
}

.weblinkCat-depth-0 fieldset legend a {
  font-weight: bold;
  font-size: 140%;
}

.weblinks-cat-desc p {
  font-size: 120%;
  color: #222222;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
