/* Tom's base CSS, with thanks to Eric Meyer, Shaun Inman, Mr J and others */

/* Contents 

html tags
basic classes
easy clearing
layout
header
nav
post
sidebar
footer
amazon

*/
/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; text-align: left; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* html tags */
body {
	font-family: Helvetica, arial, sans-serif;
	font-size: 76%;
	color: #000;
	background: #49ae00;/* url(../i/filename.ext) repeat-x 0 0 scroll;*/
	/* hack to get the text looking nice in FF */
	/* remove if the page will use flash */
	opacity: 0.9999;
	/* * to add to the iphone only css
	-webkit-text-size-adjust: none;*/
}
h1,h2,h3,h4,h5,h6 { margin: 0 0 0.5em 0; font-weight: bold; }
h1 {
	font-size: 1.6em;
	color: #000;
	text-shadow: 0 0 0 #000;
}
h2 {
	font-size: 1.4em;
	color: #000;
	text-shadow: 0 0 0 #000;
}
h3 {
	font-size: 1.3em;
	color: #000;
	text-shadow: 0 0 0 #000;
}
h4 {
	font-size: 1.2em;
	color: #000;
	text-shadow: 0 0 0 #000;
}
h5 {
	font-size: 1.1em;
	color: #000;
	text-shadow: 0 0 0 #000;
}
h6 {
	font-size: 1.0em;
	color: #000;
	text-shadow: 0 0 0 #000;
}
p, pre {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	color: #000;
	text-shadow: 0 0 0 #000;
	line-height: 1.4em;
}
pre {
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	margin: 1em;
	padding: 1em;
	background: #f6f6f6;
}
a:link {
	color: #06c;
	text-shadow: 0 0 0 #00A0AE;
	text-decoration: none;
}
a:visited {
	color: #06c;
	text-shadow: 0 0 0 #06c;
	text-decoration: none; 
}
a:hover { 
	color: #f90;
	text-shadow: 0 0 0 #f90;
	text-decoration: none;
}
a:active {
	color: #06c;
	text-shadow: 0 0 0 #06c;
	text-decoration: none;
}
ul, ol {
	margin: 0 0 0 20px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #000;
	text-shadow: 0 0 0 #000;
}
form { margin: 0; padding: 0; }
textarea {width: 100%; }
strong { font-weight: bold; }
img, a img { border: none; }
table, tr, th, td { margin: 0; padding: 0; border: none; font-size: 1em; }
table { border: 1px solid #ccc; }
th { font-size: 1.1em; }
th, td { padding: 0.2em; border: 1px solid #ccc; text-align: center; }
hr {display:none;}
/* basic classes */
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left, .alignleft { float: left; }
.right, .alignright { float: right; }
.imgleft {
	float: left;
	padding: 0 10px 10px 0;
}
.imgright {
	float: right;
	padding: 0 0 10px 10px;
}
.push1 { margin-bottom: 1em; }
.push2 { margin-bottom: 2em; }
.skip {
	position: absolute;
	left: -1000px;
	width: 990px;
	height: 20px;
	margin-bottom: -20px;
}
/* easy clearing */
/* float clearing for IE6 */
* html .clearfix,
* html #nav,
* html #container,
* html #wrapper
{
 height: 1%;
 overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix,
*+html #nav,
*+html #container,
*+html #wrapper
{
 min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after,
#nav:after,
#container:after,
#wrapper:after
{
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
/* Float Clearing - End */

/* layout */
#header {
	padding: 5px 0 10px;
	background: #49ae00;
	text-align: center;
	border-bottom: 10px solid #114411;
}
#container {
	background: #fff;
}
#page {
	width: 620px;
	margin: 0 auto 20px;
	padding: 10px 0;
}
#wrapper {
	width: 620px;
}
#content {
	width: 420px;
	float: left;
	margin: 0 0 0 0;
}
#content.widecolumn { width: 620px; }
#sidebar {
	width: 180px;
	float: right;
}
#footer {
	padding: 10px;
	background: #49ae00;
	text-align: center;
	border-top: 10px solid #114411;
}
/* header */
#headerimg {
	width: 620px;
	margin: 0 auto;
}
#header2 {
	width: 400px;
	margin: 0 20px 0 0;
}
#header h1, #header h1 a {
	margin: 0;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 1px;
	text-align: center;
}
/* nav */
#nav {
	width: 620px;
	margin: 0 auto 10px;
	padding: 0px 0 0;
	text-align: right;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;	
}
#nav ul li a {
	margin: 0 5px 5px 0;
	padding: 6px 10px;
	display: inline-block;
	background: #114411;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight: bold;
	float: right;
}
#nav ul li a:hover { color: #49ae00; }
#nav ul li a.home { float: left; }

/* post */
.navigation {
	margin-bottom: 20px;
}
.post {
	clear: both;
	margin-bottom: 30px;
}
.postheader, .widecolumn .postmetadata {
	margin-bottom: 1em;
	padding: 6px 10px;
	border-top: 1px solid #141;
	border-bottom: 1px solid #141;
	background: #f9f9f9;
}
.postheader h2 {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
.postheader h2 a {
	color: #000;
}
.postheader p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0.8em;
	line-height: 1em;
}
.widecolumn .post h2 {
	margin-bottom: 1em;
	padding: 6px 10px;
	border-top: 1px solid #141;
	border-bottom: 1px solid #141;
	background: #f9f9f9;
	line-height: 1.4em;
}

/* sidebar */
#sidebar ul {
	margin: 0 0 20px 20px;
	padding: 0;
	list-style: disc;
}

#sidebar h2 {
	margin-bottom: 1em;
	padding: 6px 10px;
	border-top: 1px solid #141;
	border-bottom: 1px solid #141;
	background: #f9f9f9;
	line-height: 1.4em;
}

form div {
	margin-bottom: 20px;
}
form div #s {
	width: 60%;
	display: inline-block;
}
form div #searchsubmit {
	display: inline-block;
}

/* footer */
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	margin: 0 0 0 9px;
	padding: 0 0 0 9px;
	display: inline;
	border-left: 1px solid #fff;
	color: #fff;
	line-height: 1.3em;
}
#footer ul li a { color: #114411; }
#footer ul li:first-child {
	margin: 0;
	padding: 0;
	border-left: none;
}

/* amazon */
#amazon { margin-bottom: 10px; }
#amazon #nav {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
