body {
	background-color: #b5a789;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
}

p:first-letter {
	font-size: 2em;
}

p:first-line {
	font-style: italic;
}

header.top {
	background-color: rgb(60, 179, 113);
	margin: 10px 10px 0px 10px;
	height: 108px;
}

header.top img#qouteOfTheDay {
	float: right;
}

div#tableContainer {
	display: table;
	border-spacing: 10px;
}

div#tableRow {
	display: table-row;
}

section#drinks {
	display: table-cell;
	background-color: #efe5d0;
	width: 20%;
	padding: 15px;
	vertical-align: top;
}

/* added section#blog for blog */
section#main,section#blog {
	display: table-cell;
	background: #efe5d0 url(../images/background.gif) top left;
	font-size: 105%;
	padding: 15px;
	vertical-align: top;
	width: 75%;
}

aside {
	display: table-cell;
	background: #efe5d0 url(../images/background.gif) bottom right;
	font-size: 105%;
	padding: 15px;
	vertical-align: top;
	width: 25%;
}

footer {
	background-color: #675c47;
	color: #efe5d0;
	text-align: center;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	font-size: 90%;
}

h1 {
	font-size: 120%;
	color: #954b4b;
}

h2 {
	font-size: 110%;
}

.slogan {
	color: #954b4b;
}

.beanheading {
	text-align: center;
	line-height: 1.8em;
}

a:link {
	color: #b76666;
	text-decoration: none;
	border-bottom: thin dotted #b76666;
}

a:visited {
	color: #675c47;
	text-decoration: none;
	border-bottom: thin dotted #675c47;
}

nav {
	background-color: #efe5d0;
	margin: 10px 10px 0px 10px;
}

nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	
}

nav ul li {
	display: inline;
	padding: 5px 10px 5px 10px;
}

nav ul li a:link,nav ul li a:visited {
	color: #954b4b;
	border-bottom: none;
	font-weight: bold;
  

	/*
        text-shadow: 1px 1px 3px #e2c2c2; 
        text-transform: uppercase;
*/
}

nav ul li.selected {
	background-color: #c8b99c;
}

nav a:hover {
  text-decoration: underline;
}

div#location {
	margin: 10px;
}

div#map {
	margin: 10px;
	width: 800px;
	height: 350px;
	border: 1px solid black;
}

div#books {
	background-color: #d9d9d9;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	/*border: 1px solid #d9d9d9;*/
	margin: 10px;
}

div.bookItem {
	font-family: Verdana, Helvetica, sans-serif;
	color: #434343;
	padding: 10px;
}

div.bookItem:nth-child(2n) {
	background-color: #fafafa;
}

div.bookItem:first-child {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

div.bookItem:last-child {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#imagegallery {
	list-style: none;
}

#imagegallery li {
	display: inline;
	float: left;
	padding: .5em;
	list-style: none;
	width: 178px;
}

#imagegallery li a img {
	border: 0;
	background:#ffffff;
    padding:12px;
    border:1px solid #999999; 
}

canvas {
	/*border: 1px solid black;*/
}
