@CHARSET "UTF-8";

/* block */
#hd {
  background-image: url('/images/logo-440.png');
  background-repeat: no-repeat;
  height:  75px;
}

#nav {
  position: absolute;
  top: 50px;
  padding-left: 2px;
}

#bd, #doc {
  border: 1px solid black;
}
#bd {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#doc {
  border-top: none;
}
#ft {
  font-size: 0.7em;
}

.side .wrap {
  border-left: 1px dotted black;
  border-bottom: 1px dotted black;
}

.wrap {
  padding: 5px;
}

/* navigation */
#nav a {
  color: darkgray;
  text-decoration: none;
}

#nav a:HOVER, #nav a.active {
  color: black;
}

/* headers */
h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
}

.homepage h3 {
	margin-left: 10px;
}

h4 {
  font-weight: bold;
  margin: 10px;
}

/* content */
.postone h2 {
  padding-left: 9px;
}
.postone ul {
  margin-left: 20px;
}

.postone ul li {
  list-style-type: disc;
}

blockquote {
  padding: 2px;
  padding-left: 30px;
  margin: 10px;
  margin-left: 30px;
  margin-right: 30px;
  min-height: 30px;
  background: lightgrey url('/images/quote.gif') no-repeat 3px center;
  vertical-align: middle;
}

strong, b {
  font-weight: bold;
}

a {
  color: black;
}

p {
  margin: 10px;
}

.post {
  margin: 10px;
}

.homepage .post {
	margin-left: 0px;
}

.postdate {
  margin: 10px;
  font-size: 0.8em;
}

.commentdate {
  font-size: 0.8em;
}

.link {
  min-height: 75px;
}

/* tag cloud */
#tags a {
  text-decoration: none;
}

#tags a:HOVER {
  text-decoration: underline;
}

.cloud_xsmall {
  font-size: 80%;
}

.cloud_small {
  font-size: 100%;
}

.cloud_medium {
  font-size: 120%;
}

.cloud_large {
  font-size: 140%;
}

.cloud_xlarge {
  font-size: 160%;
}

/* links */
.links_image {
  opacity: .5;
  filter: alpha(opacity=50);
}
.links_image:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


.stream_entry { border-bottom: 1px dotted gray; }
.link_entry {
	 border-bottom: 1px dotted gray;
	 background-color:  lightgrey;
}
.link_entry img {
	margin-right: 5px;
}
.stream_entry a { text-decoration: none; }
.stream_entry a:hover { text-decoration: underline; }
.stream_lastfm:hover { background-color: pink; }
.stream_lastfm { background-color: lightgray; }
.stream_twitter:hover { background-color: lightblue; }
.stream_twitter { background-color: lightgray; }
.stream_emw:hover { background-color: white; }
.stream_emw { background-color: lightgray; }
.stream_mini:hover { background-color: white; }
.stream_mini { background-color: darkgray; }

#pager .pages { border: black solid 1px; width: 10px; float: left; margin-right: 4px; padding-left: 2px; padding-right: 2px; text-align: center; height: 15px }
#pager a { text-decoration: none; }
#pager .current_page { background-color: lightgrey; }

/* My Comment */

