/* ----- TOP ACTIONS ----- */
a#rss {
    background: url(/images/feed-icon-10x10.gif) no-repeat left center;
    padding-left: 12px;
}
#font-widget {
    padding-right: 0.5em;
}

/* ----- TAGLINE ----- */
#tab-container {
    margin-top: 0;
}
#tagline-container {
    position: relative;
    margin-top: 0.5px; /* fix rounding error */
    margin-bottom: 0.5em;
    z-index: 50;
}
#tagline-container a, #tagline-container a:visited {
    color: black;
    text-decoration: none;
}
#tagline-subhead {
    font-weight: bold;
    position: relative;
    left: 178px;
}
h1#tagline {
    position: relative;
    display: block;
    top: 0;
    left: 160px;
}
/* ----- SEARCH FORM ----- */
#search-form {
	display: block;
	font-size: 95%;
	padding: 0.75em 1em 0.75em 1em;
	float: right;
	color: white;
}
#search-form label {
	display: none;
}
#search-form input.text {
	width: 120px;
	display: inline;
	position: relative;
}
#search-form input.submit {
	position: relative;
	font-size: 90%;
	color: black;
	padding: 0;
	margin: 0;
	border-width: 1px;
	background-color: #ffd05f;
	text-align: center;
}

#message {
  width:100%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
}
#message.error {
  background-color: #e0001b;
}
#message.notice {
  background-color: #f07f0a;
}
#blogtitle {
  position: absolute;
  font-size: 140%;
  top: 1.5em;
  left: 145px;
  font-weight: bold;
  color: #000000;
  background-image: url(/images/pointers/on_vert_white.gif);
  background-repeat: no-repeat;
  background-position: center left;
  text-indent: 18px;
}
.details {
  font-weight: bold;
  padding: 0 0 0.5em 0;
}
#content h1.site {
}
#content h1.site a {
  text-decoration: none;
  color: #000000;
}
#content h2.section {
    display: block;
    width: 100%;
    margin: 0.5em auto;
    font-size: 160%;
    text-align: center;
}
#content h2.article {
  padding: 0.5em 0 0.5em 0;
}
#comments ol {
  list-style: none;
  margin: 0 0 0 0;
}
#comments li ol {
  margin: 0 0 0 2em;
}
#comments li {
  margin: 0.5em 0 0 0;  
}
#comments .comment_header {
  background-color: #e2f7f7;
  padding: 0.25em 0.5em;
  /* IE fixes */
  position: relative; /* peekaboo bug fix */
  line-height: normal; /* peekaboo bug fix */
}
/* Holly hack - hide from Mac IE 5 \*/
* html #comments .comment_header {
  height: 1%;
}
/* end hide from Mac IE 5 */

#comments .comment_header cite {
  display: inline;
}
#comments .rating {
  display: inline;
  float: right;
  position: relative;
  font-weight: bold;
  width: 15em;
}
#comments .score {
  display: inline;
  float: left;
  background-color: #e2f7f7;
}
#comments .rating_widget {
  display: inline;
  float: right;
  margin-left: 1.5em;
  font-weight: normal;
}
div.article-reply {
  display: block;
  font-weight: bold;
  padding: 0 0 0.5em 0;
}
div.comment-reply {
  float: right;
  padding: 0 0.5em;
}
#comments .content {
  padding: 0.25em 0 0.25em 0.5em;
}
#comment-form-div {
  margin: 1em 0;
}
#comment-form-div h3.formhead {
  font-size: 110%;
}
#comment-form-div label {
  font-weight: bold;
}
a#comment-form {
  text-decoration: none;
  color: #000000;
}
#comment-css {
  font-size: 85%;
  float:right;
}
#comment-css a {
  display: block;
  padding-right: 16px;
  background-image: url(/images/feed-icon-12x12.gif);
  background-repeat: no-repeat;
  background-position: center right;
}
#comments .rating a, #comments .rating a:visited {
  font-weight: bold;
  text-decoration: none;
  padding: 0 0.25em 0 0.25em;
}
#comments .rating a:hover {
  text-decoration: underline;
}

#comments a.rate_down, #comments a:visited.rate_down, 
#comments a.rate_up, #comments a:visited.rate_up {
  color: white;
}
#comments a.rate_down {
  background-color: red;
}
#comments a.rate_up {
  background-color: green;
  color: white;
}
#comments a.rating_help, #comments a.rating_help:visited {
  background-color: #ffffff;
  color: #003366;
/*  border: solid 1px #000000;*/
}
#content h1 a, #content h1 a:visited {
  color: #000000;
  text-decoration: none;
}
#content .comment-toggle {
  padding: 0.25em 0.5em;
  background-color: #f4f4f4;
  color: #000000;
  text-align: center;
  font-size: 90%;
}
#content .comment-toggle a:visited {
  color: #003366;
}
#content div.story {
  padding: 0.5em 0 1em 0;
}
input[type='text'], input[type='password'], 
input[type='checkbox'], select, textarea {
  border: 1px solid #ddd;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
  font-size: 100%;
  padding: 2px;
}
input[type='text']:focus, textarea:focus {
  background: #fff;
  color: #000;  
}
dt {
  margin-top: 10px;
}
dd {
  line-height: normal;
  padding: 1px;
}
div.errorExplanation {
  color: red;
  font-weight: bold;
}
blockquote {
    padding-left: 1em;
    background: #e4e4e4;
}
