/*

Theme Name: Satchel

Theme URI: http://www.larrytye.com/

Version: 1.0

Description: This is a template designed for Larry Tye's website, www.larrytye.com in advance of his upcoming book entitled "Satchel". This theme is NOT for public use. 

Author: Matt Mewton

Author URI: http://www.mattmewton.com/

*/



/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #672810;
	text-decoration: none;
}

a:hover {
	color: #72402d;
}

a img {
	border: none;
}

body {
	background: #8d5f24 url('img/ball.jpg') no-repeat center top;
	font: normal 65% Verdana,sans-serif;
	padding-top: 45px;
}

p, ul {
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

h1 {
	font: bold 1.6em Verdana, sans-serif;
}

h2 {
	font: bold 1.4em Verdana, sans-serif;
}

h3 {
	font: bold 1.1em Verdana, sans-serif;
}

h4 {
	font: bold 1.05em Verdana, sans-serif;
}

h1,h2,h3,h4 {
	color: #674110; 
	margin-bottom: 1em;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}



/* misc */

.clearer {
	clear: both; 
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.photoright {
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	float: right;
	border: 1px solid #000;
}	

.flinks {
	padding-right: 20px;
	font-size: 1em;
	font-weight: bold;
}

.bookcover {
	float: left;
	padding-right: 5px;
	font-size: .8em;
	line-height: 1.3em;
	text-align: center;
}

.booktext {
	padding-top: 5px;
}

#cover {
	padding: 0px 0px 10px 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	border: 0px;
}

#bottomp {
	margin-bottom: 0;
	padding-bottom: 0;
}

#video {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	border: none;
}

#buttons {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	border: none;
}

.underline {
	text-decoration: underline;
	font-size: 1.05em;
}

/* structure */

.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding-bottom: 5px;
	width: 900px;
}

/* header */

.header {
	height: 100px;
	margin-bottom: 10px;
	background: url('img/banner.gif') no-repeat;
}

/* menu */

.menu {
	clear: both;
	padding: 5px 0px 10px;
}

.menu li, .menu ul {display: inline;}

.menu li {	
	float: left;
	font: normal 1.1em Verdana, sans-serif;		
	margin-right: 10px;	
	margin-bottom: 2px;		
	background: #8d4024;	
	border: 2px solid #c69657;			
}

.menu a {
	float: left;
	color: #FFF;
	padding: 5px 10px;
}

.menu a:hover {	
	color: #c68b75;
/*
	color: #000;	
	background: #c6b175;
*/
}

/* main */

.main {
	position: absolute;
	width: 900px;
	display: block;
	clear: both;
	margin-top: 10px;
}

#main_left {
	float: left;
	width: 175px;
}

#main_center {
	padding: 0px 350px 5px 190px;
    margin: 0px;
}

#main_right {
	float: right;
	width: 350px;
}

#buy {
	font: normal 1.1em Verdana, sans-serif;		
	margin: 10px 0px;
	padding: 7px 35px;	
	background: #8d4024;	
	border: 2px solid #c69657;
	color: #fff;
}

#buy a {
	color: #fff;
}

#buy a:hover {	
	color: #c68b75;
}

/* content */

.content {	
	float: right;
	display: inline;
	width: 680px;	
	border: 2px solid #c69657;			
	padding: 20px;
	color: #000;
	background: #c6b175;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 10px;
}

.content .descr {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	line-height: 1.4em;
}

.content p {
	font-family: "Lucida Sans Unicode", sans-serif;
}

.content table {
	font-size: .9em;
}

.content th, td {
	padding: 0px 5px 0px 0px;
}

.content th {
	color: #674110;
	text-align: left;
}	

/* navigation */

.navigation {	
	float: left;
	display: inline;
	width: 140px;
	background: #8d4024;	
	border: 2px solid #c69657;			
	padding: 10px 10px 0px 10px;
	font-size: .9em;
	height: 100%;
}

.navigation h2 {
	color: #fff;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 1.75em;
	margin: 0;
}

.navigation li a {
	font-size: 1.1em;
	line-height: 1.7em;
	color: #fff;
	width: 95%;
}

.navigation li a:hover {
	color: #c68b75;	
}

/* one-column layout option */
.box {
	width: 840px;
	padding: 10px 20px;
	clear: both;
	border: 2px solid #c69657;			
	color: #000;
	background: #c6b175;
	line-height: 1.4em;
}

/* wide box for home page news */
/*
.widebox {
	width: 2000px;
	padding: 10px 20px;
	clear: both;
	border: 2px solid #8f9d5c;
	color: #000;
	background: #92bf92;
	line-height: 1.4em;
}
*/

/* footer */

.footer {
	width: 860px;
	padding: 5px 10px;
	margin-top: 10px;
	clear: both;
	font-size: .8em;
}

.footer p {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

.footer .right, .footer .right a {
	color: #C8C8C3;
}

.footer .right a:hover {
	color: #F7F7F2;
}

/* sidebar */

#sidepost li {
	padding: 0px 0px 50px 0px;
}

/* posts */

.post h1 a {
	color: #674110;
}

.post h1 a:hover {
	color: #72402d;
}

.post {
	margin: 6px 0 2px;
}

.post .info {
	background: #c6b175;
	color: #000;
	margin: 2px 0 4px;
	padding: 5px 0;
}

.info a {
	text-decoration: none;
}

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

/* comments */

.content ol li {
	background: none;
}

.commentlist {
	margin: 0; 
	padding: 0px 0px 0px 20px;
}

.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}

#commentform {
	margin: 1em 0;
	width: 460px;
}

.commentmetadata {
	padding: 2px 0 4px;
}

.commentmetadata a {
	color: #444;
	text-decoration: none;
}

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

/*
textarea.styled {
	width: 280px;
}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}

.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}

.styled:focus {
	background: #FFF;
	border: 1px solid #939793;

}
*/

#commentform input {
	margin-bottom: 3px;
}