/* $Id: style.css,v 1.7 2006/08/31 07:28:14 dries Exp $ */

/*
** HTML elements
*/
* { margin: 0; padding: 0; }

html
{
	color: #aaaaaa;
	background-color: #222211;
	font: 85%/1.5 "Palatino Linotype", Palatino;
}

body
{
	width: 750px;
	margin: 0 auto;
	color: #555555;
	background-color: #f9f9f9;
	border: 10px solid #111100;
	padding-bottom: 10px;
}

a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #888888; }

a:link { color: #666622; } 

a:visited { color: #444411; }

a:hover, a:active { color: #000000; }

h1 { text-indent: 0px; }

//h2 {
//  color: #996644;
//  //background-color: #eaeaea;
//  border: solid 1px #777;
//  font-size: 1.1em;
//  margin: 0.5em 0em 0.5em 0em;
//  padding: 0.5em;
//  list-style-type: none;
//  background: url(../images/menu.png) top left repeat-x;
//  text-indent: 0px;
//}

h3 { text-indent: 0px; }

h2.title {
  color: #996644;
  background-color: #fff;
  border: solid 1px #888;
  margin-top: 1em;
}
/* Lists */

ul
{
	line-height: 2.0em;
	list-style-type: square;
	text-align: left;
	text-indent: 0px;
}

ol
{
	margin: 10px 40px;
	line-height: 2.0em;
        text-indent: 0px;
}

dl
{
	line-height: 1.7em;
}

dt, dd { padding: 5px 0; }

li {
    margin-left: 0px;
    text-indent: 0px;
}

#maintext {
    
}

#maintext h2 {
    text-indent: 0px;
    margin-top: 20px;
}

a.amazonlink { text-indent: 0px; }

/* Other Html Elements */

abbr, acronym, cite, kbd
{
	cursor: help; 
	font-style: normal;
	border-bottom: 1px dotted #888888; 
}

pre { overflow: auto; }

blockquote, pre
{
	margin: 20px 35px; 
	padding: 5px 10px; 
	background-color: #ffffff;
	border: 1px solid #cfcfcf; 
	text-indent: 0px;
}

code { font-family: Consolas, Monaco; }

hr
{
	height: 1px;
	clear: both;
	visibility: hidden;
}

table {
  font-size: 1em;
}

/*
** Page layout blocks / IDs
*/
#main {
  width: 80%;
}
/*#header  {
  padding-top: .75em;
}*/
#header
{
	height: 250px;
	background-color: #494949;
	border-bottom: 1px solid #555555;
}

#header h1 
{
	padding: 0;
	height: 250px;
	position: relative;
	background: url(../images/header.jpg) top left no-repeat;
}

#header h1 a 
{ 
	padding: 0;
	color: #ffffff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	border-bottom-width: 0; 
	font-family: "Palatino Linotype", Palatino;
}

#header h1 span
{ 
	left: 25px;
	top: 95px;
	position: absolute;
	visibility: visible; 
}

#navigation
{
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

#navigation ul
{
	margin: 0;
	float: left;
	width: 100%;
	height: 30px;
	list-style-type: none;
	background: url(../images/menu.png) top left repeat-x;
}

#navigation li { float: left; }

#navigation a
{
	float: left;
	display: block;
	padding: 3px 8px 5px;
	border-bottom-width: 0;
}

#navigation li.active a,

#navigation a:hover, #navigation a:active
{
	background-image: url(../images/menu_hover.png); 
}

#subnavlist {
  font-size: 0.8em;
}

#content {
	width: 100%;
}

.textblock {
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 20px;
}

p {
	text-align: justify;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.node .submitted {
  color: #7c7c7c;
  font-size: 0.9em;
  float: left;
  padding: 0.5em 0em 0.5em 1em;
}
.node .taxonomy {
  color: #7c7c7c;
  font-size: 0.9em;
  float: right;
}
.node .content {
  clear: both;
  padding-left: 1em;
}
.node .links {
  padding: 1em 0 1em 0.2em;
}
.comment {
  border: solid 1px #777;
  margin: 0.5em 0;
  padding: 0.5em;
}
.block {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.block .content {
  border: solid 1px #888;
  border-top: none;
  margin: 0;
  padding: 5px;
}
.block h2.title {
  margin: 0;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}

div.admin-panel .body {
  background: #f4f4f4;
}

div.admin-panel h3 {
  background-color: #888;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style-image: url(../images/bullet.png);
}
.path, .path a, .path a:visited {
  color: #888;
}

img.book { float: left; margin-right: 20px; border: 1px solid black; }

p.booklinks { text-indent: 0px; }

#review_body { clear: both; }
