/*
File common.css version of 1 April 2005
Entirely written by Walter Maner unless otherwise noted.
This work is licensed under a Creative Commons license
http://creativecommons.org/licenses/by-sa/2.0/

Heavily inspired by the following articles:
	http://www.alistapart.com/articles/slidingdoors/
	http://www.alistapart.com/articles/mountaintop/
	http://www.alistapart.com/articles/sprites/
*/

#header {
	float: left;
	width: 100%;
	background: #ffb200; /* dusty orange, background behind tab set, same as corner of tab */
	padding: 0;
	font-size: 0.75em;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header ul {
	margin:0;
	padding:10px 0 0 10px;
	list-style:none;
}

#header li {
   display: inline;
	margin: 0;
	padding: 0;
}

#header a {
	float: left;
	background: #ffd980 url("/semisweet/images/tabs.png") no-repeat left top; /* light yellow, default tab color */
	padding: 0 0 0 9px;
	text-decoration: none;
	color: #000000;
}

#header a span {
   float:left;
	display:block;
	background:#ffd980 url("/semisweet/images/tabs.png") no-repeat right top; /* light yellow, default tab color */
	padding:4px 15px 3px 6px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */

#header #current a span {
	padding-bottom:4px;
}

#header a:hover, #header a:hover span {
   background-color: #ffecbf; /* pale yellow, rollover color for tabs */
   color: #000000; /* black text */
}

#header #current a span, #header #current a {
   background-color: #ffffff; /* white, for active tab */
	color: #b27d00; /* brown */
   font-weight: bolder;
}


#navbar {
	background: #ffecbf;
	float: left;
	width: 20%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 80%;
	margin-top: 1em;
	margin-right: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#navbar ul li {
  list-style-type: none;
}


#navbar ul li a:link, #navbar ul li a:visited {
  color: #b27d00;
  text-decoration: none;
  padding-left: 15px;
}

#navbar ul {
  padding-left: 3px;
  margin-left: 0; }


#navbar ul li ul {
  margin-left: 12px;
}

#navbar ul li ul ul li ul li a:link, #navbar ul li ul ul li ul li a:visited {
  color: #00613e;
  font-size: 80%; }

#navbar ul li a:hover {
  color: #000000;
  background-color: #ffecbf;
}

#navbar ul li.current a:link, #navbar ul li.current a:visited {
  background-image: url("/semisweet/images/arrow.gif");
  background-repeat: no-repeat;
  background-position: left center; }

#content {
	margin-left: 13em;
}

h1 {
	color: #b27d00; /* brown */
	font-family: Georgia, "Times New Roman", Times, serif;
   font-size: x-large;
   font-weight: bold;
   font-style: normal;
}

h2 {
	color: #b27d00; /* brown */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	background: #ffecbf; /* pale orange */
	text-align: center;
}

h3 {  color: #00613e;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: medium;
      font-weight: normal;
      font-style: italic;
}

b {  color: #b27d00 ; }

strong { color: #b27d00; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff; /* #FFF6DF; */
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-image: url("/semisweet/images/watermark.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

 A:hover {
	color: white;
	background-color: #BFBFBF;
	font-weight: bold;
}

 A:link {
 	text-decoration:underline;
 	color:#b27d00;
 }

 A:visited {
 	text-decoration:underline;
 	color: #000000;
 }

 pre {
	font-family: monospace;
	font-size: 1em;
	font-weight: normal;
	white-space: pre;
	color: #000000;
	background-color: #ECECEC;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

blockquote {
   color: #00613e;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
   font-weight: normal;
   font-style: normal;
}

p.rightshift {
	padding-left: 1em;
}

#skipLink {display: none;}

li.nobullet {list-style: none}

img.noborder {border: none;}

#linkster-title-large {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

#linkster-title-small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

#linkster-cat-desc {
	font-size: small;
}

#linkster-list {
	font-size: small;
}

#linkster-count {
	font-size: small;
}

DT {
	padding-bottom: 5px;
	padding-top: 5px;
	color: #b27d00;
	font-weight: bold;
}