/*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.carric {
	color: #919191;
}

a:hover {
	color: #919191;
}

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

span{
	font-weight: bold;
}

p.carric {
	text-align: center;
	color: #6c6c6c;
	margin-bottom: 20px;
}



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

/*#banner
===============================================*/
#banner ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#banner li {
	display: inline;
}

#banner li.second {
	margin-left: -3px;
}


/*#navigation
===============================================*/
#navigation {
	color: #681d08;
	background: #fff;
	float: left;
	width: 245px;
	letter-spacing: 0.1em;
	font-size: 0.9em;
}

ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	height: 20px;
	width: 173px;
	padding: 0px 0 0px 70px;
	background: url(../images/nav-cup.jpg) bottom left no-repeat;
	text-decoration: none;
}

#nav a:hover {
	background-position: 0 -23px;
}

#navigation img.front-ad {
	border: none;
}

#navigation img.front-ad {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 3px;
}

#nav li {
	height: 24px;
}

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

#nav li.hours {
	height: 60px;
	width: 173px;
	padding: 0px 0 0px 70px;
}

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

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

#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;
}

#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;

}
