/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 96%;
  margin: 20px 0;
  padding: 0;
  color: #000;
  background: #fff url(background.jpg) bottom left no-repeat fixed;
  font: 76% Georgia, Arial, Helvetica, sans-serif;
  text-align: justify;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  text-align: justify;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
a.external {
  background:transparent url(/themes/bamboo/external.png) no-repeat scroll right center;
  padding-right: 13px;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

div#page-container {
	width: 860px;
	margin: 10px auto 0px auto;
}

/*
	ITEMS
*/

div.item {
	border-bottom: 2px ridge black;
	padding: 5px 5px 10px 5px;
	margin: 5px 0 0 0;
}

div.item.last {
	border-bottom: none;
}

div.item h3 {
	margin-top: 0;
	font-size: 1.5em;
}

small.tagline,
small.sourceline {
	color: #ccc;
	display: block;	
}
small.tagline {
	margin-bottom: 5px;
}
small.tagline a,
small.sourceline a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px #ccc dashed;
}
small.tagline a:hover,
small.sourceline a:hover {
	text-decoration: none;
	border-bottom: 1px #ccc solid;
}

small.sourceline {
	margin-top: 5px;
}
small.sourceline a {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px #ccc dashed;
}

div.item div.itemcontent img {
	border: none;
}

/*
	Source-specific items
*/
div.itemsource_twitter {
	padding: 10px 5px;
}

/*
	Set Nav / Filter
*/
div.setNavigator {
	background-color:#EEEEEE;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	padding: 0.75em 1.5em;
}

div.filter {
	margin: 0 5px 5px 5px;
}

/*
	headers/footers
*/

div#footer {
	width: 100%;
	color: #aaa;
	margin-top: 15px;
	font-size: 80%;
}

div#footer,
div#footer p {
	text-align: center;
}