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

*, html {
	padding:0;
	margin:0;
}

body {
	background: url(../images/gradient.jpg) repeat-x fixed;
	font-family: sans-serif;
	font-size: 76%;
}

a {
	color: #681d08;
	text-decoration: none;
}

a:hover {
	color: #919191;
}

h2 {
	font-size: 1em;
	border-bottom: 1px solid #681d08;
	color: #681d08;
}

span{
	font-weight: bold;
}


/*#wrapper
===============================================*/
#wrapper {
	margin: 10px auto;
	width: 760px;
	background: #fff;
	
}

/*#banner
===============================================*/
#banner ul{
	display: none;
}


/*#navigation
===============================================*/
#navigation {
	display: none;
}

/*#content
===============================================*/
#content {
	width: 630px;
	clear: none;
	color: #a6a09f;
	padding-bottom: 50px;
}

#content address {
	font-variant: small-caps;
	font-style: normal;
	margin-bottom: 20px;	
}

#content div {
	clear: both;
	margin-top: 20px;
}

#content-form form {
	display: none;
}

#content div.text {
	float: right;
	clear: none;
	width: 280px;
	padding: 0px 20px 0 5px;
}

#content div.pics {
	float: left;
	clear: none;
	width: 170px;
}

#content h2 {
	clear: both;
}

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

#content h3.date {
	color: #681d08;
	font-weight: bold;
	font-size: 0.9em;
}

#content h3.band {
	color: #681d08;
	font-variant: small-caps;
	font-weight: bold;
}

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

#content img.band-pic {
	padding: 1px;
	border: 2px solid #681d08;
}

#content img.band-pic-right {
	padding: 1px;
	border: 2px solid #681d08;
	float: right;
	margin-right: 70px;
}

#content span.italic {
	font-style: italic;
}

#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 td.text {
	text-align: center;
	padding-bottom: 10px;
}

#content img {
	border: none;
}

#content img.live-lower {
	margin-top: 20px;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

#content p.thanks {
	font-size: 1.2em;
	color: #b75d25;
	margin-top: 20px;
	width: 400px;
}

#content-text {
	float: left;
	width: 280px;
	padding: 0 20px 0 5px;
}

#content-pics {
	float: right;
	clear: none;
	width: 200px;
}

#content-pics img {
	margin-top: 33px;
}

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

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

#FNL {
	clear: both;
	padding-bottom: 20px;
	padding-top: 50px;
}

#FNL img.float-left {
	float: left;
}


/*#footer
===============================================*/
#footer {
	clear: both;
	padding-bottom: 25px;
	margin-bottom: 50px;
	text-align: right;
	padding-right: 50px;
	border-top: 2px solid #681d08;
	color: #a6a09f;
}

#footer address {
	margin: 15px 0px;
	padding-right: 155px;
	border-top: 1px solid #fff;
	font-variant: small-caps;
	font-style: normal;
}

#footer img.float-right {
	float: right;
	margin-top: 5px;
}

#footer p.copy {
	font-size: 0.8em;
	color: #a6a09f;
	padding-right: 155px;

}
