@import url(/style/base.css);
@import url(/style/mktree.css);

p {
  line-height: 1.5;
}

h3 {
  text-align: center;
}

ul.list {
}

ul.plain {
  margin-bottom: 1em;
}

ul.list li {
  list-style: circle;
  margin-left: 1.5em;
}

ul.plain li {
  margin-left: 0;
  list-style: none;
}

#main {
  text-align: left;
}

#blog {
  width: 600px;
  text-align: left;
}

h2 {
  text-align:center;
}

#rnav {
  float: right;
  width: 155px;
}

.post_sig {
  text-align: right;
  font-size: 10px;
  color: #003;
  clear: left;
  margin-top: 1em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.post_sig p {
  text-align: right;
  padding: 0;
  margin: 0;
}

.comments ol {
  padding-left: 2.5em;
}

.comments .comment_sig {
  border-top: 1px dotted #003;
  font-size: 10px;
  padding-top: .5em;
  margin-bottom: 2em;
}

.comments .label {
  text-align: left;
}

.written {
  text-decoration: underline;
}

#sig {
  clear: both;
}

.image {
  text-align: center;
}

.image + .post_sig, .image + p, .image + .image, p + .image {
  margin-top: 1em;
}

.caption {
  text-align: center;
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 0;
}

.images {
  width: 100%;
  border-spacing: 0 0;
  border-collapse: collapse;
}

.images td {
  text-align: center;
  vertical-align: middle;
  padding: .25em;
}

.separator {
  text-align: center;
  font-style: italic;
}

.archive {
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ccc;
  border-bottom: 1px solid #003;
  margin: 0;
}

.contents {
  margin-bottom: 0;
  font-weight: bold;
}

p+.plain {
  margin-bottom: 2em;
}

.instruct {
  text-align: left;
  font-style: italic;
  font-size: 13px;
}

.sidebar {
  font-size: 13px;
  margin: 0 auto 1em auto;
  background: #ccc;
  text-align: center;
  padding: 0;
}

.sidebar h3 {
  background-color: #003;
  color: #fff;
  font-size: 1em;
  margin: 0;
}

.link {
  margin: 0;
  padding: 0;
  text-align: center;
}


.slideshow {
  background-color: #000;
  margin: 1em 0;
}

.goal {
  margin: 0;
  padding: 0;
}

.item_no, .time {
  font-weight: bold;
}

.finished {
  color: #300;
}

.in_progress {
  font-style: italic;
  color: #444;
}


#lightbox {
  background-color: #ccc;
	padding: 2em;
	border: 10px solid #300;
  text-align: center;
}

#lightboxDetails {
  width: 100%;
	font-size: 13px;
	margin-top: 1em;
  padding: .5em;
  text-align: center;
  background-color: #003;
  color: #ddd;
}	

/*#lightboxCaption {
  float: left;
}*/

/*#keyboardMsg {
  float: right; 
}*/

#closeButton {
  top: 5px; right: 5px;
}

#lightbox img {
  border: none; 
  clear: both;
}

#overlay img { 
  border: none;
}

#overlay { 
  background-image: url(/graphics/overlay.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/graphics/overlay.png", sizingMethod="scale");
}
