body {
	background: #fff;
	margin: 0;
	padding: 40px 20px;
	color: #333;
	font-size: 11pt;
	font-family: Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	line-height: 1em;
}
a:link {
	color: #2F009D;
	text-decoration: none;
}
a:visited {
  color: #2F009D;
  text-decoration:none;
  }
a:hover {
  color:#CD2F00;
  text-decoration:underline;
  }
  
li.outline:hover
{
	background-color: #C00;
	padding: 0 0 3pt 2pt;
	font-variant: small-caps;
	color: #CCC;
}
  
.outline {
	font-size: 14pt;
	color: #999;
	padding: 0 0 3pt 0;
}

.outline a:link {
	color: #C00;
	text-decoration: none;
  }

.outline a:visited
{
	color: #C00;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.outline a:hover {
	color: white;
	text-decoration: underline;
  }

/* Header
----------------------------------------------- */
#header {
  width:660px;
  margin:0 auto 10px;
  border:1px solid #ccc;
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Content
----------------------------------------------- */
#content
{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#main {
  width:500px;
}


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#999;
  }

h3 {
font-family:Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  color:#666;
  }

/* Posts
----------------------------------------------- */

.date-header { margin: 5px 0 0 0; }

.post {
  margin: 0 0 1.5em;
  padding-bottom:1.8em;
  }
.post-title
{
	margin: .25em 0 0;
	padding: 0 0 4px;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4em;
	color: #CD6300;
}
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#CD2F00;
  }
.post div {
  margin:0 0 0;
  line-height:1.2em;
  }
    
.right-column {
	font-size: larger;
	font-family: Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	color: #CE2F00;
	font-variant: small-caps;
	line-height: 1.0em;
}
.left-column-big {
	font-size: larger;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1.0em;
}
p.left-column {
	text-decoration: none;
	font-style: normal;
	font-size: small;
	font-family: Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	color: #E8E8E8;
}
.left-column a:link {
  color:#070078;
  }
.left-column a:visited {
  color:#070078;
  }
.left-column a:hover {
  color:#FFFFFF;
  text-decoration: none;
  }
p.align-right {
	text-align: right;
	text-decoration: none;
	font-style: normal;
	font-size: small;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	line-height:1.2em;
	color: #000;
}
p.callout {
	font-style: italic;
	font-size: 16pt;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	line-height:1.2em;
	color: #999;
}
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post blockquote
{
	margin: 1em 15px;
	color: #CD6300;
	font-style: italic;
	font-size: inherit;
}
.post blockquote p {
  margin:.75em 0;
  }
.amazon-arrow {
   list-style-image: url(arrow-r-orange-11x10.gif);
   }
   