/* $Id: style.css,v 1.17.2.11 2007/10/14 05:32:31 johnalbin Exp $ */

/*
 * Zen CSS
 *
 * This space intentionally left blank.
 *
 * See zen.css for the main styles for this theme
 *
 * See template.php to see how Zen styles are added to the page.
 */
 /* Added for image captioning in blog posts and such */
 
div.figure {
  float: right;
  width: 30%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
 
 /* Highlight this field to viewer */
div.field-field-userestric {
 	background-color: #DF0024;
/*  border-style: solid;
  border-width: 3px;
  border-color: #FF0000; */

}

/* background color for block based on DIV id 
#block-block-21 {
	background-color: #005548;
}
*/
