.navbar {
	background-color:#FFFFFF;
	border:none;
}

.navbar > .container {
	background: #5e5e5e;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 49%, #5e5e5e 51%, #777777 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a8a8a), color-stop(49%,#707070), color-stop(51%,#5e5e5e), color-stop(100%,#777777));
    background: -webkit-linear-gradient(top, #8a8a8a 0%,#707070 49%,#5e5e5e 51%,#777777 100%);
    background: -o-linear-gradient(top, #8a8a8a 0%,#707070 49%,#5e5e5e 51%,#777777 100%);
    background: -ms-linear-gradient(top, #8a8a8a 0%,#707070 49%,#5e5e5e 51%,#777777 100%);
    background: linear-gradient(top, #8a8a8a 0%,#707070 49%,#5e5e5e 51%,#777777 100%);
    -moz-border-radius: 4px;
}

.navbar ul li a {
    font-family: Maven Pro;
}
.navbar ul li a {
    display: inline-block;
    font-family: 'Lucida Grande',Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
    color: #fff !important;
    line-height: 36px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333;
    padding: 0 15px;
    margin-left: -4px;
    border-right: #777 1px solid;
}

.navbar ul li:hover {
    box-shadow: inner 0 0 5px #000;
    -moz-box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px#000;
    background: #444;
}

.maincontent {
	border:solid 1px #ddd;
	padding:15px;
	margin-bottom:30px;
}
.header {
	margin-bottom:10px;
}

.logo {
	float:left;
	clear:left;
	margin-top:10px;
}

.socialmedia {
	float:right;
	clear:right;
	margin-top:10px;
}

.socialmediaContainer {
	display:inline-block;
	margin-left:5px;
}