/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */

.content {
  margin: 1in;
}

.top-dark {
  margin-bottom: .5in;
}

img { 
  border-width: 0px;
}

.loolix { 
  text-align: center;
  margin: 1in;
}

.entry-content {
  margin-left: 0.5in;
}

.empty-date { 
  background: inherit;
  color: #888888;
}

.picture {
  text-align:	center;
  border-width: 1px;
}

.picture-caption {
  text-align:	center;
  /* font-style:	italic; */
  font-size:	85%;
  margin-bottom: 12px;
}

.email {
  text-align:	left;
  font-size:    smaller;
  font-family:	monospace;
  background:	white;
  color:	black;
  border-color:	#222222;
  border-style:	solid;
  border-width:	medium;
  white-space:	pre;
  padding:	6px;
}

.console {
  text-align:	left;
  font-family:	monospace;
  background:	black;
  color:		#bbbbbb;
  border-color:	#cccccc;
  border-style:	outset;
  border-width:	medium;
  white-space:	pre;
  padding:	6px;
  font-weight:	bolder;
}

.cursor {
  text-decoration:	blink;
}

.code {
  font-family:	monospace, mono;
  text-align:	left;
  color:		black;
  background:	#cccccc;
  white-space:	pre;
  border-color:	#777777;
  border-style:	inset;
  border-width:	medium;
  padding:	6px;
}

.fortune {
  font-size:	90%;
  text-align:	center;
  color:        red;
  background:	white;
  padding:	6px;
}

.ip-address {
  margin-top: 60px;
  text-align: center;
  vertical-align: middle;
  font-size:	250%;
  font-family:	Westminster, sans-serif
}

.beos-be {
	background:	#FF0033;
	font-family:	serif;
	color:	#ffffff;
}

.beos-os {
	 background:	#0066FF;
	 font-family:	sans, sans-serif;
	 color:	#ffffff;
}

.calendar {
  font-size: 75%;
  text-align: center;
}
.draft {
	background-color: #FFCC99;
}
.importing {
	background-color: #33CCCC;
}
.about-site {
  opacity: 0.2;
}
