body {
	width: 750px;
	margin: 0 auto;
	font-family: verdana;
	font-size: 11px;
	/*background: #E6DBCF;*/
	background-image: url('/lists/images/stripe.png'); 
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	padding: .5em;
}

th {
	background: #806E59;
	color: #fff;
}

th a {
	color: #fff;
}

tr:hover {
	background: #EEE8AA;
}

form {
	margin: 0;
}

form tr:hover {
	background: none;
}

a {
	color: #000;
}

a:hover {
	color: #900;
}

h1 {
	margin-top: 0;
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h2 img {
	vertical-align: middle;
}

#tab-nav {
	padding: 0 0 .25em 0;
	margin: 0;
}

#tab-nav li {
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 14px;
	background: #E6DBCF;
	color: #333;
	margin: 0 .5em 0 .5em;
	width: 100px;
	text-align: center;
	display: inline;
	list-style-type: none;
	padding: .5em .75em .5em .75em;
}

#tab-nav li:hover {
	background: #F2E9E0;
}

#tab-nav li a {
	text-decoration: none;
}

#tab-nav li a:hover {
	color: #000;
}

#tab-nav li img {
	vertical-align: middle;
}

#tab-nav .active {
	background: #806E59;
	color: #fff;
}

#tab-nav .active:hover {
	background: #806E59;
	color: #fff;
}

#search-results td {
	padding: .25em;
}

input {
	border: 1px solid #666;
}

a img {
	border: none;
}

p {
	line-height: 1.5em;
	font-size: 12px;
}

.photo {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 5px;
	border: 1px solid #ccc;
}

.alt {
	background: #eee;
}

.checkbox {
	text-align: center;
}

.rank {
	text-align: center;
}

.title a {
	color: #000;
	text-decoration: none;
}

.title a:hover {
	text-decoration: underline;
}

.type {
	text-align: center;
}

.progress {
	text-align: center;
}

.done {
	font-weight: bold;
}

.consumed td {
	color: #aaa;
}

.consumed td a {
	color: #aaa;
}

/*.complete {
	background: #FFD700;
}

.complete:hover {
	background: #FFD700;
}*/

.button {
	text-align: center;
}

p .button {
	padding: .75em 0 0 1em;
	vertical-align: middle;
}

.count {
	text-align: center;
}

.adsense {
	margin-top: 1em;
	margin-bottom: 1em;
}

.icon {
	vertical-align: middle;
}

.year {
	text-align: center;
}

#masthead {
	background: #940F04;
	padding: 1em;
}

#login {
	background: #000;
	color: #fff;
	font-size: 10px;
	padding: .5em 1em .5em .5em;
	text-align: right;
}

#login input {
	font-size: 10px;
	border: 1px solid #eee;
}

#login form {
	display: inline;
	margin-right: 1em;
}

#login .submit {
	background: #eee;
	border: 1px solid #eee;
}

#login a {
	color: #fff;
}

#nav {
	background: #eee;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: .5em;
}

#nav li {
	display: inline;
	margin: 0;
	padding: .5em;
}

#content {
	padding: 1em;
	background: #fff;
}

#amazon {
	float: right;
	margin-bottom: 1em;
}

#item-lists {
	margin-bottom: 1em;
}

#item-lists table {
	width: 80%;
}

#footer {
	background: #000;
	height: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */