/*
Theme Name: A. Fain Books
Theme URI: http://afainbooks.com/
Description: A. Fain Books Theme
Author: Forrest Oliphant
Author URI: http://sembiki.com/
Template: twentyten
Version: 2.0

*/

@import url('../twentyten/style.css');


/*-----------Block Level Elements--------------*/

html, body {

}

body {
	color: 			#203b25;
	background: 	#f4ebcb url(images/bg_xytile.jpg) center top repeat;
}

#wrapper {
	border: 2px #b7785b solid;
/* 	border-width: 0 2px; */
	margin: 20px auto;
	padding: 0 20px;
}


/*-----------Color Scheme--------------*/

a, a:link, a:visited {
	color: 			#bd4432;
}

a:hover {
	color:			#a56545;
}

/*-----------Header--------------*/


#site-title img {
	border: none;
}


/*-----------Footer--------------*/

#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: none;
	padding-left: 0px;
	line-height: 16px;
}

#contact-info {
	text-align: center;
}

#footer {
	margin-bottom: 1px;
}

#colophon {
	padding-bottom: 1px;
}


