/* siteCSS */
header {
	background-color: black;
	color: white;
	padding: 2px;
	border: solid 1px;
	border-radius: 5px;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;

}

footer {
	background-color: black;
	padding: 20px;
	border: solid 1px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
}

body {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: lightgray;

}
html, body {
	padding: 0;
	margin: 0;
}

a {
	color: white;
	font-weight: bold;
	font-size: 24px;
}

b {
	color: #9932CC;
	font-weight: bold;
	font-size: 24px;
}

c {
	color: white;
	font-weight: bold;
	font-size: 18px;
}

d {
	color: #9932CC;
	font-weight: bold;
	font-size: 18px;
}
.leftsidebar {
	background-color: black;
	border: solid 1px black;
	border-radius: 5px;
	padding: 2px;
	height: 360px;
	width: 150px;
	border-collapse: collapse;
	text-align: center;
	text-decoration: underline white;
	display: inline-table;
}
.leftfloat {
	float: left;
}

.mainpagetext {
	display: inline-block;
	float: right;
	width: 900px;
	
}
.storeitem {
	width: 250px;
	height: 450px;
	border: solid black 1px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: lightgray;
	vertical-align: top;
}



.bordered-image {
	border: solid 1px;
	border-radius: 2px;
}

#main {
	/*border: solid 1px black;
	border-radius: 5px;*/
	color: black;
	margin: 20px 0;
	padding: 5px;
	overflow: hidden;
}

#results {
	padding: 2px;
	width: 600px;
	display: inline-block;
	vertical-align: top;

}

.bodypagelabel {
	font-size: 24px;
	/*display: inline-block;*/
	text-align: center;
}

.simple-form {
	padding: 2px;
	width: 300px;
	display: inline-block;
	vertical-align: top;
	
}

.simple-form label {
	font-weight: bold;
}

.simple-form input [type=text],
.simple-form select,
.simple-form input[type=password],
.simple-form textarea {
	width: 150px;
}

.simple-form input[type=submit] {
	background-color: green;
	color: white;
	border-radius: 15px;
	padding: 3px;
	margin-top: 5px;
}

.container {
	margin: 0 auto;
	background-color: white;
	width: 1080px;
	padding: 1px;
	border-radius: 5px;
	overflow: hidden;
}

header nav {
	float: right;
	margin-right: 5px;

}

header nav li {
	display: inline;
	margin-right: 20px;
}