@charset "utf-8";
/* CSS Document */
header{
	background-color: #4f7b84;
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0px;
}

#logo {
    margin-left: 50px;
    margin-top: 12px;
    float: left;
    left: 50px;
    top: 12px;
}
body {
    margin: 0px;
}

header nav a {
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding-right: 20px;
    font-size: 20px;
    float: right;
    margin-top: 60px;
}
.bucket {
    width: 300px;
    height: 300px;
    text-align: center;
    line-height: 0px;
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    background-color: #4F7B84;
    display: inline-block;
    float: left;
    clear: none;
    margin-left: 15px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding-left: 0px;
}
body main {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	padding: 10px;
    width: 1000px;
    bottom: 0px;
    position: static;
    display: inherit;
}
body footer {
    bottom: 0px;
    position: fixed;
    background-color: #4F7B84;
    text-align: center;
    width: 100%;
    height: 50px;
    padding-top: 0px;
}
html{
	margin: 0px;
}
footer nav a {
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-top: 0px;
    text-decoration: none;
    margin-left: 15px;
}
body footer nav {
    margin-top: 15px;
}

a:hover{
	text-shadow: 1px 1px black;
}
.bucket a {
    text-decoration: none;
    color: #FFFFFF;
}
body main h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

main{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#top:hover {
    text-shadow: 0px 0px #FFFFFF;
}
body main a {
    text-decoration: none;
    color: #000000;
}

table{
	margin: auto;
	width: 500px;
}

.form {
	width: 320px;
	margin:auto;
	background-color: #4f7b84;
}

form{
	padding: 10px;
	color: white;
}

textarea{
	width: 290px;
	height: 50px;
}

input[type=submit] {
    padding:5px 15px;
    background: white; 
    border:0 none;
    cursor: pointer;
    border-radius: 5px; 
	margin: auto;
}

input[type=submit]:hover{
	box-shadow: 1px 1px black;
}
