* { 
	margin: 0; 
	padding: 0;
}

body {
	background-color: #CCC;
	background-repeat: repeat; 
	font-family: 'Source Sans Pro', sans-serif;
	color: #424242;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box; 
	 -webkit-text-size-adjust: none;

}

h1,h2,h3,h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}

a, a:visited{
	color: #424242;
}

#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 30px;
	height: 100%;
	-moz-box-shadow:    0px 0px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 5px 1px rgba(0,0,0,0.3);
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	overflow-x: hidden;
}

select {
	margin-bottom: 5px;
	height: 30px;
	padding: 5px;
	background-color: transparent;
	font-size: 16px;
	border: 1px solid #ccc;
}

input {
	padding: 7px;
	border-radius: 5px;
	border: 1px solid #CCC;
}

input#submit {
	text-indent: -9999px;
	background-image: url('../images/submit.png');
	background-color: transparent;
	cursor: pointer;
	width: 112px;
	height: 36px;
	border: none;
}

input#search {
	text-indent: -9999px;
	background-image: url('../images/search.png');
	background-color: transparent;
	cursor: pointer;
	width: 112px;
	height: 36px;
	border: none;
}

input#login {
	text-indent: -9999px;
	background-image: url('../images/login.png');
	background-color: transparent;
	cursor: pointer;
	width: 112px;
	height: 36px;
	border: none;
}

input#reset {
	text-indent: -9999px;
	background-image: url('../images/reset.png');
	background-color: transparent;
	cursor: pointer;
	width: 112px;
	height: 36px;
	border: none;
}

textarea {
	border-radius: 5px;
	padding: 7px 7px 0 7px;
	border: 1px solid #CCC;
	font-size: 14px;
}

footer {
	width: 980px;
	color: #424242;
	font-size: 12px;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	position: relative;
	margin-bottom: 100px;
}

footer a{
	color:white;
}

p.submit {
	float: left;
	display: inline;
}

a.back {
	float: right;
	display: inline;
	color: black;
}

a.back:visited {
	color: black;
}

form {
	text-align: left;
}

form#county {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 530px;
	height: auto;
	margin-bottom: 20px;
}

aside {
	height: 100%;
	width: 490px;
	float: right;
	font-size: 13px;
	margin-top: 10px;
}

div.bottom {
	background-color: #e7e7e7;
	border-top: 1px solid #CCC;
	width: 940px;
	height: auto;
	margin-top: 50px;
	padding: 30px;
	margin-left: -30px;
	margin-bottom: -30px;
	position: relative;
		border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

div.comments {
	font-weight: normal;
	text-align: left;
}

div.commentwrapper {
	margin-bottom: 20px;
}

div.comments p{
	font-size: 14px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
}

div.comments p:first-letter {
	text-transform: capitalize;
}

span.username {
	text-transform: capitalize; 
	font-style: italic;
}
p {
	margin-top: 10px;
}

.result {
	font-size: 18px;
}

.result b{
	font-size: 22px;
	color:  #006837;
}

img.logo {
	width: 280px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#main {
	text-align: center;
}


header {
	height: 200px;
	width: 100%;
	background-color: #009245;
		-moz-box-shadow:    0px 0px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 5px 1px rgba(0,0,0,0.3);
}

.headerwrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

nav {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	background-color: #006837;
	position: relative;
	margin-top: -46px;
	padding: 13px;
		-moz-box-shadow:    0px 0px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	box-shadow:         0px 0px 5px 1px rgba(0,0,0,0.2);
	
}

nav ul li {
	display: inline;
	margin-right: 15px;
}

nav ul li a {
	display: inline;
	padding: 13px;
	width: auto;
	background-color: #006837;
	color: white !important;
	text-decoration: none;
	font-weight: lighter;
}

nav ul li a:hover {
	background-color: #009245;
	padding: 13px;
}

span.date {
	font-size: 14px;
	margin-right: 5px;
}

p span.user {
	font-size: 14px;	
	text-transform: capitalize;
	font-style: italic;
	margin: 0 5px 0;
	font-weight: bold;
}

.left {
	text-align: left;
}
.delete {
	float:right;
	position: relative;
	margin-top: 15px;
	font-size: 14px;
}
.like {
	font-size: 14px;
}
.dislike {
	font-size: 14px;
	padding-left: 5px;
}
.welcome {
	float: right;
	width: 650px;
	text-align: left;
}
span.label {
	margin-right: 5px;
}