@charset "UTF-8";
body {
	background-color: #80A1FF;
}
/* CSS Document */

a {
	text-decoration: none;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
header #headBanner {
	width: 960px;
	height: 180px;
	background-color: #80A1FF;
	position: relative;
	background-image: url(Graphics/Banner.jpg);
}
#headBanner #siteName {
	position: absolute;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	background-color: rgba(221,216,202,0.70);
}
#headBanner #siteMotto {
	position: absolute;
	width: 100%;
	margin-top: 99px;
	text-align: center;
	background-color: rgba(221,216,202,0.70);
}
header nav {
	display: flex;
	justify-content:flex-end;
}
header nav ul {
	list-style-type: none;
	margin-top: 150px;
}
nav ul li {
	display: inline-block;
	padding-left: 10px;
	background-color: rgba(221,216,202,0.70);
	padding-right: 10px;
	border-radius: 8px;
}
main #Feature {
    width: 800px;
    margin-left: 40px;
}
main #Feature p {
    margin-left: 15px;
    text-align: justify;
}
main #Feature img {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 70px;
}



#Feature a {
    padding-bottom: 15px;
    display: block;
    margin-left: 0px;

}
/*header nav #navSearch {
}*/
main #snippetBlock {
    background-color: #E0E9FF;
    padding-bottom: 15px;
    border-radius: 10px;
}
#snippetBlock #recentTitleBlock {
	display:flex;
	justify-content: space-between;
}
#snippetBlock #recentTitle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#snippetBlock #searchReview {
	margin-top: 9px;
	margin-bottom: 0px;
	margin-right: 15px;
}
#snippetBlock .reviewSnip {
	height: 150px;
	background-color: #80A1FF;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 6px 0px;
	box-shadow: 2px 2px 6px 0px;
	width: 938px;
	margin-left: 10px;
}
#snippetBlock .reviewSnip img {
	float: left;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#snippetBlock a {
	text-align: center;
	display: block;
	padding-top: 15px;
	font-size: 1.3em;
}
.reviewSnip h2   {
	margin-left: 160px;
}
.reviewSnip p {
    margin-left: 160px;
    margin-right: 15px;
    text-align: justify;
}
#snippetBlock .reviewSnip a {
    margin-left: 160px;
    text-align: left;
    font-size: 1em;
    padding-top: 0px;
}
footer #copyright {
    text-align: center;
}
