/*CSS file for The Bookstore Cafe
	developed by CarricDesign
	www.carricdesign.com
*/


/*#navigation
===============================================*/
#navigation img {
	border: 2px solid #681d08;
	padding: 1px;
}

#navigation img.first {
	margin-top: 15px;
	margin-left: 20px;
}

#navigation img.next {
	margin-left: 20px;
}

#navigation p {
	margin-top: 35px;
	margin-left: 20px;
	width: 212px;
	color: #a6a09f;
	border-top: 2px solid #a6a09f;
}


/*#content
===============================================*/
#content {
	width: 440px;
	clear: none;
	color: #a6a09f;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-left: 20px;
}

#content h2 {
	clear: both;
}

#content h3 {
	font-size: 1.5em;
	color: #681d08;
	margin-bottom: 25px;
}

#content h4 {
	font-size: 1.3em;
	margin-top: 35px;
	margin-bottom: 15px;
	color: #681d08;
}

#content span.updated {
	font-size: 0.6em;
	color: #a6a09f;
	font-weight: normal;
}

#content span.underline {
	border-bottom: 1px solid #681d08;
	font-weight: normal;
}

#content table {
	text-align: left;
	margin-bottom: 20px;
}

#content th {
	padding-bottom: 5px;
	color: #681d08;
}

#content th.stuff {
	padding-left: 30px;
}

#content td.books {
	width: 250px;
}

#content td.stuff {
	width: 250px;
	padding-left: 30px;
	vertical-align: top;
}

#content ul {
	list-style-position: inside;
}

#content li {
	line-height: 1.5em;
}



