/*
Theme Name: A. Fain Books
Theme URI: http://afainbooks.com/
Description: A. Fain Books Theme, based on yui-t4 http://developer.yahoo.com/yui/grids/
Version: 1.0
Author: Forrest Oliphant
Author URI: http://sembiki.com/

*/


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

html, body {
	background: 	#f4ebcb url(images/bg_xytile.jpg) center top repeat;
}

body {
	color: 			#203b25;
}

#custom-doc {
	text-align: 	left;
	font-family: 	Verdana, Helvetica;
	
	background: 	white url(images/bg_edge_l.jpg) top left repeat-y;  
	background-color: white;

	width:69em;*width:67.34em;min-width:897px;
}

#page2 {
	background: 	transparent url(images/bg_edge_r.jpg) top right repeat-y;  
	width: 			100%; 
}

#hd {
	text-align: 	center;
	padding-bottom: 10px;
}

	#headerimg {
		padding-top: 	10px;
	}
	
	#tagline {
		color: 			#d27e74;
		
		font-style: 	italic;
		font-size: 		146.5%;
		font-family: 	Georgia;
	
		padding-top: 	15px;
	}

#content {
	text-align: 	left;
	padding: 		0 22px 0 35px;
}

#sidebar {
	padding-right: 	35px;
	padding-left: 	2em;
	width: 			11.5em;
}

#ft {
	width: 			100%;
	clear: 			both;
	text-align: 	center;
	font-size: 		10px;
	padding: 		20px 0;
}

/*-------------Headings-------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------Other------------------*/

hr {
	display: 		none;
}

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

	a:hover {
		text-decoration: underline;
	}

strong {
	font-weight: 	bold;
}

em {
	font-style: 	italic;
}

textarea {
	width: 			80%;
	height: 		6em;
}

ol, ul {
	list-style: 	disc;
	margin: 		1em 0;
	padding-left:  	2em;
}

ol li, ul li {
	list-style: 	disc;
}

/*-------------Titles-------------*/

.pagetitle, .post {
	margin-bottom: 	30px;
}

.pagetitle, .entrytitle, .widgettitle {
	font-family: 	Georgia;
}

.pagetitle {
	font-size: 		378%;
}

.entrytitle {
	font-size: 		307.8%;
}

.widgettitle
{
	font-size: 		232%;
}

/*-------------The Post-------------*/

.date {
	font-size: 		77%;
	margin-bottom: 	10px;
}

	.date a {
		color: 			#6a9159;
		text-decoration: none;
	}
	
	.date a:hover {
		color: 			#33472b;
	}

.post {
}

	.post p {
		margin-bottom: 	1em;
	}
	
	.post a {
	}
	
	.post ul {
	}
	
	.post li {
	}

.entry {
}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.center {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
	padding-left: 0px;
}

#sidebar ul h2 {

}

#sidebar ul li {
	list-style: 	none;
	margin-bottom: 	10px;
}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {
	display: none;
}

#sidebar ul ul li.current_page_item ul,
#sidebar ul ul li.current_page_parent ul {
	display: block;
	padding-left: 20px;
}

#sidebar p {

}

#sidebar a {
	font-size: 		108%;
	color: 			#567649;
}

	#sidebar a:hover {
	}
	
	#sidebar a:visited {
	}

li.widget{
	padding-bottom: 5px;
}

/* subpages */
li#pages ul {
	padding-left: 	0px;
}
li#pages ul li ul {
	display: 		none;
}

li#pages ul li.current_page_item ul,
li#pages ul li.current_page_parent ul {
	display: 		block;
}

li#pages ul li ul li a {
	font-size: 		85%;
}

li#pages ul li.current_page_item ul li a {
	text-decoration: none;
}



/* links */
li#recent-posts ul li a,
li#links ul li a {
	font-size: 		85%;
}



.page-item-4,
.page-item-2
{

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

.imgalignleft {
	float: 			left;
	margin-right: 	10px;
}

.imgalignright {
	float: 			right;
	margin-left: 	10px;
}


