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

/*navigation
===============================================*/
#navigation li.guest {
	margin-top: 50px;
}

#navigation li.guest-selected {
	margin-top: 50px;
	height: 20px;
	width: 173px;
	padding: 0px 0 0px 70px;
	background: url(../images/nav-cup.jpg) top left no-repeat;
	font-weight: bold;	
}



/*#content
===============================================*/
#content h1 {
	margin-top: 30px;
	margin-bottom: 10px;
}

#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 img {
	border: none;
}

#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 p {
	padding-right: 70px;
}

#content p.bandquote {
	padding-right: 0px;
	font-style: italic;
	margin-top: 15px;
}

#content p.first {
	padding-top: 20px;
}

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

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

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

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

#content td {
	padding-right: 10px;
}

#content td.text {
	text-align: center;
	padding-bottom: 10px;
}

#content ul {
	margin-bottom: 25px;
}

#content li {
	margin-bottom: 5px;
}

