/*   
Theme Name: GM-RAM
Theme URI: http://www.gm-ram.com/
Description: The corporate theme of GM-RAM Limited
Author: James Mansson
Author URI: http://zf.gm-ram.com/
Version: 1.0.3

(c) Copyright 2009-10 GM-RAM Limited
This theme is for the exclusive use of GM-RAM Limited.

Change Log
==========

Version		Description
-------		-----------
1.0.1		Made various corrections to the style sheet in order to render correctly
			in Internet Explorer 6 and 7.
1.0.2		Adjusted widths of columns.
1.0.3		Modified styling of "Read Review" and "Buy Book" buttons.
*/

body {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0;
  padding: 3em;
  background-image: url(images/background.png);
  background-repeat: repeat-x;
  border-top: 10px solid gray;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  text-align: left;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
}

h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: bold;
}

a, a:link, a:visited, a:active {
  color: #930;
  text-decoration: none;
}

a:hover {
  color: #aaa;
  text-decoration: none;
}

img {
  border: 0;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
}

#header {
  text-align: center;
  padding-bottom: 10px;
  width: 935px;
}

#nav {
  text-align: right;
}

#nav ul {
  padding-left: 0;
}

#nav li {
  display: inline;
  padding-right: 10px;
  font-weight: bold;
}

#main {
  position: relative;
  width: 100%;
}

#sidebar-left {
  float: left;
  width: 150px;
  padding: 10px;
}

#sidebar-left h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}

#sidebar-left ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;  
}

#sidebar-left ul ul {
  padding: 0;
}

#content {
  float: left;
  width: 600px;
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #ccc;
}

.post {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.date {
  color: gray;
  font-size: 10px;
}

#comment {
  width: 525px;
}

#sidebar-right {
  float: right;
  width: 150px;
  padding: 10px;
}

#sidebar-right h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}

#sidebar-right .read-review, #sidebar-right .buy-book {
  background-color: #ccc;
  border: solid gray 1px;
}

#sidebar-right a {
  padding: 4px;
}

#sidebar-right a:link.read-review, #sidebar-right a:link.buy-book,
#sidebar-right a:visited.read-review, #sidebar-right a:visited.buy-book {
  color: #930;
}

#sidebar-right a:hover.read-review, #sidebar-right a:hover.buy-book {
  color: black;
}

#footer {
  padding-top: 20px;
  text-align: center;
}

.clear {
  clear: both;
  height: 0;
}
