/* ************************************** *
 *  Content CSS For http://esco.mine.nu/  *
 * ************************************** */


#content {
  margin: 150px 0 5em 0;
}


#comments {
  margin-left: -5em;
  margin-right: -19em;
  margin-top: 3em;
  margin-bottom: 3em;
}

#comment-rss {
  float: right;
  margin-top: -1em;
  margin-right: 11em;
  clear: both;
}


#commentform input, #commentform textarea {
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  vertical-align: middle;
}

#commentform input:focus, #commentform textarea:focus {
  padding: 2px;
  border-width: 2px;
  border-style: solid;
  border-color: #cc0000;
}

#commentform input[type='submit'] {
  padding: 2px;
  border-style: outset;
  border-width: 2px;
}

#commentform input[type='submit']:active {
  border-style: inset;
  border-width: 2px;
}


#content .section-title {
  background-color: #f9fafb;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  font-family: 'Bitstream Vera Sans Mono', 'Luxi Mono', 'Andale Mono', monospace;
  padding: 0.1em 2em 0.1em 2em;
}

#content .section-footer {
  margin-left: 5em;
  margin-right: 19em;
  font-size: smaller;
  text-align: center;
}


#content .item {
  margin-left: 5em;
  margin-right: 19em;
}


#content .item-title {
  margin: 0 0 2px 0;
}


#content .item-title a, #content .section-title a {
  color: #000000;
  background: none;
  text-decoration: none;
}


#content .item-title a:hover {
  color: #000000;
  background: none;
  text-decoration: none;
}


#content h3 a:visited {
  color: #000000;
  background: none;
  text-decoration: none;
}


#content .item-meta {
  font-size: smaller;
  color: #666666;
}

#content .item-meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .item-meta li {
	display: inline;
}


#content .item-feedback {
  text-align: right;
  font-size: smaller;
  margin-bottom: 2em;
}


#content .imagegroup {
        text-align: center;
}

#content .imagegroup img {
        border-width: 0px;
}

#content .inline-image-1 {
	float: right;
	clear: right;
	margin-left: 10px;
}

#content .inline-image-1 a {
	display: block;
	text-decoration: none;
	padding: 10px;
	background-color: #f9fafb;
	font-size: 80%;
	text-align: center;
	border: 1px dashed #ccc;
}

#content .inline-image-1 a:hover {
	cursor: pointer;
	background-color: #cc0000;
	color: #ffffff;
}


#content .inline-image-2 {
	float: left;
	clear: left;
	margin-right: 10px;
}

#content .inline-image-2 a {
	display: block;
	text-decoration: none;
	padding: 10px;
	background-color: #f9fafb;
	font-size: 80%;
	text-align: center;
	border: 1px dashed #ccc;
}

#content .inline-image-2 a:hover {
	cursor: pointer;
	background-color: #cc0000;
	color: #ffffff;
}
